Author: belegdol
Update of /cvs/nonfree/rpms/bsnes/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31446
Modified Files:
.cvsignore bsnes.spec sources
Removed Files:
bsnes-system-zlib.patch
Log Message:
* Sun Sep 27 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.051-1
- Updated to 0.051
- Updated the strip patch
- Updated the license tag
- Dropped the system zlib patch, not needed anymore
- Updated the sed optflags line to catch all -O3 occurrences
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-11/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore 29 Aug 2009 17:11:06 -0000 1.13
+++ .cvsignore 28 Sep 2009 09:35:05 -0000 1.14
@@ -1 +1 @@
-bsnes_v050.tar.bz2
+bsnes_v051.tar.bz2
Index: bsnes.spec
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-11/bsnes.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- bsnes.spec 29 Aug 2009 17:11:06 -0000 1.16
+++ bsnes.spec 28 Sep 2009 09:35:05 -0000 1.17
@@ -1,4 +1,4 @@
-%define vernumber 050
+%define vernumber 051
Name: bsnes
Version: 0.%{vernumber}
@@ -6,14 +6,13 @@
Summary: SNES emulator focused on accuracy
Group: Applications/Emulators
-License: Redistributable, no modification permitted
+License: GPLv2
URL:
http://byuu.org/bsnes/
#Get the source here:
#http://byuu.org/download.php?file=%{name}_v%{vernumber}.tar.bz2
Source0: %{name}_v%{vernumber}.tar.bz2
Source2: README.bsnes
Patch0: bsnes-0.037a-strip.patch
-Patch1: bsnes-system-zlib.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#bsnes does not use system snes_ntsc because the modified video processing
@@ -41,14 +40,13 @@
%prep
%setup -qc
%patch0 -p0 -b .strip
-%patch1 -p0 -b .system-zlib
#fix permissions
find src -type f \( -name \*.cpp -or -name \*.hpp -or -name \*.h -or -name \*.c \) -exec
chmod 644 {} \;
chmod 644 src/data/*.html
#use system optflags
-sed -i "s#flags := -O3#flags := $RPM_OPT_FLAGS#" src/Makefile
+sed -i "s#-O3#$RPM_OPT_FLAGS#" src/Makefile
#install fedora-specific readme
install -pm 644 %{SOURCE2} README.Fedora
@@ -82,6 +80,13 @@
%changelog
+* Sun Sep 27 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.051-1
+- Updated to 0.051
+- Updated the strip patch
+- Updated the license tag
+- Dropped the system zlib patch, not needed anymore
+- Updated the sed optflags line to catch all -O3 occurrences
+
* Sun Aug 29 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.050-1
- Updated to 0.050
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/F-11/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources 29 Aug 2009 17:11:06 -0000 1.13
+++ sources 28 Sep 2009 09:35:05 -0000 1.14
@@ -1 +1 @@
-4110df89063f7b19e3df38bdaecc9cf0 bsnes_v050.tar.bz2
+1c9545c9d24a9fc3bfa5c0ab1f4d2990 bsnes_v051.tar.bz2
--- bsnes-system-zlib.patch DELETED ---