diff --git a/tracker-0.6.6-fix-deskbar.patch b/tracker-0.6.6-fix-deskbar.patch new file mode 100644 index 0000000..2d05767 --- /dev/null +++ b/tracker-0.6.6-fix-deskbar.patch @@ -0,0 +1,11 @@ +--- tracker-0.6.6/python/deskbar-handler/tracker-module.py.fix-deskbar 2008-01-14 23:04:47.000000000 -0500 ++++ tracker-0.6.6/python/deskbar-handler/tracker-module.py 2009-02-12 19:21:37.538647319 -0500 +@@ -11,7 +11,7 @@ + import os.path + import deskbar + import deskbar.core.Utils +-import deskbar.core.gnomedesktop ++import gnomedesktop + import deskbar.interfaces.Module + import deskbar.interfaces.Match + import deskbar.interfaces.Action diff --git a/tracker.spec b/tracker.spec index 869a17e..9e5b81c 100644 --- a/tracker.spec +++ b/tracker.spec @@ -1,13 +1,15 @@ Summary: An object database, tag/metadata database, search tool and indexer Name: tracker Version: 0.6.90 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: http://projects.gnome.org/tracker/ Source0: http://ftp.gnome.org/pub/GNOME/sources/tracker/0.6/%{name}-%{version}.tar.bz2 # http://bugzilla.gnome.org/show_bug.cgi?id=564640 Patch0: tracker-gmime-2.4.patch +# http://bugzilla.gnome.org/show_bug.cgi?id=571573 +Patch1: tracker-0.6.6-fix-deskbar.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gmime-devel, poppler-glib-devel, evolution-devel BuildRequires: gnome-desktop-devel, gamin-devel, libnotify-devel @@ -56,6 +58,7 @@ GNOME libraries %prep %setup -q %patch0 -p0 +%patch1 -p1 -b .fix-deskbar autoreconf -f -i %define deskbar_applet_ver %(pkg-config --modversion deskbar-applet) @@ -143,6 +146,9 @@ fi %{_sysconfdir}/xdg/autostart/tracker-applet.desktop %changelog +* Thu Feb 12 2009 Michel Salim - 0.6.90-2 +- Fix incorrect import in Tracker's deskbar module + * Mon Feb 09 2009 Deji Akingunola - 0.6.90-1 - New release, with tons of changes