rpms/csmash/devel csmash.desktop,1.1,1.2 csmash.spec,1.19,1.20

Matthias Saou thias at fedoraproject.org
Mon Sep 15 17:07:50 UTC 2008


Author: thias

Update of /cvs/extras/rpms/csmash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8457

Modified Files:
	csmash.desktop csmash.spec 
Log Message:
Fix desktop file (#462261) and convert README file to UTF-8.



Index: csmash.desktop
===================================================================
RCS file: /cvs/extras/rpms/csmash/devel/csmash.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- csmash.desktop	20 Jun 2007 10:55:01 -0000	1.1
+++ csmash.desktop	15 Sep 2008 17:07:20 -0000	1.2
@@ -5,5 +5,5 @@
 Icon=csmash
 Terminal=false
 Type=Application
-Categories=Game;
+Categories=Game;SportsGame;
 Encoding=UTF-8


Index: csmash.spec
===================================================================
RCS file: /cvs/extras/rpms/csmash/devel/csmash.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- csmash.spec	20 Feb 2008 04:01:47 -0000	1.19
+++ csmash.spec	15 Sep 2008 17:07:20 -0000	1.20
@@ -1,7 +1,7 @@
 Summary: 3D tabletennis game
 Name: csmash
 Version: 0.6.6
-Release: 18
+Release: 19
 License: GPLv2+
 Group: Amusements/Games
 URL: http://cannonsmash.sourceforge.net/
@@ -35,6 +35,11 @@
 %patch2 -p1 -b .configure
 %patch3 -p1 -b .datadir
 autoreconf --force --install -Im4
+# Convert to UTF-8 while keeping the original timestamps
+iconv -f iso8859-1 -t utf-8 README > tmp
+touch -r README tmp
+mv -f tmp README
+chmod 0644 README
 
 
 %build
@@ -82,7 +87,11 @@
 
 
 %changelog
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.6.6-18
+* Mon Sep 15 2008 Matthias Saou <http://freshrpms.net/> 0.6.6-19
+- Fix desktop file (#462261).
+- Convert README file to UTF-8.
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org>
 - Autorebuild for GCC 4.3
 
 * Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 0.6.6-17




More information about the fedora-extras-commits mailing list