rpms/bsnes/F-16 .cvsignore, 1.32, 1.33 bsnes.spec, 1.44, 1.45 sources, 1.32, 1.33

Julian Sikorski belegdol at rpmfusion.org
Wed Nov 9 23:49:15 CET 2011


Author: belegdol

Update of /cvs/free/rpms/bsnes/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14908

Modified Files:
	.cvsignore bsnes.spec sources 
Log Message:
* Wed Nov 09 2011 Julian Sikorski <belegdol at fedoraproject.org> - 0.084-1
- Updated to 0.084
- License is now GPLv3
- Updated the systemwide patch
- cheats.xml → cheats.bml
- Apply the change enabling system-wide cheats as a patch



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-16/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- .cvsignore	23 Aug 2011 20:58:25 -0000	1.32
+++ .cvsignore	9 Nov 2011 22:49:15 -0000	1.33
@@ -1 +1 @@
-bsnes_v082-source.tar.bz2
+bsnes_v084-source.tar.bz2


Index: bsnes.spec
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-16/bsnes.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- bsnes.spec	23 Aug 2011 20:58:25 -0000	1.44
+++ bsnes.spec	9 Nov 2011 22:49:15 -0000	1.45
@@ -1,4 +1,4 @@
-%global vernumber 082
+%global vernumber 084
 
 Name:           bsnes
 Version:        0.%{vernumber}
@@ -6,11 +6,11 @@
 Summary:        SNES emulator focused on accuracy
 
 Group:          Applications/Emulators
-License:        GPLv2
+License:        GPLv3
 URL:            http://byuu.org/bsnes/
 Source0:        http://bsnes.googlecode.com/files/%{name}_v%{vernumber}-source.tar.bz2
 Source2:        README.bsnes
-Patch1:         bsnes-0.079-systemwide.patch
+Patch1:         bsnes-0.084-systemwide.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 #bsnes does not use system snes_ntsc because the modified video processing
@@ -19,7 +19,7 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  freealut-devel
 BuildRequires:  gtk2-devel
-BuildRequires:  libao-devel     
+BuildRequires:  libao-devel
 BuildRequires:  libXv-devel
 BuildRequires:  pulseaudio-libs-devel
 BuildRequires:  SDL-devel
@@ -39,7 +39,7 @@
 
 
 %prep
-%setup -q -n %{name}_v%{vernumber}-source
+%setup -qcn %{name}_v%{vernumber}-source
 %patch1 -p1 -b .systemwide
 
 #fix permissions
@@ -61,9 +61,7 @@
 #install fedora-specific readme
 install -pm 644 %{SOURCE2} README.Fedora
 
-#use proper system-wide paths for filters and cheats.xml
-sed -i 's at path.home("cheats.xml")@"/usr/share/bsnes/cheats.xml"@' \
-    bsnes/ui/tools/cheat-database.cpp
+#use proper system-wide path for filters
 sed -i 's@/usr/lib@%{_libdir}@' bsnes/ui/general/main-window.cpp
 
 
@@ -88,7 +86,7 @@
         $RPM_BUILD_ROOT%{_datadir}/applications/bsnes.desktop
 popd
 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
-install -pm 644 bsnes/data/cheats.xml $RPM_BUILD_ROOT%{_datadir}/%{name}
+install -pm 644 bsnes/data/cheats.bml $RPM_BUILD_ROOT%{_datadir}/%{name}
 install -d $RPM_BUILD_ROOT%{_libdir}/%{name}/filters
 install -pm 755 snesfilter/out/*.filter $RPM_BUILD_ROOT%{_libdir}/%{name}/filters
 install -pm 755 snespurify/snespurify-gtk $RPM_BUILD_ROOT%{_bindir}
@@ -111,6 +109,13 @@
 
 
 %changelog
+* Wed Nov 09 2011 Julian Sikorski <belegdol at fedoraproject.org> - 0.084-1
+- Updated to 0.084
+- License is now GPLv3
+- Updated the systemwide patch
+- cheats.xml → cheats.bml
+- Apply the change enabling system-wide cheats as a patch
+
 * Tue Aug 23 2011 Julian Sikorski <belegdol at fedoraproject.org> - 0.082-1
 - Updated to 0.082
 - Dropped unneeded patches


Index: sources
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-16/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sources	23 Aug 2011 20:58:25 -0000	1.32
+++ sources	9 Nov 2011 22:49:15 -0000	1.33
@@ -1 +1 @@
-c7deead3fb28bcf1aa7bcef44f236f59  bsnes_v082-source.tar.bz2
+ba66a8aa91b8f17812cc91ffeb63e489  bsnes_v084-source.tar.bz2



More information about the rpmfusion-commits mailing list