Blame SPECS/tracker.spec

ef90c6
%global _changelog_trimtime %(date +%s -d "1 year ago")
ef90c6
2f3e27
%global with_nautilus 0
ef90c6
ef90c6
%if 0%{?rhel}
2f3e27
%global with_enca 0
2f3e27
%global with_libcue 0
ef90c6
%global with_thunderbird 0
17ea09
%global with_rss 0
ef90c6
%else
2f3e27
%global with_enca 1
2f3e27
%global with_libcue 1
ef90c6
%global with_thunderbird 1
17ea09
%global with_rss 1
ef90c6
%endif
ef90c6
17ea09
%global systemd_units tracker-extract.service tracker-miner-apps.service tracker-miner-fs.service tracker-miner-rss.service tracker-miner-user-guides.service tracker-store.service tracker-writeback.service
ef90c6
17ea09
Name:           tracker
17ea09
Version:        1.10.5
17ea09
Release:        4%{?dist}
17ea09
Summary:        Desktop-neutral search tool and indexer
2f3e27
17ea09
License:        GPLv2+
17ea09
URL:            https://wiki.gnome.org/Projects/Tracker
17ea09
Source0:        https://download.gnome.org/sources/%{name}/1.10/%{name}-%{version}.tar.xz
2f3e27
17ea09
# only autostart in Gnome, see also
17ea09
# https://bugzilla.redhat.com/show_bug.cgi?id=771601
17ea09
Patch0:         0001-Only-autostart-in-GNOME-771601.patch
17ea09
Patch1:         0001-add-osinfo-to-trackernamespace.patch
17ea09
Patch2:         0001-libtracker-common-whitelist-openat.patch
17ea09
Patch3:         0001-libtracker-fts-Retain-compat-with-sqlite-3.7.x-by-no.patch
6084a9
2f3e27
BuildRequires:  desktop-file-utils
2f3e27
BuildRequires:  giflib-devel
2f3e27
BuildRequires:  graphviz
2f3e27
BuildRequires:  gtk-doc
2f3e27
BuildRequires:  intltool
2f3e27
BuildRequires:  libjpeg-devel
2f3e27
BuildRequires:  libtiff-devel
17ea09
BuildRequires:  libappstream-glib
17ea09
BuildRequires:  systemd
2f3e27
%if 0%{?with_thunderbird}
2f3e27
BuildRequires:  thunderbird
2f3e27
%endif
2f3e27
BuildRequires:  vala-devel
ef90c6
%if 0%{?with_enca}
2f3e27
BuildRequires:  pkgconfig(enca)
ef90c6
%endif
2f3e27
BuildRequires:  pkgconfig(exempi-2.0)
2f3e27
BuildRequires:  pkgconfig(flac)
17ea09
BuildRequires:  pkgconfig(gee-0.8)
2f3e27
BuildRequires:  pkgconfig(gobject-introspection-1.0)
2f3e27
BuildRequires:  pkgconfig(gstreamer-1.0)
2f3e27
BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
2f3e27
BuildRequires:  pkgconfig(gstreamer-tag-1.0)
2f3e27
BuildRequires:  pkgconfig(gtk+-3.0)
2f3e27
BuildRequires:  pkgconfig(icu-i18n)
2f3e27
BuildRequires:  pkgconfig(icu-uc)
ef90c6
%if 0%{?with_libcue}
2f3e27
BuildRequires:  pkgconfig(libcue)
ef90c6
%endif
2f3e27
BuildRequires:  pkgconfig(libexif)
17ea09
%if 0%{?with_rss}
17ea09
BuildRequires:  pkgconfig(libgrss)
17ea09
%endif
2f3e27
BuildRequires:  pkgconfig(libgsf-1)
2f3e27
BuildRequires:  pkgconfig(libgxps)
2f3e27
BuildRequires:  pkgconfig(libiptcdata)
17ea09
BuildRequires:  pkgconfig(libmediaart-2.0)
2f3e27
%if 0%{?with_nautilus}
2f3e27
BuildRequires:  pkgconfig(libnautilus-extension)
ef90c6
%endif
2f3e27
BuildRequires:  pkgconfig(libnm-glib)
2f3e27
BuildRequires:  pkgconfig(libosinfo-1.0)
2f3e27
BuildRequires:  pkgconfig(libpng)
17ea09
BuildRequires:  pkgconfig(libseccomp)
2f3e27
BuildRequires:  pkgconfig(libxml-2.0)
2f3e27
BuildRequires:  pkgconfig(poppler-glib)
2f3e27
BuildRequires:  pkgconfig(sqlite3)
2f3e27
BuildRequires:  pkgconfig(taglib_c)
2f3e27
BuildRequires:  pkgconfig(totem-plparser)
2f3e27
BuildRequires:  pkgconfig(upower-glib)
2f3e27
BuildRequires:  pkgconfig(uuid)
2f3e27
BuildRequires:  pkgconfig(vorbisfile)
2f3e27
17ea09
%{?systemd_requires}
2f3e27
Obsoletes: compat-tracker018 < 0.17.2-2
17ea09
Obsoletes: tracker-firefox-plugin < 1.10.4-2
ef90c6
Obsoletes: tracker-miner-flickr < 0.16.0
2f3e27
Obsoletes: tracker-nautilus-plugin < 0.17.2-2
ef90c6
17ea09
%if 0%{?fedora}
17ea09
# From rhughes-f20-gnome-3-12 copr
17ea09
Obsoletes: compat-tracker016 < 0.18
17ea09
%endif
17ea09
ef90c6
%description
ef90c6
Tracker is a powerful desktop-neutral first class object database,
ef90c6
tag/metadata database, search tool and indexer.
ef90c6
ef90c6
It consists of a common object database that allows entities to have an
ef90c6
almost infinite number of properties, metadata (both embedded/harvested as
ef90c6
well as user definable), a comprehensive database of keywords/tags and
ef90c6
links to other entities.
ef90c6
ef90c6
It provides additional features for file based objects including context
ef90c6
linking and audit trails for a file object.
ef90c6
ef90c6
It has the ability to index, store, harvest metadata. retrieve and search
ef90c6
all types of files and other first class objects
ef90c6
ef90c6
%package devel
17ea09
Summary:        Headers for developing programs that will use %{name}
17ea09
Requires:       %{name}%{?_isa} = %{version}-%{release}
ef90c6
ef90c6
%description devel
ef90c6
This package contains the static libraries and header files needed for
ef90c6
developing with tracker
ef90c6
2f3e27
%package needle
17ea09
Summary:        Tracker search tool
17ea09
Requires:       %{name}%{?_isa} = %{version}-%{release}
17ea09
Obsoletes:      paperbox <= 0.4.4
17ea09
Obsoletes:      tracker-ui-tools < 1.1.4
17ea09
Obsoletes:      tracker-search-tool <= 0.12.0
ef90c6
2f3e27
%description needle
2f3e27
Graphical frontend to tracker search.
2f3e27
2f3e27
%package preferences
2f3e27
Summary:        Tracker preferences
2f3e27
Requires:       %{name}%{?_isa} = %{version}-%{release}
2f3e27
Obsoletes:      tracker-ui-tools < 1.1.4
2f3e27
2f3e27
%description preferences
2f3e27
Graphical frontend to tracker configuration.
ef90c6
2f3e27
%if 0%{?with_nautilus}
ef90c6
%package nautilus-plugin
17ea09
Summary:        Tracker's nautilus plugin
17ea09
Requires:       %{name}%{?_isa} = %{version}-%{release}
ef90c6
ef90c6
%description nautilus-plugin
ef90c6
Tracker's nautilus plugin, provides 'tagging' functionality. Ability to perform
ef90c6
search in nautilus using tracker is built-in directly in the nautilus package.
2f3e27
%endif
ef90c6
ef90c6
%if 0%{?with_thunderbird}
ef90c6
%package thunderbird-plugin
17ea09
Summary:        Thunderbird extension to export mails to Tracker
17ea09
Requires:       %{name}%{?_isa} = %{version}-%{release}
ef90c6
ef90c6
%description thunderbird-plugin
ef90c6
A simple Thunderbird extension to export mails to Tracker.
ef90c6
%endif
ef90c6
ef90c6
%package docs
17ea09
Summary:        Documentations for tracker
17ea09
BuildArch:      noarch
ef90c6
ef90c6
%description docs
ef90c6
This package contains the documentation for tracker
ef90c6
2f3e27
ef90c6
%prep
ef90c6
%setup -q
ef90c6
17ea09
%patch0 -p1 -b .autostart-gnome
17ea09
%patch1 -p1 -b .add-osinfo-to-trackernamespace
17ea09
%patch2 -p1 -b .libtracker-common-whitelist-openat
17ea09
%patch3 -p1 -b .remove-without-rowid-optimization
17ea09
17ea09
%if 0%{?rhel}
17ea09
# Fix the build with sqlite 3.7 that doesn't support SQLITE_DETERMINISTIC
17ea09
sed -i -e 's/ | SQLITE_DETERMINISTIC//' src/libtracker-data/tracker-db-interface-sqlite.c
17ea09
%endif
ef90c6
ef90c6
## nuke unwanted rpaths, see also
ef90c6
## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
ef90c6
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
ef90c6
2f3e27
ef90c6
%build
2f3e27
%configure --disable-static \
2f3e27
           --enable-gtk-doc \
2f3e27
           --enable-libflac \
2f3e27
           --enable-libvorbis \
2f3e27
           --enable-miner-evolution=no \
17ea09
           --enable-miner-firefox=no \
2f3e27
           --disable-mp3 \
2f3e27
%if %{with_nautilus}
2f3e27
           --enable-nautilus-extension \
2f3e27
%else
2f3e27
           --disable-nautilus-extension \
2f3e27
%endif
2f3e27
           --enable-libmediaart \
ef90c6
%if 0%{?with_thunderbird}
2f3e27
           --with-thunderbird-plugin-dir=%{_libdir}/thunderbird/extensions \
17ea09
%else
17ea09
           --disable-miner-thunderbird \
ef90c6
%endif
2f3e27
           --with-unicode-support=libicu \
2f3e27
           --disable-functional-tests
ef90c6
# Disable the functional tests for now, they use python bytecodes.
ef90c6
ef90c6
make V=1 %{?_smp_mflags}
ef90c6
ef90c6
2f3e27
%install
17ea09
%make_install
17ea09
17ea09
# Update the screenshot shown in the software center
17ea09
#
17ea09
# NOTE: It would be *awesome* if this file was pushed upstream.
17ea09
#
17ea09
# See http://people.freedesktop.org/~hughsient/appdata/#screenshots for more details.
17ea09
#
17ea09
appstream-util replace-screenshots $RPM_BUILD_ROOT%{_datadir}/appdata/tracker-needle.appdata.xml \
17ea09
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/tracker-needle/a.png 
ef90c6
2f3e27
find %{buildroot} -type f -name "*.la" -delete
ef90c6
rm -rf %{buildroot}%{_datadir}/tracker-tests
ef90c6
2f3e27
# Remove .so symlinks for private libraries -- no external users are supposed
2f3e27
# to link with them.
2f3e27
rm -f %{buildroot}%{_libdir}/tracker-1.0/*.so
2f3e27
ef90c6
%find_lang %{name}
ef90c6
2f3e27
2f3e27
%check
17ea09
desktop-file-validate %{buildroot}%{_datadir}/applications/tracker-*.desktop
17ea09
2f3e27
17ea09
%post
17ea09
/sbin/ldconfig
17ea09
%systemd_user_post %{systemd_units}
2f3e27
ef90c6
2f3e27
%post preferences
2f3e27
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
ef90c6
17ea09
%preun
17ea09
%systemd_user_preun %{systemd_units}
17ea09
17ea09
ef90c6
%postun
ef90c6
/sbin/ldconfig
ef90c6
if [ $1 -eq 0 ]; then
ef90c6
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
ef90c6
fi
17ea09
%systemd_user_postun_with_restart %{systemd_units}
ef90c6
2f3e27
%postun preferences
ef90c6
if [ $1 -eq 0 ] ; then
2f3e27
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
2f3e27
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
ef90c6
fi
ef90c6
ef90c6
%posttrans
ef90c6
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
ef90c6
2f3e27
%posttrans preferences
2f3e27
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
2f3e27
ef90c6
ef90c6
%files -f %{name}.lang
17ea09
%license COPYING
17ea09
%doc AUTHORS NEWS README
ef90c6
%{_bindir}/tracker*
ef90c6
%{_libexecdir}/tracker*
ef90c6
%{_datadir}/tracker/
ef90c6
%{_datadir}/dbus-1/services/org.freedesktop.Tracker*
2f3e27
%{_libdir}/libtracker*-1.0.so.*
2f3e27
%{_libdir}/tracker-1.0/
2f3e27
%{_libdir}/girepository-1.0/Tracker-1.0.typelib
2f3e27
%{_libdir}/girepository-1.0/TrackerControl-1.0.typelib
2f3e27
%{_libdir}/girepository-1.0/TrackerMiner-1.0.typelib
ef90c6
%{_mandir}/*/tracker*.gz
ef90c6
%config(noreplace) %{_sysconfdir}/xdg/autostart/tracker*.desktop
17ea09
%dir %{_datadir}/bash-completion
17ea09
%dir %{_datadir}/bash-completion/completions
17ea09
%{_datadir}/bash-completion/completions/tracker
ef90c6
%{_datadir}/glib-2.0/schemas/*
17ea09
%{_userunitdir}/tracker-*.service
ef90c6
%exclude %{_bindir}/tracker-needle
ef90c6
%exclude %{_bindir}/tracker-preferences
2f3e27
%exclude %{_datadir}/tracker/tracker-needle.ui
2f3e27
%exclude %{_datadir}/tracker/tracker-preferences.ui
2f3e27
%exclude %{_mandir}/man1/tracker-preferences.1*
2f3e27
%exclude %{_mandir}/man1/tracker-needle.1*
ef90c6
ef90c6
%files devel
2f3e27
%{_includedir}/tracker-1.0/
ef90c6
%{_libdir}/*.so
ef90c6
%{_libdir}/pkgconfig/*.pc
ef90c6
%{_datadir}/vala/vapi/tracker*.*
2f3e27
%{_datadir}/gir-1.0/Tracker-1.0.gir
2f3e27
%{_datadir}/gir-1.0/TrackerControl-1.0.gir
2f3e27
%{_datadir}/gir-1.0/TrackerMiner-1.0.gir
ef90c6
2f3e27
%files needle
ef90c6
%{_bindir}/tracker-needle
2f3e27
%{_datadir}/appdata/tracker-needle.appdata.xml
2f3e27
%{_datadir}/applications/tracker-needle.desktop
2f3e27
%{_datadir}/tracker/tracker-needle.ui
2f3e27
%{_mandir}/man1/tracker-needle.1*
2f3e27
2f3e27
%files preferences
ef90c6
%{_bindir}/tracker-preferences
2f3e27
%{_datadir}/appdata/tracker-preferences.appdata.xml
2f3e27
%{_datadir}/applications/tracker-preferences.desktop
ef90c6
%{_datadir}/icons/*/*/apps/tracker.*
2f3e27
%{_datadir}/tracker/tracker-preferences.ui
2f3e27
%{_mandir}/man1/tracker-preferences.1*
ef90c6
2f3e27
%if 0%{?with_nautilus}
ef90c6
%files nautilus-plugin
ef90c6
%{_libdir}/nautilus/extensions-3.0/libnautilus-tracker-tags.so
2f3e27
%endif
ef90c6
ef90c6
%if 0%{?with_thunderbird}
ef90c6
%files thunderbird-plugin
ef90c6
%{_datadir}/xul-ext/trackerbird/
ef90c6
%{_libdir}/thunderbird/extensions/trackerbird@bustany.org
ef90c6
%{_datadir}/applications/trackerbird-launcher.desktop
ef90c6
%endif
ef90c6
ef90c6
%files docs
17ea09
%license docs/reference/COPYING
2f3e27
%{_datadir}/gtk-doc/html/libtracker-control/
ef90c6
%{_datadir}/gtk-doc/html/libtracker-miner/
ef90c6
%{_datadir}/gtk-doc/html/libtracker-sparql/
ef90c6
%{_datadir}/gtk-doc/html/ontology/
ef90c6
2f3e27
ef90c6
%changelog
17ea09
* Mon Jun 12 2017 Carlos Garnacho <cgarnach@redhat.com> - 1.10.5-4
17ea09
- Remove WITHOUT ROWID optimizations from fts5 to preserve compat with sqlite 3.7.x
17ea09
- Resolves: #1451669
17ea09
17ea09
* Tue May 09 2017 Felipe Borges <feborges@redhat.com> -1.10.5-3
17ea09
- Add osinfo ontology to the default TrackerNamespace
17ea09
- Whitelist "openat" sys call in seccomp
17ea09
- Resolves: #1435340
17ea09
17ea09
* Wed Apr 26 2017 Tomas Popela <tpopela@redhat.com> - 1.10.5-2
17ea09
- Rebuild for newer webkitgtk4 (removal of icu57)
17ea09
- Resolves: #1414413
17ea09
17ea09
* Thu Feb 23 2017 Kalev Lember <klember@redhat.com> - 1.10.5-1
17ea09
- Update to 1.10.5
17ea09
- Resolves: #1387050
17ea09
17ea09
* Thu Jan 19 2017 Kalev Lember <klember@redhat.com> - 1.10.4-1
17ea09
- Update to 1.10.4
17ea09
- Resolves: #1387050
17ea09
6084a9
* Mon Jun 27 2016 Debarshi Ray <rishi@fedoraproject.org> - 1.2.7-2
6084a9
- Revert an adjustment to the test suite to accommodate older sqlite
6084a9
- Resolves: #1349508
6084a9
6084a9
* Fri Jun 24 2016 Debarshi Ray <rishi@fedoraproject.org> - 1.2.7-1
6084a9
- Update to 1.2.7
6084a9
- Resolves: #1349508
6084a9
6084a9
* Tue Apr 12 2016 Debarshi Ray <rishi@fedoraproject.org> - 1.2.6-5
6084a9
- Fix the previous changelog entry
6084a9
- Resolves: #1132114
6084a9
6084a9
* Tue Apr 12 2016 Debarshi Ray <rishi@fedoraproject.org> - 1.2.6-4
6084a9
- Handle failure to get a TrackerSparqlConnection
6084a9
- Resolves: #1132114
6084a9
2f3e27
* Tue May 12 2015 Matthias Clasen <mclasen@redhat.com> - 1.2.6-3
2f3e27
- Rebuild against new totem-pl-parser
2f3e27
- Related: #1174534
2f3e27
2f3e27
* Wed May  6 2015 Matthias Clasen <mclasen@redhat.com> - 1.2.6-2
2f3e27
- Rebuild against new upower
2f3e27
- Related: #1174534
2f3e27
2f3e27
* Thu Apr 30 2015 David King <dking@redhat.com> - 1.2.6-1
2f3e27
- Split desktop-file-validate invocation
2f3e27
- Related: #1174534
2f3e27
2f3e27
* Fri Apr 10 2015 Debarshi Ray <rishi@fedoraproject.org> - 1.2.6-1
2f3e27
- Update to 1.2.6
2f3e27
- Resolves: #1174534
2f3e27
2f3e27
* Thu Mar 19 2015 Richard Hughes <rhughes@redhat.com> - 1.2.5-1
2f3e27
- Update to 1.2.5
2f3e27
- Resolves: #1174534
2f3e27
2f3e27
* Mon Oct 13 2014 Debarshi Ray <rishi@fedoraproject.org> - 0.16.2-11
1927f5
- Fix a tracker-store crash
2f3e27
- Resolves: #1083199
1927f5
2f3e27
* Mon Oct 13 2014 Debarshi Ray <rishi@fedoraproject.org> - 0.16.2-10
1927f5
- Update the tracker-miner-fs patch to cover another crash site
2f3e27
- Resolves: #1096307
1927f5
2f3e27
* Thu Oct 02 2014 Debarshi Ray <rishi@fedoraproject.org> - 0.16.2-9
1927f5
- Fix a couple of tracker-miner-fs crashes
2f3e27
- Resolves: #1096307
1927f5
2f3e27
* Fri Feb 28 2014 Matthias Clasen <mclasen@redhat.com> - 0.16.2-8
43271f
- Rebuild
2f3e27
- Resolves: #1070803
43271f
43271f
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.16.2-7
43271f
- Mass rebuild 2014-01-24
43271f
43271f
* Fri Jan 10 2014 Debarshi Ray <rishi@fedoraproject.org> - 0.16.2-6
43271f
- Strengthen against sqlite failures in FTS functions
43271f
- Resolves: #1026283
43271f
43271f
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.16.2-5
43271f
- Mass rebuild 2013-12-27
43271f
43271f
* Tue Nov 12 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.2-4
43271f
- Bump the minimum memory requirement to 768M (Red Hat #1028194)
43271f
ef90c6
* Mon Nov 04 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.2-3
ef90c6
- The rules files should be architecture-neutral (Red Hat #884197)
ef90c6
ef90c6
* Mon Aug 19 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.2-2
ef90c6
- Try removing the dia BuildRequires
ef90c6
ef90c6
* Sun Aug 04 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.2-1
ef90c6
- Update to 0.16.2
ef90c6
ef90c6
* Mon Jul 22 2013 Bastien Nocera <bnocera@redhat.com> 0.16.1-5
ef90c6
- Use GStreamer 1.0 BRs
ef90c6
ef90c6
* Wed Jun 26 2013 Matthias Clasen <mclasen@redhat.com> 0.16.1-4
ef90c6
- Fix typos in man page
ef90c6
- Trim %%changelog
ef90c6
- Re-dethunderbirdize
ef90c6
ef90c6
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> 0.16.1-3
ef90c6
- Don't install a (humongous) ChangeLog file
ef90c6
ef90c6
* Wed May  8 2013 Matthias Clasen <mclasen@redhat.com> 0.16.1-2
ef90c6
- Make enca and libcue dependencies conditional
ef90c6
ef90c6
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> 0.16.1-1
ef90c6
- Update to 0.16.1
ef90c6
ef90c6
* Thu Mar 21 2013 Kalev Lember <kalevlember@gmail.com> 0.16.0-1
ef90c6
- Update to 0.16.0
ef90c6
- Remove and obsolete the tracker-miner-flickr subpackage
ef90c6
ef90c6
* Wed Feb 20 2013 Ville Skyttä <ville.skytta@iki.fi> 0.15.2-2
ef90c6
- Build with XPS support, fix building with GNOME keyring support.
ef90c6
- Be explicit about unicode=libunistring and disabling Qt.
ef90c6
- Description spelling fixes (BZ #902549).
ef90c6
ef90c6
* Wed Feb 20 2013 Deji Akingunola <dakingun@gmail.com> 0.15.2-1
ef90c6
- Update to 0.15.2 devel release
ef90c6
ef90c6
* Sat Jan 26 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.15.1-1
ef90c6
- Update to 0.15.1 devel release
ef90c6
- Fix up changelog dates, minor spec cleanups
ef90c6
ef90c6
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 0.14.4-2
ef90c6
- rebuild due to "jpeg8-ABI" feature drop
ef90c6
ef90c6
* Fri Nov 02 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.4-1
ef90c6
- Update to 0.14.4 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.4.changes)
ef90c6
ef90c6
* Thu Sep 20 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.2-4
ef90c6
- Mark autostart desktop files as config (Gerd v. Egidy & Rex Dieter, #842318)
ef90c6
- Move all the files related to the Flickr miner in the '-miner-flicker' subpackage (Mathieu Bridon, #850900)
ef90c6
ef90c6
* Tue Aug 21 2012 Matthias Clasen <mclasen@redhat.com> - 0.14.2-3
ef90c6
- Drop obsolete BR on id3lib-devel
ef90c6
ef90c6
* Wed Aug 15 2012 Rex Dieter <rdieter@fedoraproject.org> - 0.14.2-2
ef90c6
- tighten subpkg deps
ef90c6
- fix icon scriptlet
ef90c6
- -devel: drop extraneous dep on pkgconfig
ef90c6
- drop .desktop vendor (f18+)
ef90c6
- tracker should not auto-start in KDE/XFCE (#771601)
ef90c6
ef90c6
* Mon Jul 30 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.2-1
ef90c6
- Update to 0.14.2 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.2.changes)
ef90c6
- Temporarily disable the evolution plugin, fails to build with evo-3.5
ef90c6
ef90c6
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.1-3
ef90c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ef90c6
ef90c6
* Tue Jul 10 2012 Matthias Clasen <mclasen@redhat.com> - 0.14.1-2
ef90c6
- Drop the raptor-devel BR
ef90c6
ef90c6
* Sun May 20 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.1-1
ef90c6
- Update to 0.14.1 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.1.changes)
ef90c6
ef90c6
* Wed May 16 2012 Marek Kasik <mkasik@redhat.com> - 0.14.0-4
ef90c6
- Rebuild (poppler-0.20.0)
ef90c6
ef90c6
* Wed May 02 2012 Milan Crha <mcrha@redhat.com> - 0.14.0-3
ef90c6
- Rebuild against newer evolution-data-server
ef90c6
ef90c6
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 0.14.0-2
ef90c6
- Silence glib-compile-schemas output in rpm scripts
ef90c6
ef90c6
* Thu Mar 08 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.0-1
ef90c6
- Update to 0.14.0
ef90c6
ef90c6
* Mon Mar 05 2012 Dan Horák <dan[at]danny.cz> - 0.13.1-3
ef90c6
- Must call autoreconf because configure.ac is patched
ef90c6
ef90c6
* Mon Feb 27 2012 Deji Akingunola <dakingun@gmail.com> - 0.13.1-2
ef90c6
- Enable Firefox and thunderbird plugins.
ef90c6
- Split flickr data miner into its subpackage.
ef90c6
ef90c6
* Mon Feb 27 2012 Deji Akingunola <dakingun@gmail.com> - 0.13.1-1
ef90c6
- Update to 0.13.1
ef90c6
ef90c6
* Wed Feb 22 2012 Milan Crha <mcrha@redhat.com> - 0.12.10-1
ef90c6
- Update to 0.12.10
ef90c6
- Remove patch to remove g_thread_init() calls (fixed upstream)
ef90c6
ef90c6
* Wed Feb 08 2012 Milan Crha <mcrha@redhat.com> - 0.12.9-2
ef90c6
- Rebuild against newer evolution-data-server
ef90c6
- Add patch to build with evolution-3.3.5's libemail
ef90c6
- Add patch to remove g_thread_init() calls
ef90c6
ef90c6
* Fri Jan 27 2012 Deji Akingunola <dakingun@gmail.com> - 0.12.9-1
ef90c6
- Update to 0.12.9
ef90c6
ef90c6
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.8-4
ef90c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ef90c6
ef90c6
* Tue Dec 20 2011 Milan Crha <mcrha@redhat.com> - 0.12.8-3
ef90c6
- Rebuild against newer evolution-data-server
ef90c6
ef90c6
* Tue Dec 13 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.8-2
ef90c6
- Apply patch to fix crash in indexing pdf (Fix by Marek Kašík; Bug #751922)
ef90c6
ef90c6
* Sun Nov 27 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.8-1
ef90c6
- 0.12.8 Release
ef90c6
- http://ftp.gnome.org/pub/GNOME/sources/tracker/0.12/tracker-0.12.8.news
ef90c6
ef90c6
* Tue Nov 22 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.7-2
ef90c6
- Rebuild for new e-d-s
ef90c6
ef90c6
* Mon Oct 31 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.7-1
ef90c6
- Update to 0.12.7
ef90c6
- http://ftp.gnome.org/pub/GNOME/sources/tracker/0.12/tracker-0.12.6.news
ef90c6
- http://ftp.gnome.org/pub/GNOME/sources/tracker/0.12/tracker-0.12.7.news
ef90c6
ef90c6
* Fri Oct 28 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.12.5-2
ef90c6
- rebuild(poppler)
ef90c6
ef90c6
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 0.12.5-1
ef90c6
- Update to 0.12.5
ef90c6
ef90c6
* Tue Oct 11 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.4-2
ef90c6
- Rebuild for new poppler 0.18
ef90c6
ef90c6
* Sun Oct 09 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.4-1
ef90c6
- Update to 0.12.4 stable release
ef90c6
- http://download.gnome.org/sources/tracker/0.12/tracker-0.12.4.changes
ef90c6
ef90c6
* Fri Sep 30 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.12.3-2
ef90c6
- Rebuilt for new 0.18 poppler
ef90c6
ef90c6
* Tue Sep 27 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.3-1
ef90c6
- Update to 0.12.3 stable release
ef90c6
ef90c6
* Fri Sep 23 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.2-1
ef90c6
- Update to 0.12.2 stable release
ef90c6
- Replace the search-tool sub-package with more appropriately named ui-tools
ef90c6
- Disable the search-bar until upstream redo it for GNOME 3
ef90c6
ef90c6
* Fri Sep 23 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 0.12.0-3
ef90c6
- Rebuild (poppler-0.17.3)
ef90c6
- Readd --enable-miner-evolution as forgotten in 0.12.0-1
ef90c6
- Conditionally BR libgee06-devel instead of libgee-devel for Fedora > 16
ef90c6
ef90c6
* Mon Sep 19 2011 Marek Kasik <mkasik@redhat.com> - 0.12.0-2
ef90c6
- Rebuild (poppler-0.17.3)
ef90c6
ef90c6
* Fri Sep 09 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.0-1
ef90c6
- Update to 0.12.0 stable release
ef90c6
- Re-enable the evolution plugin
ef90c6
ef90c6
* Thu Sep  1 2011 Matthias Clasen <mclasen@redhat.com> - 0.11.2-1
ef90c6
- Update to 0.11.2
ef90c6
- Drop the evolution miner temporarily
ef90c6
ef90c6
* Tue Aug 30 2011 Milan Crha <mcrha@redhat.com> - 0.10.24-2
ef90c6
- Rebuild against newer evolution-data-server
ef90c6
ef90c6
* Thu Aug 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.24-1
ef90c6
- Update to 0.10.24
ef90c6
- Re-enable the evolution plugin
ef90c6
ef90c6
* Thu Aug 04 2011 Adam Williamson <awilliam@redhat.com> - 0.10.21-2
ef90c6
- obsolete the evo plugin as well so upgrades work
ef90c6
ef90c6
* Wed Aug 03 2011 Adam Williamson <awilliam@redhat.com> - 0.10.21-1
ef90c6
- complete disabling the evolution plugin
ef90c6
ef90c6
* Tue Jul 26 2011 Deji Akingunola <dakingun@gmail.com>
ef90c6
- Update to 0.10.21
ef90c6
- Temporarily disable the evolution plugin
ef90c6
ef90c6
* Fri Jul 15 2011 Marek Kasik <mkasik@redhat.com> - 0.10.15-2
ef90c6
- Rebuild (poppler-0.17.0)
ef90c6
ef90c6
* Tue May 31 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.15-1
ef90c6
- Update to 0.10.15
ef90c6
ef90c6
* Fri May 13 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.13-1
ef90c6
- Update to 0.10.13
ef90c6
ef90c6
* Tue Apr 26 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.10-1
ef90c6
- Update to 0.10.10
ef90c6
ef90c6
* Thu Apr 14 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.9-1
ef90c6
- Update to 0.10.9
ef90c6
ef90c6
* Tue Apr 12 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.8-2
ef90c6
- Rebuild against new gupnp-dlna, build introspection support
ef90c6
ef90c6
* Sat Apr 09 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.8-1
ef90c6
- Update to 0.10.8
ef90c6
ef90c6
* Sat Mar 26 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.5-1
ef90c6
- Update to 0.10.5
ef90c6
ef90c6
* Sun Mar 13 2011 Marek Kasik <mkasik@redhat.com> - 0.10.3-2
ef90c6
- Rebuild (poppler-0.16.3)
ef90c6
ef90c6
* Fri Mar 11 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.3-1
ef90c6
- Update to 0.10.3
ef90c6
ef90c6
* Thu Mar 10 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.2-1
ef90c6
- Update to 0.10.2
ef90c6
ef90c6
* Thu Feb 17 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.0-1
ef90c6
- Update to 0.10.0
ef90c6
- Re-enable tracker-search-bar
ef90c6
ef90c6
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 0.9.37-3
ef90c6
- Rebuild against newer gtk
ef90c6
ef90c6
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.37-2
ef90c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ef90c6
ef90c6
* Fri Feb 04 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.37-1
ef90c6
- Update to 0.9.37
ef90c6
- Disable tracker-search-bar - building it is currently failing with gtk3
ef90c6
ef90c6
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 0.9.36-2
ef90c6
- Rebuild against newer gtk
ef90c6
ef90c6
* Tue Feb 01 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.36-1
ef90c6
- Update to 0.9.36
ef90c6
- Temporarily disable the docs subpackage
ef90c6
ef90c6
* Tue Jan 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.35-1
ef90c6
- Update to 0.9.35
ef90c6
- Re-enable gupnp-dlna support 
ef90c6
ef90c6
* Tue Jan 11 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.33-3
ef90c6
- Temporarily disable gupnp-dlna.
ef90c6
- Update nautilus extensions directory for nautilus-3.x.
ef90c6
ef90c6
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> - 0.9.33-2
ef90c6
- Rebuild against newer gtk
ef90c6
ef90c6
* Tue Jan 04 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.33-1
ef90c6
- Update to 0.9.33
ef90c6
- Substitute gdk-pixbuf for qt4 as music album extractor
ef90c6
- Split off nautilus-plugin into a sub-package
ef90c6
ef90c6
* Sat Jan 01 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.9.30-3
ef90c6
- rebuild (poppler)
ef90c6
ef90c6
* Wed Dec 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.9.30-2
ef90c6
- rebuild (poppler)
ef90c6
ef90c6
* Sat Dec 04 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.28-1
ef90c6
- Update to 0.9.30
ef90c6
ef90c6
* Sun Nov 07 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.27-1
ef90c6
- Update to 0.9.27
ef90c6
ef90c6
* Tue Oct 12 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.24-2
ef90c6
- Rebuild for evolution-data-server-2.91.0.
ef90c6
ef90c6
* Fri Oct 08 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.24-1
ef90c6
- First update to 0.9.x series
ef90c6
- Re-word the package summary (conformant to upstream wording).
ef90c6
ef90c6
* Tue Sep 28 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.17-3
ef90c6
- Rebuild for poppler-0.15.
ef90c6
ef90c6
* Tue Sep 28 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.17-2
ef90c6
- Rebuild for evolution (camel) update.
ef90c6
- Apply patch to build with gtk >= 2.90.7
ef90c6
ef90c6
* Thu Sep 02 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.17-1
ef90c6
- Update to 0.8.17 release
ef90c6
ef90c6
* Fri Aug 20 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.16-1
ef90c6
- Update to 0.8.16 release
ef90c6
ef90c6
* Thu Aug 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.8.15-2
ef90c6
- rebuild (poppler)
ef90c6
ef90c6
* Fri Jul 16 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.15-1
ef90c6
- Update to 0.8.15 release
ef90c6
- Package the docs licensing file
ef90c6
- Patch for EDS API changes (Migrate from CamelException to GError)
ef90c6
- Backport a memory leak fix
ef90c6
ef90c6
* Mon Jun 28 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.13-1
ef90c6
- Update to 0.8.13 release
ef90c6
ef90c6
* Tue Jun 22 2010 Matthias Clasen <mclasen@redhat.com> - 0.8.11-2
ef90c6
- Rebuild against new poppler
ef90c6
ef90c6
* Tue Jun 15 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.11-1
ef90c6
- Update to 0.8.11 release
ef90c6
- Adapt to EDS Camel API changes (Convert CamelObject events to GObject signals), patch not tested yet.
ef90c6
ef90c6
* Thu May 27 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.9-1
ef90c6
- Update to 0.8.9 release
ef90c6
ef90c6
* Thu May 06 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.5-1
ef90c6
- Update to 0.8.5 release
ef90c6
- Provide an upgrade path for paperbox (make ~-search-tool obsolete it) on F-13.
ef90c6
- Patch to build with eds-2.31.1 (Camel headers locked down)
ef90c6
ef90c6
* Thu Apr 29 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.4-1
ef90c6
- Update to 0.8.4 release
ef90c6
ef90c6
* Mon Apr 19 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.2-1
ef90c6
- Update to 0.8.2 release
ef90c6
ef90c6
* Thu Apr 01 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.0-1
ef90c6
- Update to 0.8.0 release
ef90c6
ef90c6
* Thu Mar 25 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.28-1
ef90c6
- Update to 0.7.28 release
ef90c6
ef90c6
* Thu Mar 11 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.25-1
ef90c6
- Update to 0.7.25 release
ef90c6
ef90c6
* Tue Mar 02 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.23-1
ef90c6
- Update to 0.7.23 release
ef90c6
ef90c6
* Sat Aug 29 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.95-4
ef90c6
- Explicitly require apps needed in the text filters of common documents (Fedora bug #517930)
ef90c6
ef90c6
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.95-3
ef90c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ef90c6
ef90c6
* Thu Jun 04 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.95-2
ef90c6
- Ship the manpages in the appropriate sub-packages (Fedora bug #479278)
ef90c6
ef90c6
* Fri May 22 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.95-1
ef90c6
- Update to 0.6.95 release
ef90c6
ef90c6
* Fri May 01 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.94-1
ef90c6
- Update to 0.6.94 release
ef90c6
ef90c6
* Thu Apr 09 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.93-1
ef90c6
- Update to 0.6.93 release
ef90c6
ef90c6
* Sat Mar 28 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.92-1
ef90c6
- Update to 0.6.92 release
ef90c6
ef90c6
* Fri Mar 13 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.91-1
ef90c6
- Update to 0.6.91 release
ef90c6
ef90c6
* Mon Feb 09 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.90-1
ef90c6
- New release, with tons of changes
ef90c6
ef90c6
* Tue Dec 23 2008 - Caolán McNamara <caolanm@redhat.com> - 0.6.6-10
ef90c6
- make build
ef90c6
ef90c6
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-9
ef90c6
- Add libtool BR
ef90c6
ef90c6
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-8
ef90c6
- Update patch to actually apply, way to do releases often
ef90c6
ef90c6
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-7
ef90c6
- Add patch to port to GMime 2.4
ef90c6
ef90c6
* Wed Dec 10 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-6
ef90c6
- Rebuild for gmime dependency
ef90c6
ef90c6
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.6.6-5
ef90c6
- Rebuild for Python 2.6
ef90c6
ef90c6
* Fri Nov 28 2008 Caolán McNamara <caolanm@redhat.com> - 0.6.6-4
ef90c6
- rebuild for dependancies
ef90c6
ef90c6
* Thu Jun 05 2008 Caolán McNamara <caolanm@redhat.com> - 0.6.6-3
ef90c6
- rebuild for dependancies
ef90c6
ef90c6
* Fri Mar 14 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.6-2
ef90c6
- BR poppler-glib-devel instead of poppler-devel for pdf extract module (Thanks to Karsten Hopp mass rebuild work for bringing this to light)
ef90c6
ef90c6
* Sun Mar 02 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.6-1
ef90c6
- New release 0.6.6
ef90c6
ef90c6
* Thu Feb 28 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.5-1
ef90c6
- New release 0.6.5
ef90c6
ef90c6
* Fri Feb 22 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-7
ef90c6
- Ship the tracker-applet program in the tracker-search-tool subpackage
ef90c6
  (Bug #434551)
ef90c6
ef90c6
* Sun Feb 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-6
ef90c6
- Rebuild for gcc43
ef90c6
ef90c6
* Thu Jan 24 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-5
ef90c6
- Backport assorted fixes from upstream svn (Fix Fedora bug 426060)
ef90c6
ef90c6
* Mon Jan 21 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-4
ef90c6
- Now require the externally packaged o3read to provide o3totxt
ef90c6
ef90c6
* Fri Dec 14 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.4-3
ef90c6
- Undo the patch, seems to be issues (bug #426060)
ef90c6
ef90c6
* Fri Dec 14 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.4-2
ef90c6
- Backport crasher fixes from upstream svn trunk
ef90c6
ef90c6
* Tue Dec 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.4-1
ef90c6
- Version 0.6.4
ef90c6
ef90c6
* Tue Dec 04 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.3-3
ef90c6
- Rebuild for exempi-1.99.5
ef90c6
ef90c6
* Sun Nov 25 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.6.3-2
ef90c6
- Add missing gtk+ icon cache scriptlets.
ef90c6
ef90c6
* Tue Sep 25 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.3-1
ef90c6
- Version 0.6.3
ef90c6
ef90c6
* Tue Sep 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.2-2
ef90c6
- Make trackerd start on x86_64 (Bug #286361, fix by Will Woods)
ef90c6
ef90c6
* Wed Sep 05 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.2-1
ef90c6
- Version 0.6.2
ef90c6
ef90c6
* Sat Aug 25 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.1-2
ef90c6
- Rebuild
ef90c6
ef90c6
* Wed Aug 08 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.1-1
ef90c6
- Update to 0.6.1
ef90c6
ef90c6
* Fri Aug 03 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.0-3
ef90c6
- License tag update
ef90c6
ef90c6
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 0.6.0-2.1
ef90c6
- rebuild for toolchain bug
ef90c6
ef90c6
* Mon Jul 23 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.0-1
ef90c6
- Update to 0.6.0
ef90c6
- Manually specify path to deskbar-applet handler directory, koji can't find it
ef90c6
ef90c6
* Mon Jan 29 2007 Deji Akingunola <dakingun@gmail.com> - 0.5.4-2
ef90c6
- Split out tracker-search-tool sub-packages, for the GUI facility
ef90c6
- Add proper requires for the -devel subpackage
ef90c6
- Deal with the rpmlint complaints on rpath
ef90c6
ef90c6
* Sat Jan 27 2007 Deji Akingunola <dakingun@gmail.com> - 0.5.4-1
ef90c6
- Update to 0.5.4
ef90c6
ef90c6
* Tue Dec 26 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.3-1
ef90c6
- Update to 0.5.3
ef90c6
ef90c6
* Mon Nov 27 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.2-2
ef90c6
- Apply patch on Makefile.am instead of Makefile.in
ef90c6
- Add libtool to BR
ef90c6
ef90c6
* Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.2-1
ef90c6
- Update to 0.5.2
ef90c6
ef90c6
* Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.1-1
ef90c6
- Update to new version
ef90c6
ef90c6
* Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-7
ef90c6
- Have the devel subpackage require pkgconfig
ef90c6
- Make the description field not have more than 76 characters on a line
ef90c6
- Fix up the RPM group
ef90c6
ef90c6
* Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-6
ef90c6
- Explicitly require dbus-devel and dbus-glib (needed for FC < 6) 
ef90c6
ef90c6
* Sun Nov 05 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-5
ef90c6
- Remove unneeded BRs (gnome-utils-devel and openssl-devel) 
ef90c6
ef90c6
* Sun Nov 05 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-4
ef90c6
- Add autostart desktop file.
ef90c6
- Edit the package description as suggested in review
ef90c6
ef90c6
* Sat Nov 04 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-3
ef90c6
- More cleaups to the spec file.
ef90c6
ef90c6
* Sat Nov 04 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-2
ef90c6
- Add needed BRs
ef90c6
ef90c6
* Sat Nov 04 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-1
ef90c6
- Initial packaging for Fedora Extras