Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9581
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Wed Oct 15 2014 Julian Sikorski <belegdol(a)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-20/.cvsignore,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- .cvsignore 26 Jul 2014 06:39:05 -0000 1.81
+++ .cvsignore 15 Oct 2014 19:20:11 -0000 1.82
@@ -1 +1 @@
-mame0154s.exe
+mame0155s.exe
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-20/mame.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- mame.spec 26 Jul 2014 06:39:05 -0000 1.95
+++ mame.spec 15 Oct 2014 19:20:11 -0000 1.96
@@ -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(a)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(a)fedoraproject.org> - 0.154-1
- Updated to 0.154
- Changed to build mess before mame
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-20/sources,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- sources 26 Jul 2014 06:39:05 -0000 1.81
+++ sources 15 Oct 2014 19:20:11 -0000 1.82
@@ -1 +1 @@
-6b9f1a5dad93885b9ba2cdc9de21db9f mame0154s.exe
+214f5c6a22002b84cf60645cb8bc4474 mame0155s.exe
Show replies by date