[tracker/f18] Update to 0.14.5 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.5.changes)

Deji Akingunola deji at fedoraproject.org
Wed Feb 20 22:09:56 UTC 2013


commit 23a482a11745dd900ffae39c5c695cab44f7c4b3
Author: Deji Akingunola <dakingun at gmail.com>
Date:   Wed Feb 20 17:09:48 2013 -0500

    Update to 0.14.5 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.5.changes)
    
    - Build with XPS support, fix building with GNOME keyring support.(Ville Skyttä)
    - Be explicit about unicode=libunistring and disabling Qt. (Ville Skyttä)
    - Description spelling fixes.(Ville Skyttä, BZ #902549)

 sources      |    2 +-
 tracker.spec |   18 +++++++++++++-----
 2 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/sources b/sources
index 42e67d3..62fbfab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9eb11a79ec2320e90af72b693c39dbc7  tracker-0.14.4.tar.xz
+44eacb1b05eb1321962aefe27f60e53e  tracker-0.14.5.tar.xz
diff --git a/tracker.spec b/tracker.spec
index 4d9947a..836261d 100644
--- a/tracker.spec
+++ b/tracker.spec
@@ -1,6 +1,6 @@
 Summary:	Desktop-neutral search tool and indexer
 Name:		tracker
-Version:	0.14.4
+Version:	0.14.5
 Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/System
@@ -11,7 +11,7 @@ Source0:	http://download.gnome.org/sources/tracker/0.14/%{name}-%{version}.tar.x
 # https://bugzilla.redhat.com/show_bug.cgi?id=771601
 Patch1:  tracker-0.14.2-onlyshowin.patch
 
-BuildRequires:	poppler-glib-devel libxml2-devel libgsf-devel
+BuildRequires:	poppler-glib-devel libxml2-devel libgsf-devel libgxps-devel
 BuildRequires:	libuuid-devel dbus-glib-devel
 BuildRequires:	nautilus-devel
 BuildRequires:	libjpeg-devel libexif-devel exempi-devel
@@ -19,7 +19,7 @@ BuildRequires:	libiptcdata-devel libtiff-devel libpng-devel giflib-devel
 BuildRequires:	sqlite-devel vala-devel libgee06-devel
 BuildRequires:  gstreamer-plugins-base-devel gstreamer-devel
 BuildRequires:	totem-pl-parser-devel libvorbis-devel flac-devel enca-devel
-BuildRequires:	upower-devel gnome-keyring-devel NetworkManager-glib-devel
+BuildRequires:	upower-devel libgnome-keyring-devel NetworkManager-glib-devel
 BuildRequires:	libunistring-devel gupnp-dlna-devel taglib-devel rest-devel
 BuildRequires:	libosinfo-devel libcue-devel
 BuildRequires:	firefox thunderbird
@@ -35,7 +35,7 @@ Tracker is a powerful desktop-neutral first class object database,
 tag/metadata database, search tool and indexer.
 
 It consists of a common object database that allows entities to have an
-almost infinte number of properties, metadata (both embedded/harvested as
+almost infinite number of properties, metadata (both embedded/harvested as
 well as user definable), a comprehensive database of keywords/tags and
 links to other entities.
 
@@ -91,7 +91,7 @@ Requires:	%{name}%{?_isa} = %{version}-%{release}
 
 %description nautilus-plugin
 Tracker's nautilus plugin, provides 'tagging' functionality. Ability to perform
-search in nuautilus using tracker is built-in directly in the nautilus package.
+search in nautilus using tracker is built-in directly in the nautilus package.
 
 %package miner-flickr
 Summary:	Tracker's Flickr data miner
@@ -134,6 +134,8 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
 	--enable-gtk-doc		\
 	--with-firefox-plugin-dir=%{_libdir}/firefox/extensions		\
 	--with-thunderbird-plugin-dir=%{_libdir}/thunderbird/extensions	\
+	--with-unicode-support=libunistring				\
+	--disable-qt							\
 	--disable-functional-tests
 # Disable the functional tests for now, they use python bytecodes.
 
@@ -268,6 +270,12 @@ fi
 %{_datadir}/gtk-doc/html/ontology/
 
 %changelog
+* Wed Feb 20 2013 Deji Akingunola <dakingun at gmail.com> - 0.14.5-1
+- Update to 0.14.5 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.5.changes)
+- Build with XPS support, fix building with GNOME keyring support.(Ville Skyttä)
+- Be explicit about unicode=libunistring and disabling Qt. (Ville Skyttä)
+- Description spelling fixes.(Ville Skyttä, BZ #902549)
+
 * Fri Nov 02 2012 Deji Akingunola <dakingun at gmail.com> - 0.14.4-1
 - Update to 0.14.4 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.4.changes)
 


More information about the scm-commits mailing list