rpms/pingus/devel .cvsignore, 1.3, 1.4 pingus.spec, 1.7, 1.8 sources, 1.3, 1.4

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Sun Sep 30 18:54:31 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/pingus/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9260

Modified Files:
	.cvsignore pingus.spec sources 
Log Message:
* Sun Sep 30 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.7.1-1
- New upstream release 0.7.1



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pingus/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	29 Aug 2007 20:40:24 -0000	1.3
+++ .cvsignore	30 Sep 2007 18:53:59 -0000	1.4
@@ -1 +1 @@
-pingus-0.7.0.tar.bz2
+pingus-0.7.1.tar.bz2


Index: pingus.spec
===================================================================
RCS file: /cvs/extras/rpms/pingus/devel/pingus.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pingus.spec	29 Aug 2007 21:00:22 -0000	1.7
+++ pingus.spec	30 Sep 2007 18:53:59 -0000	1.8
@@ -1,5 +1,5 @@
 Name:           pingus
-Version:        0.7.0
+Version:        0.7.1
 Release:        1%{?dist}
 Summary:        Guide the penguins safely home before they drop of the cliff
 Group:          Amusements/Games
@@ -8,7 +8,6 @@
 Source0:        http://pingus.seul.org/files/%{name}-%{version}.tar.bz2
 Source1:        pingus.desktop
 Source2:        pingus.png
-Patch0:         pingus-0.7.0-cflags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  SDL_mixer-devel SDL_image-devel boost-devel libpng-devel
 BuildRequires:  physfs-devel scons desktop-file-utils
@@ -25,12 +24,12 @@
 
 %prep
 %setup -q
-%patch0 -p1
+iconv -f ISO8859-2 -t UTF8 AUTHORS > AUTHORS.tmp
+mv AUTHORS.tmp AUTHORS
 
 
 %build
-export CCFLAGS="$RPM_OPT_FLAGS"
-scons
+scons CCFLAGS="$RPM_OPT_FLAGS"
 
 
 %install
@@ -77,6 +76,9 @@
 
 
 %changelog
+* Sun Sep 30 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.7.1-1
+- New upstream release 0.7.1
+
 * Wed Aug 22 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.7.0-1
 - New upstream release 0.7.0 final
 - This changes pingus from a ClanLib app into an SDL app


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pingus/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	29 Aug 2007 20:40:24 -0000	1.3
+++ sources	30 Sep 2007 18:53:59 -0000	1.4
@@ -1 +1 @@
-d967a3c233aa094236eb2ce6a3e20dd8  pingus-0.7.0.tar.bz2
+b4fcf66d0dc5e1d6148447988f87d3b1  pingus-0.7.1.tar.bz2




More information about the scm-commits mailing list