From 4932484ef144b20a4a9598da846a5a4427888007 Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 21 Mar 2016 21:16:18 +0000 Subject: [PATCH] Update to 1.8.0 --- sources | 2 +- tracker-libcue-201-fix.diff | 29 ----------------------------- tracker.spec | 10 +++++----- 3 files changed, 6 insertions(+), 35 deletions(-) delete mode 100644 tracker-libcue-201-fix.diff diff --git a/sources b/sources index 823760c..489ae91 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -77493f5f1675c2f4af05a846498479df tracker-1.7.5.tar.xz +e0ccffcb5abec22836e17292640fabd0 tracker-1.8.0.tar.xz diff --git a/tracker-libcue-201-fix.diff b/tracker-libcue-201-fix.diff deleted file mode 100644 index 9a6e8fb..0000000 --- a/tracker-libcue-201-fix.diff +++ /dev/null @@ -1,29 +0,0 @@ ---- tracker-1.6.1/src/tracker-extract/tracker-cue-sheet.c 2016-02-23 07:35:56.035968654 +0000 -+++ tracker-1.6.1/src/tracker-extract/tracker-cue-sheet.c 2016-02-23 07:38:48.458509744 +0000 -@@ -30,7 +30,7 @@ - #include - - #if defined(HAVE_LIBCUE) --#include -+#include - #endif - - #include -@@ -93,7 +93,7 @@ - - static void - add_cdtext_comment_date_tag (Rem *cd_comments, -- enum Cmt index, -+ enum RemType index, - GstTagList *tag_list, - const gchar *tag) - { -@@ -116,7 +116,7 @@ - - static void - add_cdtext_comment_double_tag (Rem *cd_comments, -- enum Cmt index, -+ enum RemType index, - GstTagList *tag_list, - const gchar *tag) - { diff --git a/tracker.spec b/tracker.spec index c7c5229..c870373 100644 --- a/tracker.spec +++ b/tracker.spec @@ -15,20 +15,18 @@ %endif Name: tracker -Version: 1.7.5 +Version: 1.8.0 Release: 1%{?dist} Summary: Desktop-neutral search tool and indexer Group: Applications/System License: GPLv2+ URL: https://wiki.gnome.org/Projects/Tracker -Source0: https://download.gnome.org/sources/%{name}/1.7/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/1.8/%{name}-%{version}.tar.xz # only autostart in Gnome, see also # https://bugzilla.redhat.com/show_bug.cgi?id=771601 Patch0: 0001-Only-autostart-in-GNOME-771601.patch -# See https://bugzilla.gnome.org/762512 -Patch1: tracker-libcue-201-fix.diff BuildRequires: desktop-file-utils BuildRequires: firefox @@ -176,7 +174,6 @@ This package contains the documentation for tracker %setup -q %patch0 -p1 -b .autostart-gnome -%patch1 -p1 -b .libcue201 ## nuke unwanted rpaths, see also ## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath @@ -331,6 +328,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Mon Mar 21 2016 David King - 1.8.0-1 +- Update to 1.8.0 + * Tue Mar 15 2016 David King - 1.7.5-1 - Update to 1.7.5