Update to version 2.1.8
OBS-URL: https://build.opensuse.org/package/show/games/freeciv?expand=0&rev=4
This commit is contained in:
parent
2727450fa3
commit
277efa8a59
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5cf51ef22d316983d2e189358a3cd0bee591ccca24281ebe3d58d6ec89935c75
|
|
||||||
size 29647438
|
|
3
freeciv-2.1.8.tar.bz2
Normal file
3
freeciv-2.1.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:73079de7d671b418c7d6916a4a1cb784b81d3eb845e49400a458eaaad698f20b
|
||||||
|
size 29640362
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 14 10:37:09 CET 2009 - dominique-obs@leuenberger.net
|
||||||
|
|
||||||
|
- Update to release 2.1.8
|
||||||
|
* Fix buffer overrun by create_md5sum(). (#40578)
|
||||||
|
* Make aifill player removal recursion safe. (#40579)
|
||||||
|
* Send connection info when cmdlevel is changed. (#40479)
|
||||||
|
* Send information about lost connections not attached to players. (#39613)
|
||||||
|
* Fix longstanding connection freezing bug. (#39131)
|
||||||
|
* Updated German, Korean, Catalan translations.
|
||||||
|
Includes fixes from release 2.1.7
|
||||||
|
* Fixed a couple of AI crashes related to ocean cities. (#40422)
|
||||||
|
* Fixed separatepoles option. (#40417)
|
||||||
|
* Fix absolute path detection on Windows, making it possible to save games in any folder. (PR#40439)
|
||||||
|
* Remove out-of-date information in vote command help text. (#40448)
|
||||||
|
* Only send private saved settings on forked servers. (#40449)
|
||||||
|
* Do not close races dialog on user join or quit. (#40455)
|
||||||
|
* Fixed a crash in the map generator when starting new games. (#40453)
|
||||||
|
* Fixed handling of the aifill command in pregame. (#40480)
|
||||||
|
* Remove hardcoded enabling of autotoggle on savegame load. (#40465)
|
||||||
|
* Fix compile warning due to debug message format string. (#40445)
|
||||||
|
* Do not reveal gold and government information when sending player info. (#40495)
|
||||||
|
* Fixed government help text buffer truncation. (#40505)
|
||||||
|
* Fixed fortress foreground drawing over fog. (#40500)
|
||||||
|
* Fixed unexpected resizing of GTK2 client goto dialog. (#40119)
|
||||||
|
* Fixed crash when picking nation. (#40516)
|
||||||
|
* Setting aifill=0 actually removes all aifill AIs; refill AIs when a player is removed. (#40481)
|
||||||
|
* Fixed "format not a string literal and no format arguments" -warnings. (#40504)
|
||||||
|
* Fix typo in soundspec file. (#39369)
|
||||||
|
* Fix bug that filled land tiles with water terrain causing crash. (#40453)
|
||||||
|
* Disallow setting timeout less than 30 for non-hack connections. (#40466)
|
||||||
|
* Fixed compiler warnings from auth build (#40544)
|
||||||
|
* Renamed OUT as AILOG_OUT to avoid namespace conflicts. (#40541)
|
||||||
|
* Remove a hack causing an inconsistent turn done button state. (#40550)
|
||||||
|
* Fixed detection of libpng for win32 and xaw clients. (#40555)
|
||||||
|
* Minor fixes relating to the take command. (#40529)
|
||||||
|
* Updated German, Finnish, Danish translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 11 15:48:09 CEST 2008 - sndirsch@suse.de
|
Thu Sep 11 15:48:09 CEST 2008 - sndirsch@suse.de
|
||||||
|
|
||||||
|
39
freeciv.spec
39
freeciv.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package freeciv (Version 2.1.6)
|
# spec file for package freeciv (Version 2.1.8)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -26,7 +26,7 @@ License: GPL v2 or later
|
|||||||
Group: Amusements/Games/Strategy/Turn Based
|
Group: Amusements/Games/Strategy/Turn Based
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Free Civilization Clone
|
Summary: Free Civilization Clone
|
||||||
Version: 2.1.6
|
Version: 2.1.8
|
||||||
Release: 1
|
Release: 1
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source5: freeciv.desktop
|
Source5: freeciv.desktop
|
||||||
@ -125,6 +125,41 @@ find doc -name "Makefile*" | xargs rm -f
|
|||||||
/usr/share/freeciv/
|
/usr/share/freeciv/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 14 2009 dominique-obs@leuenberger.net
|
||||||
|
- Update to release 2.1.8
|
||||||
|
* Fix buffer overrun by create_md5sum(). (#40578)
|
||||||
|
* Make aifill player removal recursion safe. (#40579)
|
||||||
|
* Send connection info when cmdlevel is changed. (#40479)
|
||||||
|
* Send information about lost connections not attached to players. (#39613)
|
||||||
|
* Fix longstanding connection freezing bug. (#39131)
|
||||||
|
* Updated German, Korean, Catalan translations.
|
||||||
|
Includes fixes from release 2.1.7
|
||||||
|
* Fixed a couple of AI crashes related to ocean cities. (#40422)
|
||||||
|
* Fixed separatepoles option. (#40417)
|
||||||
|
* Fix absolute path detection on Windows, making it possible to save games in any folder. (PR#40439)
|
||||||
|
* Remove out-of-date information in vote command help text. (#40448)
|
||||||
|
* Only send private saved settings on forked servers. (#40449)
|
||||||
|
* Do not close races dialog on user join or quit. (#40455)
|
||||||
|
* Fixed a crash in the map generator when starting new games. (#40453)
|
||||||
|
* Fixed handling of the aifill command in pregame. (#40480)
|
||||||
|
* Remove hardcoded enabling of autotoggle on savegame load. (#40465)
|
||||||
|
* Fix compile warning due to debug message format string. (#40445)
|
||||||
|
* Do not reveal gold and government information when sending player info. (#40495)
|
||||||
|
* Fixed government help text buffer truncation. (#40505)
|
||||||
|
* Fixed fortress foreground drawing over fog. (#40500)
|
||||||
|
* Fixed unexpected resizing of GTK2 client goto dialog. (#40119)
|
||||||
|
* Fixed crash when picking nation. (#40516)
|
||||||
|
* Setting aifill=0 actually removes all aifill AIs; refill AIs when a player is removed. (#40481)
|
||||||
|
* Fixed "format not a string literal and no format arguments" -warnings. (#40504)
|
||||||
|
* Fix typo in soundspec file. (#39369)
|
||||||
|
* Fix bug that filled land tiles with water terrain causing crash. (#40453)
|
||||||
|
* Disallow setting timeout less than 30 for non-hack connections. (#40466)
|
||||||
|
* Fixed compiler warnings from auth build (#40544)
|
||||||
|
* Renamed OUT as AILOG_OUT to avoid namespace conflicts. (#40541)
|
||||||
|
* Remove a hack causing an inconsistent turn done button state. (#40550)
|
||||||
|
* Fixed detection of libpng for win32 and xaw clients. (#40555)
|
||||||
|
* Minor fixes relating to the take command. (#40529)
|
||||||
|
* Updated German, Finnish, Danish translations.
|
||||||
* Thu Sep 11 2008 sndirsch@suse.de
|
* Thu Sep 11 2008 sndirsch@suse.de
|
||||||
- update to release 2.1.6
|
- update to release 2.1.6
|
||||||
* Updates to bootstrap.
|
* Updates to bootstrap.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user