rpms/mame/F-18 .cvsignore, 1.74, 1.75 mame.spec, 1.85, 1.86 sources, 1.74, 1.75

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


Author: belegdol

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

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-18/.cvsignore,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- .cvsignore	11 Jun 2013 19:03:18 -0000	1.74
+++ .cvsignore	24 Jul 2013 18:04:14 -0000	1.75
@@ -1 +1,2 @@
 mame0149s.exe
+0149u1_diff.zip


Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-18/mame.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- mame.spec	13 Jun 2013 18:27:19 -0000	1.85
+++ mame.spec	24 Jul 2013 18:04:14 -0000	1.86
@@ -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-18/sources,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- sources	11 Jun 2013 19:03:18 -0000	1.74
+++ sources	24 Jul 2013 18:04:14 -0000	1.75
@@ -1 +1,2 @@
 2b0e49d93a9d21c9938c57f35fa3bab5  mame0149s.exe
+166d77d930d9a4d129c145bb11b13628  0149u1_diff.zip


More information about the rpmfusion-commits mailing list