rpms/grip/devel grip.spec,1.30,1.31

Adrian Reber adrian at fedoraproject.org
Thu Nov 19 10:17:45 UTC 2009


Author: adrian

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

Modified Files:
	grip.spec 
Log Message:
* Thu Nov 19 2009 Adrian Reber <adrian at lisas.de> - 1:3.2.0-29
- fixed " Charset conversion for Russian translation is broken by .spec file"
  (#477920); applied patch from Andrew Martynov



Index: grip.spec
===================================================================
RCS file: /cvs/extras/rpms/grip/devel/grip.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- grip.spec	23 Sep 2009 19:19:35 -0000	1.30
+++ grip.spec	19 Nov 2009 10:17:45 -0000	1.31
@@ -1,7 +1,7 @@
 Summary: Front-end for CD rippers and Ogg Vorbis encoders
 Name: grip
 Version: 3.2.0
-Release: 28%{?dist}
+Release: 29%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: Applications/Multimedia
@@ -52,10 +52,15 @@ cp -p %{_prefix}/lib/rpm/config.{guess,s
 # convert non utf8 .po files to utf8
 # to fix #456721 (Grip silently crahses on F8)
 pushd po
-for i in es.po pt_BR.po ru.po; do
+for i in es.po pt_BR.po; do
 	iconv -f iso-8859-1 -t utf-8 $i > $i.tmp
 	mv $i.tmp $i
 done
+
+iconv -f koi8-r -t utf-8 ru.po > ru.po.tmp
+mv ru.po.tmp ru.po
+
+sed -i 's/Content-Type: text\/plain; charset=koi8-r\\n/Content-Type: text\/plain; charset=utf-8\\n/' ru.po
 popd
 
 iconv -f iso-8859-1 -t utf-8 ChangeLog > ChangeLog.tmp
@@ -100,6 +105,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Thu Nov 19 2009 Adrian Reber <adrian at lisas.de> - 1:3.2.0-29
+- fixed " Charset conversion for Russian translation is broken by .spec file"
+  (#477920); applied patch from Andrew Martynov
+
 * Wed Sep 23 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1:3.2.0-28
 - Update desktop file according to F-12 FedoraStudio feature
 




More information about the fedora-extras-commits mailing list