rpms/mame/F-19 .cvsignore, 1.76, 1.77 mame.spec, 1.89, 1.90 sources, 1.76, 1.77

Julian Sikorski belegdol at rpmfusion.org
Sat Jul 26 08:39:07 CEST 2014


Author: belegdol

Update of /cvs/nonfree/rpms/mame/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22092

Modified Files:
	.cvsignore mame.spec sources 
Log Message:
* Thu Jul 24 2014 Julian Sikorski <belegdol at fedoraproject.org> - 0.154-1
- Updated to 0.154
- Changed to build mess before mame



Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-19/.cvsignore,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- .cvsignore	14 Apr 2014 01:57:02 -0000	1.76
+++ .cvsignore	26 Jul 2014 06:39:07 -0000	1.77
@@ -1 +1 @@
-mame0153s.exe
+mame0154s.exe


Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-19/mame.spec,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- mame.spec	14 Apr 2014 01:57:02 -0000	1.89
+++ mame.spec	26 Jul 2014 06:39:07 -0000	1.90
@@ -5,7 +5,7 @@
 %bcond_with debug
 %bcond_with simd
 
-%global baseversion 153
+%global baseversion 154
 #global sourceupdate 1
 #global svn 21418
 
@@ -39,14 +39,6 @@
 %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
-#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
-#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
-#Source9:        http://mamedev.org/updates/0%{baseversion}u9_diff.zip
 %endif
 %endif
 Patch0:         %{name}-fortify.patch
@@ -169,7 +161,7 @@
 %patch2 -p1 -b .verbosebuild
 
 # Fix encoding
-for whatsnew in whatsnew.txt messnew.txt; do
+for whatsnew in messnew.txt; do
     iconv -f iso8859-1 -t utf-8 $whatsnew > $whatsnew.conv
     mv -f $whatsnew.conv $whatsnew
 done
@@ -232,16 +224,16 @@
     OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/%{name};\"'"
 %endif
 %if %{with debug}
-make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 \
+make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 TARGET=mess \
     OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/%{name};\"'" all
 find obj -type f -not -name \*.lh -and -not -name drivlist.c -exec rm {} \;
-make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 TARGET=mess \
+make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 \
     OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/mess;\"'" all
 %else
-make %{?_smp_mflags} $MAME_FLAGS \
+make %{?_smp_mflags} $MAME_FLAGS TARGET=mess \
     OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/%{name};\"'" all
 find obj -type f -not -name \*.lh -and -not -name drivlist.c -exec rm {} \;
-make %{?_smp_mflags} $MAME_FLAGS TARGET=mess\
+make %{?_smp_mflags} $MAME_FLAGS\
     OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/mess;\"'" all
 %endif
 
@@ -395,6 +387,10 @@
 
 
 %changelog
+* Thu Jul 24 2014 Julian Sikorski <belegdol at fedoraproject.org> - 0.154-1
+- Updated to 0.154
+- Changed to build mess before mame
+
 * Mon Apr 14 2014 Julian Sikorski <belegdol at fedoraproject.org> - 0.153-1
 - Updated to 0.153
 


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-19/sources,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- sources	14 Apr 2014 01:57:02 -0000	1.76
+++ sources	26 Jul 2014 06:39:07 -0000	1.77
@@ -1 +1 @@
-9abc8e2fa8ebddcd4d00ad35f4829a99  mame0153s.exe
+6b9f1a5dad93885b9ba2cdc9de21db9f  mame0154s.exe


More information about the rpmfusion-commits mailing list