Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9044
Modified Files:
.cvsignore mame-verbosebuild.patch mame.spec sources
Removed Files:
mame-systemlibs.patch
Log Message:
* Thu Feb 26 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.159-1
- Updated to 0.159
- Updated the verbosebuild patch
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- .cvsignore 28 Jan 2015 17:54:22 -0000 1.85
+++ .cvsignore 26 Feb 2015 07:25:56 -0000 1.86
@@ -1 +1 @@
-mame0158s.exe
+mame0159s.exe
mame-verbosebuild.patch:
makefile | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
Index: mame-verbosebuild.patch
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame-verbosebuild.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mame-verbosebuild.patch 28 Jan 2015 17:54:22 -0000 1.8
+++ mame-verbosebuild.patch 26 Feb 2015 07:25:56 -0000 1.9
@@ -1,7 +1,7 @@
-diff -up mame-0.158/makefile.verbosebuild mame-0.158/makefile
---- mame-0.158/makefile.verbosebuild 2015-01-28 18:46:50.098531078 +0100
-+++ mame-0.158/makefile 2015-01-28 18:51:09.123828941 +0100
-@@ -360,14 +360,14 @@ endif
+diff -up mame-0.159/makefile.verbosebuild mame-0.159/makefile
+--- mame-0.159/makefile.verbosebuild 2015-02-26 07:20:06.765476481 +0100
++++ mame-0.159/makefile 2015-02-26 07:27:46.388717313 +0100
+@@ -363,14 +363,14 @@ endif
# compiler, linker and utilities
ifneq ($(TARGETOS),emscripten)
@@ -20,9 +20,9 @@
+OBJDUMP = objdump
+PYTHON = python
-
#-------------------------------------------------
-@@ -956,28 +956,28 @@ $(OBJ)/%.o: $(SRC)/%.c | $(OSPREBUILD)
+ # form the name of the executable
+@@ -975,28 +975,28 @@ $(OBJ)/%.o: $(SRC)/%.c | $(OSPREBUILD)
@echo Compiling $<...
$(CC) $(CDEFS) $(CFLAGS) -c $< -o $@
ifdef CPPCHECK
@@ -55,7 +55,7 @@
endif
$(OBJ)/%.lh: $(SRC)/%.lay $(SRC)/build/file2str.py
-@@ -993,12 +993,12 @@ $(DRIVLISTOBJ): $(DRIVLISTSRC)
+@@ -1012,7 +1012,7 @@ $(DRIVLISTOBJ): $(DRIVLISTSRC)
@echo Compiling $<...
$(CC) $(CDEFS) $(CFLAGS) -c $< -o $@
ifdef CPPCHECK
@@ -63,10 +63,4 @@
+ $(CPPCHECK) $(CPPCHECKFLAGS) $<
endif
- $(DRIVLISTSRC): $(SRC)/$(TARGET)/$(SUBTARGET).lst $(MAKELIST_TARGET)
- @echo Building driver list $<...
-- @$(MAKELIST) $< >$@
-+ $(MAKELIST) $< >$@
-
- $(OBJ)/%.a:
- @echo Archiving $@...
+ $(DRIVLISTSRC): $(SRC)/$(TARGET)/$(SUBTARGET).lst $(SRC)/build/makelist.py
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- mame.spec 29 Jan 2015 19:10:42 -0000 1.101
+++ mame.spec 26 Feb 2015 07:25:56 -0000 1.102
@@ -5,7 +5,7 @@
%bcond_with debug
%bcond_with simd
-%global baseversion 158
+%global baseversion 159
#global sourceupdate 1
#global svn 21418
@@ -42,7 +42,6 @@
%endif
%endif
Patch0: %{name}-fortify.patch
-Patch1: %{name}-systemlibs.patch
Patch2: %{name}-verbosebuild.patch
BuildRequires: expat-devel
@@ -160,7 +159,6 @@
%endif
%endif
%patch0 -p1 -b .fortify
-%patch1 -p1 -b .systemlibs
%patch2 -p1 -b .verbosebuild
# Fix encoding
@@ -306,8 +304,8 @@
%if %{with ldplayer}
install -pm 644 ldplayer.1 $RPM_BUILD_ROOT%{_mandir}/man1
%endif
-install -pm 644 castool.1 chdman.1 imgtool.1 jedutil.1 ldresample.1 ldverify.1 \
- romcmp.1 testkeys.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install -pm 644 castool.1 chdman.1 imgtool.1 floptool.1 jedutil.1 ldresample.1 \
+ ldverify.1 romcmp.1 testkeys.1 $RPM_BUILD_ROOT%{_mandir}/man1
install -pm 644 mame.6 mess.6 $RPM_BUILD_ROOT%{_mandir}/man6
popd
popd
@@ -377,6 +375,7 @@
%{_bindir}/floptool
%{_bindir}/imgtool
%{_mandir}/man1/castool.1*
+%{_mandir}/man1/floptool.1*
%{_mandir}/man1/imgtool.1*
%files data
@@ -391,6 +390,10 @@
%changelog
+* Thu Feb 26 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.159-1
+- Updated to 0.159
+- Updated the verbosebuild patch
+
* Wed Jan 28 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.158-1
- Updated to 0.158
- Updated the verbosebuild patch
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- sources 28 Jan 2015 17:54:22 -0000 1.85
+++ sources 26 Feb 2015 07:25:56 -0000 1.86
@@ -1 +1 @@
-e72521b7cc980bcbddd590729b6f18ad mame0158s.exe
+312117c1107614233956059e986aea5b mame0159s.exe
--- mame-systemlibs.patch DELETED ---