rpms/mame/F-19 .cvsignore, 1.77, 1.78 mame.spec, 1.90, 1.91 sources, 1.77, 1.78

Julian Sikorski belegdol at rpmfusion.org
Wed Oct 15 21:20:13 CEST 2014


Author: belegdol

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

Modified Files:
	.cvsignore mame.spec sources 
Log Message:
* Wed Oct 15 2014 Julian Sikorski <belegdol at fedoraproject.org> - 0.155-1
- Updated to 0.155
- Fixed the knock-on effect of changed build order on ini file names
- Use system sqlite3



Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-19/.cvsignore,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- .cvsignore	26 Jul 2014 06:39:07 -0000	1.77
+++ .cvsignore	15 Oct 2014 19:20:13 -0000	1.78
@@ -1 +1 @@
-mame0154s.exe
+mame0155s.exe


Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-19/mame.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- mame.spec	26 Jul 2014 06:39:07 -0000	1.90
+++ mame.spec	15 Oct 2014 19:20:13 -0000	1.91
@@ -5,7 +5,7 @@
 %bcond_with debug
 %bcond_with simd
 
-%global baseversion 154
+%global baseversion 155
 #global sourceupdate 1
 #global svn 21418
 
@@ -54,6 +54,7 @@
 BuildRequires:  python
 BuildRequires:  qt-devel
 BuildRequires:  SDL_ttf-devel
+BuildRequires:  sqlite-devel
 BuildRequires:  zlib-devel
 Requires:       %{name}-data = %{version}-%{release}
 
@@ -161,7 +162,7 @@
 %patch2 -p1 -b .verbosebuild
 
 # Fix encoding
-for whatsnew in messnew.txt; do
+for whatsnew in whatsnew.txt; do
     iconv -f iso8859-1 -t utf-8 $whatsnew > $whatsnew.conv
     mv -f $whatsnew.conv $whatsnew
 done
@@ -212,7 +213,7 @@
 
 #save some space
 MAME_FLAGS="NOWERROR=1 SYMBOLS=1 OPTIMIZE=2 BUILD_EXPAT=0 BUILD_ZLIB=0 \
-    BUILD_FLAC=0 BUILD_JPEGLIB=0 BUILD_MIDILIB=0 SUFFIX64="
+    BUILD_FLAC=0 BUILD_JPEGLIB=0 BUILD_SQLITE3=0 BUILD_MIDILIB=0 SUFFIX64="
 
 #only use assembly on supported architectures
 %ifnarch %{ix86} x86_64 ppc ppc64
@@ -225,16 +226,16 @@
 %endif
 %if %{with debug}
 make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 TARGET=mess \
-    OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/%{name};\"'" all
+    OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/mess;\"'" all
 find obj -type f -not -name \*.lh -and -not -name drivlist.c -exec rm {} \;
 make %{?_smp_mflags} $MAME_FLAGS DEBUG=1 \
-    OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/mess;\"'" all
+    OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/%{name};\"'" all
 %else
 make %{?_smp_mflags} $MAME_FLAGS TARGET=mess \
-    OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/%{name};\"'" all
+    OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/mess;\"'" all
 find obj -type f -not -name \*.lh -and -not -name drivlist.c -exec rm {} \;
 make %{?_smp_mflags} $MAME_FLAGS\
-    OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/mess;\"'" all
+    OPT_FLAGS="$RPM_OPT_FLAGS -DINI_PATH='\"%{_sysconfdir}/%{name};\"'" all
 %endif
 
 
@@ -387,6 +388,11 @@
 
 
 %changelog
+* Wed Oct 15 2014 Julian Sikorski <belegdol at fedoraproject.org> - 0.155-1
+- Updated to 0.155
+- Fixed the knock-on effect of changed build order on ini file names
+- Use system sqlite3
+
 * Thu Jul 24 2014 Julian Sikorski <belegdol at fedoraproject.org> - 0.154-1
 - Updated to 0.154
 - Changed to build mess before mame


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-19/sources,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- sources	26 Jul 2014 06:39:07 -0000	1.77
+++ sources	15 Oct 2014 19:20:13 -0000	1.78
@@ -1 +1 @@
-6b9f1a5dad93885b9ba2cdc9de21db9f  mame0154s.exe
+214f5c6a22002b84cf60645cb8bc4474  mame0155s.exe


More information about the rpmfusion-commits mailing list