[vinagre/f17] Fix the build by fixing the Russian help translation.

Richard Hughes rhughes at fedoraproject.org
Wed Mar 28 08:37:31 UTC 2012


commit 405b9a3e8b0c19f77c93e70d76144f6dbf3dd7b8
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Mar 28 09:36:28 2012 +0100

    Fix the build by fixing the Russian help translation.

 vinagre.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/vinagre.spec b/vinagre.spec
index 61f36d8..6a37d38 100644
--- a/vinagre.spec
+++ b/vinagre.spec
@@ -4,7 +4,7 @@
 
 Name:           vinagre
 Version:        3.4.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        VNC client for GNOME
 
 Group:          Applications/System
@@ -12,7 +12,7 @@ License:        GPLv2+
 URL:            http://projects.gnome.org/vinagre/
 #VCS: git:git://git.gnome.org/vinagre
 Source0:        http://download.gnome.org/sources/vinagre/3.4/%{name}-%{version}.tar.xz
-
+Patch0:         fix-ru-translation.po
 
 %if 0%{?with_spice}
 BuildRequires:  spice-gtk3-devel
@@ -58,6 +58,7 @@ Apart from the VNC protocol, vinagre supports Spice and RDP.
 
 %prep
 %setup -q
+%patch0 -p1 -b .fix-ru-translation
 
 %build
 CFLAGS="%optflags -UGTK_DISABLE_DEPRECATED" %configure --enable-avahi \
@@ -129,6 +130,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 
 
 %changelog
+* Wed Mar 28 2012 Richard Hughes <rhughes at redhat.com> - 3.4.0-2
+- Fix the build by fixing the Russian help translation.
+
 * Tue Mar 27 2012 Debarshi Ray <rishi at fedoraproject.org> - 3.4.0-1
 - Update to 3.4.0
 


More information about the scm-commits mailing list