rpms/mame/F-19 .cvsignore, 1.79, 1.80 mame-verbosebuild.patch, 1.6, 1.7 mame.spec, 1.93, 1.94 sources, 1.79, 1.80

Julian Sikorski belegdol at rpmfusion.org
Sat Jan 3 09:14:30 CET 2015


Author: belegdol

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

Modified Files:
	.cvsignore mame-verbosebuild.patch mame.spec sources 
Log Message:
* Sat Jan 03 2015 Julian Sikorski <belegdol at fedoraproject.org> - 0.157-1
- Updated to 0.157
- Updated the verbosebuild patch



Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-19/.cvsignore,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- .cvsignore	27 Nov 2014 18:21:06 -0000	1.79
+++ .cvsignore	3 Jan 2015 08:14:30 -0000	1.80
@@ -1 +1 @@
-mame0156s.exe
+mame0157s.exe

mame-verbosebuild.patch:
 makefile |   30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

Index: mame-verbosebuild.patch
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-19/mame-verbosebuild.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mame-verbosebuild.patch	10 Nov 2013 10:22:17 -0000	1.6
+++ mame-verbosebuild.patch	3 Jan 2015 08:14:30 -0000	1.7
@@ -1,7 +1,7 @@
-diff -up mame-0.151/makefile.verbosebuild mame-0.151/makefile
---- mame-0.151/makefile.verbosebuild	2013-11-10 09:48:28.461065621 +0100
-+++ mame-0.151/makefile	2013-11-10 09:51:14.637247110 +0100
-@@ -330,14 +330,14 @@ endif
+diff -up mame-0.157/makefile.verbosebuild mame-0.157/makefile
+--- mame-0.157/makefile.verbosebuild	2015-01-03 09:00:43.512311253 +0100
++++ mame-0.157/makefile	2015-01-03 09:10:12.905229834 +0100
+@@ -346,14 +346,14 @@ endif
  
  # compiler, linker and utilities
  ifneq ($(TARGETOS),emscripten)
@@ -22,7 +22,7 @@
  
  
  #-------------------------------------------------
-@@ -890,49 +890,49 @@ $(OBJ)/%.o: $(SRC)/%.c | $(OSPREBUILD)
+@@ -947,49 +947,49 @@ $(OBJ)/%.o: $(SRC)/%.c | $(OSPREBUILD)
  	@echo Compiling $<...
  	$(CC) $(CDEFS) $(CFLAGS) -c $< -o $@
  ifdef CPPCHECK
@@ -54,17 +54,17 @@
 +	$(CPPCHECK) $(CPPCHECKFLAGS) $<
  endif
  
- $(OBJ)/%.lh: $(SRC)/%.lay $(FILE2STR_TARGET)
+ $(OBJ)/%.lh: $(SRC)/%.lay $(SRC)/build/file2str.py
  	@echo Converting $<...
--	@$(FILE2STR) $< $@ layout_$(basename $(notdir $<))
-+	$(FILE2STR) $< $@ layout_$(basename $(notdir $<))
+-	@$(PYTHON) $(SRC)/build/file2str.py $< $@ layout_$(basename $(notdir $<))
++	$(PYTHON) $(SRC)/build/file2str.py $< $@ layout_$(basename $(notdir $<))
  
- $(OBJ)/%.fh: $(SRC)/%.png $(PNG2BDC_TARGET) $(FILE2STR_TARGET)
+ $(OBJ)/%.fh: $(SRC)/%.png $(PNG2BDC_TARGET) $(SRC)/build/file2str.py
  	@echo Converting $<...
 -	@$(PNG2BDC) $< $(OBJ)/temp.bdc
--	@$(FILE2STR) $(OBJ)/temp.bdc $@ font_$(basename $(notdir $<)) UINT8
+-	@$(PYTHON) $(SRC)/build/file2str.py $(OBJ)/temp.bdc $@ font_$(basename $(notdir $<)) UINT8
 +	$(PNG2BDC) $< $(OBJ)/temp.bdc
-+	$(FILE2STR) $(OBJ)/temp.bdc $@ font_$(basename $(notdir $<)) UINT8
++	$(PYTHON) $(SRC)/build/file2str.py $(OBJ)/temp.bdc $@ font_$(basename $(notdir $<)) UINT8
  
  $(DRIVLISTOBJ): $(DRIVLISTSRC)
  	@echo Compiling $<...


Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-19/mame.spec,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- mame.spec	27 Nov 2014 18:21:06 -0000	1.93
+++ mame.spec	3 Jan 2015 08:14:30 -0000	1.94
@@ -5,7 +5,7 @@
 %bcond_with debug
 %bcond_with simd
 
-%global baseversion 156
+%global baseversion 157
 #global sourceupdate 1
 #global svn 21418
 
@@ -389,6 +389,10 @@
 
 
 %changelog
+* Sat Jan 03 2015 Julian Sikorski <belegdol at fedoraproject.org> - 0.157-1
+- Updated to 0.157
+- Updated the verbosebuild patch
+
 * Thu Nov 27 2014 Julian Sikorski <belegdol at fedoraproject.org> - 0.156-1
 - Updated to 0.156
 - Switched to SDL2


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-19/sources,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- sources	27 Nov 2014 18:21:06 -0000	1.79
+++ sources	3 Jan 2015 08:14:30 -0000	1.80
@@ -1 +1 @@
-42182044071c4aed2675e28df62fa210  mame0156s.exe
+813b68c8b6d668cf5f40a8f034877ebd  mame0157s.exe


More information about the rpmfusion-commits mailing list