[tracker/f19] Update to 0.16.5

David King amigadave at fedoraproject.org
Fri Nov 28 11:12:23 UTC 2014


commit af8e5b116c7e8a086f8f12621e86276045022d91
Author: David King <amigadave at amigadave.com>
Date:   Thu Oct 16 16:59:18 2014 +0100

    Update to 0.16.5

 ...hen-against-sqlite-failures-in-FTS-functi.patch |  136 ------------------
 sources                                            |    2 +-
 tracker-0.16-miner-fs-crashes.patch                |  151 --------------------
 tracker.spec                                       |   44 +++---
 4 files changed, 22 insertions(+), 311 deletions(-)
---
diff --git a/sources b/sources
index 36b4f95..bae4089 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2debc6b80ea4134306ce395922413a7  tracker-0.16.4.tar.xz
+e20f22b235b4f861420ab31ab35a438c  tracker-0.16.5.tar.xz
diff --git a/tracker.spec b/tracker.spec
index 21f3c42..0de3242 100644
--- a/tracker.spec
+++ b/tracker.spec
@@ -14,8 +14,8 @@
 
 Summary:	Desktop-neutral search tool and indexer
 Name:		tracker
-Version:	0.16.4
-Release:	3%{?dist}
+Version:	0.16.5
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/System
 URL:		http://projects.gnome.org/tracker/
@@ -23,25 +23,19 @@ Source0:	http://download.gnome.org/sources/tracker/0.16/%{name}-%{version}.tar.x
 
 # only autostart in Gnome, see also
 # https://bugzilla.redhat.com/show_bug.cgi?id=771601
-Patch1:		tracker-0.15-onlyshowin.patch
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1026283
-Patch2:		0001-fts-Strengthen-against-sqlite-failures-in-FTS-functi.patch
+Patch0:		tracker-0.15-onlyshowin.patch
 
 # https://bugzilla.gnome.org/show_bug.cgi?id=712142
-Patch3:         0001-Bump-the-minimum-memory-requirement-to-768M.patch
+Patch1:		0001-Bump-the-minimum-memory-requirement-to-768M.patch
 
 # Build against newer versions of Thunderbird and Firefox.
-Patch4:		0001-plugins-thunderbird-Add-more-debug-messages.patch
-Patch5:		0002-plugins-thunderbird-Fix-formatting-in-plugin.js.patch
-Patch6:		0003-plugins-thunderbird-Port-to-Thunderbird-24.patch
-Patch7:		0004-plugins-thunderbird-Escape-folder-names-in-URIs.patch
-Patch8:		0005-Trackerbird-added-UI-localization.patch
-Patch9:		0006-Trackerbird-Add-fr-FR-and-es-ES-locales.patch
-Patch10:	0007-build-update-firefox-and-thunderbird-detection.patch
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=972338
-Patch11:	tracker-0.16-miner-fs-crashes.patch
+Patch2:		0001-plugins-thunderbird-Add-more-debug-messages.patch
+Patch3:		0002-plugins-thunderbird-Fix-formatting-in-plugin.js.patch
+Patch4:		0003-plugins-thunderbird-Port-to-Thunderbird-24.patch
+Patch5:		0004-plugins-thunderbird-Escape-folder-names-in-URIs.patch
+Patch6:		0005-Trackerbird-added-UI-localization.patch
+Patch7:		0006-Trackerbird-Add-fr-FR-and-es-ES-locales.patch
+Patch8:		0007-build-update-firefox-and-thunderbird-detection.patch
 
 BuildRequires:	poppler-glib-devel libxml2-devel libgsf-devel libgxps-devel
 BuildRequires:	libuuid-devel
@@ -65,6 +59,7 @@ BuildRequires:	gdk-pixbuf2-devel
 BuildRequires:	desktop-file-utils intltool gettext
 BuildRequires:	gtk-doc graphviz
 BuildRequires:	gobject-introspection-devel
+BuildRequires:	autoconf automake intltool libtool
 
 %if 0%{?with_thunderbird}
 BuildRequires: thunderbird
@@ -146,17 +141,17 @@ This package contains the documentation for tracker
 %prep
 %setup -q
 
-%patch1 -p1 -b .onlyshowin
-%patch2 -p1 -b .fts
-%patch3 -p1 -b .memory
+%patch0 -p1 -b .onlyshowin
+%patch1 -p1 -b .memory
+%patch2 -p1
+%patch3 -p1
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1 -b .miner-fs-crashes
+
+AUTOPOINT="intltoolize --automake --force" autoreconf --force --install
 
 ## nuke unwanted rpaths, see also
 ## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
@@ -286,6 +281,9 @@ fi
 %{_datadir}/gtk-doc/html/ontology/
 
 %changelog
+* Thu Oct 16 2014 David King <amigadave at amigadave.com> - 0.16.5-1
+- Update to 0.16.5
+
 * Thu Oct 02 2014 Debarshi Ray <rishi at fedoraproject.org> - 0.16.4-3
 - Fix a couple of tracker-miner-fs crashes (Red Hat #972338)
 


More information about the scm-commits mailing list