Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3011
Modified Files:
.cvsignore mame.spec sources
Removed Files:
0001-emudummy.c-change-GAME_NO_SOUND-to-MACHINE_.patch
Log Message:
* Thu Oct 01 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.166-1
- Updated to 0.166
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- .cvsignore 29 Aug 2015 04:33:51 -0000 1.91
+++ .cvsignore 1 Oct 2015 16:43:54 -0000 1.92
@@ -1,2 +1,2 @@
-mame0165s.exe
+mame0166s.exe
whatsnew.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- mame.spec 5 Sep 2015 20:40:05 -0000 1.119
+++ mame.spec 1 Oct 2015 16:43:55 -0000 1.120
@@ -5,7 +5,7 @@
%bcond_with debug
%bcond_with simd
-%global baseversion 165
+%global baseversion 166
# work around low memory on the RPM Fusion builder
%bcond_without lowmem
@@ -23,7 +23,6 @@
Source0:
http://mamedev.org/downloader.php?file=%{name}0%{baseversion}/%{name}0%{b...
Source100: whatsnew.zip
Patch0: %{name}-fortify.patch
-Patch1: 0001-emudummy.c-change-GAME_NO_SOUND-to-MACHINE_.patch
Patch2: %{name}-genie-smpfix.patch
BuildRequires: expat-devel
@@ -126,7 +125,6 @@
-o -wholename ./makefile \) -exec sed -i 's@\r@@' {} \;
%patch0 -p1 -b .fortify
-%patch1 -p1
%patch2 -p1 -b .smpfix
# Fix encoding
@@ -322,6 +320,9 @@
%changelog
+* Thu Oct 01 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.166-1
+- Updated to 0.166
+
* Thu Aug 27 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.165-1
- Updated to 0.165
- Updated the smpfix patch
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- sources 29 Aug 2015 04:33:51 -0000 1.91
+++ sources 1 Oct 2015 16:43:55 -0000 1.92
@@ -1,2 +1,2 @@
-7573cc953d865602bfe9c60303e3a793 mame0165s.exe
-fbe0884984ccaa01cd51ef70426c052b whatsnew.zip
+22197b7a2255d6ec8be92eecd0ebdf0c mame0166s.exe
+ac46ff93eb4af900f6b1fc0fcd546505 whatsnew.zip
--- 0001-emudummy.c-change-GAME_NO_SOUND-to-MACHINE_.patch DELETED ---