Author: belegdol
Update of /cvs/nonfree/rpms/mednafen/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21340
Modified Files:
mednafen.spec
Removed Files:
mednafen-0.8.B-gcc44.patch
Log Message:
* Thu Jul 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8.12-1.0.8.C
- Updated to 0.8.C
- Dropped the upstreamed gcc44 patch
- Dropped the ppc64 ExcludeArch
Index: mednafen.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mednafen/devel/mednafen.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mednafen.spec 29 Mar 2009 15:00:56 -0000 1.7
+++ mednafen.spec 9 Jul 2009 20:38:10 -0000 1.8
@@ -1,14 +1,13 @@
-%define _version 0.8.B
+%define _version 0.8.C
Name: mednafen
-Version: 0.8.11
-Release: 2.%{_version}%{?dist}
+Version: 0.8.12
+Release: 1.%{_version}%{?dist}
Summary: A multi-system emulator utilizing OpenGL and SDL
Group: Applications/Emulators
License: GPLv2+
URL:
http://mednafen.sourceforge.net
Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{_version}.tar.bz2
-Patch0: mednafen-0.8.B-gcc44.patch
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gettext
BuildRequires: pkgconfig >= 0.9.0
@@ -19,10 +18,6 @@
BuildRequires: zlib-devel
BuildRequires: jack-audio-connection-kit-devel
-%if 0%{?fedora} >= 11
-ExcludeArch: ppc64
-%endif
-
%description
A portable command-line driven, multi-system emulator which uses OpenGL and
SDL. It emulates the following:
@@ -46,7 +41,6 @@
%prep
%setup -q -n %{name}
-%patch0 -p0 -b .gcc44
# Permission cleanups for debuginfo
chmod -x src/wswan/dis/*
@@ -74,6 +68,11 @@
%changelog
+* Thu Jul 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8.12-1.0.8.C
+- Updated to 0.8.C
+- Dropped the upstreamed gcc44 patch
+- Dropped the ppc64 ExcludeArch
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> -
0.8.11-2.0.8.B
- rebuild for new F11 features
--- mednafen-0.8.B-gcc44.patch DELETED ---