[gucharmap] Update to 3.14.0

Kalev Lember kalev at fedoraproject.org
Sun Sep 21 12:43:51 UTC 2014


commit a4e67b234660782d44aa4afb6b3ff434b3fdef1f
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Sep 21 12:39:16 2014 +0200

    Update to 3.14.0

 .gitignore                                         |    1 +
 ...reek-translation-of-desktop-file-keywords.patch |   26 ++++++++++++++++++++
 gucharmap.spec                                     |   10 ++++++-
 sources                                            |    2 +-
 4 files changed, 36 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7d2bb44..3795a2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@ gucharmap-2.30.1.tar.bz2
 /gucharmap-3.12.0.tar.xz
 /gucharmap-3.12.1.tar.xz
 /gucharmap-3.13.90.tar.xz
+/gucharmap-3.14.0.tar.xz
diff --git a/0001-Fix-Greek-translation-of-desktop-file-keywords.patch b/0001-Fix-Greek-translation-of-desktop-file-keywords.patch
new file mode 100644
index 0000000..95740cb
--- /dev/null
+++ b/0001-Fix-Greek-translation-of-desktop-file-keywords.patch
@@ -0,0 +1,26 @@
+From ce188f4d75af003d451cd71401f8ee83a9570312 Mon Sep 17 00:00:00 2001
+From: Kalev Lember <kalevlember at gmail.com>
+Date: Sun, 21 Sep 2014 12:41:14 +0200
+Subject: [PATCH] Fix Greek translation of desktop file keywords
+
+It's a string list and must end with a semicolon.
+---
+ po/el.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/po/el.po b/po/el.po
+index a7a57a5..b8d144d 100644
+--- a/po/el.po
++++ b/po/el.po
+@@ -62,7 +62,7 @@ msgstr ""
+ 
+ #: ../gucharmap.desktop.in.in.h:3
+ msgid "font;unicode;"
+-msgstr "γραμματοσειρά;unicode;font"
++msgstr "γραμματοσειρά;unicode;font;"
+ 
+ #: ../gucharmap/gucharmap-block-chapters-model.c:84
+ msgid "All"
+-- 
+2.1.0
+
diff --git a/gucharmap.spec b/gucharmap.spec
index e5ef186..c24d343 100644
--- a/gucharmap.spec
+++ b/gucharmap.spec
@@ -3,7 +3,7 @@
 %define desktop_file_utils_version 0.9
 
 Name:           gucharmap
-Version:        3.13.90
+Version:        3.14.0
 Release:        1%{?dist}
 Summary:        Unicode character picker and font browser
 
@@ -12,7 +12,9 @@ License:        GPLv3+ and GFDL and MIT
 # GPL for the source code, GFDL for the docs, MIT for Unicode data
 URL:            http://live.gnome.org/Apps/Gucharmap
 #VCS: git:git://git.gnome.org/gucharmap
-Source:         http://download.gnome.org/sources/gucharmap/3.13/gucharmap-%{version}.tar.xz
+Source:         http://download.gnome.org/sources/gucharmap/3.14/gucharmap-%{version}.tar.xz
+
+Patch0:         0001-Fix-Greek-translation-of-desktop-file-keywords.patch
 
 BuildRequires: appdata-tools
 BuildRequires: glib2-devel >= %{glib2_version}
@@ -42,6 +44,7 @@ needed to use the libgucharmap library.
 
 %prep
 %setup -q -n  %{name}-%{version}
+%patch0 -p1
 
 %build
 %configure --with-gtk=3.0 \
@@ -99,6 +102,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Sun Sep 21 2014 Kalev Lember <kalevlember at gmail.com> - 3.14.0-1
+- Update to 3.14.0
+
 * Tue Aug 19 2014 Kalev Lember <kalevlember at gmail.com> - 3.13.90-1
 - Update to 3.13.90
 
diff --git a/sources b/sources
index a630995..674b6ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d155aa0e8356351a80fbfad5c4c1c59  gucharmap-3.13.90.tar.xz
+d5c61b424d84d56b6212b253372c80db  gucharmap-3.14.0.tar.xz


More information about the scm-commits mailing list