rpms/grip/devel grip.spec,1.24,1.25

Adrian Reber adrian at fedoraproject.org
Thu Oct 2 20:09:43 UTC 2008


Author: adrian

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

Modified Files:
	grip.spec 
Log Message:
* Thu Oct 02 2008 Adrian Reber <adrian at lisas.de> - 1:3.2.0-23
- fixed "German Umlauts are shown incorrectly" (#459394)
  (not converting de.po and fr.po to UTF-8 anymore)



Index: grip.spec
===================================================================
RCS file: /cvs/extras/rpms/grip/devel/grip.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- grip.spec	23 Aug 2008 12:47:34 -0000	1.24
+++ grip.spec	2 Oct 2008 20:09:13 -0000	1.25
@@ -1,7 +1,7 @@
 Summary: Front-end for CD rippers and Ogg Vorbis encoders
 Name: grip
 Version: 3.2.0
-Release: 22%{?dist}
+Release: 23%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: Applications/Multimedia
@@ -48,7 +48,7 @@
 # convert non utf8 .po files to utf8
 # to fix #456721 (Grip silently crahses on F8)
 pushd po
-for i in de.po es.po fr.po pt_BR.po ru.po; do
+for i in es.po pt_BR.po ru.po; do
 	iconv -f iso-8859-1 -t utf-8 $i > $i.tmp
 	mv $i.tmp $i
 done
@@ -96,6 +96,10 @@
 %{_mandir}/man1/*
 
 %changelog
+* Thu Oct 02 2008 Adrian Reber <adrian at lisas.de> - 1:3.2.0-23
+- fixed "German Umlauts are shown incorrectly" (#459394)
+  (not converting de.po and fr.po to UTF-8 anymore)
+
 * Sat Aug 23 2008 Adrian Reber <adrian at lisas.de> - 1:3.2.0-22
 - updated to better "execute command after encode" patch from Stefan Becker
 




More information about the scm-commits mailing list