Accepting request 1127950 from home:dirkmueller:Factory

- update to version 3.0.9:
  * Generic bugfix release
  * Set diplomatic relations state correctly between team members
    osdn#48295
  * Fixed assert failures when city grows to freeciv's internal max
    city size (255)
  * Sammarinese city name Borgo Maggiore corrected osdn#48316
  * Cargo gets bounced when transport is lost due to terrain change
  * Fixed crash with recursive autoattacks in case of occupychance
    setting being > 0
  * Fixed memory corruption when transport is not bounced, but
    cargo is
  * Corrected amount treasury gets increased by a city in some
    situations
  * Cities stop working tiles turned unworkable at turn change
  * Fixed clearing city border claims when player gets removed
    from the game osdn#48837
  * see https://freeciv.fandom.com/wiki/NEWS-3.0.9

- update to bugfix release 2.0.6
- fixed build with gcc 4.1
  * Fix a bug where some mapgen settings would create more
    continents than the server could handle.
  * Fix a bug that allowed free changing of techs after finding a
    tech other than the one currently being researched.
  * Fix a bug where removing and creating a new player would give
    the new player the old one's team.
  * When the player disconnects in a normal game, make a savegame
    and exit immediately rather than continuing to run. (This fixes
    the bug where savegames made after a client crash would reveal

OBS-URL: https://build.opensuse.org/request/show/1127950
OBS-URL: https://build.opensuse.org/package/show/games/freeciv?expand=0&rev=85
This commit is contained in:
Dominique Leuenberger 2023-11-22 10:37:14 +00:00 committed by Git OBS Bridge
parent fe64ba18d5
commit f74bb36752
4 changed files with 133 additions and 112 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b5aa32f628890be1741c3ac942cee82c79c065f8db6baff18d734a5c0e776d4
size 43598980

3
freeciv-3.0.9.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16c46a9c378b4a511c1e3d3a7c435a78230a432d8b852202aaf5d5d584962742
size 43427420

View File

@ -1,4 +1,25 @@
-------------------------------------------------------------------
Tue Nov 21 16:06:03 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to version 3.0.9:
* Generic bugfix release
* Set diplomatic relations state correctly between team members
osdn#48295
* Fixed assert failures when city grows to freeciv's internal max
city size (255)
* Sammarinese city name Borgo Maggiore corrected osdn#48316
* Cargo gets bounced when transport is lost due to terrain change
* Fixed crash with recursive autoattacks in case of occupychance
setting being > 0
* Fixed memory corruption when transport is not bounced, but
cargo is
* Corrected amount treasury gets increased by a city in some
situations
* Cities stop working tiles turned unworkable at turn change
* Fixed clearing city border claims when player gets removed
from the game osdn#48837
* see https://freeciv.fandom.com/wiki/NEWS-3.0.9
-------------------------------------------------------------------
Sat Jul 15 14:31:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to version 3.0.8:

View File

@ -17,7 +17,7 @@
Name: freeciv
Version: 3.0.8
Version: 3.0.9
Release: 0
Summary: Free Civilization Clone
License: GPL-2.0-or-later