Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26382
Modified Files:
.cvsignore mame.spec sources
Removed Files:
mame-disable-ldtools.patch
Log Message:
* Sun Feb 26 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.145u2-1
- Updated to 0.145u2
- Re-enabled ldresample and ldverify
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-17/.cvsignore,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- .cvsignore 19 Feb 2012 19:44:47 -0000 1.50
+++ .cvsignore 26 Feb 2012 15:09:36 -0000 1.51
@@ -1,2 +1,3 @@
mame0145s.exe
0145u1_diff.zip
+0145u2_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-17/mame.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- mame.spec 19 Feb 2012 19:44:47 -0000 1.58
+++ mame.spec 26 Feb 2012 15:09:36 -0000 1.59
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 145
-%global sourceupdate 1
+%global sourceupdate 2
Name: mame
%if 0%{?sourceupdate}
@@ -23,7 +23,7 @@
%if 0%{?sourceupdate}
#Source updates
Source1:
http://mamedev.org/updates/0%{baseversion}u1_diff.zip
-#Source2:
http://mamedev.org/updates/0%{baseversion}u2_diff.zip
+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
@@ -35,7 +35,6 @@
Patch0: %{name}-fortify.patch
Patch1: %{name}-systemlibs.patch
Patch2: %{name}-verbosebuild.patch
-Patch3: %{name}-disable-ldtools.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 .disable-ldtools
# Create ini file
cat > %{name}.ini << EOF
@@ -199,8 +197,7 @@
%else
install -pm 755 %{name} $RPM_BUILD_ROOT%{_bindir}
%endif
-#install -pm 755 chdman jedutil ldresample ldverify \
-install -pm 755 chdman jedutil \
+install -pm 755 chdman jedutil ldresample ldverify \
romcmp testkeys unidasm $RPM_BUILD_ROOT%{_bindir}
#for tool in regrep runtest split src2html srcclean
for tool in regrep split src2html srcclean
@@ -236,8 +233,8 @@
%files tools
%{_bindir}/chdman
%{_bindir}/jedutil
-#%{_bindir}/ldresample
-#%{_bindir}/ldverify
+%{_bindir}/ldresample
+%{_bindir}/ldverify
%{_bindir}/%{name}-regrep
%{_bindir}/romcmp
#%{_bindir}/%{name}-runtest
@@ -260,6 +257,10 @@
%changelog
+* Sun Feb 26 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.145u2-1
+- Updated to 0.145u2
+- Re-enabled ldresample and ldverify
+
* Sun Feb 19 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.145u1-1
- Updated to 0.145u1
- Added artwork/* and hlsl/* to the installed files
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-17/sources,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- sources 19 Feb 2012 19:44:47 -0000 1.50
+++ sources 26 Feb 2012 15:09:36 -0000 1.51
@@ -1,2 +1,3 @@
4514ecf6dc5331cd0e803704f95e206f mame0145s.exe
2b555a2fda60eac45743bbef3ef0481d 0145u1_diff.zip
+cf2b866a1ba7f537c011328b727a6f5b 0145u2_diff.zip
--- mame-disable-ldtools.patch DELETED ---