rpms/gentoo/FC-5 gentoo-0.11.56-lang.patch, NONE, 1.1 gentoo.spec, 1.6, 1.7 gentoo-0.11.52-pomkinstalldirs.patch, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Oct 11 09:56:22 UTC 2006


Author: thias

Update of /cvs/extras/rpms/gentoo/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30071/FC-5

Modified Files:
	gentoo.spec 
Added Files:
	gentoo-0.11.56-lang.patch 
Removed Files:
	gentoo-0.11.52-pomkinstalldirs.patch 
Log Message:
Fix translations (#210205).


gentoo-0.11.56-lang.patch:

--- NEW FILE gentoo-0.11.56-lang.patch ---
diff -Naupr gentoo-0.11.56.orig/po/LINGUAS gentoo-0.11.56/po/LINGUAS
--- gentoo-0.11.56.orig/po/LINGUAS	2004-12-27 09:08:49.000000000 +0100
+++ gentoo-0.11.56/po/LINGUAS	2006-10-11 11:49:53.000000000 +0200
@@ -1,2 +1,2 @@
 # Set of available languages for gentoo.
-de fr it ja_JP.UTF-8 pl ru_RU.cp1251 ru_RU.CP1251 ru_RU.KOI8-R ru_RU.koi8r ru_RU.UTF-8 ru_RU.utf8 sv
+de fr it ja pl ru sv


Index: gentoo.spec
===================================================================
RCS file: /cvs/extras/rpms/gentoo/FC-5/gentoo.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gentoo.spec	6 Mar 2006 15:39:49 -0000	1.6
+++ gentoo.spec	11 Oct 2006 09:56:22 -0000	1.7
@@ -1,12 +1,12 @@
 Summary: Graphical file management program in GTK+ for Linux
 Name: gentoo
-Version: 0.11.55
-Release: 3%{?dist}
+Version: 0.11.56
+Release: 2%{?dist}
 License: GPL
 Group: Applications/File
 URL: http://www.obsession.se/gentoo/
 Source: http://dl.sf.net/gentoo/gentoo-%{version}.tar.gz
-Patch: gentoo-0.11.52-pomkinstalldirs.patch
+Patch0: gentoo-0.11.56-lang.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: gtk+-devel, gamin-devel, desktop-file-utils
 
@@ -23,7 +23,13 @@
 
 %prep
 %setup
-%patch -p1 -b .pomkinstalldirs
+%patch0 -p1 -b .lang
+# Keep only UTF-8 translations. This requires the patch above and is easier
+# like this since it would bloat the patch for nothing.
+for lang in ja ru; do
+    %{__mv} po/${lang}_*.UTF-8.gmo po/${lang}.gmo
+    %{__mv} po/${lang}_*.UTF-8.po po/${lang}.po
+done
 
 
 %build
@@ -74,6 +80,14 @@
 
 
 %changelog
+* Wed Oct 11 2006 Matthias Saou <http://freshrpms.net/> 0.11.56-2
+- Fix translations (#210205).
+
+* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 0.11.56-1
+- Update to 0.11.56.
+- FC6 rebuild.
+- Drop pomkinstalldirs patch, this release fixes the problem.
+
 * Mon Mar  6 2006 Matthias Saou <http://freshrpms.net/> 0.11.55-3
 - FC5 rebuild.
 


--- gentoo-0.11.52-pomkinstalldirs.patch DELETED ---




More information about the scm-commits mailing list