rpms/bsnes/devel bsnes-0.037a-strip.patch, 1.1, 1.2 bsnes.spec, 1.4, 1.5

Julian Sikorski belegdol at rpmfusion.org
Sun Feb 22 13:19:15 CET 2009


Author: belegdol

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

Modified Files:
	bsnes-0.037a-strip.patch bsnes.spec 
Log Message:
* Sun Feb 22 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.039-2
- Drop the ExcludeArch, libco has a C fallback
- Use macros consistently


bsnes-0.037a-strip.patch:

Index: bsnes-0.037a-strip.patch
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/bsnes-0.037a-strip.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bsnes-0.037a-strip.patch	4 Dec 2008 23:33:52 -0000	1.1
+++ bsnes-0.037a-strip.patch	22 Feb 2009 12:19:15 -0000	1.2
@@ -1,10 +1,10 @@
---- src/Makefile.strip	2008-10-17 14:35:28.000000000 +0200
-+++ src/Makefile	2008-11-27 14:28:51.000000000 +0100
-@@ -11,7 +11,6 @@
-   cpp = $(subst cc,++,$(compiler)) $(flags)
+--- src/Makefile.strip	2009-02-22 10:13:58.000000000 +0100
++++ src/Makefile	2009-02-22 12:18:50.000000000 +0100
+@@ -13,7 +13,6 @@
+   cpp = $(subst cc,++,$(compiler))
    obj = o
    rule = -c $< -o $@
 -  link = -s
    mkbin = -o$1
    mkdef = -D$1
-   mklib = -l$1
+   mkinc = -I$1


Index: bsnes.spec
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/bsnes.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bsnes.spec	20 Jan 2009 20:34:40 -0000	1.4
+++ bsnes.spec	22 Feb 2009 12:19:15 -0000	1.5
@@ -2,7 +2,7 @@
 
 Name:           bsnes
 Version:        0.%{vernumber}
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        SNES emulator focused on accuracy
 
 Group:          Applications/Emulators
@@ -28,9 +28,6 @@
 BuildRequires:  pulseaudio-libs-devel
 BuildRequires:  SDL-devel
 
-#libco, which is used by bsnes, only supports these
-ExclusiveArch:  i386 x86_64
-
 %description
 bsnes is an emulator that began development on 2004-10-14. The purpose of the
 emulator is a bit different from other emulators: it focuses on accuracy,
@@ -50,7 +47,7 @@
 find src -type f \( -name \*.cpp -or -name \*.hpp -or -name \*.h -or -name \*.c \) -exec sed -i 's/\r//' {} \;
 
 #use system optflags
-sed -i "s#flags = -O3#flags = %{optflags}#" src/Makefile
+sed -i "s#flags = -O3#flags = $RPM_OPT_FLAGS#" src/Makefile
 
 #install fedora-specific readme
 install -pm 644 %{SOURCE2} README.Fedora
@@ -82,6 +79,10 @@
 
 
 %changelog
+* Sun Feb 22 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.039-2
+- Drop the ExcludeArch, libco has a C fallback
+- Use macros consistently
+
 * Tue Jan 20 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.039-1
 - Updated to 0.039
 



More information about the rpmfusion-commits mailing list