Update to 3.15.2

This commit is contained in:
David King 2014-11-24 20:29:21 +00:00
parent 9e457e4d11
commit 190cf3f4e3
4 changed files with 6 additions and 36 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
/gnome-logs-3.14.0.tar.xz /gnome-logs-3.14.0.tar.xz
/gnome-logs-3.14.1.tar.xz /gnome-logs-3.14.1.tar.xz
/gnome-logs-3.15.1.tar.xz /gnome-logs-3.15.1.tar.xz
/gnome-logs-3.15.2.tar.xz

View File

@ -1,31 +0,0 @@
From 899e87136384eac691fdaa0c17c26339d2a3a692 Mon Sep 17 00:00:00 2001
From: David King <davidk@gnome.org>
Date: Tue, 28 Oct 2014 07:36:16 +0000
Subject: [PATCH] Add name and summary elements to AppData
Pacify appstream-util validate.
---
data/org.gnome.Logs.appdata.xml.in | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/data/org.gnome.Logs.appdata.xml.in b/data/org.gnome.Logs.appdata.xml.in
index 9e08323..3857ca8 100644
--- a/data/org.gnome.Logs.appdata.xml.in
+++ b/data/org.gnome.Logs.appdata.xml.in
@@ -4,10 +4,9 @@
<id type="desktop">org.gnome.Logs.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
-<!-- Both taken from desktop file.
- <name>Logs</name>
- <summary>View detailed event logs for the system</summary>
--->
+<!-- Name and summary taken from the desktop file. -->
+ <_name>Logs</_name>
+ <_summary>View detailed event logs for the system</_summary>
<description>
<_p>Logs shows events from the systemd journal, and sorts them into
categories, such as hardware and applications.</_p>
--
2.1.0

View File

@ -1,5 +1,5 @@
Name: gnome-logs Name: gnome-logs
Version: 3.15.1 Version: 3.15.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Log viewer for the systemd journal Summary: Log viewer for the systemd journal
@ -7,8 +7,6 @@ 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.15/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/%{name}/3.15/%{name}-%{version}.tar.xz
# From upstream git, to fix make check.
Patch0: gnome-logs-3.15.1-add-missing-appdata-elements.patch
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: docbook-dtds BuildRequires: docbook-dtds
@ -26,7 +24,6 @@ A log viewer for the systemd journal.
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
@ -74,6 +71,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog %changelog
* Mon Nov 24 2014 David King <amigadave@amigadave.com> - 3.15.2-1
- Update to 3.15.2
* Tue Oct 28 2014 David King <amigadave@amigadave.com> - 3.15.1-1 * Tue Oct 28 2014 David King <amigadave@amigadave.com> - 3.15.1-1
- Update to 3.15.1 - Update to 3.15.1

View File

@ -1 +1 @@
6a32b34e93fc2116c7599965d7dadce4 gnome-logs-3.15.1.tar.xz cb415918dc220c01829e9d2f7fc8dbce gnome-logs-3.15.2.tar.xz