diff --git a/.gitignore b/.gitignore index 9a22833..c3b352a 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /gnome-logs-3.18.1.tar.xz /gnome-logs-3.19.1.tar.xz /gnome-logs-3.19.2.tar.xz +/gnome-logs-3.19.3.tar.xz diff --git a/gnome-logs-3.19.3-fix-tests.patch b/gnome-logs-3.19.3-fix-tests.patch new file mode 100644 index 0000000..f06f190 --- /dev/null +++ b/gnome-logs-3.19.3-fix-tests.patch @@ -0,0 +1,25 @@ +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 b2644a5..5163e79 100644 --- a/gnome-logs.spec +++ b/gnome-logs.spec @@ -1,5 +1,5 @@ Name: gnome-logs -Version: 3.19.2 +Version: 3.19.3 Release: 1%{?dist} Summary: Log viewer for the systemd journal @@ -7,6 +7,8 @@ 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 @@ -24,6 +26,7 @@ A log viewer for the systemd journal. %prep %setup -q +%patch0 -p1 %build @@ -71,6 +74,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %changelog +* Mon Dec 14 2015 David King - 3.19.3-1 +- Update to 3.19.3 + * Tue Nov 24 2015 David King - 3.19.2-1 - Update to 3.19.2 diff --git a/sources b/sources index cce7ffd..2d51d0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0ebd78a20941ec3c367a77ee4524901d gnome-logs-3.19.2.tar.xz +0db754fff174dcc88a7bb215885df5bc gnome-logs-3.19.3.tar.xz