From 277efa8a59a6e3bb1f056884e8242999942d66c887aca18f4904de9c2c763cc2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 14 Jan 2009 10:47:24 +0000 Subject: [PATCH] Update to version 2.1.8 OBS-URL: https://build.opensuse.org/package/show/games/freeciv?expand=0&rev=4 --- freeciv-2.1.6.tar.bz2 | 3 -- ...1.6-no-nb.diff => freeciv-2.1.8-no-nb.diff | 0 freeciv-2.1.8.tar.bz2 | 3 ++ freeciv.changes | 38 +++++++++++++++++ freeciv.spec | 41 +++++++++++++++++-- 5 files changed, 79 insertions(+), 6 deletions(-) delete mode 100644 freeciv-2.1.6.tar.bz2 rename freeciv-2.1.6-no-nb.diff => freeciv-2.1.8-no-nb.diff (100%) create mode 100644 freeciv-2.1.8.tar.bz2 diff --git a/freeciv-2.1.6.tar.bz2 b/freeciv-2.1.6.tar.bz2 deleted file mode 100644 index 7e1031e..0000000 --- a/freeciv-2.1.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cf51ef22d316983d2e189358a3cd0bee591ccca24281ebe3d58d6ec89935c75 -size 29647438 diff --git a/freeciv-2.1.6-no-nb.diff b/freeciv-2.1.8-no-nb.diff similarity index 100% rename from freeciv-2.1.6-no-nb.diff rename to freeciv-2.1.8-no-nb.diff diff --git a/freeciv-2.1.8.tar.bz2 b/freeciv-2.1.8.tar.bz2 new file mode 100644 index 0000000..e1ea94b --- /dev/null +++ b/freeciv-2.1.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73079de7d671b418c7d6916a4a1cb784b81d3eb845e49400a458eaaad698f20b +size 29640362 diff --git a/freeciv.changes b/freeciv.changes index 5a132c0..1da2050 100644 --- a/freeciv.changes +++ b/freeciv.changes @@ -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 diff --git a/freeciv.spec b/freeciv.spec index a584d64..892316c 100644 --- a/freeciv.spec +++ b/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. # @@ -19,14 +19,14 @@ Name: freeciv -BuildRequires: audiofile-devel gtk2-devel imlib-config imlib-devel readline-devel update-desktop-files +BuildRequires: audiofile-devel gtk2-devel imlib-config imlib-devel readline-devel update-desktop-files BuildRequires: SDL_mixer-devel Url: http://www.freeciv.org License: GPL v2 or later Group: Amusements/Games/Strategy/Turn Based AutoReqProv: on Summary: Free Civilization Clone -Version: 2.1.6 +Version: 2.1.8 Release: 1 Source0: %{name}-%{version}.tar.bz2 Source5: freeciv.desktop @@ -125,6 +125,41 @@ find doc -name "Makefile*" | xargs rm -f /usr/share/freeciv/ %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 - update to release 2.1.6 * Updates to bootstrap.