Bug 193201 - games-strategy/ufo-ai-2.1.1 savegame bugfix
Bug#: 193201 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: games@gentoo.org Reported By: daniel.hornung@gmx.de
Component: Games
URL:  http://sourceforge.net/tracker/index.php?func=detail&aid=1713168&group_id=157793&atid=805242
Summary: games-strategy/ufo-ai-2.1.1 savegame bugfix
Keywords:  
Status Whiteboard: 
Opened: 2007-09-20 16:26 0000
Description:   Opened: 2007-09-20 16:26 0000
A severe savegame bugfix for the ufo-ai game has been fixed upstream:

http://sourceforge.net/tracker/index.php?func=detail&aid=1713168&group_id=157793&atid=805242


Reproducible: Always

Steps to Reproduce:





Unfortunately they didn't change the version, it's still 2.1.1 officially, so
the change went unnoticed here.  There's a new tarball for download, a simple
changed line in the ebuild fixes this:

=================

@@ -11,7 +11,7 @@
 HOMEPAGE="http://ufoai.ninex.info/"
 SRC_URI="mirror://sourceforge/ufoai/music.tar.bz2
        mirror://sourceforge/ufoai/${MY_P}-data.tar
-       mirror://sourceforge/ufoai/${MY_P}-source_hotfix.tar.bz2
+       mirror://sourceforge/ufoai/${MY_P}-source.tar.bz2
        mirror://sourceforge/ufoai/${MY_P}-i18n.tar.bz2"

 LICENSE="GPL-2"

================

Thank you for incorporating this change :-)

------- Comment #1 From Tristan Heaven 2007-09-27 23:57:40 0000 -------
Fixed, thanks.