rpms/zsnes/F-15 zsnes-1.51-psr.patch, NONE, 1.1 zsnes.spec, 1.8, 1.9 zsnes-1.51-parsegen.patch, 1.1, NONE

Andrea Musuruane musuruan at rpmfusion.org
Sun Sep 18 19:38:54 CEST 2011


Author: musuruan

Update of /cvs/free/rpms/zsnes/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10152

Modified Files:
	zsnes.spec 
Added Files:
	zsnes-1.51-psr.patch 
Removed Files:
	zsnes-1.51-parsegen.patch 
Log Message:
* Sun Sep 18 2011 Andrea Musuruane <musuruan at gmail.com> 1.51-10
- used a patch by Ralf Corsepius to fix issues with parsegen


zsnes-1.51-psr.patch:
 Makefile.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE zsnes-1.51-psr.patch ---
diff -Naur zsnes_1_51/src/Makefile.in zsnes_1_51.hacked/src/Makefile.in
--- zsnes_1_51/src/Makefile.in	2007-01-24 21:54:12.000000000 +0100
+++ zsnes_1_51.hacked/src/Makefile.in	2011-09-05 04:35:09.297967796 +0200
@@ -94,8 +94,8 @@
 	@CC@ @CFLAGS@ -o $@ -c $<
 %.o: %.cpp
 	@CXX@ @CXXFLAGS@ -o $@ -c $<
-%.o %.h: %.psr $(PSR)
-	./$(PSR) @PSRFLAGS@ -gcc @CC@ -compile -flags "@CFLAGS@ -O1" -cheader $*.h -fname $* $*.o $<
+%.c %.h: %.psr $(PSR)
+	./$(PSR) @PSRFLAGS@ -cheader $*.h -fname $* $*.c $<
 
 default: main
 all: main tools


Index: zsnes.spec
===================================================================
RCS file: /cvs/free/rpms/zsnes/F-15/zsnes.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- zsnes.spec	4 Sep 2011 18:12:23 -0000	1.8
+++ zsnes.spec	18 Sep 2011 17:38:54 -0000	1.9
@@ -4,7 +4,7 @@
 Summary: A Super Nintendo emulator
 Name: zsnes
 Version: 1.51
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: GPLv2
 Group: Applications/Emulators
 URL: http://www.zsnes.com/
@@ -17,8 +17,8 @@
 Patch3: zsnes-1.51-gcc43.patch
 # Upstream CVS
 Patch4: zsnes-1.51-pulseaudio.patch
-# Hans de Goede
-Patch5: zsnes-1.51-parsegen.patch
+# Ralf Corsepius
+Patch5: zsnes-1.51-psr.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # This is to build only for ix86 on plague
 #ExclusiveArch: %{ix86}
@@ -128,6 +128,9 @@
 %doc ../docs/readme.htm/ ../docs/readme.txt/
 
 %changelog
+* Sun Sep 18 2011 Andrea Musuruane <musuruan at gmail.com> 1.51-10
+- used a patch by Ralf Corsepius to fix issues with parsegen
+
 * Sun Sep 04 2011 Andrea Musuruane <musuruan at gmail.com> 1.51-9
 - fixed FTBFS with gcc 4.6.0 using a patch made by Hans De Goede
 - removed package name from summary


--- zsnes-1.51-parsegen.patch DELETED ---



More information about the rpmfusion-commits mailing list