Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25411
Modified Files:
.cvsignore sdlmame.spec sources
Removed Files:
sdlmame-bne.patch
Log Message:
* Tue Mar 19 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-0.1.0130u1
- Updated to 0.130u1
- Conditionalised the Fedora 10 pkgconfig fix
- Dropped the upstreamed bne patch
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/.cvsignore,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- .cvsignore 9 Mar 2009 17:33:20 -0000 1.35
+++ .cvsignore 19 Mar 2009 19:06:13 -0000 1.36
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0130.zip
+sdlmame0130u1.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- sdlmame.spec 9 Mar 2009 17:33:20 -0000 1.42
+++ sdlmame.spec 19 Mar 2009 19:06:13 -0000 1.43
@@ -1,4 +1,4 @@
-#define beta 0129u6
+%define beta 0130u1
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -17,8 +17,8 @@
%endif
Name: sdlmame
-Version: 0130
-Release: 1%{?beta}%{?dist}
+Version: 0131
+Release: 0.1.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -29,12 +29,14 @@
Source1: ui.bdc
Patch0: %{name}-warnings.patch
Patch1: %{name}-expat.patch
-Patch2: %{name}-bne.patch
Patch3: %{name}-fortify.patch
BuildRoot: %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel expat-devel zlib-devel libGL-devel gtk2-devel
BuildRequires: GConf2-devel
+%if 0%{?fedora} == 10
+BuildRequires: dbus-devel
+%endif
%description
MAME stands for Multiple Arcade Machine Emulator. When used in conjunction
@@ -81,7 +83,6 @@
%setup -qn %{name}%{_version}
%patch0 -p0 -b .warnings~
%patch1 -p0 -b .expat~
-%patch2 -p0 -b .bne~
%patch3 -p0 -b .fortify
# Create mame.ini file
@@ -212,6 +213,11 @@
%changelog
+* Tue Mar 19 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-0.1.0130u1
+- Updated to 0.130u1
+- Conditionalised the Fedora 10 pkgconfig fix
+- Dropped the upstreamed bne patch
+
* Mon Mar 09 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-1
- Updated to 0.130
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sources,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- sources 9 Mar 2009 17:33:20 -0000 1.36
+++ sources 19 Mar 2009 19:06:13 -0000 1.37
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-b33d3545049e8e2b8da5d7d7cc3b843b sdlmame0130.zip
+547f9a517c29e08ed99593a4508999cd sdlmame0130u1.zip
--- sdlmame-bne.patch DELETED ---
Show replies by date