]> git.pld-linux.org Git - packages/pingus.git/commitdiff
- updated to 0.7.6
authorlisu <lisu@pld-linux.org>
Thu, 2 Feb 2012 15:42:00 +0000 (15:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- gcc4 patch commented for now
- fix passing our flags
- not tested yet

Changed files:
    pingus.spec -> 1.69

pingus.spec

index dad537135ef482fab722ba6203be4dead89df479..6fd6f4bebad3891adcfc97f698b0008da106c189 100644 (file)
@@ -2,12 +2,12 @@ Summary:      Pingus, a lemmings style game with penguins
 Summary(pl.UTF-8):     Gra typu lemmingi z pingwinami w roli głównej
 Summary(pt_BR.UTF-8):  Um clone de lemmings com pingüins
 Name:          pingus
-Version:       0.7.3
-Release:       5
+Version:       0.7.6
+Release:       0.1
 License:       GPL v2+
 Group:         X11/Applications/Games
-Source0:       http://pingus.seul.org/files/%{name}-%{version}.tar.bz2
-# Source0-md5: 7d1a0b0d658cc46dd09d6274f39acc7d
+Source0:       http://pingus.googlecode.com/files/%{name}-%{version}.tar.bz2
+# Source0-md5: 561798686f34d3fa4e69135d655f47ac
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Patch0:                %{name}-opt.patch
@@ -38,13 +38,14 @@ pingüins.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+#%%patch1 -p1
 
 # note: it loads *.po files directly, no need to use msgfmt
 mv -f data/po/sr{,@latin}.po
 rm -f data/po/pingus.pot
 
 %build
+export CXXFLAGS="%{rpmcxxflags} -std=c++0x" 
 %scons with_xinput=true
 
 %install
This page took 0.046418 seconds and 4 git commands to generate.