diff --git a/.gitignore b/.gitignore index c3b352a..4de8324 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /gnome-logs-3.19.1.tar.xz /gnome-logs-3.19.2.tar.xz /gnome-logs-3.19.3.tar.xz +/gnome-logs-3.19.4.tar.xz diff --git a/gnome-logs-3.19.3-fix-tests.patch b/gnome-logs-3.19.3-fix-tests.patch deleted file mode 100644 index f06f190..0000000 --- a/gnome-logs-3.19.3-fix-tests.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 6f68e55ae8db146e8ac409af33a49117be5fa082 Mon Sep 17 00:00:00 2001 -From: Jonathan Kang -Date: Tue, 15 Dec 2015 07:08:13 +0800 -Subject: [PATCH] Fix test error for few argument in tests/test-gl-util.c - ---- - tests/test-gl-util.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tests/test-gl-util.c b/tests/test-gl-util.c -index 5fac6d9..abfcb16 100644 ---- a/tests/test-gl-util.c -+++ b/tests/test-gl-util.c -@@ -54,7 +54,7 @@ util_timestamp_to_display (void) - gchar *compare; - - compare = gl_util_timestamp_to_display (times[i].microsecs, now, -- times[i].format); -+ times[i].format, FALSE); - g_assert_cmpstr (compare, ==, times[i].time); - g_free (compare); - } --- -2.6.4 - diff --git a/gnome-logs.spec b/gnome-logs.spec index 5163e79..ada95ec 100644 --- a/gnome-logs.spec +++ b/gnome-logs.spec @@ -1,5 +1,5 @@ Name: gnome-logs -Version: 3.19.3 +Version: 3.19.4 Release: 1%{?dist} Summary: Log viewer for the systemd journal @@ -7,8 +7,6 @@ Group: Applications/System License: GPLv3+ URL: https://wiki.gnome.org/Apps/Logs Source0: https://download.gnome.org/sources/%{name}/3.19/%{name}-%{version}.tar.xz -# Upstream patch to fix tests for changed internal API. -Patch0: gnome-logs-3.19.3-fix-tests.patch BuildRequires: desktop-file-utils BuildRequires: docbook-dtds @@ -26,7 +24,6 @@ A log viewer for the systemd journal. %prep %setup -q -%patch0 -p1 %build @@ -74,6 +71,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %changelog +* Mon Jan 18 2016 David King - 3.19.4-1 +- Update to 3.19.4 + * Mon Dec 14 2015 David King - 3.19.3-1 - Update to 3.19.3 diff --git a/sources b/sources index 2d51d0f..f229cbb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0db754fff174dcc88a7bb215885df5bc gnome-logs-3.19.3.tar.xz +78ea45c920e806c6673307b74d4becd6 gnome-logs-3.19.4.tar.xz