[gnome-logs] Update to 3.11.90

David King amigadave at fedoraproject.org
Tue Feb 18 09:36:08 UTC 2014


commit 015706e075743b700ee021242fb24d70b4cec3f8
Author: David King <amigadave at amigadave.com>
Date:   Wed Feb 5 11:53:54 2014 +0000

    Update to 3.11.90
    
    Additionally, validate the desktop file and AppData using "make check".

 .gitignore                                         |    1 +
 ...logs-3.11.5-fix-greek-desktop-translation.patch |   25 --------------------
 gnome-logs.spec                                    |   13 ++++++----
 sources                                            |    1 +
 4 files changed, 10 insertions(+), 30 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea4d40a..0c10a22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /gnome-logs-3.11.2.tar.xz
 /gnome-logs-3.11.3.tar.xz
 /gnome-logs-3.11.5.tar.xz
+/gnome-logs-3.11.90.tar.xz
diff --git a/gnome-logs.spec b/gnome-logs.spec
index 3cd7d69..63d2ae3 100644
--- a/gnome-logs.spec
+++ b/gnome-logs.spec
@@ -1,5 +1,5 @@
 Name:		gnome-logs
-Version:	3.11.5
+Version:	3.11.90
 Release:	1%{?dist}
 Summary:	A log viewer for the systemd journal
 
@@ -7,12 +7,12 @@ Group:		Applications/System
 License:	GPLv3+
 URL:		https://wiki.gnome.org/Apps/Logs
 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:	docbook-dtds
 BuildRequires:	docbook-style-xsl
+BuildRequires:	gnome-common
 BuildRequires:	gtk3-devel
 BuildRequires:	intltool
 BuildRequires:	libxslt
@@ -24,7 +24,6 @@ A log viewer for the systemd journal.
 
 %prep
 %setup -q
-%patch0 -p1 -b .translation
 
 
 %build
@@ -38,7 +37,7 @@ make V=1 %{?_smp_mflags}
 
 
 %check
-desktop-file-validate %{buildroot}/%{_datadir}/applications/gnome-logs.desktop
+make check
 
 
 %post
@@ -66,6 +65,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Feb 18 2014 David King <amigadave at 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 at amigadave.com> - 3.11.5-1
 - Update to 3.11.5
 
diff --git a/sources b/sources
index efd5c06..77c330c 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 751100d0562e6fd7bfe190dce4a8f1df  gnome-logs-3.11.5.tar.xz
+e668dcf548fbdbdf072f40a8bc8aa8ef  gnome-logs-3.11.90.tar.xz


More information about the scm-commits mailing list