Author: belegdol
Update of /cvs/nonfree/rpms/mednafen/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25484
Modified Files:
.cvsignore mednafen.spec sources
Added Files:
mednafen-0.9.19-gcc47.patch
Log Message:
* 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
- Updated %description
mednafen-0.9.19-gcc47.patch:
0 files changed
--- NEW FILE mednafen-0.9.19-gcc47.patch ---
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/F-15/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 27 Nov 2011 13:29:07 -0000 1.8
+++ .cvsignore 10 Feb 2012 21:54:22 -0000 1.9
@@ -1 +1 @@
-mednafen-0.9.18-wip.tar.bz2
+mednafen-0.9.19-wip.tar.bz2
Index: mednafen.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/F-15/mednafen.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mednafen.spec 27 Nov 2011 13:29:07 -0000 1.13
+++ mednafen.spec 10 Feb 2012 21:54:22 -0000 1.14
@@ -1,14 +1,13 @@
Name: mednafen
-Version: 0.9.18
+Version: 0.9.19
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
License: GPLv2+ and BSD and ISC and LGPLv2+ and MIT and zlib
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
-BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
+Patch0: %{name}-%{version}-gcc47.patch
BuildRequires: gettext
BuildRequires: pkgconfig >= 0.9.0
BuildRequires: SDL_net-devel >= 1.2.0
@@ -32,9 +31,11 @@
* SuperGrafx
* PC-FX
* WonderSwan (Color)
+* Sega Master System
* Sega Genesis
* Nintendo Virtual Boy
* Super NES
+* Sony PlayStation
Mednafen has the ability to remap hotkey functions and virtual system
inputs to a keyboard, a joystick or both simultaneously. Save states are
supported, as is real-time game rewinding. Screen snapshots may be taken at the
@@ -45,6 +46,7 @@
%prep
%setup -q -n %{name}
+%patch0 -p1 -b .gcc47
# Permission cleanups for debuginfo
find \( -name \*.c\* -or -name \*.h\* \) -exec chmod -x {} \;
@@ -66,18 +68,21 @@
%find_lang %{name}
-%clean
-rm -rf %{buildroot}
-
-
%files -f %{name}.lang
-%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_datadir}/%{name}
%doc AUTHORS ChangeLog COPYING TODO Documentation/*
%changelog
+* 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
+- Updated %%description
+
+* Thu Feb 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.9.18-0.2
+- Rebuilt for
https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
* 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: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/F-15/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 27 Nov 2011 13:29:07 -0000 1.8
+++ sources 10 Feb 2012 21:54:22 -0000 1.9
@@ -1 +1 @@
-0327b3b0f8413f1ed446c4d8b9b897f0 mednafen-0.9.18-wip.tar.bz2
+64be12196aa02828539af677b0e2a66c mednafen-0.9.19-wip.tar.bz2