diff --git a/tracker-libcue-201-fix.diff b/tracker-libcue-201-fix.diff new file mode 100644 index 0000000..9a6e8fb --- /dev/null +++ b/tracker-libcue-201-fix.diff @@ -0,0 +1,29 @@ +--- 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 f0103b0..193ced5 100644 --- a/tracker.spec +++ b/tracker.spec @@ -16,7 +16,7 @@ Name: tracker Version: 1.7.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Desktop-neutral search tool and indexer Group: Applications/System @@ -27,6 +27,8 @@ Source0: https://download.gnome.org/sources/%{name}/1.7/%{name}-%{version # 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 @@ -174,6 +176,7 @@ 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 @@ -328,6 +331,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Feb 25 2016 Peter Lemenkov - 1.7.3-3 +- Fixed FTBFS with new libcue + * Wed Feb 24 2016 Adam Williamson - 1.7.3-2 - rebuilt for new libcue