rpms/mame/F-19 .cvsignore, 1.71, 1.72 mame.spec, 1.83, 1.84 sources, 1.71, 1.72

Julian Sikorski belegdol at rpmfusion.org
Wed Jul 24 20:04:12 CEST 2013


Author: belegdol

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

Modified Files:
	.cvsignore mame.spec sources 
Log Message:
* Wed Jul 24 2013 Julian Sikorski <belegdol at fedoraproject.org> - 0.149u1-1
- Updated to 0.149u1



Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-19/.cvsignore,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- .cvsignore	12 Jun 2013 04:16:49 -0000	1.71
+++ .cvsignore	24 Jul 2013 18:04:12 -0000	1.72
@@ -1 +1,2 @@
 mame0149s.exe
+0149u1_diff.zip


Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-19/mame.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- mame.spec	13 Jun 2013 18:27:16 -0000	1.83
+++ mame.spec	24 Jul 2013 18:04:12 -0000	1.84
@@ -5,7 +5,7 @@
 %bcond_with debug
 
 %global baseversion 149
-#global sourceupdate 5
+%global sourceupdate 1
 #global svn 21418
 
 %if 0%{?svn}
@@ -38,7 +38,7 @@
 #Source100:      whatsnew.zip
 %if 0%{?sourceupdate}
 #Source updates
-#Source1:        http://mamedev.org/updates/0%{baseversion}u1_diff.zip
+Source1:        http://mamedev.org/updates/0%{baseversion}u1_diff.zip
 #Source2:        http://mamedev.org/updates/0%{baseversion}u2_diff.zip
 #Source3:        http://mamedev.org/updates/0%{baseversion}u3_diff.zip
 #Source4:        http://mamedev.org/updates/0%{baseversion}u4_diff.zip
@@ -172,6 +172,11 @@
 %patch0 -p1 -b .fortify
 %patch2 -p1 -b .verbosebuild
 
+# Fix encoding
+for whatsnew in whatsnew.txt messnew.txt; do
+    iconv -f iso8859-1 -t utf-8 $whatsnew > $whatsnew.conv
+    mv -f $whatsnew.conv $whatsnew
+done
 
 # Create ini files
 cat > %{name}.ini << EOF
@@ -382,6 +387,9 @@
 
 
 %changelog
+* Wed Jul 24 2013 Julian Sikorski <belegdol at fedoraproject.org> - 0.149u1-1
+- Updated to 0.149u1
+
 * Tue Jun 11 2013 Julian Sikorski <belegdol at fedoraproject.org> - 0.149-1
 - Updated to 0.149
 


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-19/sources,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- sources	12 Jun 2013 04:16:49 -0000	1.71
+++ sources	24 Jul 2013 18:04:12 -0000	1.72
@@ -1 +1,2 @@
 2b0e49d93a9d21c9938c57f35fa3bab5  mame0149s.exe
+166d77d930d9a4d129c145bb11b13628  0149u1_diff.zip


More information about the rpmfusion-commits mailing list