rpms/bsnes/devel bsnes.spec,1.18,1.19

Nicolas Chauvet kwizart at rpmfusion.org
Sun Jul 21 15:32:50 CEST 2013


Author: kwizart

Update of /cvs/nonfree/rpms/bsnes/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16748

Modified Files:
	bsnes.spec 
Log Message:
Add ExclusiveArch



Index: bsnes.spec
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/bsnes.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- bsnes.spec	8 Feb 2012 23:39:39 -0000	1.18
+++ bsnes.spec	21 Jul 2013 13:32:50 -0000	1.19
@@ -2,7 +2,7 @@
 
 Name:           bsnes
 Version:        0.%{vernumber}
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        SNES emulator focused on accuracy
 
 Group:          Applications/Emulators
@@ -15,6 +15,9 @@
 Patch0:         bsnes-0.037a-strip.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+#./nall/endian.hpp:39:4: error: #error "Unknown endian. Please specify in nall/intrinsics.hpp"
+ExclusiveArch:  i686 x86_64
+
 #bsnes does not use system snes_ntsc because the modified video processing
 #filter algorithm calls back into bsnes specific c++ colortable code, that
 #isn't available when the library is built stand alone
@@ -80,6 +83,9 @@
 
 
 %changelog
+* Sun Jul 21 2013 Nicolas Chauvet <kwizart at gmail.com> - 0.051-3
+- Add ExclusiveArch - rfbz#2406
+
 * Thu Feb 09 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.051-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the rpmfusion-commits mailing list