Update to 3.11.90
Additionally, validate the desktop file and AppData using "make check".
This commit is contained in:
parent
a4e7e31a8c
commit
015706e075
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/gnome-logs-3.11.2.tar.xz
|
/gnome-logs-3.11.2.tar.xz
|
||||||
/gnome-logs-3.11.3.tar.xz
|
/gnome-logs-3.11.3.tar.xz
|
||||||
/gnome-logs-3.11.5.tar.xz
|
/gnome-logs-3.11.5.tar.xz
|
||||||
|
/gnome-logs-3.11.90.tar.xz
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
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,5 +1,5 @@
|
|||||||
Name: gnome-logs
|
Name: gnome-logs
|
||||||
Version: 3.11.5
|
Version: 3.11.90
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A log viewer for the systemd journal
|
Summary: A log viewer for the systemd journal
|
||||||
|
|
||||||
@ -7,12 +7,12 @@ Group: Applications/System
|
|||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://wiki.gnome.org/Apps/Logs
|
URL: https://wiki.gnome.org/Apps/Logs
|
||||||
Source0: https://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: appdata-tools
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: docbook-dtds
|
BuildRequires: docbook-dtds
|
||||||
BuildRequires: docbook-style-xsl
|
BuildRequires: docbook-style-xsl
|
||||||
|
BuildRequires: gnome-common
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
@ -24,7 +24,6 @@ A log viewer for the systemd journal.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .translation
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -38,7 +37,7 @@ make V=1 %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/gnome-logs.desktop
|
make check
|
||||||
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -66,6 +65,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 18 2014 David King <amigadave@amigadave.com> - 3.11.90-1
|
||||||
|
- Update to 3.11.90
|
||||||
|
- Validate the desktop file and AppData using "make check"
|
||||||
|
|
||||||
* Tue Feb 04 2014 David King <amigadave@amigadave.com> - 3.11.5-1
|
* Tue Feb 04 2014 David King <amigadave@amigadave.com> - 3.11.5-1
|
||||||
- Update to 3.11.5
|
- Update to 3.11.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user