Page MenuHomeSolus

D14286.diff
No OneTemporary

D14286.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -763,10 +763,8 @@
libfreeciv-srv.so.0:dai_treaty_accepted
libfreeciv-srv.so.0:dai_treaty_evaluate
libfreeciv-srv.so.0:dai_unit_attack
-libfreeciv-srv.so.0:dai_unit_attack_desirability
libfreeciv-srv.so.0:dai_unit_can_strike_my_unit
libfreeciv-srv.so.0:dai_unit_close
-libfreeciv-srv.so.0:dai_unit_defense_desirability
libfreeciv-srv.so.0:dai_unit_goto
libfreeciv-srv.so.0:dai_unit_goto_constrained
libfreeciv-srv.so.0:dai_unit_init
@@ -2375,6 +2373,8 @@
libfreeciv.so.0:dsend_packet_edit_unit_remove
libfreeciv.so.0:dsend_packet_edit_unit_remove_by_id
libfreeciv.so.0:dsend_packet_game_load
+libfreeciv.so.0:dsend_packet_investigate_finished
+libfreeciv.so.0:dsend_packet_investigate_started
libfreeciv.so.0:dsend_packet_nation_select_req
libfreeciv.so.0:dsend_packet_nuke_tile_info
libfreeciv.so.0:dsend_packet_player_change_government
@@ -2460,6 +2460,8 @@
libfreeciv.so.0:fc_allocate_mutex
libfreeciv.so.0:fc_assert_fail
libfreeciv.so.0:fc_assert_set_fatal
+libfreeciv.so.0:fc_astr_free
+libfreeciv.so.0:fc_astr_init
libfreeciv.so.0:fc_at_quick_exit
libfreeciv.so.0:fc_basename
libfreeciv.so.0:fc_break_lines
@@ -2715,6 +2717,7 @@
libfreeciv.so.0:get_data_encoding
libfreeciv.so.0:get_defender
libfreeciv.so.0:get_direction_for_step
+libfreeciv.so.0:get_effect_expected_value
libfreeciv.so.0:get_effect_list_req_text
libfreeciv.so.0:get_effect_req_text
libfreeciv.so.0:get_effects
@@ -3559,6 +3562,7 @@
libfreeciv.so.0:research_advance_name_translation
libfreeciv.so.0:research_advance_rule_name
libfreeciv.so.0:research_by_number
+libfreeciv.so.0:research_future_next
libfreeciv.so.0:research_get
libfreeciv.so.0:research_goal_bulbs_required
libfreeciv.so.0:research_goal_step
@@ -3760,6 +3764,8 @@
libfreeciv.so.0:send_packet_freeze_client
libfreeciv.so.0:send_packet_game_info
libfreeciv.so.0:send_packet_game_load
+libfreeciv.so.0:send_packet_investigate_finished
+libfreeciv.so.0:send_packet_investigate_started
libfreeciv.so.0:send_packet_map_info
libfreeciv.so.0:send_packet_nation_availability
libfreeciv.so.0:send_packet_nation_select_req
diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -920,6 +920,7 @@
libpango-1.0.so.0:pango_font_description_from_string
libpango-1.0.so.0:pango_font_description_get_family
libpango-1.0.so.0:pango_font_description_get_size
+libpango-1.0.so.0:pango_font_description_get_size_is_absolute
libpango-1.0.so.0:pango_font_description_get_style
libpango-1.0.so.0:pango_font_description_get_weight
libpango-1.0.so.0:pango_layout_get_pixel_extents
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,9 +1,10 @@
name : freeciv
-version : 3.0.7
-release : 33
+version : 3.0.8
+release : 34
source :
- - https://github.com/freeciv/freeciv/archive/R3_0_7.tar.gz : c08a70bb0aa788e6978490ff4d45387f1627c1845e5307ba9bbd9752a7e414b3
+ - https://github.com/freeciv/freeciv/archive/R3_0_8.tar.gz : a0fa212a675f5469f66d407c09ed72567a7d4ce0ed4ae6d07392e6cd12bcb7cf
license : GPL-2.0-or-later
+homepage : https://www.freeciv.org/
component : games.strategy
summary : Free and Open Source empire-building strategy game inspired by the history of human civilization
description: |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,6 +1,7 @@
<PISI>
<Source>
<Name>freeciv</Name>
+ <Homepage>https://www.freeciv.org/</Homepage>
<Packager>
<Name>Thomas Staudinger</Name>
<Email>Staudi.Kaos@gmail.com</Email>
@@ -3494,12 +3495,12 @@
</Files>
</Package>
<History>
- <Update release="33">
- <Date>2023-04-26</Date>
- <Version>3.0.7</Version>
+ <Update release="34">
+ <Date>2023-07-26</Date>
+ <Version>3.0.8</Version>
<Comment>Packaging update</Comment>
<Name>Thomas Staudinger</Name>
<Email>Staudi.Kaos@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Mon, Jul 31, 12:28 AM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5891321
Default Alt Text
D14286.diff (4 KB)

Event Timeline