rpms/supertux/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 supertux.spec, 1.16, 1.17

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Thu Jan 10 18:03:35 UTC 2008


Author: steve

Update of /cvs/pkgs/rpms/supertux/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4301

Modified Files:
	.cvsignore sources supertux.spec 
Log Message:
Update to 0.3.1.
Upstream is calling this release "supertux2", so we get rid of the "2".
Update License.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/supertux/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	13 Feb 2007 17:31:42 -0000	1.5
+++ .cvsignore	10 Jan 2008 18:02:58 -0000	1.6
@@ -1 +1 @@
-supertux-0.3.0.tar.bz2
+supertux-0.3.1d.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/supertux/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	13 Feb 2007 17:31:42 -0000	1.5
+++ sources	10 Jan 2008 18:02:58 -0000	1.6
@@ -1 +1 @@
-454760a0a1d3f8ea6e54829e838cd94d  supertux-0.3.0.tar.bz2
+6741f3874f64bc5371d72d664a6424bc  supertux-0.3.1d.tar.bz2


Index: supertux.spec
===================================================================
RCS file: /cvs/pkgs/rpms/supertux/devel/supertux.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- supertux.spec	7 Nov 2007 11:58:04 -0000	1.16
+++ supertux.spec	10 Jan 2008 18:02:58 -0000	1.17
@@ -5,21 +5,31 @@
 %endif
 
 Name:           supertux
-Version:        0.3.0
-Release:        3%{?dist}
+Version:        0.3.1
+Release:        1%{?dist}
 Summary:        Jump'n run like game similar to Mario Bros
 Group:          Amusements/Games
-License:        GPL
+License:        GPLv2+
 URL:            http://supertux.lethargik.org/
-Source0:        http://download.berlios.de/supertux/supertux-%{version}.tar.bz2
+#Source0:        http://download.berlios.de/supertux/supertux-%{version}.tar.bz2
+Source0:        http://download.berlios.de/supertux/supertux-%{version}d.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  SDL-devel >= 1.2.4, SDL_image-devel, SDL_mixer-devel
-BuildRequires:  zlib-devel, desktop-file-utils, libGLU-devel
-BuildRequires:  physfs-devel, openal-devel, libvorbis-devel
-BuildRequires:  gettext, flex, bison, jam
+BuildRequires:  SDL-devel >= 1.2.4
+BuildRequires:  SDL_image-devel
+BuildRequires:  SDL_mixer-devel
+BuildRequires:  zlib-devel
+BuildRequires:  desktop-file-utils
+BuildRequires:  libGLU-devel
+BuildRequires:  physfs-devel
+BuildRequires:  openal-devel
+BuildRequires:  libvorbis-devel
+BuildRequires:  gettext
+BuildRequires:  flex
+BuildRequires:  bison
+BuildRequires:  jam
+BuildRequires:  sed
 %if %_opengl_wrapper
-BuildRequires: sed
-Requires: opengl-games-utils
+Requires:       opengl-games-utils
 %endif
 
 %description
@@ -33,6 +43,15 @@
 %prep
 %setup -q
 
+# We want to just call this release "supertux", not "supertux2".
+find . -depth -name 'supertux2*' \
+    | while read file ; do
+        mv -v "$file" "$( echo "$file" | sed 's/\(supertux\)2/\1/' )"
+    done
+
+find . -type f -exec grep -li 'supertux \?2' {} \; \
+    | xargs sed -i -e 's/\(supertux \?\)2/\1/ig'
+
 %build
 %configure --disable-debug
 jam %{?_smp_mflags}
@@ -67,6 +86,11 @@
 %{_datadir}/pixmaps/*
 
 %changelog
+* Tue Jan 08 2008 Steven Pritchard <steve at kspei.com> 0.3.1-1
+- Update to 0.3.1.
+- Upstream is calling this release "supertux2", so we get rid of the "2".
+- Update License.
+
 * Fri Oct 19 2007 Nils Philippsen <nphilipp at redhat.com> 0.3.0-3
 - use opengl-games-wrapper.sh from Fedora 7 on (#335701)
 




More information about the fedora-extras-commits mailing list