rpms/mame/F-20 .cvsignore, 1.80, 1.81 mame.spec, 1.94, 1.95 sources, 1.80, 1.81
Julian Sikorski
belegdol at rpmfusion.org
Sat Jul 26 08:39:05 CEST 2014
- Previous message: rpms/mame/devel .cvsignore, 1.80, 1.81 mame.spec, 1.94, 1.95 sources, 1.80, 1.81
- Next message: rpms/mame/F-19 .cvsignore, 1.76, 1.77 mame.spec, 1.89, 1.90 sources, 1.76, 1.77
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv22063
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-20/.cvsignore,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- .cvsignore 14 Apr 2014 01:57:00 -0000 1.80
+++ .cvsignore 26 Jul 2014 06:39:05 -0000 1.81
@@ -1 +1 @@
-mame0153s.exe
+mame0154s.exe
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-20/mame.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- mame.spec 14 Apr 2014 01:57:00 -0000 1.94
+++ mame.spec 26 Jul 2014 06:39:05 -0000 1.95
@@ -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-20/sources,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- sources 14 Apr 2014 01:57:00 -0000 1.80
+++ sources 26 Jul 2014 06:39:05 -0000 1.81
@@ -1 +1 @@
-9abc8e2fa8ebddcd4d00ad35f4829a99 mame0153s.exe
+6b9f1a5dad93885b9ba2cdc9de21db9f mame0154s.exe
- Previous message: rpms/mame/devel .cvsignore, 1.80, 1.81 mame.spec, 1.94, 1.95 sources, 1.80, 1.81
- Next message: rpms/mame/F-19 .cvsignore, 1.76, 1.77 mame.spec, 1.89, 1.90 sources, 1.76, 1.77
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rpmfusion-commits
mailing list