rpms/sdlmame/devel .cvsignore, 1.32, 1.33 sdlmame.spec, 1.38, 1.39 sources, 1.33, 1.34

Julian Sikorski belegdol at rpmfusion.org
Thu Feb 26 17:22:10 CET 2009


Author: belegdol

Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24564

Modified Files:
	.cvsignore sdlmame.spec sources 
Log Message:
* Thu Feb 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.5.0129u5
- Updated to 0.129u4
- Use macros consistently
- Fixed whatsnew.txt encoding



Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- .cvsignore	17 Feb 2009 19:33:18 -0000	1.32
+++ .cvsignore	26 Feb 2009 16:22:09 -0000	1.33
@@ -1,2 +1,2 @@
 ui.bdc
-sdlmame0129u4.zip
+sdlmame0129u5.zip


Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- sdlmame.spec	17 Feb 2009 21:20:20 -0000	1.38
+++ sdlmame.spec	26 Feb 2009 16:22:09 -0000	1.39
@@ -1,4 +1,4 @@
-%define beta 0129u4
+%define beta 0129u5
 
 %if "0%{?beta}" != "0"
 %define _version %{?beta}
@@ -18,7 +18,7 @@
 
 Name:           sdlmame
 Version:        0130
-Release:        0.4.%{?beta}%{?dist}
+Release:        0.5.%{?beta}%{?dist}
 Summary:        SDL Multiple Arcade Machine Emulator
 
 Group:          Applications/Emulators
@@ -118,6 +118,10 @@
 # Fix end-of-line encoding
 sed -i 's/\r//' whatsnew.txt
 
+#Fix whatsnew.txt encoding
+/usr/bin/iconv -f iso8859-1 -t utf-8 whatsnew.txt > whatsnew.txt.conv
+/bin/mv -f whatsnew.txt.conv whatsnew.txt
+
 #Fix newvideo.txt encoding
 pushd docs
 /usr/bin/iconv -f cp1250 -t utf-8 newvideo.txt > newvideo.txt.conv
@@ -127,11 +131,11 @@
 
 %build
 make %{?_smp_mflags} %{?arch_flags} TARGET=ldplayer SYMBOLS=1 OPTIMIZE=2\
-    OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
+    OPT_FLAGS='$RPM_OPT_FLAGS -DINI_PATH="\"%{_sysconfdir}/mame;\""'
 make %{?_smp_mflags} %{?arch_flags} DEBUG=1 SYMBOLS=1 OPTIMIZE=2\
-    OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
+    OPT_FLAGS='$RPM_OPT_FLAGS -DINI_PATH="\"%{_sysconfdir}/mame;\""'
 make %{?_smp_mflags} %{?arch_flags} SYMBOLS=1 OPTIMIZE=2\
-    OPT_FLAGS='%{optflags} -DINI_PATH="\"%{_sysconfdir}/mame;\""'
+    OPT_FLAGS='$RPM_OPT_FLAGS -DINI_PATH="\"%{_sysconfdir}/mame;\""'
 
 
 %install
@@ -210,6 +214,11 @@
 
 
 %changelog
+* Thu Feb 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.5.0129u5
+- Updated to 0.129u4
+- Use macros consistently
+- Fixed whatsnew.txt encoding
+
 * Tue Feb 17 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-0.4.0129u4
 - Updated to 0.129u4
 - Fixed building with gcc-4.4


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources	17 Feb 2009 19:33:18 -0000	1.33
+++ sources	26 Feb 2009 16:22:09 -0000	1.34
@@ -1,2 +1,2 @@
 b64914c2a5589f6d5b00361464152acd  ui.bdc
-34bb7f4fbfd0e3e90238e6d31adc0e01  sdlmame0129u4.zip
+7921149ca826ba6e8e9f5435e3042b61  sdlmame0129u5.zip



More information about the rpmfusion-commits mailing list