[anjuta] Update to 3.8.1

Richard Hughes rhughes at fedoraproject.org
Wed Apr 17 09:02:07 UTC 2013


commit 5325af66703bd5744b58a4e82da565cfb528b0ec
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Apr 17 10:02:01 2013 +0100

    Update to 3.8.1

 0001-Fixed-Indonesian-translation.patch |   27 +++++++++++++++++++++++++++
 anjuta.spec                             |    4 ++++
 2 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/0001-Fixed-Indonesian-translation.patch b/0001-Fixed-Indonesian-translation.patch
new file mode 100644
index 0000000..b37ed0c
--- /dev/null
+++ b/0001-Fixed-Indonesian-translation.patch
@@ -0,0 +1,27 @@
+From 91ddaa39487e544bfe3d29f011f265b221b16236 Mon Sep 17 00:00:00 2001
+From: Richard Hughes <richard at hughsie.com>
+Date: Wed, 17 Apr 2013 09:41:37 +0100
+Subject: [PATCH] Fixed Indonesian translation
+
+Package builds were failing with:
+Keywords[id] in group 'Desktop Entry' does not have a semicolon as trailing character
+---
+ po/id.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/po/id.po b/po/id.po
+index 68970ab..0420907 100644
+--- a/po/id.po
++++ b/po/id.po
+@@ -36,7 +36,7 @@ msgstr ""
+ 
+ #: ../anjuta.desktop.in.in.h:4
+ msgid "IDE;development;programming;"
+-msgstr "IDE;development;programming;pengembangan;pemrograman"
++msgstr "IDE;development;programming;pengembangan;pemrograman;"
+ 
+ #: ../libanjuta/anjuta-autogen.c:239
+ msgid "Autogen is busy"
+-- 
+1.8.2
+
diff --git a/anjuta.spec b/anjuta.spec
index a609be9..22c8e57 100644
--- a/anjuta.spec
+++ b/anjuta.spec
@@ -12,6 +12,9 @@ License:        GPLv2+
 URL:            http://www.anjuta.org/
 Source0:        http://download.gnome.org/sources/anjuta/3.8/%{name}-%{version}.tar.xz
 
+# Already upstream
+Patch0:         0001-Fixed-Indonesian-translation.patch
+
 BuildRequires:  autogen
 BuildRequires:  desktop-file-utils
 BuildRequires:  devhelp-devel >= 3.0.0
@@ -67,6 +70,7 @@ This package contains development files for %{name}.
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1 -b .fix-translations
 
 # Suppress rpmlint error.
 iconv --from-code ISO8859-1 --to-code UTF-8 ./THANKS \


More information about the scm-commits mailing list