Author: belegdol
Update of /cvs/nonfree/rpms/mednafen/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26761
Modified Files:
.cvsignore mednafen.spec sources
Removed Files:
mednafen-nessound.patch
Log Message:
* Sun Nov 27 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.18-0.1
- Updated to 0.9.18-WIP
- Dropped the NES sound patch
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/F-15/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 15 Jun 2011 21:49:48 -0000 1.7
+++ .cvsignore 27 Nov 2011 13:29:07 -0000 1.8
@@ -1 +1 @@
-mednafen-0.9.17-wip.tar.bz2
+mednafen-0.9.18-wip.tar.bz2
Index: mednafen.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/F-15/mednafen.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mednafen.spec 27 Aug 2011 19:09:40 -0000 1.12
+++ mednafen.spec 27 Nov 2011 13:29:07 -0000 1.13
@@ -1,6 +1,6 @@
Name: mednafen
-Version: 0.9.17
-Release: 0.2%{?dist}
+Version: 0.9.18
+Release: 0.1%{?dist}
Summary: A multi-system emulator utilizing OpenGL and SDL
Group: Applications/Emulators
#mednafen is a monstrosity build out of many emulators hence the colourful licensing
@@ -8,7 +8,6 @@
URL:
http://mednafen.sourceforge.net
#Get it here:
http://forum.fobby.net/index.php?t=thread&frm_id=4
Source0: %{name}-%{version}-wip.tar.bz2
-Patch0: %{name}-nessound.patch
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gettext
BuildRequires: pkgconfig >= 0.9.0
@@ -46,7 +45,6 @@
%prep
%setup -q -n %{name}
-%patch0 -p1 -b .nessound
# Permission cleanups for debuginfo
find \( -name \*.c\* -or -name \*.h\* \) -exec chmod -x {} \;
@@ -80,6 +78,10 @@
%changelog
+* Sun Nov 27 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.18-0.1
+- Updated to 0.9.18-WIP
+- Dropped the NES sound patch
+
* Sat Aug 27 2011 Julian Weissgerber <sloevenh1(a)googlemail.com> - 0.9.17-0.2
- Patch to fix segfault when NES sound is enabled
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/F-15/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 15 Jun 2011 21:49:48 -0000 1.7
+++ sources 27 Nov 2011 13:29:07 -0000 1.8
@@ -1 +1 @@
-8329fdaab54a8ba8ea3e3ca920fb8dc7 mednafen-0.9.17-wip.tar.bz2
+0327b3b0f8413f1ed446c4d8b9b897f0 mednafen-0.9.18-wip.tar.bz2
--- mednafen-nessound.patch DELETED ---