Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4368
Modified Files:
.cvsignore mame.spec sources
Removed Files:
mame-tms57002-unidasm.patch
Log Message:
* Sun Mar 25 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.145u5-1
- Updated to 0.145u5
- mame.1 → mame.6
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-15/.cvsignore,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- .cvsignore 11 Mar 2012 19:54:04 -0000 1.53
+++ .cvsignore 25 Mar 2012 15:50:59 -0000 1.54
@@ -3,3 +3,4 @@
0145u2_diff.zip
0145u3_diff.zip
0145u4_diff.zip
+0145u5_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-15/mame.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- mame.spec 11 Mar 2012 19:54:04 -0000 1.61
+++ mame.spec 25 Mar 2012 15:50:59 -0000 1.62
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 145
-%global sourceupdate 4
+%global sourceupdate 5
Name: mame
%if 0%{?sourceupdate}
@@ -26,7 +26,7 @@
Source2:
http://mamedev.org/updates/0%{baseversion}u2_diff.zip
Source3:
http://mamedev.org/updates/0%{baseversion}u3_diff.zip
Source4:
http://mamedev.org/updates/0%{baseversion}u4_diff.zip
-#Source5:
http://mamedev.org/updates/0%{baseversion}u5_diff.zip
+Source5:
http://mamedev.org/updates/0%{baseversion}u5_diff.zip
#Source6:
http://mamedev.org/updates/0%{baseversion}u6_diff.zip
#Source7:
http://mamedev.org/updates/0%{baseversion}u7_diff.zip
#Source8:
http://mamedev.org/updates/0%{baseversion}u8_diff.zip
@@ -35,7 +35,6 @@
Patch0: %{name}-fortify.patch
Patch1: %{name}-systemlibs.patch
Patch2: %{name}-verbosebuild.patch
-Patch3: %{name}-tms57002-unidasm.patch
BuildRequires: expat-devel
BuildRequires: flac-devel
@@ -109,7 +108,6 @@
%patch0 -p1 -b .fortify
%patch1 -p1 -b .systemlibs
%patch2 -p1 -b .verbosebuild
-%patch3 -p1 -b .tms57002-unidasm
# Create ini file
@@ -215,7 +213,7 @@
%if %{with ldplayer}
install -pm 644 ldplayer.1 $RPM_BUILD_ROOT%{_mandir}/man1
%endif
-install -pm 644 chdman.1 jedutil.1 ldverify.1 mame.1 romcmp.1 \
+install -pm 644 chdman.1 jedutil.1 ldverify.1 mame.6 romcmp.1 \
testkeys.1 $RPM_BUILD_ROOT%{_mandir}/man1
popd
@@ -231,7 +229,7 @@
%{_bindir}/%{name}
%endif
%{_datadir}/%{name}
-%{_mandir}/man1/mame.1*
+%{_mandir}/man1/mame.6*
%files tools
%{_bindir}/chdman
@@ -260,6 +258,10 @@
%changelog
+* Sun Mar 25 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.145u5-1
+- Updated to 0.145u5
+- mame.1 → mame.6
+
* Sun Mar 11 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.145u4-1
- Updated to 0.145u4
- Updated the systemlibs patch (FLAC++ was removed)
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-15/sources,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- sources 11 Mar 2012 19:54:04 -0000 1.53
+++ sources 25 Mar 2012 15:50:59 -0000 1.54
@@ -3,3 +3,4 @@
cf2b866a1ba7f537c011328b727a6f5b 0145u2_diff.zip
b8a7c306cc18c9c45e2893c8aed7c4d4 0145u3_diff.zip
6e4fb1e07f1558ac764875d7e4f884af 0145u4_diff.zip
+a2b1d86e70f309566f9cefc18ab9cc72 0145u5_diff.zip
--- mame-tms57002-unidasm.patch DELETED ---