Author: belegdol
Update of /cvs/nonfree/rpms/mednafen/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21827
Modified Files:
.cvsignore mednafen.spec sources
Removed Files:
mednafen-0.9.19-gcc47.patch
Log Message:
* Wed May 02 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.21-0.1
- Updated to 0.9.21-WIP
- Dropped upstreamed gcc-47 patch
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/F-16/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 10 Feb 2012 21:54:09 -0000 1.9
+++ .cvsignore 2 May 2012 22:07:30 -0000 1.10
@@ -1 +1 @@
-mednafen-0.9.19-wip.tar.bz2
+mednafen-0.9.21-wip.tar.bz2
Index: mednafen.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/F-16/mednafen.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mednafen.spec 10 Feb 2012 21:54:09 -0000 1.14
+++ mednafen.spec 2 May 2012 22:07:30 -0000 1.15
@@ -1,5 +1,5 @@
Name: mednafen
-Version: 0.9.19
+Version: 0.9.21
Release: 0.1%{?dist}
Summary: A multi-system emulator utilizing OpenGL and SDL
#mednafen is a monstrosity build out of many emulators hence the colourful licensing
@@ -7,7 +7,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}-%{version}-gcc47.patch
BuildRequires: gettext
BuildRequires: pkgconfig >= 0.9.0
BuildRequires: SDL_net-devel >= 1.2.0
@@ -46,7 +45,6 @@
%prep
%setup -q -n %{name}
-%patch0 -p1 -b .gcc47
# Permission cleanups for debuginfo
find \( -name \*.c\* -or -name \*.h\* \) -exec chmod -x {} \;
@@ -75,6 +73,10 @@
%changelog
+* Wed May 02 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.21-0.1
+- Updated to 0.9.21-WIP
+- Dropped upstreamed gcc-47 patch
+
* Fri Feb 10 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.9.19-0.1
- Updated to 0.9.19-WIP
- Dropped obsolete Group, Buildroot, %%clean and %%defattr
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/F-16/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 10 Feb 2012 21:54:09 -0000 1.9
+++ sources 2 May 2012 22:07:30 -0000 1.10
@@ -1 +1 @@
-64be12196aa02828539af677b0e2a66c mednafen-0.9.19-wip.tar.bz2
+40516f81b18df70ae4a2dfd411fa0861 mednafen-0.9.21-wip.tar.bz2
--- mednafen-0.9.19-gcc47.patch DELETED ---