2021-12-07 16:37:03 +00:00
|
|
|
%global systemd_units tracker-xdg-portal-3
|
|
|
|
|
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
|
|
|
|
Name: tracker
|
2021-11-02 09:39:06 +00:00
|
|
|
Version: 3.1.2
|
2023-03-28 12:23:21 +00:00
|
|
|
Release: 3%{?dist}
|
2021-12-07 16:37:03 +00:00
|
|
|
Summary: Desktop-neutral metadata database and search tool
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
URL: https://gnome.pages.gitlab.gnome.org/tracker/
|
|
|
|
Source0: https://download.gnome.org/sources/tracker/3.1/tracker-%{tarball_version}.tar.xz
|
|
|
|
|
2023-03-28 12:23:21 +00:00
|
|
|
Patch1: modular-soup.diff
|
|
|
|
|
2021-12-07 16:37:03 +00:00
|
|
|
BuildRequires: asciidoc
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: libstemmer-devel
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: systemd
|
|
|
|
BuildRequires: vala
|
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
|
BuildRequires: pkgconfig(icu-i18n)
|
|
|
|
BuildRequires: pkgconfig(icu-uc)
|
|
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
|
|
|
BuildRequires: pkgconfig(libsoup-2.4)
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
|
|
|
BuildRequires: /usr/bin/dbus-run-session
|
|
|
|
|
|
|
|
# renamed in F34
|
|
|
|
Obsoletes: tracker3 < 3.1.0~rc-2
|
|
|
|
Conflicts: tracker3 < 3.1.0~rc-2
|
|
|
|
Provides: tracker3 = %{version}-%{release}
|
|
|
|
Provides: tracker3%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: libtracker-sparql%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
Recommends: tracker-miners%{?_isa}
|
|
|
|
|
|
|
|
%{?systemd_requires}
|
|
|
|
|
|
|
|
%description
|
|
|
|
Tracker is a powerful desktop-neutral first class object database,
|
|
|
|
tag/metadata database and search tool.
|
|
|
|
|
|
|
|
It consists of a common object database that allows entities to have an
|
|
|
|
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.
|
|
|
|
|
|
|
|
It provides additional features for file based objects including context
|
|
|
|
linking and audit trails for a file object.
|
|
|
|
|
|
|
|
Metadata indexers are provided by the tracker-miners package.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n libtracker-sparql
|
|
|
|
Summary: Tracker SPARQL library
|
|
|
|
License: LGPLv2+
|
|
|
|
Recommends: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
# renamed in F34
|
|
|
|
Obsoletes: libtracker-sparql3 < 3.1.0~rc-2
|
|
|
|
Conflicts: libtracker-sparql3 < 3.1.0~rc-2
|
|
|
|
Provides: libtracker-sparql3 = %{version}-%{release}
|
|
|
|
Provides: libtracker-sparql3%{?_isa} = %{version}-%{release}
|
|
|
|
# libtracker-control and libtracker-miner are gone in tracker 3.x
|
|
|
|
# obsoleted in F34
|
|
|
|
Obsoletes: libtracker-control < 2.3.6-10
|
|
|
|
Obsoletes: libtracker-miner < 2.3.6-10
|
|
|
|
|
|
|
|
%description -n libtracker-sparql
|
|
|
|
This package contains the libtracker-sparql library.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: libtracker-sparql%{?_isa} = %{version}-%{release}
|
|
|
|
# renamed in F34
|
|
|
|
Obsoletes: tracker3-devel < 3.1.0~rc-2
|
|
|
|
Conflicts: tracker3-devel < 3.1.0~rc-2
|
|
|
|
Provides: tracker3-devel = %{version}-%{release}
|
|
|
|
Provides: tracker3-devel%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
Summary: Documentation for %{name}
|
|
|
|
BuildArch: noarch
|
|
|
|
# renamed in F34
|
|
|
|
Obsoletes: tracker3-doc < 3.1.0~rc-2
|
|
|
|
Conflicts: tracker3-doc < 3.1.0~rc-2
|
|
|
|
Provides: tracker3-doc = %{version}-%{release}
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
The %{name}-devel package contains the documentation for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -p1 -n tracker-%{tarball_version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%meson \
|
|
|
|
-Dunicode_support=icu \
|
|
|
|
-Dsystemd_user_services_dir=%{_userunitdir} \
|
|
|
|
%{nil}
|
|
|
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
%find_lang tracker3
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
%systemd_user_post %{systemd_units}
|
|
|
|
|
|
|
|
%preun
|
|
|
|
%systemd_user_preun %{systemd_units}
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%systemd_user_postun_with_restart %{systemd_units}
|
|
|
|
|
|
|
|
|
|
|
|
%files -f tracker3.lang
|
|
|
|
%license COPYING COPYING.GPL
|
|
|
|
%doc AUTHORS NEWS README.md
|
|
|
|
%{_bindir}/tracker3
|
|
|
|
%{_libexecdir}/tracker3/
|
|
|
|
%{_libexecdir}/tracker-xdg-portal-3
|
|
|
|
%dir %{_datadir}/bash-completion
|
|
|
|
%dir %{_datadir}/bash-completion/completions
|
|
|
|
%{_datadir}/bash-completion/completions/tracker3
|
|
|
|
%{_datadir}/dbus-1/services/org.freedesktop.portal.Tracker.service
|
|
|
|
%{_mandir}/man1/tracker*.1*
|
|
|
|
%{_userunitdir}/tracker-xdg-portal-3.service
|
|
|
|
|
|
|
|
%files -n libtracker-sparql
|
|
|
|
%license COPYING COPYING.LGPL
|
|
|
|
%dir %{_libdir}/girepository-1.0
|
|
|
|
%{_libdir}/girepository-1.0/Tracker-3.0.typelib
|
|
|
|
%{_libdir}/libtracker-sparql-3.0.so.0*
|
2023-03-28 12:23:21 +00:00
|
|
|
%{_libdir}/tracker-3.0/libtracker-http-soup*.so
|
2021-12-07 16:37:03 +00:00
|
|
|
%{_datadir}/tracker3/
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/tracker-3.0/
|
|
|
|
%{_libdir}/libtracker-sparql-3.0.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%dir %{_libdir}/tracker-3.0
|
|
|
|
%{_libdir}/tracker-3.0/trackertestutils/
|
|
|
|
%dir %{_datadir}/vala
|
|
|
|
%dir %{_datadir}/vala/vapi
|
|
|
|
%{_datadir}/vala/vapi/tracker-sparql-3.0.*
|
|
|
|
%dir %{_datadir}/gir-1.0
|
|
|
|
%{_datadir}/gir-1.0/Tracker-3.0.gir
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
%license docs/reference/COPYING
|
|
|
|
%dir %{_datadir}/gtk-doc
|
|
|
|
%dir %{_datadir}/gtk-doc/html
|
|
|
|
%{_datadir}/gtk-doc/html/libtracker-sparql-3/
|
|
|
|
%{_datadir}/gtk-doc/html/ontology-3/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2023-03-28 12:23:21 +00:00
|
|
|
* Tue Nov 22 2022 Carlos Garnacho <cgarnach@redhat.com> - 3.1.2-3
|
|
|
|
- Backport module-based libsoup support
|
|
|
|
Resolves: rhbz#2137366
|
|
|
|
|
2022-01-11 17:09:02 +00:00
|
|
|
* Tue Nov 30 2021 Tomas Popela <tpopela@redhat.com> - 3.1.2-2
|
|
|
|
- Ship tracker-devel in CRB
|
|
|
|
|
2021-11-02 09:39:06 +00:00
|
|
|
* Wed Aug 25 2021 Kalev Lember <klember@redhat.com> - 3.1.2-1
|
|
|
|
- Update to 3.1.2
|
|
|
|
|
2021-12-07 16:37:03 +00:00
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.1.1-3
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.1.1-2
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
* Sat Apr 03 2021 Kalev Lember <klember@redhat.com> - 3.1.1-1
|
|
|
|
- Update to 3.1.1
|
|
|
|
|
|
|
|
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 3.1.0-1
|
|
|
|
- Update to 3.1.0
|
|
|
|
|
|
|
|
* Fri Mar 19 2021 Kalev Lember <klember@redhat.com> - 3.1.0~rc-3
|
|
|
|
- Obsolete libtracker-control and libtracker-miner
|
|
|
|
- Add conflicts with tracker3 packages to help with the upgrade path
|
|
|
|
|
|
|
|
* Fri Mar 19 2021 Kalev Lember <klember@redhat.com> - 3.1.0~rc-2
|
|
|
|
- Update to 3.1.0.rc, based on earlier tracker3 packaging
|
|
|
|
- Obsolete separate tracker3 packages
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Dec 23 2020 David King <amigadave@amigadave.com> - 2.3.6-2
|
|
|
|
- Fix FTS crash with SQLite 3.34.0 (#1907021)
|
|
|
|
|
|
|
|
* Mon Sep 07 2020 Kalev Lember <klember@redhat.com> - 2.3.6-1
|
|
|
|
- Update to 2.3.6
|
|
|
|
|
|
|
|
* Tue Aug 25 2020 Kalev Lember <klember@redhat.com> - 2.3.5-1
|
|
|
|
- Update to 2.3.5
|
|
|
|
|
|
|
|
* Wed Aug 19 2020 Kalev Lember <klember@redhat.com> - 2.3.4-4
|
|
|
|
- Rebuild for vala introspection generation regression
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri May 15 2020 Pete Walter <pwalter@fedoraproject.org> - 2.3.4-2
|
|
|
|
- Rebuild for ICU 67
|
|
|
|
|
|
|
|
* Tue Mar 10 2020 Kalev Lember <klember@redhat.com> - 2.3.4-1
|
|
|
|
- Update to 2.3.4
|
|
|
|
|
|
|
|
* Wed Feb 19 2020 Kalev Lember <klember@redhat.com> - 2.3.2-2
|
|
|
|
- Bump obsoletes version
|
|
|
|
|
|
|
|
* Wed Feb 19 2020 Kalev Lember <klember@redhat.com> - 2.3.2-1
|
|
|
|
- Update to 2.3.2
|
|
|
|
|
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Nov 29 2019 Kalev Lember <klember@redhat.com> - 2.3.1-2
|
|
|
|
- Split libtracker-control and libtracker-miner out to separate subpackages
|
|
|
|
- Rename tracker-docs to tracker-doc
|
|
|
|
|
|
|
|
* Fri Nov 29 2019 Kalev Lember <klember@redhat.com> - 2.3.1-1
|
|
|
|
- Update to 2.3.1
|
|
|
|
|
|
|
|
* Fri Nov 29 2019 Kalev Lember <klember@redhat.com> - 2.3.0-3
|
|
|
|
- Move Tracker-2.0.typelib to libtracker-sparql subpackage
|
|
|
|
|
|
|
|
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 2.3.0-2
|
|
|
|
- Rebuild for ICU 65
|
|
|
|
|
|
|
|
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 2.3.0-1
|
|
|
|
- Update to 2.3.0
|
|
|
|
|
|
|
|
* Fri Sep 06 2019 Kalev Lember <klember@redhat.com> - 2.2.99.1-1
|
|
|
|
- Update to 2.2.99.1
|
|
|
|
|
|
|
|
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 2.2.99.0-1
|
|
|
|
- Update to 2.2.99.0
|
|
|
|
|
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Jul 19 2019 Kalev Lember <klember@redhat.com> - 2.2.2-3
|
|
|
|
- Include tracker data files in the split out library package
|
|
|
|
|
|
|
|
* Fri Jul 19 2019 Kalev Lember <klember@redhat.com> - 2.2.2-2
|
|
|
|
- Split libtracker-sparql out to a separate subpackage
|
|
|
|
|
|
|
|
* Fri May 03 2019 David King <amigadave@amigadave.com> - 2.2.2-1
|
|
|
|
- Update to 2.2.2 (#1673128)
|
|
|
|
|
|
|
|
* Wed Mar 06 2019 Kalev Lember <klember@redhat.com> - 2.2.1-1
|
|
|
|
- Update to 2.2.1
|
|
|
|
|
|
|
|
* Thu Feb 21 2019 Kalev Lember <klember@redhat.com> - 2.2.0-3
|
|
|
|
- Exclude private libraries from autogenerated provides and requires
|
|
|
|
|
|
|
|
* Thu Feb 21 2019 Kalev Lember <klember@redhat.com> - 2.2.0-2
|
|
|
|
- Fix the package to be installable again
|
|
|
|
|
|
|
|
* Wed Feb 20 2019 Kalev Lember <klember@redhat.com> - 2.2.0-1
|
|
|
|
- Update to 2.2.0
|
|
|
|
- Switch to the meson build system
|
|
|
|
|
|
|
|
* Wed Feb 06 2019 Kalev Lember <klember@redhat.com> - 2.1.7-1
|
|
|
|
- Update to 2.1.7
|
|
|
|
|
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jan 23 2019 Kalev Lember <klember@redhat.com> - 2.1.6-1
|
|
|
|
- Update to 2.1.6
|
|
|
|
|
|
|
|
* Mon Nov 12 2018 David King <amigadave@amigadave.com> - 2.1.5-2
|
|
|
|
- Silence warnings from GLib file monitor (#1648902)
|
|
|
|
|
|
|
|
* Fri Sep 28 2018 Kalev Lember <klember@redhat.com> - 2.1.5-1
|
|
|
|
- Update to 2.1.5
|
|
|
|
|
|
|
|
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 2.1.4-3
|
|
|
|
- Rebuilt against fixed atk (#1626575)
|
|
|
|
|
|
|
|
* Wed Sep 05 2018 Kalev Lember <klember@redhat.com> - 2.1.4-2
|
|
|
|
- Rebuilt with fixed vala
|
|
|
|
|
|
|
|
* Tue Sep 04 2018 Kalev Lember <klember@redhat.com> - 2.1.4-1
|
|
|
|
- Update to 2.1.4
|
|
|
|
|
|
|
|
* Mon Sep 03 2018 Kalev Lember <klember@redhat.com> - 2.1.3-1
|
|
|
|
- Update to 2.1.3
|
|
|
|
|
|
|
|
* Sun Aug 19 2018 Kalev Lember <klember@redhat.com> - 2.1.2-1
|
|
|
|
- Update to 2.1.2
|
|
|
|
|
|
|
|
* Wed Aug 01 2018 Kalev Lember <klember@redhat.com> - 2.1.1-1
|
|
|
|
- Update to 2.1.1
|
|
|
|
|
|
|
|
* Mon Jul 23 2018 Kalev Lember <klember@redhat.com> - 2.1.0-1
|
|
|
|
- Update to 2.1.0
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 2.0.4-2
|
|
|
|
- Rebuild for ICU 62
|
|
|
|
|
|
|
|
* Tue Jun 26 2018 Kalev Lember <klember@redhat.com> - 2.0.4-1
|
|
|
|
- Update to 2.0.4
|
|
|
|
|
|
|
|
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 2.0.3-3
|
|
|
|
- Rebuild for ICU 61.1
|
|
|
|
|
|
|
|
* Thu Mar 22 2018 Kalev Lember <klember@redhat.com> - 2.0.3-2
|
|
|
|
- Obsolete compat-tracker1 in F29+
|
|
|
|
- Drop obsoletes for old compat-tracker versions
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 2.0.3-1
|
|
|
|
- Update to 2.0.3
|
|
|
|
- Drop ldconfig scriptlets
|
|
|
|
|
|
|
|
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.2-3
|
|
|
|
- Remove obsolete scriptlets
|
|
|
|
|
|
|
|
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 2.0.2-2
|
|
|
|
- Rebuild for ICU 60.1
|
|
|
|
|
|
|
|
* Tue Nov 21 2017 Kalev Lember <klember@redhat.com> - 2.0.2-1
|
|
|
|
- Update to 2.0.2
|
|
|
|
|
|
|
|
* Fri Oct 06 2017 Kalev Lember <klember@redhat.com> - 2.0.1-1
|
|
|
|
- Update to 2.0.1
|
|
|
|
- Switch back to recommending tracker-miners
|
|
|
|
- Fix /usr/share/gtk-doc directory ownership
|
|
|
|
|
|
|
|
* Fri Sep 15 2017 Kalev Lember <klember@redhat.com> - 2.0.0-2
|
|
|
|
- Fix vala and gir-1.0 directory ownership
|
|
|
|
- Temporarily hard depend on tracker-miners
|
|
|
|
|
|
|
|
* Fri Sep 15 2017 Kalev Lember <klember@redhat.com> - 2.0.0-1
|
|
|
|
- Update to 2.0.0
|
|
|
|
- Pull in split out tracker-miners through recommends
|
|
|
|
- Drop autostart patches now that tracker-miners is split out
|
|
|
|
- Add self-obsoletes to assist with tracker-miners split
|
|
|
|
|
|
|
|
* Fri Sep 15 2017 Debarshi Ray <rishi@fedoraproject.org> - 1.99.2-1
|
|
|
|
- Update to 1.99.2
|
|
|
|
|
|
|
|
* Thu Aug 10 2017 Kalev Lember <klember@redhat.com> - 1.99.1-2
|
|
|
|
- Rebuilt for libtotem-plparser soname bump
|
|
|
|
|
|
|
|
* Tue Aug 01 2017 Kalev Lember <klember@redhat.com> - 1.99.1-1
|
|
|
|
- Update to 1.99.1
|
|
|
|
|
|
|
|
* Mon Jul 31 2017 Florian Weimer <fweimer@redhat.com> - 1.99.0-2
|
|
|
|
- Rebuild with binutils fix for ppc64le (#1475636)
|
|
|
|
|
|
|
|
* Tue Jul 25 2017 Debarshi Ray <rishi@fedoraproject.org> - 1.99.0-1
|
|
|
|
- Update to 1.99.0
|
|
|
|
- Backport build fix for -Werror=format-security
|
|
|
|
- Drop upstreamed patch
|
|
|
|
- Drop tracker-needle
|
|
|
|
- Drop tracker-preferences
|
|
|
|
- Own %%{_libdir}/girepository-1.0
|
|
|
|
- Rebase autostart/OnlyShowIn patch
|
|
|
|
- Use %%make_build
|
|
|
|
|
|
|
|
* Mon Jul 03 2017 Debarshi Ray <rishi@fedoraproject.org> - 1.13.0-2
|
|
|
|
- Backport fix for TrackerDirectConnection crashes from
|
|
|
|
sqlite3DbMallocRawNN
|
|
|
|
|
|
|
|
* Mon May 29 2017 David King <amigadave@amigadave.com> - 1.13.0-1
|
|
|
|
- Update to 1.13.0
|
|
|
|
|
|
|
|
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 1.12.0-2
|
|
|
|
- Remove the Thunderbird miner
|
|
|
|
|
|
|
|
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 1.12.0-1
|
|
|
|
- Update to 1.12.0
|
|
|
|
|
|
|
|
* Wed Mar 01 2017 David King <amigadave@amigadave.com> - 1.11.4-1
|
|
|
|
- Update to 1.11.4
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Jan 31 2017 Debarshi Ray <rishi@fedoraproject.org> - 1.11.3-2
|
|
|
|
- Remove the unused Firefox add-on
|
|
|
|
|
|
|
|
* Wed Jan 18 2017 David King <amigadave@amigadave.com> - 1.11.3-1
|
|
|
|
- Update to 1.11.3
|
|
|
|
|
|
|
|
* Thu Dec 08 2016 Kalev Lember <klember@redhat.com> - 1.11.2-1
|
|
|
|
- Update to 1.11.2
|
|
|
|
|
|
|
|
* Tue Nov 22 2016 David King <amigadave@amigadave.com> - 1.11.1-1
|
|
|
|
- Update to 1.11.1
|
|
|
|
|
|
|
|
* Fri Oct 14 2016 Kalev Lember <klember@redhat.com> - 1.10.1-1
|
|
|
|
- Update to 1.10.1
|
|
|
|
|
|
|
|
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 1.10.0-1
|
|
|
|
- Update to 1.10.0
|
|
|
|
- Don't set group tags
|
|
|
|
|
|
|
|
* Thu Sep 15 2016 David King <amigadave@amigadave.com> - 1.9.2-1
|
|
|
|
- Update to 1.9.2
|
|
|
|
|
|
|
|
* Tue Aug 23 2016 Kalev Lember <klember@redhat.com> - 1.9.1-1
|
|
|
|
- Update to 1.9.1
|
|
|
|
|
|
|
|
* Fri Jul 01 2016 David King <amigadave@amigadave.com> - 1.9.0-2
|
|
|
|
- Fix libexecdir in systemd user unit
|
|
|
|
|
|
|
|
* Tue Jun 21 2016 David King <amigadave@amigadave.com> - 1.9.0-1
|
|
|
|
- Update to 1.9.0
|
|
|
|
|
|
|
|
* Tue Jun 7 2016 Peter Lemenkov <lemenkov@gmail.com> - 1.8.0-3
|
|
|
|
- rebuilt for new libcue
|
|
|
|
|
|
|
|
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 1.8.0-2
|
|
|
|
- rebuild for ICU 57.1
|
|
|
|
|
|
|
|
* Mon Mar 21 2016 David King <amigadave@amigadave.com> - 1.8.0-1
|
|
|
|
- Update to 1.8.0
|
|
|
|
|
|
|
|
* Tue Mar 15 2016 David King <amigadave@amigadave.com> - 1.7.5-1
|
|
|
|
- Update to 1.7.5
|
|
|
|
|
|
|
|
* Wed Mar 02 2016 David King <amigadave@amigadave.com> - 1.7.4-1
|
|
|
|
- Update to 1.7.4
|
|
|
|
|
|
|
|
* Thu Feb 25 2016 Peter Lemenkov <lemenkov@gmail.com> - 1.7.3-3
|
|
|
|
- Fixed FTBFS with new libcue
|
|
|
|
|
|
|
|
* Wed Feb 24 2016 Adam Williamson <awilliam@redhat.com> - 1.7.3-2
|
|
|
|
- rebuilt for new libcue
|
|
|
|
|
|
|
|
* Tue Feb 16 2016 David King <amigadave@amigadave.com> - 1.7.3-1
|
|
|
|
- Update to 1.7.3
|
|
|
|
|
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon Jan 18 2016 David King <amigadave@amigadave.com> - 1.7.2-1
|
|
|
|
- Update to 1.7.2
|
|
|
|
|
|
|
|
* Sat Jan 16 2016 Jonathan Wakely <jwakely@redhat.com> - 1.7.1-2
|
|
|
|
- Rebuilt for Boost 1.60
|
|
|
|
|
|
|
|
* Thu Dec 17 2015 Kalev Lember <klember@redhat.com> - 1.7.1-1
|
|
|
|
- Update to 1.7.1
|
|
|
|
|
|
|
|
* Thu Nov 26 2015 Kalev Lember <klember@redhat.com> - 1.7.0-1
|
|
|
|
- Update to 1.7.0
|
|
|
|
|
|
|
|
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 1.6.0-2
|
|
|
|
- rebuild for ICU 56.1
|
|
|
|
|
|
|
|
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.6.0-1
|
|
|
|
- Update to 1.6.0
|
|
|
|
|
|
|
|
* Thu Sep 03 2015 Jonathan Wakely <jwakely@redhat.com> - 1.5.2-3
|
|
|
|
- Rebuilt for Boost 1.59
|
|
|
|
|
|
|
|
* Tue Aug 25 2015 David King <amigadave@amigadave.com> - 1.5.2-2
|
|
|
|
- Add patch to fix FS miner crash (#1246896)
|
|
|
|
|
|
|
|
* Thu Aug 20 2015 Kalev Lember <klember@redhat.com> - 1.5.2-1
|
|
|
|
- Update to 1.5.2
|
|
|
|
- Use make_install macro
|
|
|
|
- Co-own bash-completion directories
|
|
|
|
|
|
|
|
* Fri Jul 24 2015 Igor Gnatenko <ignatenko@src.gnome.org> - 1.5.1-2
|
|
|
|
- Backport rss fixes from upstream
|
|
|
|
|
|
|
|
* Wed Jul 22 2015 David King <amigadave@amigadave.com> - 1.5.1-1
|
|
|
|
- Update to 1.5.1
|
|
|
|
|
|
|
|
* Tue Jul 21 2015 David King <amigadave@amigadave.com> - 1.5.0-2
|
|
|
|
- Bump for new libgrss
|
|
|
|
|
|
|
|
* Tue Jul 14 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.0-1
|
|
|
|
- Update to 1.5.0
|
|
|
|
|
|
|
|
* Tue Jul 14 2015 Igor Gnatenko <ignatenko@src.gnome.org> - 1.4.0-6
|
|
|
|
- Rebuild due to enabled FTS in sqlite
|
|
|
|
- Add RSS support
|
|
|
|
|
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon May 18 2015 Debarshi Ray <rishi@fedoraproject.org> - 1.4.0-4
|
|
|
|
- Remove remnants of AC_CHECK_LIB workaround
|
|
|
|
|
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.4.0-3
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
|
|
|
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 1.4.0-2
|
|
|
|
- Use better AppData screenshots
|
|
|
|
|
|
|
|
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 1.4.0-1
|
|
|
|
- Update to 1.4.0
|
|
|
|
|
|
|
|
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 1.3.6-1
|
|
|
|
- Update to 1.3.6
|
|
|
|
|
|
|
|
* Fri Mar 06 2015 David King <amigadave@amigadave.com> - 1.3.5-1
|
|
|
|
- Update to 1.3.5
|
|
|
|
|
|
|
|
* Tue Mar 03 2015 David King <amigadave@amigadave.com> - 1.3.4-2
|
|
|
|
- Fix checking for giflib
|
|
|
|
- Fix tracker-compat script path (#1198166)
|
|
|
|
|
|
|
|
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 1.3.4-1
|
|
|
|
- Update to 1.3.4
|
|
|
|
- Use license macro for COPYING files
|
|
|
|
|
|
|
|
* Tue Mar 03 2015 Debarshi Ray <rishi@fedoraproject.org> - 1.3.3-2
|
|
|
|
- Backport upstream patch to fix database migration failures (GNOME #743727)
|
|
|
|
|
|
|
|
* Fri Feb 06 2015 David King <amigadave@amigadave.com> - 1.3.3-1
|
|
|
|
- Update to 1.3.3
|
|
|
|
|
|
|
|
* Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 1.3.2-5
|
|
|
|
- rebuild for ICU 54.1
|
|
|
|
|
|
|
|
* Mon Jan 26 2015 David King <amigadave@amigadave.com> - 1.3.2-4
|
|
|
|
- Use libmediaart-2.0
|
|
|
|
|
|
|
|
* Tue Jan 13 2015 Debarshi Ray <rishi@fedoraproject.org> - 1.3.2-3
|
|
|
|
- Backport upstream patch to restrict the amount of data that is logged for
|
|
|
|
errors (GNOME #735406)
|
|
|
|
|
|
|
|
* Tue Jan 06 2015 Debarshi Ray <rishi@fedoraproject.org> - 1.3.2-2
|
|
|
|
- Backport upstream patch to fix a crash (GNOME #742391)
|
|
|
|
|
|
|
|
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 1.3.2-1
|
|
|
|
- Update to 1.3.2
|
|
|
|
|
|
|
|
* Wed Dec 10 2014 Matthias Clasen <mclasen@redhat.com> - 1.3.1-2
|
|
|
|
- Fix a crash (#1133042)
|
|
|
|
|
|
|
|
* Wed Dec 03 2014 Kalev Lember <kalevlember@gmail.com> - 1.3.1-1
|
|
|
|
- Update to 1.3.1
|
|
|
|
|
|
|
|
* Fri Nov 28 2014 David King <amigadave@amigadave.com> - 1.3.0-1
|
|
|
|
- Update to 1.3.0
|
|
|
|
|
|
|
|
* Sun Nov 16 2014 Kalev Lember <kalevlember@gmail.com> - 1.2.4-3
|
|
|
|
- Obsolete compat-tracker016 from rhughes-f20-gnome-3-12 copr
|
|
|
|
|
|
|
|
* Mon Nov 10 2014 Debarshi Ray <rishi@fedoraproject.org> - 1.2.4-2
|
|
|
|
- Backport upstream patch to avoid use of setrlimit (RH #1133924)
|
|
|
|
|
|
|
|
* Thu Nov 06 2014 Kalev Lember <kalevlember@gmail.com> - 1.2.4-1
|
|
|
|
- Update to 1.2.4
|
|
|
|
|
|
|
|
* Mon Nov 03 2014 Richard Hughes <richard@hughsie.com> - 1.2.3-2
|
|
|
|
- Fix non-Fedora build
|
|
|
|
|
|
|
|
* Fri Oct 17 2014 Kalev Lember <kalevlember@gmail.com> - 1.2.3-1
|
|
|
|
- Update to 1.2.3
|
|
|
|
|
|
|
|
* Wed Sep 24 2014 David King <amigadave@amigadave.com> - 1.2.2-2
|
|
|
|
- Use pkgconfig for BuildRequires
|
|
|
|
- Preserve timestamps during install
|
|
|
|
- Enable FLAC and Vorbis extractors
|
|
|
|
|
|
|
|
* Wed Sep 24 2014 Kalev Lember <kalevlember@gmail.com> - 1.2.2-1
|
|
|
|
- Update to 1.2.2
|
|
|
|
|
|
|
|
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 1.2.1-1
|
|
|
|
- Update to 1.2.1
|
|
|
|
|
|
|
|
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.2.0-1
|
|
|
|
- Update to 1.2.0
|
|
|
|
|
|
|
|
* Fri Sep 05 2014 Kalev Lember <kalevlember@gmail.com> - 1.1.4-2
|
|
|
|
- Fix tracker-ui-tools obsoletes
|
|
|
|
|
|
|
|
* Fri Sep 05 2014 Kalev Lember <kalevlember@gmail.com> - 1.1.4-1
|
|
|
|
- Update to 1.1.4
|
|
|
|
- Split tracker-needle and tracker-preferences to separate subpackages
|
|
|
|
|
|
|
|
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 1.1.3-2
|
|
|
|
- rebuild for ICU 53.1
|
|
|
|
|
|
|
|
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 1.1.3-1
|
|
|
|
- Update to 1.1.3
|
|
|
|
|
|
|
|
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 1.1.2-4
|
|
|
|
- Rebuilt for upower 0.99.1 soname bump
|
|
|
|
|
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Aug 15 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.2-2
|
|
|
|
- Aarch64 now has Thunderbird
|
|
|
|
|
|
|
|
* Wed Aug 13 2014 Kalev Lember <kalevlember@gmail.com> - 1.1.2-1
|
|
|
|
- Update to 1.1.2
|
|
|
|
|
|
|
|
* Mon Jul 28 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.2-4
|
|
|
|
- No Thunderbird on aarch64 until tb-31
|
|
|
|
|
|
|
|
* Sun Jul 27 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.2-3
|
|
|
|
- Revert back to tracker 1.0.2 for now
|
|
|
|
|
|
|
|
* Sun Jul 27 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.1.1-1
|
|
|
|
- 1.1.1 upstream release
|
|
|
|
- spec cleanups
|
|
|
|
|
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.2-2
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
|
|
|
* Thu Jul 10 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.2-1
|
|
|
|
- Update to 1.0.2
|
|
|
|
|
|
|
|
* Fri Jul 04 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.1-3
|
|
|
|
- Another try at removing the ld.so.conf.d override
|
|
|
|
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri May 09 2014 Debarshi <rishi@fedoraproject.org> - 1.0.1-1
|
|
|
|
- Update to 1.0.1
|
|
|
|
|
|
|
|
* Mon Mar 24 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.0-1
|
|
|
|
- Update to 1.0.0
|
|
|
|
|
|
|
|
* Mon Mar 24 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.8-4
|
|
|
|
- Temporarily add back an empty ld.so conf (#1079775)
|
|
|
|
|
|
|
|
* Sat Mar 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.8-3
|
|
|
|
- Remove .so symlinks for private libraries
|
|
|
|
|
|
|
|
* Sat Mar 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.8-2
|
|
|
|
- Use desktop-file-validate instead of desktop-file-install
|
|
|
|
- Remove ld.so.conf.d override
|
|
|
|
- Update icon cache scriptlets
|
|
|
|
|
|
|
|
* Fri Mar 21 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.8-1
|
|
|
|
- Update to 0.17.8
|
|
|
|
|
|
|
|
* Tue Mar 18 2014 Debarshi Ray <rishi@fedoraproject.org> - 0.17.6-1
|
|
|
|
- Update to 0.17.6
|
|
|
|
|
|
|
|
* Tue Mar 18 2014 Bastien Nocera <bnocera@redhat.com> - 0.17.5-3
|
|
|
|
- Remove home-made mp3 tag extractor
|
|
|
|
|
|
|
|
* Wed Mar 05 2014 David King <amigadave@amigadave.com> - 0.17.5-2
|
|
|
|
- Remove libsecret-devel BuildRequires
|
|
|
|
- Drop removed --disable-qt configure argument
|
|
|
|
|
|
|
|
* Tue Mar 04 2014 Debarshi Ray <rishi@fedoraproject.org> - 0.17.5-1
|
|
|
|
- Update to 0.17.5
|
|
|
|
|
|
|
|
* Sat Feb 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.4-1
|
|
|
|
- Update to 0.17.4
|
|
|
|
|
|
|
|
* Fri Feb 21 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.3-1
|
|
|
|
- Update to 0.17.3
|
|
|
|
|
|
|
|
* Wed Feb 19 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.2-2
|
|
|
|
- Make the nautilus extension conditional and disable it
|
|
|
|
- Drop the temporary compat-tracker018 subpackage
|
|
|
|
|
|
|
|
* Fri Feb 14 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.2-1
|
|
|
|
- Update to 0.17.2
|
|
|
|
- Create a temporary compat-tracker018 subpackage to ease the transition
|
|
|
|
from 0.18 ABI to 1.0
|
|
|
|
|
|
|
|
* Thu Feb 13 2014 Adam Williamson <awilliam@redhat.com> - 0.17.1-3
|
|
|
|
- rebuilt for new icu (real)
|
|
|
|
|
|
|
|
* Thu Feb 13 2014 Adam Williamson <awilliam@redhat.com> - 0.17.1-2
|
|
|
|
- rebuilt for new icu (bootstrap)
|
|
|
|
|
|
|
|
* Thu Feb 06 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.1-1
|
|
|
|
- Update to 0.17.1
|
|
|
|
- Drop upstreamed patches
|
|
|
|
|
|
|
|
* Wed Dec 18 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.17.0-1
|
|
|
|
- Update to 0.17.0
|
|
|
|
|
|
|
|
* Tue Dec 03 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.4-2
|
|
|
|
- Strengthen against sqlite failures in FTS functions (Red Hat #1026283)
|
|
|
|
|
|
|
|
* Sun Nov 24 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.4-1
|
|
|
|
- Update to 0.16.4
|
|
|
|
- Re-enable upower support
|
|
|
|
|
|
|
|
* Tue Nov 12 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.3-4
|
|
|
|
- Bump the minimum memory requirement to 768M (GNOME #712142)
|
|
|
|
|
|
|
|
* Mon Nov 04 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.3-3
|
|
|
|
- Unbootstrap
|
|
|
|
|
|
|
|
* Sun Nov 03 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.3-2
|
|
|
|
- Bootstrap
|
|
|
|
|
|
|
|
* Fri Nov 01 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.3-1
|
|
|
|
- Update to 0.16.3
|
|
|
|
- Build with gstreamer 1.0
|
|
|
|
- Temporarily disable upower support
|
|
|
|
|
|
|
|
* Wed Oct 30 2013 Richard Hughes <rhughes@redhat.com> - 0.16.2-5
|
|
|
|
- Rebuild for upower soname bump
|
|
|
|
|
|
|
|
* Thu Sep 19 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.2-4
|
|
|
|
- Unbootstrap
|
|
|
|
|
|
|
|
* Thu Sep 19 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.2-3
|
|
|
|
- Rebuilt for totem-pl-parser soname bump
|
|
|
|
|
|
|
|
* Mon Aug 19 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.2-2
|
|
|
|
- Try removing the dia BuildRequires
|
|
|
|
|
|
|
|
* Sun Aug 04 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.2-1
|
|
|
|
- Update to 0.16.2
|
|
|
|
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jun 26 2013 Matthias Clasen <mclasen@redhat.com> 0.16.1-4
|
|
|
|
- Fix typos in man page
|
|
|
|
- Trim %%changelog
|
|
|
|
- Re-dethunderbirdize
|
|
|
|
|
|
|
|
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> 0.16.1-3
|
|
|
|
- Don't install a (humongous) ChangeLog file
|
|
|
|
|
|
|
|
* Wed May 8 2013 Matthias Clasen <mclasen@redhat.com> 0.16.1-2
|
|
|
|
- Make enca and libcue dependencies conditional
|
|
|
|
|
|
|
|
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> 0.16.1-1
|
|
|
|
- Update to 0.16.1
|
|
|
|
|
|
|
|
* Thu Mar 21 2013 Kalev Lember <kalevlember@gmail.com> 0.16.0-1
|
|
|
|
- Update to 0.16.0
|
|
|
|
- Remove and obsolete the tracker-miner-flickr subpackage
|
|
|
|
|
|
|
|
* Wed Feb 20 2013 Ville Skyttä <ville.skytta@iki.fi> 0.15.2-2
|
|
|
|
- Build with XPS support, fix building with GNOME keyring support.
|
|
|
|
- Be explicit about unicode=libunistring and disabling Qt.
|
|
|
|
- Description spelling fixes (BZ #902549).
|
|
|
|
|
|
|
|
* Wed Feb 20 2013 Deji Akingunola <dakingun@gmail.com> 0.15.2-1
|
|
|
|
- Update to 0.15.2 devel release
|
|
|
|
|
|
|
|
* Sat Jan 26 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.15.1-1
|
|
|
|
- Update to 0.15.1 devel release
|
|
|
|
- Fix up changelog dates, minor spec cleanups
|
|
|
|
|
|
|
|
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 0.14.4-2
|
|
|
|
- rebuild due to "jpeg8-ABI" feature drop
|
|
|
|
|
|
|
|
* Fri Nov 02 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.4-1
|
|
|
|
- Update to 0.14.4 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.4.changes)
|
|
|
|
|
|
|
|
* Thu Sep 20 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.2-4
|
|
|
|
- Mark autostart desktop files as config (Gerd v. Egidy & Rex Dieter, #842318)
|
|
|
|
- Move all the files related to the Flickr miner in the '-miner-flicker' subpackage (Mathieu Bridon, #850900)
|
|
|
|
|
|
|
|
* Tue Aug 21 2012 Matthias Clasen <mclasen@redhat.com> - 0.14.2-3
|
|
|
|
- Drop obsolete BR on id3lib-devel
|
|
|
|
|
|
|
|
* Wed Aug 15 2012 Rex Dieter <rdieter@fedoraproject.org> - 0.14.2-2
|
|
|
|
- tighten subpkg deps
|
|
|
|
- fix icon scriptlet
|
|
|
|
- -devel: drop extraneous dep on pkgconfig
|
|
|
|
- drop .desktop vendor (f18+)
|
|
|
|
- tracker should not auto-start in KDE/XFCE (#771601)
|
|
|
|
|
|
|
|
* Mon Jul 30 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.2-1
|
|
|
|
- Update to 0.14.2 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.2.changes)
|
|
|
|
- Temporarily disable the evolution plugin, fails to build with evo-3.5
|
|
|
|
|
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Jul 10 2012 Matthias Clasen <mclasen@redhat.com> - 0.14.1-2
|
|
|
|
- Drop the raptor-devel BR
|
|
|
|
|
|
|
|
* Sun May 20 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.1-1
|
|
|
|
- Update to 0.14.1 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.1.changes)
|
|
|
|
|
|
|
|
* Wed May 16 2012 Marek Kasik <mkasik@redhat.com> - 0.14.0-4
|
|
|
|
- Rebuild (poppler-0.20.0)
|
|
|
|
|
|
|
|
* Wed May 02 2012 Milan Crha <mcrha@redhat.com> - 0.14.0-3
|
|
|
|
- Rebuild against newer evolution-data-server
|
|
|
|
|
|
|
|
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 0.14.0-2
|
|
|
|
- Silence glib-compile-schemas output in rpm scripts
|
|
|
|
|
|
|
|
* Thu Mar 08 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.0-1
|
|
|
|
- Update to 0.14.0
|
|
|
|
|
|
|
|
* Mon Mar 05 2012 Dan Horák <dan[at]danny.cz> - 0.13.1-3
|
|
|
|
- Must call autoreconf because configure.ac is patched
|
|
|
|
|
|
|
|
* Mon Feb 27 2012 Deji Akingunola <dakingun@gmail.com> - 0.13.1-2
|
|
|
|
- Enable Firefox and thunderbird plugins.
|
|
|
|
- Split flickr data miner into its subpackage.
|
|
|
|
|
|
|
|
* Mon Feb 27 2012 Deji Akingunola <dakingun@gmail.com> - 0.13.1-1
|
|
|
|
- Update to 0.13.1
|
|
|
|
|
|
|
|
* Wed Feb 22 2012 Milan Crha <mcrha@redhat.com> - 0.12.10-1
|
|
|
|
- Update to 0.12.10
|
|
|
|
- Remove patch to remove g_thread_init() calls (fixed upstream)
|
|
|
|
|
|
|
|
* Wed Feb 08 2012 Milan Crha <mcrha@redhat.com> - 0.12.9-2
|
|
|
|
- Rebuild against newer evolution-data-server
|
|
|
|
- Add patch to build with evolution-3.3.5's libemail
|
|
|
|
- Add patch to remove g_thread_init() calls
|
|
|
|
|
|
|
|
* Fri Jan 27 2012 Deji Akingunola <dakingun@gmail.com> - 0.12.9-1
|
|
|
|
- Update to 0.12.9
|
|
|
|
|
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.8-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Dec 20 2011 Milan Crha <mcrha@redhat.com> - 0.12.8-3
|
|
|
|
- Rebuild against newer evolution-data-server
|
|
|
|
|
|
|
|
* Tue Dec 13 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.8-2
|
|
|
|
- Apply patch to fix crash in indexing pdf (Fix by Marek Kašík; Bug #751922)
|
|
|
|
|
|
|
|
* Sun Nov 27 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.8-1
|
|
|
|
- 0.12.8 Release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/tracker/0.12/tracker-0.12.8.news
|
|
|
|
|
|
|
|
* Tue Nov 22 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.7-2
|
|
|
|
- Rebuild for new e-d-s
|
|
|
|
|
|
|
|
* Mon Oct 31 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.7-1
|
|
|
|
- Update to 0.12.7
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/tracker/0.12/tracker-0.12.6.news
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/tracker/0.12/tracker-0.12.7.news
|
|
|
|
|
|
|
|
* Fri Oct 28 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.12.5-2
|
|
|
|
- rebuild(poppler)
|
|
|
|
|
|
|
|
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 0.12.5-1
|
|
|
|
- Update to 0.12.5
|
|
|
|
|
|
|
|
* Tue Oct 11 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.4-2
|
|
|
|
- Rebuild for new poppler 0.18
|
|
|
|
|
|
|
|
* Sun Oct 09 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.4-1
|
|
|
|
- Update to 0.12.4 stable release
|
|
|
|
- http://download.gnome.org/sources/tracker/0.12/tracker-0.12.4.changes
|
|
|
|
|
|
|
|
* Fri Sep 30 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.12.3-2
|
|
|
|
- Rebuilt for new 0.18 poppler
|
|
|
|
|
|
|
|
* Tue Sep 27 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.3-1
|
|
|
|
- Update to 0.12.3 stable release
|
|
|
|
|
|
|
|
* Fri Sep 23 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.2-1
|
|
|
|
- Update to 0.12.2 stable release
|
|
|
|
- Replace the search-tool sub-package with more appropriately named ui-tools
|
|
|
|
- Disable the search-bar until upstream redo it for GNOME 3
|
|
|
|
|
|
|
|
* Fri Sep 23 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 0.12.0-3
|
|
|
|
- Rebuild (poppler-0.17.3)
|
|
|
|
- Readd --enable-miner-evolution as forgotten in 0.12.0-1
|
|
|
|
- Conditionally BR libgee06-devel instead of libgee-devel for Fedora > 16
|
|
|
|
|
|
|
|
* Mon Sep 19 2011 Marek Kasik <mkasik@redhat.com> - 0.12.0-2
|
|
|
|
- Rebuild (poppler-0.17.3)
|
|
|
|
|
|
|
|
* Fri Sep 09 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.0-1
|
|
|
|
- Update to 0.12.0 stable release
|
|
|
|
- Re-enable the evolution plugin
|
|
|
|
|
|
|
|
* Thu Sep 1 2011 Matthias Clasen <mclasen@redhat.com> - 0.11.2-1
|
|
|
|
- Update to 0.11.2
|
|
|
|
- Drop the evolution miner temporarily
|
|
|
|
|
|
|
|
* Tue Aug 30 2011 Milan Crha <mcrha@redhat.com> - 0.10.24-2
|
|
|
|
- Rebuild against newer evolution-data-server
|
|
|
|
|
|
|
|
* Thu Aug 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.24-1
|
|
|
|
- Update to 0.10.24
|
|
|
|
- Re-enable the evolution plugin
|
|
|
|
|
|
|
|
* Thu Aug 04 2011 Adam Williamson <awilliam@redhat.com> - 0.10.21-2
|
|
|
|
- obsolete the evo plugin as well so upgrades work
|
|
|
|
|
|
|
|
* Wed Aug 03 2011 Adam Williamson <awilliam@redhat.com> - 0.10.21-1
|
|
|
|
- complete disabling the evolution plugin
|
|
|
|
|
|
|
|
* Tue Jul 26 2011 Deji Akingunola <dakingun@gmail.com>
|
|
|
|
- Update to 0.10.21
|
|
|
|
- Temporarily disable the evolution plugin
|
|
|
|
|
|
|
|
* Fri Jul 15 2011 Marek Kasik <mkasik@redhat.com> - 0.10.15-2
|
|
|
|
- Rebuild (poppler-0.17.0)
|
|
|
|
|
|
|
|
* Tue May 31 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.15-1
|
|
|
|
- Update to 0.10.15
|
|
|
|
|
|
|
|
* Fri May 13 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.13-1
|
|
|
|
- Update to 0.10.13
|
|
|
|
|
|
|
|
* Tue Apr 26 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.10-1
|
|
|
|
- Update to 0.10.10
|
|
|
|
|
|
|
|
* Thu Apr 14 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.9-1
|
|
|
|
- Update to 0.10.9
|
|
|
|
|
|
|
|
* Tue Apr 12 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.8-2
|
|
|
|
- Rebuild against new gupnp-dlna, build introspection support
|
|
|
|
|
|
|
|
* Sat Apr 09 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.8-1
|
|
|
|
- Update to 0.10.8
|
|
|
|
|
|
|
|
* Sat Mar 26 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.5-1
|
|
|
|
- Update to 0.10.5
|
|
|
|
|
|
|
|
* Sun Mar 13 2011 Marek Kasik <mkasik@redhat.com> - 0.10.3-2
|
|
|
|
- Rebuild (poppler-0.16.3)
|
|
|
|
|
|
|
|
* Fri Mar 11 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.3-1
|
|
|
|
- Update to 0.10.3
|
|
|
|
|
|
|
|
* Thu Mar 10 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.2-1
|
|
|
|
- Update to 0.10.2
|
|
|
|
|
|
|
|
* Thu Feb 17 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.0-1
|
|
|
|
- Update to 0.10.0
|
|
|
|
- Re-enable tracker-search-bar
|
|
|
|
|
|
|
|
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 0.9.37-3
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.37-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Feb 04 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.37-1
|
|
|
|
- Update to 0.9.37
|
|
|
|
- Disable tracker-search-bar - building it is currently failing with gtk3
|
|
|
|
|
|
|
|
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 0.9.36-2
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
|
|
|
* Tue Feb 01 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.36-1
|
|
|
|
- Update to 0.9.36
|
|
|
|
- Temporarily disable the docs subpackage
|
|
|
|
|
|
|
|
* Tue Jan 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.35-1
|
|
|
|
- Update to 0.9.35
|
|
|
|
- Re-enable gupnp-dlna support
|
|
|
|
|
|
|
|
* Tue Jan 11 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.33-3
|
|
|
|
- Temporarily disable gupnp-dlna.
|
|
|
|
- Update nautilus extensions directory for nautilus-3.x.
|
|
|
|
|
|
|
|
* Sun Jan 9 2011 Matthias Clasen <mclasen@redhat.com> - 0.9.33-2
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
|
|
|
* Tue Jan 04 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.33-1
|
|
|
|
- Update to 0.9.33
|
|
|
|
- Substitute gdk-pixbuf for qt4 as music album extractor
|
|
|
|
- Split off nautilus-plugin into a sub-package
|
|
|
|
|
|
|
|
* Sat Jan 01 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.9.30-3
|
|
|
|
- rebuild (poppler)
|
|
|
|
|
|
|
|
* Wed Dec 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.9.30-2
|
|
|
|
- rebuild (poppler)
|
|
|
|
|
|
|
|
* Sat Dec 04 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.28-1
|
|
|
|
- Update to 0.9.30
|
|
|
|
|
|
|
|
* Sun Nov 07 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.27-1
|
|
|
|
- Update to 0.9.27
|
|
|
|
|
|
|
|
* Tue Oct 12 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.24-2
|
|
|
|
- Rebuild for evolution-data-server-2.91.0.
|
|
|
|
|
|
|
|
* Fri Oct 08 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.24-1
|
|
|
|
- First update to 0.9.x series
|
|
|
|
- Re-word the package summary (conformant to upstream wording).
|
|
|
|
|
|
|
|
* Tue Sep 28 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.17-3
|
|
|
|
- Rebuild for poppler-0.15.
|
|
|
|
|
|
|
|
* Tue Sep 28 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.17-2
|
|
|
|
- Rebuild for evolution (camel) update.
|
|
|
|
- Apply patch to build with gtk >= 2.90.7
|
|
|
|
|
|
|
|
* Thu Sep 02 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.17-1
|
|
|
|
- Update to 0.8.17 release
|
|
|
|
|
|
|
|
* Fri Aug 20 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.16-1
|
|
|
|
- Update to 0.8.16 release
|
|
|
|
|
|
|
|
* Thu Aug 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.8.15-2
|
|
|
|
- rebuild (poppler)
|
|
|
|
|
|
|
|
* Fri Jul 16 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.15-1
|
|
|
|
- Update to 0.8.15 release
|
|
|
|
- Package the docs licensing file
|
|
|
|
- Patch for EDS API changes (Migrate from CamelException to GError)
|
|
|
|
- Backport a memory leak fix
|
|
|
|
|
|
|
|
* Mon Jun 28 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.13-1
|
|
|
|
- Update to 0.8.13 release
|
|
|
|
|
|
|
|
* Tue Jun 22 2010 Matthias Clasen <mclasen@redhat.com> - 0.8.11-2
|
|
|
|
- Rebuild against new poppler
|
|
|
|
|
|
|
|
* Tue Jun 15 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.11-1
|
|
|
|
- Update to 0.8.11 release
|
|
|
|
- Adapt to EDS Camel API changes (Convert CamelObject events to GObject signals), patch not tested yet.
|
|
|
|
|
|
|
|
* Thu May 27 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.9-1
|
|
|
|
- Update to 0.8.9 release
|
|
|
|
|
|
|
|
* Thu May 06 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.5-1
|
|
|
|
- Update to 0.8.5 release
|
|
|
|
- Provide an upgrade path for paperbox (make ~-search-tool obsolete it) on F-13.
|
|
|
|
- Patch to build with eds-2.31.1 (Camel headers locked down)
|
|
|
|
|
|
|
|
* Thu Apr 29 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.4-1
|
|
|
|
- Update to 0.8.4 release
|
|
|
|
|
|
|
|
* Mon Apr 19 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.2-1
|
|
|
|
- Update to 0.8.2 release
|
|
|
|
|
|
|
|
* Thu Apr 01 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.0-1
|
|
|
|
- Update to 0.8.0 release
|
|
|
|
|
|
|
|
* Thu Mar 25 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.28-1
|
|
|
|
- Update to 0.7.28 release
|
|
|
|
|
|
|
|
* Thu Mar 11 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.25-1
|
|
|
|
- Update to 0.7.25 release
|
|
|
|
|
|
|
|
* Tue Mar 02 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.23-1
|
|
|
|
- Update to 0.7.23 release
|
|
|
|
|
|
|
|
* Sat Aug 29 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.95-4
|
|
|
|
- Explicitly require apps needed in the text filters of common documents (Fedora bug #517930)
|
|
|
|
|
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.95-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Jun 04 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.95-2
|
|
|
|
- Ship the manpages in the appropriate sub-packages (Fedora bug #479278)
|
|
|
|
|
|
|
|
* Fri May 22 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.95-1
|
|
|
|
- Update to 0.6.95 release
|
|
|
|
|
|
|
|
* Fri May 01 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.94-1
|
|
|
|
- Update to 0.6.94 release
|
|
|
|
|
|
|
|
* Thu Apr 09 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.93-1
|
|
|
|
- Update to 0.6.93 release
|
|
|
|
|
|
|
|
* Sat Mar 28 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.92-1
|
|
|
|
- Update to 0.6.92 release
|
|
|
|
|
|
|
|
* Fri Mar 13 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.91-1
|
|
|
|
- Update to 0.6.91 release
|
|
|
|
|
|
|
|
* Mon Feb 09 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.90-1
|
|
|
|
- New release, with tons of changes
|
|
|
|
|
|
|
|
* Tue Dec 23 2008 - Caolán McNamara <caolanm@redhat.com> - 0.6.6-10
|
|
|
|
- make build
|
|
|
|
|
|
|
|
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-9
|
|
|
|
- Add libtool BR
|
|
|
|
|
|
|
|
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-8
|
|
|
|
- Update patch to actually apply, way to do releases often
|
|
|
|
|
|
|
|
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-7
|
|
|
|
- Add patch to port to GMime 2.4
|
|
|
|
|
|
|
|
* Wed Dec 10 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-6
|
|
|
|
- Rebuild for gmime dependency
|
|
|
|
|
|
|
|
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.6.6-5
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
|
|
|
* Fri Nov 28 2008 Caolán McNamara <caolanm@redhat.com> - 0.6.6-4
|
|
|
|
- rebuild for dependancies
|
|
|
|
|
|
|
|
* Thu Jun 05 2008 Caolán McNamara <caolanm@redhat.com> - 0.6.6-3
|
|
|
|
- rebuild for dependancies
|
|
|
|
|
|
|
|
* Fri Mar 14 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.6-2
|
|
|
|
- BR poppler-glib-devel instead of poppler-devel for pdf extract module (Thanks to Karsten Hopp mass rebuild work for bringing this to light)
|
|
|
|
|
|
|
|
* Sun Mar 02 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.6-1
|
|
|
|
- New release 0.6.6
|
|
|
|
|
|
|
|
* Thu Feb 28 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.5-1
|
|
|
|
- New release 0.6.5
|
|
|
|
|
|
|
|
* Fri Feb 22 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-7
|
|
|
|
- Ship the tracker-applet program in the tracker-search-tool subpackage
|
|
|
|
(Bug #434551)
|
|
|
|
|
|
|
|
* Sun Feb 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-6
|
|
|
|
- Rebuild for gcc43
|
|
|
|
|
|
|
|
* Thu Jan 24 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-5
|
|
|
|
- Backport assorted fixes from upstream svn (Fix Fedora bug 426060)
|
|
|
|
|
|
|
|
* Mon Jan 21 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-4
|
|
|
|
- Now require the externally packaged o3read to provide o3totxt
|
|
|
|
|
|
|
|
* Fri Dec 14 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.4-3
|
|
|
|
- Undo the patch, seems to be issues (bug #426060)
|
|
|
|
|
|
|
|
* Fri Dec 14 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.4-2
|
|
|
|
- Backport crasher fixes from upstream svn trunk
|
|
|
|
|
|
|
|
* Tue Dec 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.4-1
|
|
|
|
- Version 0.6.4
|
|
|
|
|
|
|
|
* Tue Dec 04 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.3-3
|
|
|
|
- Rebuild for exempi-1.99.5
|
|
|
|
|
|
|
|
* Sun Nov 25 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.6.3-2
|
|
|
|
- Add missing gtk+ icon cache scriptlets.
|
|
|
|
|
|
|
|
* Tue Sep 25 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.3-1
|
|
|
|
- Version 0.6.3
|
|
|
|
|
|
|
|
* Tue Sep 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.2-2
|
|
|
|
- Make trackerd start on x86_64 (Bug #286361, fix by Will Woods)
|
|
|
|
|
|
|
|
* Wed Sep 05 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.2-1
|
|
|
|
- Version 0.6.2
|
|
|
|
|
|
|
|
* Sat Aug 25 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.1-2
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
* Wed Aug 08 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.1-1
|
|
|
|
- Update to 0.6.1
|
|
|
|
|
|
|
|
* Fri Aug 03 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.0-3
|
|
|
|
- License tag update
|
|
|
|
|
|
|
|
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 0.6.0-2.1
|
|
|
|
- rebuild for toolchain bug
|
|
|
|
|
|
|
|
* Mon Jul 23 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.0-1
|
|
|
|
- Update to 0.6.0
|
|
|
|
- Manually specify path to deskbar-applet handler directory, koji can't find it
|
|
|
|
|
|
|
|
* Mon Jan 29 2007 Deji Akingunola <dakingun@gmail.com> - 0.5.4-2
|
|
|
|
- Split out tracker-search-tool sub-packages, for the GUI facility
|
|
|
|
- Add proper requires for the -devel subpackage
|
|
|
|
- Deal with the rpmlint complaints on rpath
|
|
|
|
|
|
|
|
* Sat Jan 27 2007 Deji Akingunola <dakingun@gmail.com> - 0.5.4-1
|
|
|
|
- Update to 0.5.4
|
|
|
|
|
|
|
|
* Tue Dec 26 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.3-1
|
|
|
|
- Update to 0.5.3
|
|
|
|
|
|
|
|
* Mon Nov 27 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.2-2
|
|
|
|
- Apply patch on Makefile.am instead of Makefile.in
|
|
|
|
- Add libtool to BR
|
|
|
|
|
|
|
|
* Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.2-1
|
|
|
|
- Update to 0.5.2
|
|
|
|
|
|
|
|
* Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.1-1
|
|
|
|
- Update to new version
|
|
|
|
|
|
|
|
* Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-7
|
|
|
|
- Have the devel subpackage require pkgconfig
|
|
|
|
- Make the description field not have more than 76 characters on a line
|
|
|
|
- Fix up the RPM group
|
|
|
|
|
|
|
|
* Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-6
|
|
|
|
- Explicitly require dbus-devel and dbus-glib (needed for FC < 6)
|
|
|
|
|
|
|
|
* Sun Nov 05 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-5
|
|
|
|
- Remove unneeded BRs (gnome-utils-devel and openssl-devel)
|
|
|
|
|
|
|
|
* Sun Nov 05 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-4
|
|
|
|
- Add autostart desktop file.
|
|
|
|
- Edit the package description as suggested in review
|
|
|
|
|
|
|
|
* Sat Nov 04 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-3
|
|
|
|
- More cleaups to the spec file.
|
|
|
|
|
|
|
|
* Sat Nov 04 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-2
|
|
|
|
- Add needed BRs
|
|
|
|
|
|
|
|
* Sat Nov 04 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-1
|
|
|
|
- Initial packaging for Fedora Extras
|