Update to 1.8.0
This commit is contained in:
parent
6fb789e89e
commit
4932484ef1
2
sources
2
sources
@ -1 +1 @@
|
|||||||
77493f5f1675c2f4af05a846498479df tracker-1.7.5.tar.xz
|
e0ccffcb5abec22836e17292640fabd0 tracker-1.8.0.tar.xz
|
||||||
|
@ -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 <gst/tag/tag.h>
|
|
||||||
|
|
||||||
#if defined(HAVE_LIBCUE)
|
|
||||||
-#include <libcue/libcue.h>
|
|
||||||
+#include <libcue.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <libtracker-common/tracker-file-utils.h>
|
|
||||||
@@ -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)
|
|
||||||
{
|
|
10
tracker.spec
10
tracker.spec
@ -15,20 +15,18 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: tracker
|
Name: tracker
|
||||||
Version: 1.7.5
|
Version: 1.8.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Desktop-neutral search tool and indexer
|
Summary: Desktop-neutral search tool and indexer
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/Tracker
|
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
|
# only autostart in Gnome, see also
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=771601
|
# https://bugzilla.redhat.com/show_bug.cgi?id=771601
|
||||||
Patch0: 0001-Only-autostart-in-GNOME-771601.patch
|
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: desktop-file-utils
|
||||||
BuildRequires: firefox
|
BuildRequires: firefox
|
||||||
@ -176,7 +174,6 @@ This package contains the documentation for tracker
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch0 -p1 -b .autostart-gnome
|
%patch0 -p1 -b .autostart-gnome
|
||||||
%patch1 -p1 -b .libcue201
|
|
||||||
|
|
||||||
## nuke unwanted rpaths, see also
|
## nuke unwanted rpaths, see also
|
||||||
## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
|
## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
|
||||||
@ -331,6 +328,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 21 2016 David King <amigadave@amigadave.com> - 1.8.0-1
|
||||||
|
- Update to 1.8.0
|
||||||
|
|
||||||
* Tue Mar 15 2016 David King <amigadave@amigadave.com> - 1.7.5-1
|
* Tue Mar 15 2016 David King <amigadave@amigadave.com> - 1.7.5-1
|
||||||
- Update to 1.7.5
|
- Update to 1.7.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user