Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193201 - games-strategy/ufo-ai-2.1.1 savegame bugfix
Summary: games-strategy/ufo-ai-2.1.1 savegame bugfix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL: http://sourceforge.net/tracker/index....
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-20 16:26 UTC by quazgar
Modified: 2007-09-27 23:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description quazgar 2007-09-20 16:26:44 UTC
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 Tristan Heaven (RETIRED) gentoo-dev 2007-09-27 23:57:40 UTC
Fixed, thanks.