rpms/bsnes/devel bsnes-0.086-gcc47.patch, NONE, 1.1 bsnes.spec, 1.47, 1.48

Julian Sikorski belegdol at rpmfusion.org
Fri Feb 17 19:16:29 CET 2012


Author: belegdol

Update of /cvs/free/rpms/bsnes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22210

Modified Files:
	bsnes.spec 
Added Files:
	bsnes-0.086-gcc47.patch 
Log Message:
- Fixed gcc-4.7 build failure

bsnes-0.086-gcc47.patch:
 string.hpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE bsnes-0.086-gcc47.patch ---
diff -up bsnes_v086-source/bsnes/nall/string.hpp.gcc47 bsnes_v086-source/bsnes/nall/string.hpp
--- bsnes_v086-source/bsnes/nall/string.hpp.gcc47	2012-02-13 05:51:19.000000000 +0100
+++ bsnes_v086-source/bsnes/nall/string.hpp	2012-02-17 19:00:18.721016544 +0100
@@ -25,8 +25,8 @@
 #include <nall/string/base.hpp>
 #include <nall/string/bml.hpp>
 #include <nall/string/bsv.hpp>
-#include <nall/string/core.hpp>
 #include <nall/string/cast.hpp>
+#include <nall/string/core.hpp>
 #include <nall/string/compare.hpp>
 #include <nall/string/convert.hpp>
 #include <nall/string/cstring.hpp>


Index: bsnes.spec
===================================================================
RCS file: /cvs/free/rpms/bsnes/devel/bsnes.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- bsnes.spec	16 Feb 2012 19:21:16 -0000	1.47
+++ bsnes.spec	17 Feb 2012 18:16:29 -0000	1.48
@@ -9,6 +9,7 @@
 URL:            http://byuu.org/bsnes/
 Source0:        http://bsnes.googlecode.com/files/%{name}_v%{vernumber}-source.tar.bz2
 Source2:        README.bsnes
+Patch0:         bsnes-0.086-gcc47.patch
 Patch1:         bsnes-0.086-systemwide.patch
 
 #bsnes does not use system snes_ntsc because the modified video processing
@@ -38,6 +39,7 @@
 
 %prep
 %setup -qn %{name}_v%{vernumber}-source
+%patch0 -p1 -b .gcc47
 %patch1 -p1 -b .systemwide
 
 #fix permissions
@@ -132,6 +134,7 @@
 - Dropped obsolete Group, Buildroot, %%clean and %%defattr
 - Updated the systemlibs patch
 - Build Compatibility and Accuracy profiles, as well as the laevateinn debugger
+- Fixed gcc-4.7 build failure
 
 * Tue Jan 03 2012 Julian Sikorski <belegdol at fedoraproject.org> - 0.085-1
 - Updated to 0.085



More information about the rpmfusion-commits mailing list