Author: belegdol
Update of /cvs/nonfree/rpms/sdlmess/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10723
Modified Files:
.cvsignore sdlmess.spec sources
Log Message:
* Sun Jun 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0132-1
- Updated to 0.132
- Dropped the no longer necessary line ending fixes
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 4 May 2009 21:37:13 -0000 1.8
+++ .cvsignore 21 Jun 2009 01:31:34 -0000 1.9
@@ -1,3 +1,3 @@
-ctrlr.rar
ui.bdc
-sdlmess0131.zip
+ctrlr.rar
+sdlmess0132.zip
Index: sdlmess.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/devel/sdlmess.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sdlmess.spec 4 May 2009 21:37:13 -0000 1.10
+++ sdlmess.spec 21 Jun 2009 01:31:34 -0000 1.11
@@ -9,7 +9,7 @@
%endif
Name: sdlmess
-Version: 0131
+Version: 0132
Release: 1%{?dist}
Summary: SDL Multiple Emulator Super System
@@ -98,20 +98,21 @@
joystick 1
EOF
-# Fix end-of-line encoding
-rm -fr docs/win*
-find docs -type f -exec sed -i 's/\r//' {} \;
-mv docs/imgtool.txt .
-
-#Fix newvideo.txt encoding
+# 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
-# remove extraneous file in installed artwork
+# Remove extraneous file in installed artwork
rm -f artwork/dir.txt
+# Remove windows-specific documentation
+rm -fr docs/win*
+
+# Move the imgtool documentation to the top dir for better visibility
+mv docs/imgtool.txt .
+
%build
make %{?_smp_mflags} %{?arch_flags} DEBUG=1 SYMBOLS=1 OPTIMIZE=2\
@@ -201,6 +202,10 @@
%changelog
+* Sun Jun 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0132-1
+- Updated to 0.132
+- Dropped the no longer necessary line ending fixes
+
* Mon May 04 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-1
- Updated to 0.131
- Added castool to the -tools package
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 4 May 2009 21:37:13 -0000 1.8
+++ sources 21 Jun 2009 01:31:34 -0000 1.9
@@ -1,3 +1,3 @@
-d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
b64914c2a5589f6d5b00361464152acd ui.bdc
-6e6c2ed1e39064d74188009f1a22f435 sdlmess0131.zip
+d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
+0015cf42f279e35b58cf2ba94d7f1700 sdlmess0132.zip
Show replies by date