Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1266
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
Revert to 0.132, it's unlikely 0.133 will be out before F-9 gets EOL'd
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/.cvsignore,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- .cvsignore 26 Jun 2009 01:02:41 -0000 1.46
+++ .cvsignore 28 Jun 2009 09:15:34 -0000 1.47
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0132u2.zip
+sdlmame0132.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- sdlmame.spec 26 Jun 2009 01:02:41 -0000 1.53
+++ sdlmame.spec 28 Jun 2009 09:15:34 -0000 1.54
@@ -1,4 +1,4 @@
-%define beta 0132u2
+#define beta 0131u4
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -17,8 +17,8 @@
%endif
Name: sdlmame
-Version: 0133
-Release: 0.2.%{?beta}%{?dist}
+Version: 0132
+Release: 1%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -114,6 +114,19 @@
joystick 1
EOF
+# 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
+/bin/mv -f newvideo.txt.conv newvideo.txt
+popd
+
%build
make %{?_smp_mflags} %{?arch_flags} TARGET=ldplayer SYMBOLS=1 OPTIMIZE=2\
@@ -200,14 +213,6 @@
%changelog
-* Fri Jun 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-0.2.0132u2
-- Updated to 0.132u2
-
-* Thu Jun 18 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0133-0.1.0132u1
-- Updated to 0.132u1
-- Updated the warnings patch
-- Dropped the no longer necessary line ending and encoding fixes
-
* Mon Jun 08 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0132-1
- Updated to 0.132
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sources,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- sources 26 Jun 2009 01:02:41 -0000 1.47
+++ sources 28 Jun 2009 09:15:34 -0000 1.48
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-1688535a1d65cceced132a13ed4446a0 sdlmame0132u2.zip
+4e35695b31ec107850f8c501373f8fca sdlmame0132.zip
Show replies by date