[gnome-logs] Update to 3.11.5

David King amigadave at fedoraproject.org
Tue Feb 4 10:06:58 UTC 2014


commit a4e7e31a8cc2164c679149091f18217d49517dec
Author: David King <amigadave at amigadave.com>
Date:   Tue Feb 4 09:44:36 2014 +0000

    Update to 3.11.5

 .gitignore                                         |    1 +
 ...logs-3.11.5-fix-greek-desktop-translation.patch |   25 ++++++++++++++++++++
 gnome-logs.spec                                    |   12 +++++++--
 sources                                            |    2 +-
 4 files changed, 36 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 74ae35a..ea4d40a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /gnome-logs-3.11.2.tar.xz
 /gnome-logs-3.11.3.tar.xz
+/gnome-logs-3.11.5.tar.xz
diff --git a/gnome-logs-3.11.5-fix-greek-desktop-translation.patch b/gnome-logs-3.11.5-fix-greek-desktop-translation.patch
new file mode 100644
index 0000000..114cb2f
--- /dev/null
+++ b/gnome-logs-3.11.5-fix-greek-desktop-translation.patch
@@ -0,0 +1,25 @@
+From 71edd4684d3697e7601a2989fb0240b0fc7f6772 Mon Sep 17 00:00:00 2001
+From: David King <davidk at gnome.org>
+Date: Tue, 4 Feb 2014 09:51:31 +0000
+Subject: [PATCH] Fix Greek desktop file translation
+
+---
+ po/el.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/po/el.po b/po/el.po
+index 4a05e72..819a6c8 100644
+--- a/po/el.po
++++ b/po/el.po
+@@ -111,7 +111,7 @@ msgstr "Προβολή λεπτομερών καταγραφών συμβάντ
+ #. Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
+ #: ../data/gnome-logs.desktop.in.h:4
+ msgid "log;journal;debug;error;"
+-msgstr "καταγραφή;ημερολόγιο;αποσφαλμάτωση;σφάλμα"
++msgstr "καταγραφή;ημερολόγιο;αποσφαλμάτωση;σφάλμα;"
+ 
+ #: ../src/gl-application.c:77
+ msgid "translator-credits"
+-- 
+1.8.5.3
+
diff --git a/gnome-logs.spec b/gnome-logs.spec
index 65eb3c6..3cd7d69 100644
--- a/gnome-logs.spec
+++ b/gnome-logs.spec
@@ -1,12 +1,14 @@
 Name:		gnome-logs
-Version:	3.11.3
+Version:	3.11.5
 Release:	1%{?dist}
 Summary:	A log viewer for the systemd journal
 
 Group:		Applications/System
 License:	GPLv3+
 URL:		https://wiki.gnome.org/Apps/Logs
-Source0:	http://download.gnome.org/sources/gnome-logs/3.11/%{name}-%{version}.tar.xz
+Source0:	https://download.gnome.org/sources/gnome-logs/3.11/%{name}-%{version}.tar.xz
+# Broken desktop translation fixed after 3.11.5 was released.
+Patch0:		gnome-logs-3.11.5-fix-greek-desktop-translation.patch
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	docbook-dtds
@@ -22,6 +24,7 @@ A log viewer for the systemd journal.
 
 %prep
 %setup -q
+%patch0 -p1 -b .translation
 
 
 %build
@@ -39,7 +42,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/gnome-logs.desktop
 
 
 %post
-/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %postun
@@ -63,6 +66,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Feb 04 2014 David King <amigadave at amigadave.com> - 3.11.5-1
+- Update to 3.11.5
+
 * Tue Dec 17 2013 David King <amigadave at amigadave.com> - 3.11.3-1
 - Update to 3.11.3
 
diff --git a/sources b/sources
index a80e010..efd5c06 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b34f4baa45bc570a126904281344a3f8  gnome-logs-3.11.3.tar.xz
+751100d0562e6fd7bfe190dce4a8f1df  gnome-logs-3.11.5.tar.xz


More information about the scm-commits mailing list