Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21941
Modified Files:
.cvsignore mame-verbosebuild.patch mame.spec sources
Log Message:
* Wed Jan 28 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.158-1
- Updated to 0.158
- Updated the verbosebuild patch
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- .cvsignore 3 Jan 2015 08:14:26 -0000 1.84
+++ .cvsignore 28 Jan 2015 17:54:22 -0000 1.85
@@ -1 +1 @@
-mame0157s.exe
+mame0158s.exe
mame-verbosebuild.patch:
makefile | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
Index: mame-verbosebuild.patch
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame-verbosebuild.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mame-verbosebuild.patch 3 Jan 2015 08:14:26 -0000 1.7
+++ mame-verbosebuild.patch 28 Jan 2015 17:54:22 -0000 1.8
@@ -1,7 +1,7 @@
-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
+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
# compiler, linker and utilities
ifneq ($(TARGETOS),emscripten)
@@ -12,7 +12,7 @@
+CC = gcc
+LD = g++
endif
- MD = -mkdir$(EXE)
+ MD = -mkdir$(BUILD_EXE)
-RM = @rm -f
-OBJDUMP = @objdump
-PYTHON = @python
@@ -22,7 +22,7 @@
#-------------------------------------------------
-@@ -947,49 +947,49 @@ $(OBJ)/%.o: $(SRC)/%.c | $(OSPREBUILD)
+@@ -956,28 +956,28 @@ $(OBJ)/%.o: $(SRC)/%.c | $(OSPREBUILD)
@echo Compiling $<...
$(CC) $(CDEFS) $(CFLAGS) -c $< -o $@
ifdef CPPCHECK
@@ -55,18 +55,7 @@
endif
$(OBJ)/%.lh: $(SRC)/%.lay $(SRC)/build/file2str.py
- @echo Converting $<...
-- @$(PYTHON) $(SRC)/build/file2str.py $< $@ layout_$(basename $(notdir $<))
-+ $(PYTHON) $(SRC)/build/file2str.py $< $@ layout_$(basename $(notdir $<))
-
- $(OBJ)/%.fh: $(SRC)/%.png $(PNG2BDC_TARGET) $(SRC)/build/file2str.py
- @echo Converting $<...
-- @$(PNG2BDC) $< $(OBJ)/temp.bdc
-- @$(PYTHON) $(SRC)/build/file2str.py $(OBJ)/temp.bdc $@ font_$(basename $(notdir $<))
UINT8
-+ $(PNG2BDC) $< $(OBJ)/temp.bdc
-+ $(PYTHON) $(SRC)/build/file2str.py $(OBJ)/temp.bdc $@ font_$(basename $(notdir $<))
UINT8
-
- $(DRIVLISTOBJ): $(DRIVLISTSRC)
+@@ -993,12 +993,12 @@ $(DRIVLISTOBJ): $(DRIVLISTSRC)
@echo Compiling $<...
$(CC) $(CDEFS) $(CFLAGS) -c $< -o $@
ifdef CPPCHECK
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- mame.spec 3 Jan 2015 08:14:26 -0000 1.99
+++ mame.spec 28 Jan 2015 17:54:22 -0000 1.100
@@ -5,7 +5,7 @@
%bcond_with debug
%bcond_with simd
-%global baseversion 157
+%global baseversion 158
#global sourceupdate 1
#global svn 21418
@@ -389,6 +389,10 @@
%changelog
+* Wed Jan 28 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.158-1
+- Updated to 0.158
+- Updated the verbosebuild patch
+
* Sat Jan 03 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.157-1
- Updated to 0.157
- Updated the verbosebuild patch
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- sources 3 Jan 2015 08:14:26 -0000 1.84
+++ sources 28 Jan 2015 17:54:22 -0000 1.85
@@ -1 +1 @@
-813b68c8b6d668cf5f40a8f034877ebd mame0157s.exe
+e72521b7cc980bcbddd590729b6f18ad mame0158s.exe
Show replies by date