rpms/supertux/devel supertux-0.1.3-compile.patch, NONE, 1.1 supertux.spec, 1.9, 1.10

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Mon Feb 13 21:50:38 UTC 2006


Author: steve

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

Modified Files:
	supertux.spec 
Added Files:
	supertux-0.1.3-compile.patch 
Log Message:
Patch to fix compile on rawhide.

supertux-0.1.3-compile.patch:

--- NEW FILE supertux-0.1.3-compile.patch ---
--- src/menu.h.orig	2005-06-21 16:16:07.000000000 -0500
+++ src/menu.h	2006-02-07 13:23:05.000000000 -0600
@@ -207,7 +207,7 @@
 
   bool isToggled(int id);
 
-  void Menu::get_controlfield_key_into_input(MenuItem *item);
+  void get_controlfield_key_into_input(MenuItem *item);
 
   void draw   ();
   void draw_item(int index, int menu_width, int menu_height);


Index: supertux.spec
===================================================================
RCS file: /cvs/extras/rpms/supertux/devel/supertux.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- supertux.spec	6 Sep 2005 16:23:37 -0000	1.9
+++ supertux.spec	13 Feb 2006 21:50:37 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           supertux
 Version:        0.1.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 
 Summary:        Jump'n run like game similar to Mario Bros
 
@@ -8,6 +8,7 @@
 License:        GPL
 URL:            http://supertux.berlios.de/
 Source0:        http://download.berlios.de/supertux/supertux-%{version}.tar.bz2
+Patch0:         supertux-0.1.3-compile.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  SDL-devel >= 1.2.4, SDL_image-devel, SDL_mixer-devel
@@ -23,7 +24,7 @@
 
 %prep
 %setup -q
-
+%patch0 -p0
 
 %build
 %configure --disable-debug
@@ -54,6 +55,9 @@
 %{_datadir}/pixmaps/*
 
 %changelog
+* Tue Feb 07 2006 Steven Pritchard <steve at kspei.com> 0.1.3-3
+- Patch to fix compile on rawhide
+
 * Tue Sep 06 2005 Steven Pritchard <steve at kspei.com> 0.1.3-2
 - Avoid second .desktop file (#167579)
 




More information about the scm-commits mailing list