Update to 3.13.4

This commit is contained in:
David King 2014-07-21 22:02:20 +01:00
parent 238d0302d9
commit 810b1787fe
4 changed files with 8 additions and 34 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/gnome-logs-3.13.1.tar.xz /gnome-logs-3.13.1.tar.xz
/gnome-logs-3.13.2.tar.xz /gnome-logs-3.13.2.tar.xz
/gnome-logs-3.13.3.tar.xz /gnome-logs-3.13.3.tar.xz
/gnome-logs-3.13.4.tar.xz

View File

@ -1,28 +0,0 @@
From aad367a4661b7b15c4d8a69de6d314ea173efd52 Mon Sep 17 00:00:00 2001
From: David King <davidk@gnome.org>
Date: Mon, 30 Jun 2014 11:31:08 +0100
Subject: [PATCH] Match desktop file name in AppData
Update the AppData reference to the desktop file, as it was not changed
when the desktop file was renamed.
---
data/org.gnome.Logs.appdata.xml.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/org.gnome.Logs.appdata.xml.in b/data/org.gnome.Logs.appdata.xml.in
index f085894..2922115 100644
--- a/data/org.gnome.Logs.appdata.xml.in
+++ b/data/org.gnome.Logs.appdata.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2013 David King <davidk@gnome.org> -->
+<!-- Copyright 2013, 2014 David King <davidk@gnome.org> -->
<application>
- <id type="desktop">gnome-logs.desktop</id>
+ <id type="desktop">org.gnome.Logs.desktop</id>
<licence>CC0</licence>
<!-- Both taken from desktop file.
<name>Logs</name>
--
2.0.0

View File

@ -1,13 +1,12 @@
Name: gnome-logs Name: gnome-logs
Version: 3.13.3 Version: 3.13.4
Release: 2%{?dist} Release: 1%{?dist}
Summary: Log viewer for the systemd journal Summary: Log viewer for the systemd journal
Group: Applications/System 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/%{name}/3.13/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/%{name}/3.13/%{name}-%{version}.tar.xz
Patch0: gnome-logs-3.13.3-fix-appdata-desktop.patch
BuildRequires: appdata-tools BuildRequires: appdata-tools
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
@ -25,7 +24,6 @@ A log viewer for the systemd journal.
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
@ -34,7 +32,7 @@ make V=1 %{?_smp_mflags}
%install %install
%make_install make DESTDIR=%{buildroot} INSTALL="install -p" install
%find_lang %{name} --with-gnome %find_lang %{name} --with-gnome
@ -68,6 +66,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog %changelog
* Mon Jul 21 2014 David King <amigadave@amigadave.com> - 3.13.4-1
- Update to 3.13.4
* Mon Jun 30 2014 David King <amigadave@amigadave.com> - 3.13.3-2 * Mon Jun 30 2014 David King <amigadave@amigadave.com> - 3.13.3-2
- Fix AppData reference to desktop file - Fix AppData reference to desktop file

View File

@ -1 +1 @@
2943e9fb5410854b5ee1cee4c97ee81b gnome-logs-3.13.3.tar.xz 25d8c46bdebda75697398783fbe9759b gnome-logs-3.13.4.tar.xz