Update to 3.11.5
This commit is contained in:
parent
5b8cb0c697
commit
a4e7e31a8c
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
25
gnome-logs-3.11.5-fix-greek-desktop-translation.patch
Normal file
25
gnome-logs-3.11.5-fix-greek-desktop-translation.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From 71edd4684d3697e7601a2989fb0240b0fc7f6772 Mon Sep 17 00:00:00 2001
|
||||
From: David King <davidk@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
|
||||
|
@ -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@amigadave.com> - 3.11.5-1
|
||||
- Update to 3.11.5
|
||||
|
||||
* Tue Dec 17 2013 David King <amigadave@amigadave.com> - 3.11.3-1
|
||||
- Update to 3.11.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user