[tracker/f22] Update to 1.3.5

David King amigadave at fedoraproject.org
Fri Mar 6 18:32:40 UTC 2015


commit ea7539580ae69ac9591265befe2b4ac9ff1c5141
Author: David King <amigadave at amigadave.com>
Date:   Fri Mar 6 16:50:04 2015 +0000

    Update to 1.3.5

 sources                                |  2 +-
 tracker-1.3.4-fix-giflib-check.patch   | 30 ------------------
 tracker-1.3.4-fix-tracker-compat.patch | 58 ----------------------------------
 tracker.spec                           | 19 ++++-------
 4 files changed, 7 insertions(+), 102 deletions(-)
---
diff --git a/sources b/sources
index 468a01d..3a8c76d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0e76a642a4105b47f6f592db75e4d1ac  tracker-1.3.4.tar.xz
+c7c6f2474392ecf5d89e4c2e04b9c93e  tracker-1.3.5.tar.xz
diff --git a/tracker.spec b/tracker.spec
index b187e71..0885e1d 100644
--- a/tracker.spec
+++ b/tracker.spec
@@ -15,8 +15,8 @@
 %endif
 
 Name:           tracker
-Version:        1.3.4
-Release:        2%{?dist}
+Version:        1.3.5
+Release:        1%{?dist}
 Summary:        Desktop-neutral search tool and indexer
 
 Group:          Applications/System
@@ -27,14 +27,7 @@ Source0:        https://download.gnome.org/sources/%{name}/1.3/%{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
-# Fix checking for gif support.
-# https://bugzilla.gnome.org/show_bug.cgi?id=745582
-Patch1:         tracker-1.3.4-fix-giflib-check.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=1198166
-Patch2:         tracker-1.3.4-fix-tracker-compat.patch
-
-# Required for patch1 and patch2.
-BuildRequires:  autoconf automake libtool
+
 BuildRequires:  desktop-file-utils
 BuildRequires:  firefox
 BuildRequires:  giflib-devel
@@ -179,8 +172,6 @@ This package contains the documentation for tracker
 %setup -q
 
 %patch0 -p1 -b .autostart-gnome
-%patch1 -p1 -b .giflib-check
-%patch2 -p1 -b .tracker-compat
 
 ## nuke unwanted rpaths, see also
 ## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
@@ -188,7 +179,6 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
 
 
 %build
-autoreconf --force --install
 # Workaround linking problems with AC_CHECK_LIB.
 LDFLAGS_save="$LDFLAGS"
 LDFLAGS="$LDFLAGS -fPIC"
@@ -333,6 +323,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Mar 06 2015 David King <amigadave at amigadave.com> - 1.3.5-1
+- Update to 1.3.5
+
 * Tue Mar 03 2015 David King <amigadave at amigadave.com> - 1.3.4-2
 - Fix checking for giflib
 - Fix tracker-compat script path (#1198166)


More information about the scm-commits mailing list