[gnome-games] Fix the build by fixing the French help translation.

Kalev Lember kalev at fedoraproject.org
Thu Mar 29 12:12:57 UTC 2012


commit 4bcc14e2e90b6e7ade118e2f34a579d5f125759c
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Mar 28 10:27:13 2012 +0100

    Fix the build by fixing the French help translation.

 fix-fr-translation.patch |   15 +++++++++++++++
 gnome-games.spec         |    7 ++++++-
 2 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/fix-fr-translation.patch b/fix-fr-translation.patch
new file mode 100644
index 0000000..c70d298
--- /dev/null
+++ b/fix-fr-translation.patch
@@ -0,0 +1,15 @@
+diff --git a/glchess/help/fr/fr.po b/glchess/help/fr/fr.po
+index 8fa235b..55c59dc 100644
+--- a/glchess/help/fr/fr.po
++++ b/glchess/help/fr/fr.po
+@@ -552,8 +552,8 @@ msgid ""
+ "srccredit=\"Andreas\"/> </imageobject> <textobject> <phrase>Start new game "
+ "dialog for glChess.</phrase> </textobject>"
+ msgstr ""
+-"<imageobject> <imagedata fileref=\"figures/new_game.png\" format=\"PNG"
+-"\"srccredit=\"Andreas\"/> </imageobject> <textobject> <phrase>Ouvrir la "
++"<imageobject> <imagedata fileref=\"figures/new_game.png\" format=\"PNG\" "
++"srccredit=\"Andreas\"/> </imageobject> <textobject> <phrase>Ouvrir la "
+ "boƮte de dialogue nouveau jeu pour glChess.</phrase> </textobject>"
+ 
+ #: C/glchess.xml:232(sect2/title)
diff --git a/gnome-games.spec b/gnome-games.spec
index 4f65975..3877ffd 100644
--- a/gnome-games.spec
+++ b/gnome-games.spec
@@ -31,7 +31,7 @@
 Summary: Games for the GNOME desktop
 Name: gnome-games
 Version: 3.4.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPLv2+ and GPLv3 and GFDL
 Group: Amusements/Games
@@ -39,6 +39,7 @@ Group: Amusements/Games
 Source: http://download.gnome.org/sources/gnome-games/3.3/gnome-games-%{version}.tar.xz
 
 Patch0: gnome-games-gl.patch
+Patch1: fix-fr-translation.patch
 
 Obsoletes: gnome-games-devel < %{epoch}:%{version}-%{release}
 URL: http://projects.gnome.org/gnome-games/
@@ -116,6 +117,7 @@ This package contains user documentation for %{name}.
 %prep
 %setup -q
 %patch0 -p1 -b .gl
+%patch1 -p1 -b .fix-fr-translation
 
 %build
 %configure --localstatedir=/var/lib \
@@ -366,6 +368,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 %{_datadir}/help/*/lightsoff
 
 %changelog
+* Wed Mar 28 2012 Richard Hughes <rhughes at redhat.com> - 1:3.4.0-2
+- Fix the build by fixing the French help translation.
+
 * Tue Mar 27 2012 Richard Hughes <hughsient at gmail.com> - 1:3.4.0-1
 - Update to 3.4.0
 


More information about the scm-commits mailing list