2021-03-19 12:12:27 +00:00
|
|
|
%global systemd_units tracker-xdg-portal-3
|
2013-06-26 05:22:40 +00:00
|
|
|
|
2021-03-19 12:12:27 +00:00
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
2019-02-21 11:08:59 +00:00
|
|
|
|
2014-09-24 17:54:23 +00:00
|
|
|
Name: tracker
|
2022-12-06 13:45:19 +00:00
|
|
|
Version: 3.4.2
|
2022-12-31 03:26:20 +00:00
|
|
|
Release: 2%{?dist}
|
2017-09-15 10:56:16 +00:00
|
|
|
Summary: Desktop-neutral metadata database and search tool
|
2014-09-24 17:54:23 +00:00
|
|
|
|
|
|
|
License: GPLv2+
|
2021-03-19 12:12:27 +00:00
|
|
|
URL: https://gnome.pages.gitlab.gnome.org/tracker/
|
2022-07-18 14:19:32 +00:00
|
|
|
Source0: https://download.gnome.org/sources/tracker/3.4/tracker-%{tarball_version}.tar.xz
|
2011-04-12 10:53:32 +00:00
|
|
|
|
2021-03-19 12:12:27 +00:00
|
|
|
BuildRequires: asciidoc
|
2019-02-20 22:14:50 +00:00
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: libstemmer-devel
|
|
|
|
BuildRequires: meson
|
2021-08-19 19:34:39 +00:00
|
|
|
BuildRequires: python3-gobject
|
2021-08-04 15:49:50 +00:00
|
|
|
BuildRequires: systemd-rpm-macros
|
2017-09-15 20:43:28 +00:00
|
|
|
BuildRequires: vala
|
2019-02-20 22:14:50 +00:00
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
2014-09-24 17:54:23 +00:00
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
|
BuildRequires: pkgconfig(icu-i18n)
|
|
|
|
BuildRequires: pkgconfig(icu-uc)
|
2016-11-22 12:52:03 +00:00
|
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
2022-07-18 14:19:48 +00:00
|
|
|
BuildRequires: pkgconfig(libsoup-3.0)
|
2014-09-24 17:54:23 +00:00
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
2019-08-12 14:05:29 +00:00
|
|
|
BuildRequires: /usr/bin/dbus-run-session
|
2013-07-16 11:41:11 +00:00
|
|
|
|
2021-03-19 12:12:27 +00:00
|
|
|
# renamed in F34
|
|
|
|
Obsoletes: tracker3 < 3.1.0~rc-2
|
2021-03-19 14:04:29 +00:00
|
|
|
Conflicts: tracker3 < 3.1.0~rc-2
|
2021-03-19 12:12:27 +00:00
|
|
|
Provides: tracker3 = %{version}-%{release}
|
|
|
|
Provides: tracker3%{?_isa} = %{version}-%{release}
|
|
|
|
|
2019-07-19 10:25:07 +00:00
|
|
|
Requires: libtracker-sparql%{?_isa} = %{version}-%{release}
|
|
|
|
|
2017-09-15 20:38:58 +00:00
|
|
|
Recommends: tracker-miners%{?_isa}
|
|
|
|
|
2006-11-09 16:08:21 +00:00
|
|
|
%description
|
|
|
|
Tracker is a powerful desktop-neutral first class object database,
|
2017-09-15 10:56:16 +00:00
|
|
|
tag/metadata database and search tool.
|
2006-11-09 16:08:21 +00:00
|
|
|
|
|
|
|
It consists of a common object database that allows entities to have an
|
2013-02-20 22:11:00 +00:00
|
|
|
almost infinite number of properties, metadata (both embedded/harvested as
|
2006-11-09 16:08:21 +00:00
|
|
|
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.
|
|
|
|
|
2017-09-15 10:56:16 +00:00
|
|
|
Metadata indexers are provided by the tracker-miners package.
|
2006-11-09 16:08:21 +00:00
|
|
|
|
2019-11-29 13:15:26 +00:00
|
|
|
|
2019-07-19 10:25:07 +00:00
|
|
|
%package -n libtracker-sparql
|
|
|
|
Summary: Tracker SPARQL library
|
2021-03-19 12:12:27 +00:00
|
|
|
License: LGPLv2+
|
2019-07-19 10:25:07 +00:00
|
|
|
Recommends: %{name}%{?_isa} = %{version}-%{release}
|
2021-03-19 12:12:27 +00:00
|
|
|
# renamed in F34
|
|
|
|
Obsoletes: libtracker-sparql3 < 3.1.0~rc-2
|
2021-03-19 14:04:29 +00:00
|
|
|
Conflicts: libtracker-sparql3 < 3.1.0~rc-2
|
2021-03-19 12:12:27 +00:00
|
|
|
Provides: libtracker-sparql3 = %{version}-%{release}
|
|
|
|
Provides: libtracker-sparql3%{?_isa} = %{version}-%{release}
|
2021-03-19 14:02:20 +00:00
|
|
|
# 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
|
2019-07-19 10:25:07 +00:00
|
|
|
|
|
|
|
%description -n libtracker-sparql
|
|
|
|
This package contains the libtracker-sparql library.
|
|
|
|
|
2021-03-19 12:12:27 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
2019-11-29 13:15:26 +00:00
|
|
|
Requires: libtracker-sparql%{?_isa} = %{version}-%{release}
|
2021-03-19 12:12:27 +00:00
|
|
|
# renamed in F34
|
|
|
|
Obsoletes: tracker3-devel < 3.1.0~rc-2
|
2021-03-19 14:04:29 +00:00
|
|
|
Conflicts: tracker3-devel < 3.1.0~rc-2
|
2021-03-19 12:12:27 +00:00
|
|
|
Provides: tracker3-devel = %{version}-%{release}
|
|
|
|
Provides: tracker3-devel%{?_isa} = %{version}-%{release}
|
2006-11-09 16:08:21 +00:00
|
|
|
|
|
|
|
%description devel
|
2021-03-19 12:12:27 +00:00
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
2006-11-09 16:08:21 +00:00
|
|
|
|
2021-03-19 12:12:27 +00:00
|
|
|
|
|
|
|
%package doc
|
|
|
|
Summary: Documentation for %{name}
|
2014-09-24 17:54:23 +00:00
|
|
|
BuildArch: noarch
|
2021-03-19 12:12:27 +00:00
|
|
|
# renamed in F34
|
|
|
|
Obsoletes: tracker3-doc < 3.1.0~rc-2
|
2021-03-19 14:04:29 +00:00
|
|
|
Conflicts: tracker3-doc < 3.1.0~rc-2
|
2021-03-19 12:12:27 +00:00
|
|
|
Provides: tracker3-doc = %{version}-%{release}
|
2010-03-03 16:08:51 +00:00
|
|
|
|
2019-11-29 13:23:18 +00:00
|
|
|
%description doc
|
2021-03-19 12:12:27 +00:00
|
|
|
The %{name}-devel package contains the documentation for %{name}.
|
2010-03-03 16:08:51 +00:00
|
|
|
|
2014-09-24 17:54:23 +00:00
|
|
|
|
2006-11-09 16:08:21 +00:00
|
|
|
%prep
|
2022-06-01 08:41:30 +00:00
|
|
|
%autosetup -p1 -n %{name}-%{tarball_version}
|
2010-03-03 16:08:51 +00:00
|
|
|
|
2015-08-20 07:13:15 +00:00
|
|
|
|
2007-09-26 03:45:04 +00:00
|
|
|
%build
|
2019-02-20 22:14:50 +00:00
|
|
|
%meson \
|
|
|
|
-Dunicode_support=icu \
|
2021-03-19 12:12:27 +00:00
|
|
|
-Dsystemd_user_services_dir=%{_userunitdir} \
|
|
|
|
%{nil}
|
|
|
|
|
2022-07-18 14:19:32 +00:00
|
|
|
%meson_build -j1
|
2006-11-09 16:08:21 +00:00
|
|
|
|
2014-09-24 17:54:23 +00:00
|
|
|
|
2006-11-09 16:08:21 +00:00
|
|
|
%install
|
2019-02-20 22:14:50 +00:00
|
|
|
%meson_install
|
2006-11-09 16:08:21 +00:00
|
|
|
|
2021-03-19 12:12:27 +00:00
|
|
|
%find_lang tracker3
|
2006-11-21 07:43:59 +00:00
|
|
|
|
2014-09-24 17:54:23 +00:00
|
|
|
|
2016-09-15 12:59:15 +00:00
|
|
|
%post
|
|
|
|
%systemd_user_post %{systemd_units}
|
|
|
|
|
|
|
|
%preun
|
|
|
|
%systemd_user_preun %{systemd_units}
|
|
|
|
|
2011-09-02 12:07:56 +00:00
|
|
|
%postun
|
2016-09-15 12:59:15 +00:00
|
|
|
%systemd_user_postun_with_restart %{systemd_units}
|
2006-11-09 16:08:21 +00:00
|
|
|
|
2014-09-24 17:54:23 +00:00
|
|
|
|
2021-03-19 12:12:27 +00:00
|
|
|
%files -f tracker3.lang
|
|
|
|
%license COPYING COPYING.GPL
|
2019-05-03 06:56:53 +00:00
|
|
|
%doc AUTHORS NEWS README.md
|
2021-03-19 12:12:27 +00:00
|
|
|
%{_bindir}/tracker3
|
|
|
|
%{_libexecdir}/tracker3/
|
|
|
|
%{_libexecdir}/tracker-xdg-portal-3
|
2015-08-20 07:23:07 +00:00
|
|
|
%dir %{_datadir}/bash-completion
|
|
|
|
%dir %{_datadir}/bash-completion/completions
|
2021-03-19 12:12:27 +00:00
|
|
|
%{_datadir}/bash-completion/completions/tracker3
|
|
|
|
%{_datadir}/dbus-1/services/org.freedesktop.portal.Tracker.service
|
|
|
|
%{_mandir}/man1/tracker*.1*
|
|
|
|
%{_userunitdir}/tracker-xdg-portal-3.service
|
2019-11-29 13:15:26 +00:00
|
|
|
|
2019-07-19 10:25:07 +00:00
|
|
|
%files -n libtracker-sparql
|
2021-03-19 12:12:27 +00:00
|
|
|
%license COPYING COPYING.LGPL
|
2019-11-29 10:06:13 +00:00
|
|
|
%dir %{_libdir}/girepository-1.0
|
2021-03-19 12:12:27 +00:00
|
|
|
%{_libdir}/girepository-1.0/Tracker-3.0.typelib
|
|
|
|
%{_libdir}/libtracker-sparql-3.0.so.0*
|
2021-09-08 18:03:15 +00:00
|
|
|
%{_libdir}/tracker-3.0/
|
2021-03-19 12:12:27 +00:00
|
|
|
%{_datadir}/tracker3/
|
2019-07-19 10:25:07 +00:00
|
|
|
|
2006-11-09 16:08:21 +00:00
|
|
|
%files devel
|
2021-03-19 12:12:27 +00:00
|
|
|
%{_includedir}/tracker-3.0/
|
|
|
|
%{_libdir}/libtracker-sparql-3.0.so
|
2022-06-01 08:41:30 +00:00
|
|
|
%{_libdir}/pkgconfig/tracker-sparql-3.0.pc
|
|
|
|
%{_libdir}/pkgconfig/tracker-testutils-3.0.pc
|
2021-03-19 12:12:27 +00:00
|
|
|
%dir %{_libdir}/tracker-3.0
|
|
|
|
%{_libdir}/tracker-3.0/trackertestutils/
|
2017-09-15 21:15:05 +00:00
|
|
|
%dir %{_datadir}/vala
|
|
|
|
%dir %{_datadir}/vala/vapi
|
2021-03-19 12:12:27 +00:00
|
|
|
%{_datadir}/vala/vapi/tracker-sparql-3.0.*
|
2017-09-15 21:15:05 +00:00
|
|
|
%dir %{_datadir}/gir-1.0
|
2021-03-19 12:12:27 +00:00
|
|
|
%{_datadir}/gir-1.0/Tracker-3.0.gir
|
2007-01-29 23:22:08 +00:00
|
|
|
|
2019-11-29 13:23:18 +00:00
|
|
|
%files doc
|
2015-03-03 20:19:45 +00:00
|
|
|
%license docs/reference/COPYING
|
2021-09-08 18:03:15 +00:00
|
|
|
%dir %{_datadir}/devhelp
|
|
|
|
%dir %{_datadir}/devhelp/books
|
|
|
|
%{_datadir}/devhelp/books/Tracker/
|
2010-01-28 08:53:37 +00:00
|
|
|
|
2014-09-24 17:54:23 +00:00
|
|
|
|
2010-03-03 16:08:51 +00:00
|
|
|
%changelog
|
2022-12-31 03:26:20 +00:00
|
|
|
* Sat Dec 31 2022 Pete Walter <pwalter@fedoraproject.org> - 3.4.2-2
|
|
|
|
- Rebuild for ICU 72
|
|
|
|
|
2022-12-06 13:45:19 +00:00
|
|
|
* Tue Dec 06 2022 David King <amigadave@amigadave.com> - 3.4.2-1
|
|
|
|
- Update to 3.4.2 (#2150897)
|
|
|
|
|
2022-10-26 13:34:33 +00:00
|
|
|
* Wed Oct 26 2022 David King <amigadave@amigadave.com> - 3.4.1-1
|
|
|
|
- Update to 3.4.1 (#2137867)
|
|
|
|
|
2022-09-16 15:56:40 +00:00
|
|
|
* Tue Sep 20 2022 Kalev Lember <klember@redhat.com> - 3.4.0-1
|
|
|
|
- Update to 3.4.0
|
|
|
|
|
2022-09-06 15:38:44 +00:00
|
|
|
* Tue Sep 06 2022 Kalev Lember <klember@redhat.com> - 3.4.0~rc-1
|
|
|
|
- Update to 3.4.0.rc
|
|
|
|
|
2022-08-09 08:58:52 +00:00
|
|
|
* Tue Aug 09 2022 Kalev Lember <klember@redhat.com> - 3.4.0~beta-1
|
|
|
|
- Update to 3.4.0.beta
|
|
|
|
|
2022-08-01 13:12:23 +00:00
|
|
|
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 3.4.0~alpha-3
|
|
|
|
- Rebuilt for ICU 71.1
|
|
|
|
|
2022-07-23 10:48:06 +00:00
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.0~alpha-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-07-18 14:19:32 +00:00
|
|
|
* Mon Jul 18 2022 Kalev Lember <klember@redhat.com> - 3.4.0~alpha-1
|
|
|
|
- Update to 3.4.0.alpha
|
2022-07-18 14:19:48 +00:00
|
|
|
- Build with libsoup3
|
2022-07-18 14:19:32 +00:00
|
|
|
|
2022-07-07 07:53:19 +00:00
|
|
|
* Thu Jul 07 2022 David King <amigadave@amigadave.com> - 3.3.2-1
|
|
|
|
- Update to 3.3.2 (#2104598)
|
|
|
|
|
2022-06-01 08:41:30 +00:00
|
|
|
* Wed Jun 01 2022 David King <amigadave@amigadave.com> - 3.3.1-1
|
|
|
|
- Update to 3.3.1 (#2092163)
|
|
|
|
|
2022-03-20 09:03:59 +00:00
|
|
|
* Sun Mar 20 2022 David King <amigadave@amigadave.com> - 3.3.0-1
|
|
|
|
- Update to 3.3.0 (#2061204)
|
|
|
|
|
2022-03-08 08:57:58 +00:00
|
|
|
* Tue Mar 08 2022 David King <amigadave@amigadave.com> - 3.3.0~rc-1
|
|
|
|
- Update to 3.3.0.rc
|
|
|
|
|
2022-02-14 16:18:13 +00:00
|
|
|
* Mon Feb 14 2022 David King <amigadave@amigadave.com> - 3.3.0~beta-1
|
|
|
|
- Update to 3.3.0.beta
|
|
|
|
|
2022-01-22 03:01:02 +00:00
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0~alpha-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2022-01-10 10:07:45 +00:00
|
|
|
* Mon Jan 10 2022 David King <amigadave@amigadave.com> - 3.3.0~alpha-1
|
|
|
|
- Update to 3.3.0.alpha
|
|
|
|
|
2021-11-01 09:31:04 +00:00
|
|
|
* Mon Nov 01 2021 Kalev Lember <klember@redhat.com> - 3.2.1-1
|
|
|
|
- Update to 3.2.1
|
|
|
|
|
2021-09-18 21:07:13 +00:00
|
|
|
* Sat Sep 18 2021 Kalev Lember <klember@redhat.com> - 3.2.0-1
|
|
|
|
- Update to 3.2.0
|
|
|
|
|
2021-09-08 18:03:15 +00:00
|
|
|
* Wed Sep 08 2021 Kalev Lember <klember@redhat.com> - 3.2.0~rc-1
|
|
|
|
- Update to 3.2.0.rc
|
|
|
|
|
2021-08-19 19:34:39 +00:00
|
|
|
* Thu Aug 19 2021 Kalev Lember <klember@redhat.com> - 3.2.0~alpha.1-1
|
|
|
|
- Update to 3.2.0.alpha.1
|
|
|
|
|
2021-08-04 15:49:50 +00:00
|
|
|
* Wed Aug 04 2021 Kalev Lember <klember@redhat.com> - 3.1.2-2
|
|
|
|
- BuildRequire systemd-rpm-macros instead of systemd
|
2021-08-04 15:49:57 +00:00
|
|
|
- Avoid systemd_requires as per updated packaging guidelines
|
2021-08-04 15:49:50 +00:00
|
|
|
|
2021-07-29 21:00:31 +00:00
|
|
|
* Thu Jul 29 2021 David King <amigadave@amigadave.com> - 3.1.2-1
|
|
|
|
- Update to 3.1.2 (#1988025)
|
|
|
|
|
2021-07-23 19:33:44 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-05-20 00:21:24 +00:00
|
|
|
* Thu May 20 2021 Pete Walter <pwalter@fedoraproject.org> - 3.1.1-3
|
|
|
|
- Rebuild for ICU 69
|
|
|
|
|
2021-04-22 15:39:40 +00:00
|
|
|
* Thu Apr 22 2021 Carlos Garnacho <cgarnach@redhat.com> - 3.1.1-2
|
|
|
|
- Fix crash on "tracker3 export --2to3"
|
|
|
|
|
2021-04-03 22:48:45 +00:00
|
|
|
* Sat Apr 03 2021 Kalev Lember <klember@redhat.com> - 3.1.1-1
|
|
|
|
- Update to 3.1.1
|
|
|
|
|
2021-03-22 11:57:09 +00:00
|
|
|
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 3.1.0-1
|
|
|
|
- Update to 3.1.0
|
|
|
|
|
2021-03-19 14:02:20 +00:00
|
|
|
* Fri Mar 19 2021 Kalev Lember <klember@redhat.com> - 3.1.0~rc-3
|
|
|
|
- Obsolete libtracker-control and libtracker-miner
|
2021-03-19 14:04:29 +00:00
|
|
|
- Add conflicts with tracker3 packages to help with the upgrade path
|
2021-03-19 14:02:20 +00:00
|
|
|
|
2021-03-19 12:12:27 +00:00
|
|
|
* 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
|
|
|
|
|
2021-01-27 22:13:54 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-12-23 13:39:03 +00:00
|
|
|
* Wed Dec 23 2020 David King <amigadave@amigadave.com> - 2.3.6-2
|
|
|
|
- Fix FTS crash with SQLite 3.34.0 (#1907021)
|
|
|
|
|
2020-09-07 11:30:57 +00:00
|
|
|
* Mon Sep 07 2020 Kalev Lember <klember@redhat.com> - 2.3.6-1
|
|
|
|
- Update to 2.3.6
|
|
|
|
|
2020-08-25 05:21:28 +00:00
|
|
|
* Tue Aug 25 2020 Kalev Lember <klember@redhat.com> - 2.3.5-1
|
|
|
|
- Update to 2.3.5
|
|
|
|
|
2020-08-19 17:18:15 +00:00
|
|
|
* Wed Aug 19 2020 Kalev Lember <klember@redhat.com> - 2.3.4-4
|
|
|
|
- Rebuild for vala introspection generation regression
|
|
|
|
|
2020-07-29 12:48:47 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-05-15 13:16:45 +00:00
|
|
|
* Fri May 15 2020 Pete Walter <pwalter@fedoraproject.org> - 2.3.4-2
|
|
|
|
- Rebuild for ICU 67
|
|
|
|
|
2020-03-10 05:58:16 +00:00
|
|
|
* Tue Mar 10 2020 Kalev Lember <klember@redhat.com> - 2.3.4-1
|
|
|
|
- Update to 2.3.4
|
|
|
|
|
2020-02-19 06:56:51 +00:00
|
|
|
* Wed Feb 19 2020 Kalev Lember <klember@redhat.com> - 2.3.2-2
|
|
|
|
- Bump obsoletes version
|
|
|
|
|
2020-02-19 06:40:01 +00:00
|
|
|
* Wed Feb 19 2020 Kalev Lember <klember@redhat.com> - 2.3.2-1
|
|
|
|
- Update to 2.3.2
|
|
|
|
|
2020-01-31 01:59:09 +00:00
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-11-29 13:15:26 +00:00
|
|
|
* Fri Nov 29 2019 Kalev Lember <klember@redhat.com> - 2.3.1-2
|
|
|
|
- Split libtracker-control and libtracker-miner out to separate subpackages
|
2019-11-29 13:23:18 +00:00
|
|
|
- Rename tracker-docs to tracker-doc
|
2019-11-29 13:15:26 +00:00
|
|
|
|
2019-11-29 10:12:33 +00:00
|
|
|
* Fri Nov 29 2019 Kalev Lember <klember@redhat.com> - 2.3.1-1
|
|
|
|
- Update to 2.3.1
|
|
|
|
|
2019-11-29 10:06:13 +00:00
|
|
|
* Fri Nov 29 2019 Kalev Lember <klember@redhat.com> - 2.3.0-3
|
|
|
|
- Move Tracker-2.0.typelib to libtracker-sparql subpackage
|
|
|
|
|
2019-11-01 16:08:56 +00:00
|
|
|
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 2.3.0-2
|
|
|
|
- Rebuild for ICU 65
|
|
|
|
|
2019-09-09 22:25:27 +00:00
|
|
|
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 2.3.0-1
|
|
|
|
- Update to 2.3.0
|
|
|
|
|
2019-09-06 07:38:27 +00:00
|
|
|
* Fri Sep 06 2019 Kalev Lember <klember@redhat.com> - 2.2.99.1-1
|
|
|
|
- Update to 2.2.99.1
|
|
|
|
|
2019-08-12 14:05:29 +00:00
|
|
|
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 2.2.99.0-1
|
|
|
|
- Update to 2.2.99.0
|
|
|
|
|
2019-07-27 01:51:32 +00:00
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-19 12:48:34 +00:00
|
|
|
* Fri Jul 19 2019 Kalev Lember <klember@redhat.com> - 2.2.2-3
|
|
|
|
- Include tracker data files in the split out library package
|
|
|
|
|
2019-07-19 10:25:07 +00:00
|
|
|
* Fri Jul 19 2019 Kalev Lember <klember@redhat.com> - 2.2.2-2
|
|
|
|
- Split libtracker-sparql out to a separate subpackage
|
|
|
|
|
2019-05-03 06:56:53 +00:00
|
|
|
* Fri May 03 2019 David King <amigadave@amigadave.com> - 2.2.2-1
|
|
|
|
- Update to 2.2.2 (#1673128)
|
|
|
|
|
2019-03-06 20:35:49 +00:00
|
|
|
* Wed Mar 06 2019 Kalev Lember <klember@redhat.com> - 2.2.1-1
|
|
|
|
- Update to 2.2.1
|
|
|
|
|
2019-02-21 11:08:59 +00:00
|
|
|
* Thu Feb 21 2019 Kalev Lember <klember@redhat.com> - 2.2.0-3
|
|
|
|
- Exclude private libraries from autogenerated provides and requires
|
|
|
|
|
2019-02-21 08:10:58 +00:00
|
|
|
* Thu Feb 21 2019 Kalev Lember <klember@redhat.com> - 2.2.0-2
|
|
|
|
- Fix the package to be installable again
|
|
|
|
|
2019-02-20 22:14:50 +00:00
|
|
|
* Wed Feb 20 2019 Kalev Lember <klember@redhat.com> - 2.2.0-1
|
|
|
|
- Update to 2.2.0
|
|
|
|
- Switch to the meson build system
|
|
|
|
|
2019-02-06 19:19:15 +00:00
|
|
|
* Wed Feb 06 2019 Kalev Lember <klember@redhat.com> - 2.1.7-1
|
|
|
|
- Update to 2.1.7
|
|
|
|
|
2019-02-03 10:14:27 +00:00
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-23 21:28:49 +00:00
|
|
|
* Wed Jan 23 2019 Kalev Lember <klember@redhat.com> - 2.1.6-1
|
|
|
|
- Update to 2.1.6
|
|
|
|
|
2018-11-12 12:45:54 +00:00
|
|
|
* Mon Nov 12 2018 David King <amigadave@amigadave.com> - 2.1.5-2
|
|
|
|
- Silence warnings from GLib file monitor (#1648902)
|
|
|
|
|
2018-09-28 05:22:38 +00:00
|
|
|
* Fri Sep 28 2018 Kalev Lember <klember@redhat.com> - 2.1.5-1
|
|
|
|
- Update to 2.1.5
|
|
|
|
|
2018-09-07 21:32:40 +00:00
|
|
|
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 2.1.4-3
|
|
|
|
- Rebuilt against fixed atk (#1626575)
|
|
|
|
|
2018-09-05 18:26:32 +00:00
|
|
|
* Wed Sep 05 2018 Kalev Lember <klember@redhat.com> - 2.1.4-2
|
|
|
|
- Rebuilt with fixed vala
|
|
|
|
|
2018-09-04 08:59:41 +00:00
|
|
|
* Tue Sep 04 2018 Kalev Lember <klember@redhat.com> - 2.1.4-1
|
|
|
|
- Update to 2.1.4
|
|
|
|
|
2018-09-03 12:40:46 +00:00
|
|
|
* Mon Sep 03 2018 Kalev Lember <klember@redhat.com> - 2.1.3-1
|
|
|
|
- Update to 2.1.3
|
|
|
|
|
2018-08-19 19:56:04 +00:00
|
|
|
* Sun Aug 19 2018 Kalev Lember <klember@redhat.com> - 2.1.2-1
|
|
|
|
- Update to 2.1.2
|
|
|
|
|
2018-08-01 20:05:40 +00:00
|
|
|
* Wed Aug 01 2018 Kalev Lember <klember@redhat.com> - 2.1.1-1
|
|
|
|
- Update to 2.1.1
|
|
|
|
|
2018-07-25 08:55:43 +00:00
|
|
|
* Mon Jul 23 2018 Kalev Lember <klember@redhat.com> - 2.1.0-1
|
|
|
|
- Update to 2.1.0
|
|
|
|
|
2018-07-14 07:50:34 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-10 21:03:28 +00:00
|
|
|
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 2.0.4-2
|
|
|
|
- Rebuild for ICU 62
|
|
|
|
|
2018-06-26 15:44:10 +00:00
|
|
|
* Tue Jun 26 2018 Kalev Lember <klember@redhat.com> - 2.0.4-1
|
|
|
|
- Update to 2.0.4
|
|
|
|
|
2018-04-30 11:05:11 +00:00
|
|
|
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 2.0.3-3
|
|
|
|
- Rebuild for ICU 61.1
|
|
|
|
|
2018-03-22 08:28:39 +00:00
|
|
|
* Thu Mar 22 2018 Kalev Lember <klember@redhat.com> - 2.0.3-2
|
|
|
|
- Obsolete compat-tracker1 in F29+
|
2018-03-22 08:30:55 +00:00
|
|
|
- Drop obsoletes for old compat-tracker versions
|
2018-03-22 08:28:39 +00:00
|
|
|
|
2018-02-07 02:29:43 +00:00
|
|
|
* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 2.0.3-1
|
|
|
|
- Update to 2.0.3
|
2018-02-07 02:30:35 +00:00
|
|
|
- Drop ldconfig scriptlets
|
2018-02-07 02:29:43 +00:00
|
|
|
|
2018-01-06 09:50:34 +00:00
|
|
|
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.2-3
|
|
|
|
- Remove obsolete scriptlets
|
|
|
|
|
2017-11-30 20:53:32 +00:00
|
|
|
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 2.0.2-2
|
|
|
|
- Rebuild for ICU 60.1
|
|
|
|
|
2017-11-21 12:03:09 +00:00
|
|
|
* Tue Nov 21 2017 Kalev Lember <klember@redhat.com> - 2.0.2-1
|
|
|
|
- Update to 2.0.2
|
|
|
|
|
2017-10-06 20:38:27 +00:00
|
|
|
* Fri Oct 06 2017 Kalev Lember <klember@redhat.com> - 2.0.1-1
|
|
|
|
- Update to 2.0.1
|
2017-10-06 20:39:41 +00:00
|
|
|
- Switch back to recommending tracker-miners
|
2017-10-06 20:50:00 +00:00
|
|
|
- Fix /usr/share/gtk-doc directory ownership
|
2017-10-06 20:38:27 +00:00
|
|
|
|
2017-09-15 21:15:05 +00:00
|
|
|
* Fri Sep 15 2017 Kalev Lember <klember@redhat.com> - 2.0.0-2
|
|
|
|
- Fix vala and gir-1.0 directory ownership
|
2017-09-15 21:19:03 +00:00
|
|
|
- Temporarily hard depend on tracker-miners
|
2017-09-15 21:15:05 +00:00
|
|
|
|
2017-09-15 20:34:57 +00:00
|
|
|
* Fri Sep 15 2017 Kalev Lember <klember@redhat.com> - 2.0.0-1
|
|
|
|
- Update to 2.0.0
|
2017-09-15 20:38:58 +00:00
|
|
|
- Pull in split out tracker-miners through recommends
|
2017-09-15 20:42:13 +00:00
|
|
|
- Drop autostart patches now that tracker-miners is split out
|
2017-09-15 20:43:03 +00:00
|
|
|
- Add self-obsoletes to assist with tracker-miners split
|
2017-09-15 20:34:57 +00:00
|
|
|
|
2017-09-15 10:56:16 +00:00
|
|
|
* Fri Sep 15 2017 Debarshi Ray <rishi@fedoraproject.org> - 1.99.2-1
|
|
|
|
- Update to 1.99.2
|
|
|
|
|
2017-08-10 21:02:54 +00:00
|
|
|
* Thu Aug 10 2017 Kalev Lember <klember@redhat.com> - 1.99.1-2
|
|
|
|
- Rebuilt for libtotem-plparser soname bump
|
|
|
|
|
2017-08-01 10:38:27 +00:00
|
|
|
* Tue Aug 01 2017 Kalev Lember <klember@redhat.com> - 1.99.1-1
|
|
|
|
- Update to 1.99.1
|
|
|
|
|
2017-07-31 07:34:24 +00:00
|
|
|
* Mon Jul 31 2017 Florian Weimer <fweimer@redhat.com> - 1.99.0-2
|
|
|
|
- Rebuild with binutils fix for ppc64le (#1475636)
|
|
|
|
|
2017-07-25 11:19:37 +00:00
|
|
|
* 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
|
2017-07-26 15:12:06 +00:00
|
|
|
- Own %%{_libdir}/girepository-1.0
|
2017-07-25 11:19:37 +00:00
|
|
|
- Rebase autostart/OnlyShowIn patch
|
|
|
|
- Use %%make_build
|
|
|
|
|
2017-07-03 12:43:17 +00:00
|
|
|
* Mon Jul 03 2017 Debarshi Ray <rishi@fedoraproject.org> - 1.13.0-2
|
|
|
|
- Backport fix for TrackerDirectConnection crashes from
|
|
|
|
sqlite3DbMallocRawNN
|
|
|
|
|
2017-05-29 06:20:33 +00:00
|
|
|
* Mon May 29 2017 David King <amigadave@amigadave.com> - 1.13.0-1
|
|
|
|
- Update to 1.13.0
|
|
|
|
|
2017-03-21 10:33:29 +00:00
|
|
|
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 1.12.0-2
|
|
|
|
- Remove the Thunderbird miner
|
|
|
|
|
2017-03-21 10:03:19 +00:00
|
|
|
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 1.12.0-1
|
|
|
|
- Update to 1.12.0
|
|
|
|
|
2017-03-01 12:55:14 +00:00
|
|
|
* Wed Mar 01 2017 David King <amigadave@amigadave.com> - 1.11.4-1
|
|
|
|
- Update to 1.11.4
|
|
|
|
|
2017-02-11 16:17:28 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-31 15:12:12 +00:00
|
|
|
* Tue Jan 31 2017 Debarshi Ray <rishi@fedoraproject.org> - 1.11.3-2
|
|
|
|
- Remove the unused Firefox add-on
|
|
|
|
|
2017-01-18 21:13:18 +00:00
|
|
|
* Wed Jan 18 2017 David King <amigadave@amigadave.com> - 1.11.3-1
|
|
|
|
- Update to 1.11.3
|
|
|
|
|
2016-12-08 20:26:13 +00:00
|
|
|
* Thu Dec 08 2016 Kalev Lember <klember@redhat.com> - 1.11.2-1
|
|
|
|
- Update to 1.11.2
|
|
|
|
|
2016-11-22 12:52:03 +00:00
|
|
|
* Tue Nov 22 2016 David King <amigadave@amigadave.com> - 1.11.1-1
|
|
|
|
- Update to 1.11.1
|
|
|
|
|
2016-10-14 10:59:38 +00:00
|
|
|
* Fri Oct 14 2016 Kalev Lember <klember@redhat.com> - 1.10.1-1
|
|
|
|
- Update to 1.10.1
|
|
|
|
|
2016-09-19 15:19:08 +00:00
|
|
|
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 1.10.0-1
|
|
|
|
- Update to 1.10.0
|
2016-09-19 15:19:32 +00:00
|
|
|
- Don't set group tags
|
2016-09-19 15:19:08 +00:00
|
|
|
|
2016-09-15 12:59:15 +00:00
|
|
|
* Thu Sep 15 2016 David King <amigadave@amigadave.com> - 1.9.2-1
|
|
|
|
- Update to 1.9.2
|
|
|
|
|
2016-08-23 12:09:34 +00:00
|
|
|
* Tue Aug 23 2016 Kalev Lember <klember@redhat.com> - 1.9.1-1
|
|
|
|
- Update to 1.9.1
|
|
|
|
|
2016-07-01 10:25:46 +00:00
|
|
|
* Fri Jul 01 2016 David King <amigadave@amigadave.com> - 1.9.0-2
|
|
|
|
- Fix libexecdir in systemd user unit
|
|
|
|
|
2016-06-21 15:12:19 +00:00
|
|
|
* Tue Jun 21 2016 David King <amigadave@amigadave.com> - 1.9.0-1
|
|
|
|
- Update to 1.9.0
|
|
|
|
|
2016-06-07 12:09:34 +00:00
|
|
|
* Tue Jun 7 2016 Peter Lemenkov <lemenkov@gmail.com> - 1.8.0-3
|
|
|
|
- rebuilt for new libcue
|
|
|
|
|
2016-04-15 18:16:47 +00:00
|
|
|
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 1.8.0-2
|
|
|
|
- rebuild for ICU 57.1
|
|
|
|
|
2016-03-21 21:16:18 +00:00
|
|
|
* Mon Mar 21 2016 David King <amigadave@amigadave.com> - 1.8.0-1
|
|
|
|
- Update to 1.8.0
|
|
|
|
|
2016-03-15 07:21:05 +00:00
|
|
|
* Tue Mar 15 2016 David King <amigadave@amigadave.com> - 1.7.5-1
|
|
|
|
- Update to 1.7.5
|
|
|
|
|
2016-03-02 09:42:54 +00:00
|
|
|
* Wed Mar 02 2016 David King <amigadave@amigadave.com> - 1.7.4-1
|
|
|
|
- Update to 1.7.4
|
|
|
|
|
2016-02-25 11:55:28 +00:00
|
|
|
* Thu Feb 25 2016 Peter Lemenkov <lemenkov@gmail.com> - 1.7.3-3
|
|
|
|
- Fixed FTBFS with new libcue
|
|
|
|
|
2016-02-25 00:57:56 +00:00
|
|
|
* Wed Feb 24 2016 Adam Williamson <awilliam@redhat.com> - 1.7.3-2
|
|
|
|
- rebuilt for new libcue
|
|
|
|
|
2016-02-16 08:32:49 +00:00
|
|
|
* Tue Feb 16 2016 David King <amigadave@amigadave.com> - 1.7.3-1
|
|
|
|
- Update to 1.7.3
|
|
|
|
|
2016-02-05 01:55:05 +00:00
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-18 16:52:28 +00:00
|
|
|
* Mon Jan 18 2016 David King <amigadave@amigadave.com> - 1.7.2-1
|
|
|
|
- Update to 1.7.2
|
|
|
|
|
2016-01-16 14:26:37 +00:00
|
|
|
* Sat Jan 16 2016 Jonathan Wakely <jwakely@redhat.com> - 1.7.1-2
|
|
|
|
- Rebuilt for Boost 1.60
|
|
|
|
|
2015-12-17 17:01:15 +00:00
|
|
|
* Thu Dec 17 2015 Kalev Lember <klember@redhat.com> - 1.7.1-1
|
|
|
|
- Update to 1.7.1
|
|
|
|
|
2015-11-26 09:00:30 +00:00
|
|
|
* Thu Nov 26 2015 Kalev Lember <klember@redhat.com> - 1.7.0-1
|
|
|
|
- Update to 1.7.0
|
|
|
|
|
2015-10-28 13:09:01 +00:00
|
|
|
* Wed Oct 28 2015 David Tardon <dtardon@redhat.com> - 1.6.0-2
|
|
|
|
- rebuild for ICU 56.1
|
|
|
|
|
2015-09-22 14:14:50 +00:00
|
|
|
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.6.0-1
|
|
|
|
- Update to 1.6.0
|
|
|
|
|
2015-09-03 13:27:20 +00:00
|
|
|
* Thu Sep 03 2015 Jonathan Wakely <jwakely@redhat.com> - 1.5.2-3
|
|
|
|
- Rebuilt for Boost 1.59
|
|
|
|
|
2015-08-25 09:32:51 +00:00
|
|
|
* Tue Aug 25 2015 David King <amigadave@amigadave.com> - 1.5.2-2
|
|
|
|
- Add patch to fix FS miner crash (#1246896)
|
|
|
|
|
2015-08-20 07:13:15 +00:00
|
|
|
* Thu Aug 20 2015 Kalev Lember <klember@redhat.com> - 1.5.2-1
|
|
|
|
- Update to 1.5.2
|
2015-08-20 07:15:47 +00:00
|
|
|
- Use make_install macro
|
2015-08-20 07:23:07 +00:00
|
|
|
- Co-own bash-completion directories
|
2015-08-20 07:13:15 +00:00
|
|
|
|
2015-07-24 07:15:47 +00:00
|
|
|
* Fri Jul 24 2015 Igor Gnatenko <ignatenko@src.gnome.org> - 1.5.1-2
|
|
|
|
- Backport rss fixes from upstream
|
|
|
|
|
2015-07-22 12:35:17 +00:00
|
|
|
* Wed Jul 22 2015 David King <amigadave@amigadave.com> - 1.5.1-1
|
2015-07-22 06:18:35 +00:00
|
|
|
- Update to 1.5.1
|
2015-07-21 22:44:01 +00:00
|
|
|
|
2015-07-21 14:58:50 +00:00
|
|
|
* Tue Jul 21 2015 David King <amigadave@amigadave.com> - 1.5.0-2
|
|
|
|
- Bump for new libgrss
|
|
|
|
|
2015-07-14 14:31:33 +00:00
|
|
|
* Tue Jul 14 2015 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.0-1
|
|
|
|
- Update to 1.5.0
|
|
|
|
|
2015-07-14 13:09:57 +00:00
|
|
|
* Tue Jul 14 2015 Igor Gnatenko <ignatenko@src.gnome.org> - 1.4.0-6
|
|
|
|
- Rebuild due to enabled FTS in sqlite
|
2015-07-14 13:51:39 +00:00
|
|
|
- Add RSS support
|
2015-07-14 13:09:57 +00:00
|
|
|
|
2015-06-19 03:17:14 +00:00
|
|
|
* 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
|
|
|
|
|
2015-05-18 11:36:51 +00:00
|
|
|
* Mon May 18 2015 Debarshi Ray <rishi@fedoraproject.org> - 1.4.0-4
|
|
|
|
- Remove remnants of AC_CHECK_LIB workaround
|
|
|
|
|
2015-05-02 16:15:01 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.4.0-3
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2015-03-30 16:44:46 +00:00
|
|
|
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 1.4.0-2
|
|
|
|
- Use better AppData screenshots
|
|
|
|
|
2015-03-24 19:18:28 +00:00
|
|
|
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 1.4.0-1
|
|
|
|
- Update to 1.4.0
|
|
|
|
|
2015-03-17 22:32:12 +00:00
|
|
|
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 1.3.6-1
|
|
|
|
- Update to 1.3.6
|
|
|
|
|
2015-03-06 16:50:04 +00:00
|
|
|
* Fri Mar 06 2015 David King <amigadave@amigadave.com> - 1.3.5-1
|
|
|
|
- Update to 1.3.5
|
|
|
|
|
2015-03-03 19:51:03 +00:00
|
|
|
* Tue Mar 03 2015 David King <amigadave@amigadave.com> - 1.3.4-2
|
|
|
|
- Fix checking for giflib
|
2015-03-04 08:20:25 +00:00
|
|
|
- Fix tracker-compat script path (#1198166)
|
2015-03-03 19:51:03 +00:00
|
|
|
|
2015-03-03 20:16:07 +00:00
|
|
|
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 1.3.4-1
|
|
|
|
- Update to 1.3.4
|
2015-03-03 20:19:45 +00:00
|
|
|
- Use license macro for COPYING files
|
2015-03-03 20:16:07 +00:00
|
|
|
|
2015-03-03 18:58:08 +00:00
|
|
|
* Tue Mar 03 2015 Debarshi Ray <rishi@fedoraproject.org> - 1.3.3-2
|
|
|
|
- Backport upstream patch to fix database migration failures (GNOME #743727)
|
|
|
|
|
2015-02-06 09:17:11 +00:00
|
|
|
* Fri Feb 06 2015 David King <amigadave@amigadave.com> - 1.3.3-1
|
|
|
|
- Update to 1.3.3
|
|
|
|
|
2015-01-26 16:13:20 +00:00
|
|
|
* Mon Jan 26 2015 David Tardon <dtardon@redhat.com> - 1.3.2-5
|
|
|
|
- rebuild for ICU 54.1
|
|
|
|
|
2015-01-26 13:31:14 +00:00
|
|
|
* Mon Jan 26 2015 David King <amigadave@amigadave.com> - 1.3.2-4
|
|
|
|
- Use libmediaart-2.0
|
|
|
|
|
2015-01-13 15:10:38 +00:00
|
|
|
* 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)
|
|
|
|
|
2015-01-06 12:54:01 +00:00
|
|
|
* Tue Jan 06 2015 Debarshi Ray <rishi@fedoraproject.org> - 1.3.2-2
|
|
|
|
- Backport upstream patch to fix a crash (GNOME #742391)
|
|
|
|
|
2014-12-19 10:35:08 +00:00
|
|
|
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 1.3.2-1
|
|
|
|
- Update to 1.3.2
|
|
|
|
|
2014-12-10 19:33:09 +00:00
|
|
|
* Wed Dec 10 2014 Matthias Clasen <mclasen@redhat.com> - 1.3.1-2
|
|
|
|
- Fix a crash (#1133042)
|
|
|
|
|
2014-12-03 11:02:28 +00:00
|
|
|
* Wed Dec 03 2014 Kalev Lember <kalevlember@gmail.com> - 1.3.1-1
|
|
|
|
- Update to 1.3.1
|
|
|
|
|
2014-11-28 15:04:40 +00:00
|
|
|
* Fri Nov 28 2014 David King <amigadave@amigadave.com> - 1.3.0-1
|
|
|
|
- Update to 1.3.0
|
|
|
|
|
2014-11-16 15:12:06 +00:00
|
|
|
* Sun Nov 16 2014 Kalev Lember <kalevlember@gmail.com> - 1.2.4-3
|
|
|
|
- Obsolete compat-tracker016 from rhughes-f20-gnome-3-12 copr
|
|
|
|
|
2014-11-10 15:03:17 +00:00
|
|
|
* Mon Nov 10 2014 Debarshi Ray <rishi@fedoraproject.org> - 1.2.4-2
|
|
|
|
- Backport upstream patch to avoid use of setrlimit (RH #1133924)
|
|
|
|
|
2014-11-06 21:46:02 +00:00
|
|
|
* Thu Nov 06 2014 Kalev Lember <kalevlember@gmail.com> - 1.2.4-1
|
|
|
|
- Update to 1.2.4
|
|
|
|
|
2014-11-03 20:13:21 +00:00
|
|
|
* Mon Nov 03 2014 Richard Hughes <richard@hughsie.com> - 1.2.3-2
|
|
|
|
- Fix non-Fedora build
|
|
|
|
|
2014-10-17 12:42:50 +00:00
|
|
|
* Fri Oct 17 2014 Kalev Lember <kalevlember@gmail.com> - 1.2.3-1
|
|
|
|
- Update to 1.2.3
|
|
|
|
|
2014-09-24 17:54:23 +00:00
|
|
|
* 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
|
|
|
|
|
2014-09-24 16:22:49 +00:00
|
|
|
* Wed Sep 24 2014 Kalev Lember <kalevlember@gmail.com> - 1.2.2-1
|
|
|
|
- Update to 1.2.2
|
|
|
|
|
2014-09-23 16:33:33 +00:00
|
|
|
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 1.2.1-1
|
|
|
|
- Update to 1.2.1
|
|
|
|
|
2014-09-22 17:44:01 +00:00
|
|
|
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.2.0-1
|
|
|
|
- Update to 1.2.0
|
|
|
|
|
2014-09-05 18:58:08 +00:00
|
|
|
* Fri Sep 05 2014 Kalev Lember <kalevlember@gmail.com> - 1.1.4-2
|
|
|
|
- Fix tracker-ui-tools obsoletes
|
|
|
|
|
2014-09-05 15:33:26 +00:00
|
|
|
* Fri Sep 05 2014 Kalev Lember <kalevlember@gmail.com> - 1.1.4-1
|
|
|
|
- Update to 1.1.4
|
2014-09-05 16:43:59 +00:00
|
|
|
- Split tracker-needle and tracker-preferences to separate subpackages
|
2014-09-05 15:33:26 +00:00
|
|
|
|
2014-08-26 11:57:45 +00:00
|
|
|
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 1.1.3-2
|
|
|
|
- rebuild for ICU 53.1
|
|
|
|
|
2014-08-19 18:31:41 +00:00
|
|
|
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 1.1.3-1
|
|
|
|
- Update to 1.1.3
|
|
|
|
|
2014-08-18 13:36:51 +00:00
|
|
|
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 1.1.2-4
|
|
|
|
- Rebuilt for upower 0.99.1 soname bump
|
|
|
|
|
2014-08-18 06:15:19 +00:00
|
|
|
* 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
|
|
|
|
|
2014-08-15 22:29:17 +00:00
|
|
|
* Fri Aug 15 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.2-2
|
|
|
|
- Aarch64 now has Thunderbird
|
|
|
|
|
2014-08-13 10:27:34 +00:00
|
|
|
* Wed Aug 13 2014 Kalev Lember <kalevlember@gmail.com> - 1.1.2-1
|
|
|
|
- Update to 1.1.2
|
|
|
|
|
2014-07-28 15:45:48 +00:00
|
|
|
* Mon Jul 28 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.2-4
|
|
|
|
- No Thunderbird on aarch64 until tb-31
|
|
|
|
|
2014-07-27 21:21:09 +00:00
|
|
|
* Sun Jul 27 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.2-3
|
|
|
|
- Revert back to tracker 1.0.2 for now
|
|
|
|
|
2014-07-27 08:18:56 +00:00
|
|
|
* Sun Jul 27 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.1.1-1
|
|
|
|
- 1.1.1 upstream release
|
|
|
|
- spec cleanups
|
|
|
|
|
2014-07-22 18:33:13 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.2-2
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-07-10 14:30:29 +00:00
|
|
|
* Thu Jul 10 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.2-1
|
|
|
|
- Update to 1.0.2
|
|
|
|
|
2014-07-04 15:18:57 +00:00
|
|
|
* Fri Jul 04 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.1-3
|
|
|
|
- Another try at removing the ld.so.conf.d override
|
|
|
|
|
2014-06-08 08:56:22 +00:00
|
|
|
* 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
|
|
|
|
|
2014-05-09 09:23:34 +00:00
|
|
|
* Fri May 09 2014 Debarshi <rishi@fedoraproject.org> - 1.0.1-1
|
|
|
|
- Update to 1.0.1
|
|
|
|
|
2014-03-24 22:32:08 +00:00
|
|
|
* Mon Mar 24 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.0-1
|
|
|
|
- Update to 1.0.0
|
|
|
|
|
2014-03-24 13:14:10 +00:00
|
|
|
* Mon Mar 24 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.8-4
|
|
|
|
- Temporarily add back an empty ld.so conf (#1079775)
|
|
|
|
|
2014-03-22 14:36:41 +00:00
|
|
|
* Sat Mar 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.8-3
|
|
|
|
- Remove .so symlinks for private libraries
|
|
|
|
|
2014-03-22 12:29:28 +00:00
|
|
|
* Sat Mar 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.8-2
|
|
|
|
- Use desktop-file-validate instead of desktop-file-install
|
2014-03-22 12:31:35 +00:00
|
|
|
- Remove ld.so.conf.d override
|
2014-03-22 13:14:47 +00:00
|
|
|
- Update icon cache scriptlets
|
2014-03-22 12:29:28 +00:00
|
|
|
|
2014-03-21 20:42:12 +00:00
|
|
|
* Fri Mar 21 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.8-1
|
|
|
|
- Update to 0.17.8
|
|
|
|
|
2014-03-18 21:14:14 +00:00
|
|
|
* 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
|
2014-03-18 12:09:23 +00:00
|
|
|
- Remove home-made mp3 tag extractor
|
|
|
|
|
2014-03-06 10:55:39 +00:00
|
|
|
* Wed Mar 05 2014 David King <amigadave@amigadave.com> - 0.17.5-2
|
|
|
|
- Remove libsecret-devel BuildRequires
|
|
|
|
- Drop removed --disable-qt configure argument
|
|
|
|
|
2014-03-04 22:25:32 +00:00
|
|
|
* Tue Mar 04 2014 Debarshi Ray <rishi@fedoraproject.org> - 0.17.5-1
|
|
|
|
- Update to 0.17.5
|
|
|
|
|
2014-02-22 17:52:46 +00:00
|
|
|
* Sat Feb 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.4-1
|
|
|
|
- Update to 0.17.4
|
|
|
|
|
2014-02-21 07:46:36 +00:00
|
|
|
* Fri Feb 21 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.3-1
|
|
|
|
- Update to 0.17.3
|
|
|
|
|
2014-02-19 08:36:09 +00:00
|
|
|
* Wed Feb 19 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.2-2
|
|
|
|
- Make the nautilus extension conditional and disable it
|
2014-02-19 09:47:38 +00:00
|
|
|
- Drop the temporary compat-tracker018 subpackage
|
2014-02-19 08:36:09 +00:00
|
|
|
|
2014-02-14 19:18:11 +00:00
|
|
|
* Fri Feb 14 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.2-1
|
|
|
|
- Update to 0.17.2
|
2014-02-14 19:32:18 +00:00
|
|
|
- Create a temporary compat-tracker018 subpackage to ease the transition
|
|
|
|
from 0.18 ABI to 1.0
|
2014-02-14 19:18:11 +00:00
|
|
|
|
2014-02-14 02:21:57 +00:00
|
|
|
* 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)
|
2014-02-14 00:18:13 +00:00
|
|
|
|
2014-02-06 22:48:28 +00:00
|
|
|
* Thu Feb 06 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.1-1
|
|
|
|
- Update to 0.17.1
|
|
|
|
- Drop upstreamed patches
|
|
|
|
|
2013-12-18 16:32:06 +00:00
|
|
|
* Wed Dec 18 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.17.0-1
|
|
|
|
- Update to 0.17.0
|
|
|
|
|
2013-12-03 17:15:09 +00:00
|
|
|
* Tue Dec 03 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.4-2
|
|
|
|
- Strengthen against sqlite failures in FTS functions (Red Hat #1026283)
|
|
|
|
|
2013-11-24 16:28:06 +00:00
|
|
|
* Sun Nov 24 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.4-1
|
|
|
|
- Update to 0.16.4
|
|
|
|
- Re-enable upower support
|
|
|
|
|
2013-11-12 15:13:50 +00:00
|
|
|
* Tue Nov 12 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.3-4
|
|
|
|
- Bump the minimum memory requirement to 768M (GNOME #712142)
|
|
|
|
|
2013-11-03 22:10:07 +00:00
|
|
|
* Mon Nov 04 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.3-3
|
|
|
|
- Unbootstrap
|
|
|
|
|
2013-11-03 21:34:36 +00:00
|
|
|
* Sun Nov 03 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.3-2
|
|
|
|
- Bootstrap
|
|
|
|
|
2013-11-01 21:48:29 +00:00
|
|
|
* Fri Nov 01 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.3-1
|
|
|
|
- Update to 0.16.3
|
2013-11-01 21:51:58 +00:00
|
|
|
- Build with gstreamer 1.0
|
2013-11-03 20:51:42 +00:00
|
|
|
- Temporarily disable upower support
|
2013-11-01 21:48:29 +00:00
|
|
|
|
2013-10-30 11:00:48 +00:00
|
|
|
* Wed Oct 30 2013 Richard Hughes <rhughes@redhat.com> - 0.16.2-5
|
|
|
|
- Rebuild for upower soname bump
|
|
|
|
|
2013-09-19 06:21:23 +00:00
|
|
|
* Thu Sep 19 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.2-4
|
|
|
|
- Unbootstrap
|
|
|
|
|
2013-09-18 22:47:49 +00:00
|
|
|
* Thu Sep 19 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.2-3
|
|
|
|
- Rebuilt for totem-pl-parser soname bump
|
|
|
|
|
2013-08-19 12:58:23 +00:00
|
|
|
* Mon Aug 19 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.2-2
|
|
|
|
- Try removing the dia BuildRequires
|
|
|
|
|
2013-08-04 09:10:01 +00:00
|
|
|
* Sun Aug 04 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.2-1
|
|
|
|
- Update to 0.16.2
|
|
|
|
|
2013-08-04 04:39:23 +00:00
|
|
|
* 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
|
|
|
|
|
2013-06-26 05:22:40 +00:00
|
|
|
* Wed Jun 26 2013 Matthias Clasen <mclasen@redhat.com> 0.16.1-4
|
|
|
|
- Fix typos in man page
|
|
|
|
- Trim %%changelog
|
2013-07-16 11:41:11 +00:00
|
|
|
- Re-dethunderbirdize
|
2013-06-26 05:22:40 +00:00
|
|
|
|
2013-06-22 01:17:28 +00:00
|
|
|
* 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
|
|
|
|
|
2013-05-03 21:09:25 +00:00
|
|
|
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> 0.16.1-1
|
|
|
|
- Update to 0.16.1
|
|
|
|
|
2013-03-20 22:24:32 +00:00
|
|
|
* 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
|
|
|
|
|
2013-02-20 22:11:00 +00:00
|
|
|
* 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).
|
|
|
|
|
2013-02-20 21:25:16 +00:00
|
|
|
* Wed Feb 20 2013 Deji Akingunola <dakingun@gmail.com> 0.15.2-1
|
|
|
|
- Update to 0.15.2 devel release
|
|
|
|
|
2013-01-27 11:12:07 +00:00
|
|
|
* 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
|
|
|
|
|
2013-01-21 16:37:02 +00:00
|
|
|
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 0.14.4-2
|
|
|
|
- rebuild due to "jpeg8-ABI" feature drop
|
|
|
|
|
2012-11-02 04:43:32 +00:00
|
|
|
* 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)
|
|
|
|
|
2012-09-20 14:46:27 +00:00
|
|
|
* 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)
|
|
|
|
|
2012-08-21 20:26:40 +00:00
|
|
|
* Tue Aug 21 2012 Matthias Clasen <mclasen@redhat.com> - 0.14.2-3
|
|
|
|
- Drop obsolete BR on id3lib-devel
|
|
|
|
|
2012-08-15 13:47:28 +00:00
|
|
|
* 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)
|
|
|
|
|
2012-07-30 16:51:54 +00:00
|
|
|
* 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)
|
2012-07-30 17:18:17 +00:00
|
|
|
- Temporarily disable the evolution plugin, fails to build with evo-3.5
|
2012-07-30 16:51:54 +00:00
|
|
|
|
2012-07-22 00:05:50 +00:00
|
|
|
* 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
|
|
|
|
|
2012-07-10 20:20:28 +00:00
|
|
|
* Tue Jul 10 2012 Matthias Clasen <mclasen@redhat.com> - 0.14.1-2
|
|
|
|
- Drop the raptor-devel BR
|
|
|
|
|
2012-05-20 04:57:14 +00:00
|
|
|
* 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)
|
|
|
|
|
2012-05-16 15:49:14 +00:00
|
|
|
* Wed May 16 2012 Marek Kasik <mkasik@redhat.com> - 0.14.0-4
|
|
|
|
- Rebuild (poppler-0.20.0)
|
|
|
|
|
2012-05-02 16:13:04 +00:00
|
|
|
* Wed May 02 2012 Milan Crha <mcrha@redhat.com> - 0.14.0-3
|
|
|
|
- Rebuild against newer evolution-data-server
|
|
|
|
|
2012-04-24 17:00:28 +00:00
|
|
|
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 0.14.0-2
|
|
|
|
- Silence glib-compile-schemas output in rpm scripts
|
|
|
|
|
2012-03-08 13:06:10 +00:00
|
|
|
* Thu Mar 08 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.0-1
|
|
|
|
- Update to 0.14.0
|
|
|
|
|
2012-03-05 15:59:25 +00:00
|
|
|
* Mon Mar 05 2012 Dan Horák <dan[at]danny.cz> - 0.13.1-3
|
|
|
|
- Must call autoreconf because configure.ac is patched
|
|
|
|
|
2012-02-28 00:56:43 +00:00
|
|
|
* 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.
|
|
|
|
|
2012-02-27 21:57:14 +00:00
|
|
|
* Mon Feb 27 2012 Deji Akingunola <dakingun@gmail.com> - 0.13.1-1
|
|
|
|
- Update to 0.13.1
|
|
|
|
|
2012-02-22 10:49:02 +00:00
|
|
|
* 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)
|
|
|
|
|
2012-02-08 11:50:47 +00:00
|
|
|
* 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
|
|
|
|
|
2012-01-27 06:09:55 +00:00
|
|
|
* Fri Jan 27 2012 Deji Akingunola <dakingun@gmail.com> - 0.12.9-1
|
|
|
|
- Update to 0.12.9
|
|
|
|
|
2012-01-14 07:03:19 +00:00
|
|
|
* 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
|
|
|
|
|
2011-12-20 12:17:27 +00:00
|
|
|
* Tue Dec 20 2011 Milan Crha <mcrha@redhat.com> - 0.12.8-3
|
|
|
|
- Rebuild against newer evolution-data-server
|
|
|
|
|
2011-12-14 04:09:25 +00:00
|
|
|
* 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)
|
|
|
|
|
2011-11-27 16:19:15 +00:00
|
|
|
* 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
|
|
|
|
|
2011-11-22 13:47:50 +00:00
|
|
|
* Tue Nov 22 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.7-2
|
|
|
|
- Rebuild for new e-d-s
|
|
|
|
|
2011-10-31 17:22:27 +00:00
|
|
|
* 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
|
|
|
|
|
2011-10-28 18:18:50 +00:00
|
|
|
* Fri Oct 28 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.12.5-2
|
|
|
|
- rebuild(poppler)
|
|
|
|
|
2011-10-19 01:46:10 +00:00
|
|
|
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 0.12.5-1
|
|
|
|
- Update to 0.12.5
|
|
|
|
|
2011-10-11 11:02:52 +00:00
|
|
|
* Tue Oct 11 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.4-2
|
|
|
|
- Rebuild for new poppler 0.18
|
|
|
|
|
2011-10-09 20:51:54 +00:00
|
|
|
* 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
|
|
|
|
|
2011-09-30 09:59:47 +00:00
|
|
|
* Fri Sep 30 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.12.3-2
|
|
|
|
- Rebuilt for new 0.18 poppler
|
|
|
|
|
2011-09-27 13:44:27 +00:00
|
|
|
* Tue Sep 27 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.3-1
|
|
|
|
- Update to 0.12.3 stable release
|
|
|
|
|
2011-09-23 20:37:45 +00:00
|
|
|
* 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
|
|
|
|
|
2011-09-23 18:47:50 +00:00
|
|
|
* 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
|
|
|
|
|
2011-09-19 13:58:37 +00:00
|
|
|
* Mon Sep 19 2011 Marek Kasik <mkasik@redhat.com> - 0.12.0-2
|
|
|
|
- Rebuild (poppler-0.17.3)
|
|
|
|
|
2011-09-09 14:11:02 +00:00
|
|
|
* 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
|
|
|
|
|
2011-09-02 12:07:56 +00:00
|
|
|
* Thu Sep 1 2011 Matthias Clasen <mclasen@redhat.com> - 0.11.2-1
|
|
|
|
- Update to 0.11.2
|
|
|
|
- Drop the evolution miner temporarily
|
|
|
|
|
2011-08-30 14:15:17 +00:00
|
|
|
* Tue Aug 30 2011 Milan Crha <mcrha@redhat.com> - 0.10.24-2
|
|
|
|
- Rebuild against newer evolution-data-server
|
|
|
|
|
2011-08-25 17:20:31 +00:00
|
|
|
* Thu Aug 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.24-1
|
|
|
|
- Update to 0.10.24
|
|
|
|
- Re-enable the evolution plugin
|
|
|
|
|
2011-09-02 12:07:56 +00:00
|
|
|
* 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>
|
2011-07-26 14:35:53 +00:00
|
|
|
- Update to 0.10.21
|
|
|
|
- Temporarily disable the evolution plugin
|
|
|
|
|
2011-07-15 15:29:29 +00:00
|
|
|
* Fri Jul 15 2011 Marek Kasik <mkasik@redhat.com> - 0.10.15-2
|
|
|
|
- Rebuild (poppler-0.17.0)
|
|
|
|
|
2011-06-01 01:32:35 +00:00
|
|
|
* Tue May 31 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.15-1
|
|
|
|
- Update to 0.10.15
|
|
|
|
|
2011-05-13 13:35:44 +00:00
|
|
|
* Fri May 13 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.13-1
|
|
|
|
- Update to 0.10.13
|
|
|
|
|
2011-04-26 19:08:46 +00:00
|
|
|
* 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
|
|
|
|
|
2011-10-11 11:02:52 +00:00
|
|
|
* Tue Apr 12 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.8-2
|
2011-04-12 10:53:32 +00:00
|
|
|
- Rebuild against new gupnp-dlna, build introspection support
|
2011-04-12 09:50:24 +00:00
|
|
|
|
2011-04-09 06:38:17 +00:00
|
|
|
* Sat Apr 09 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.8-1
|
|
|
|
- Update to 0.10.8
|
|
|
|
|
2011-03-27 03:05:59 +00:00
|
|
|
* Sat Mar 26 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.5-1
|
|
|
|
- Update to 0.10.5
|
|
|
|
|
2011-03-13 11:01:25 +00:00
|
|
|
* Sun Mar 13 2011 Marek Kasik <mkasik@redhat.com> - 0.10.3-2
|
|
|
|
- Rebuild (poppler-0.16.3)
|
|
|
|
|
2011-03-11 18:54:33 +00:00
|
|
|
* Fri Mar 11 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.3-1
|
|
|
|
- Update to 0.10.3
|
|
|
|
|
2011-03-10 21:35:46 +00:00
|
|
|
* Thu Mar 10 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.2-1
|
|
|
|
- Update to 0.10.2
|
|
|
|
|
2013-01-27 11:12:07 +00:00
|
|
|
* Thu Feb 17 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.0-1
|
2011-02-18 05:13:05 +00:00
|
|
|
- Update to 0.10.0
|
|
|
|
- Re-enable tracker-search-bar
|
|
|
|
|
2011-02-11 04:05:17 +00:00
|
|
|
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 0.9.37-3
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-02-09 20:32:13 +00:00
|
|
|
* 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
|
|
|
|
|
2011-02-04 15:59:39 +00:00
|
|
|
* 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
|
|
|
|
|
2011-02-02 16:09:41 +00:00
|
|
|
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 0.9.36-2
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-02-02 02:16:22 +00:00
|
|
|
* Tue Feb 01 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.36-1
|
|
|
|
- Update to 0.9.36
|
|
|
|
- Temporarily disable the docs subpackage
|
|
|
|
|
2011-01-26 03:37:25 +00:00
|
|
|
* Tue Jan 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.35-1
|
|
|
|
- Update to 0.9.35
|
|
|
|
- Re-enable gupnp-dlna support
|
|
|
|
|
2011-01-11 04:12:35 +00:00
|
|
|
* Tue Jan 11 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.33-3
|
|
|
|
- Temporarily disable gupnp-dlna.
|
2011-01-11 04:27:31 +00:00
|
|
|
- Update nautilus extensions directory for nautilus-3.x.
|
2011-01-11 04:12:35 +00:00
|
|
|
|
2011-01-10 03:47:40 +00:00
|
|
|
* Sun Jan 9 2011 Matthias Clasen <mclasen@redhat.com> - 0.9.33-2
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-01-04 18:39:02 +00:00
|
|
|
* 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
|
|
|
|
|
2011-01-02 01:33:38 +00:00
|
|
|
* Sat Jan 01 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.9.30-3
|
|
|
|
- rebuild (poppler)
|
|
|
|
|
2010-12-15 20:40:37 +00:00
|
|
|
* Wed Dec 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.9.30-2
|
|
|
|
- rebuild (poppler)
|
|
|
|
|
2013-01-27 11:12:07 +00:00
|
|
|
* Sat Dec 04 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.28-1
|
2010-12-04 05:06:39 +00:00
|
|
|
- Update to 0.9.30
|
|
|
|
|
2010-11-08 02:02:18 +00:00
|
|
|
* Sun Nov 07 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.27-1
|
|
|
|
- Update to 0.9.27
|
|
|
|
|
2010-10-12 16:13:32 +00:00
|
|
|
* Tue Oct 12 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.24-2
|
|
|
|
- Rebuild for evolution-data-server-2.91.0.
|
|
|
|
|
2010-10-08 14:27:12 +00:00
|
|
|
* 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).
|
2010-10-06 20:33:54 +00:00
|
|
|
|
2013-01-27 11:12:07 +00:00
|
|
|
* Tue Sep 28 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.17-3
|
2010-10-01 04:57:34 +00:00
|
|
|
- Rebuild for poppler-0.15.
|
|
|
|
|
2010-09-29 01:16:49 +00:00
|
|
|
* Tue Sep 28 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.17-2
|
|
|
|
- Rebuild for evolution (camel) update.
|
2010-09-29 03:19:36 +00:00
|
|
|
- Apply patch to build with gtk >= 2.90.7
|
2010-09-29 01:16:49 +00:00
|
|
|
|
2010-09-02 16:07:33 +00:00
|
|
|
* Thu Sep 02 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.17-1
|
|
|
|
- Update to 0.8.17 release
|
|
|
|
|
2010-08-20 15:30:31 +00:00
|
|
|
* Fri Aug 20 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.16-1
|
|
|
|
- Update to 0.8.16 release
|
|
|
|
|
2010-08-19 16:50:33 +00:00
|
|
|
* Thu Aug 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.8.15-2
|
|
|
|
- rebuild (poppler)
|
|
|
|
|
2010-07-16 17:14:07 +00:00
|
|
|
* 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
|
|
|
|
|
2010-06-28 17:46:56 +00:00
|
|
|
* Mon Jun 28 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.13-1
|
|
|
|
- Update to 0.8.13 release
|
|
|
|
|
2010-06-22 14:34:14 +00:00
|
|
|
* Tue Jun 22 2010 Matthias Clasen <mclasen@redhat.com> - 0.8.11-2
|
|
|
|
- Rebuild against new poppler
|
|
|
|
|
2010-06-16 22:55:29 +00:00
|
|
|
* Tue Jun 15 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.11-1
|
|
|
|
- Update to 0.8.11 release
|
2010-07-16 17:14:07 +00:00
|
|
|
- Adapt to EDS Camel API changes (Convert CamelObject events to GObject signals), patch not tested yet.
|
2010-06-16 22:55:29 +00:00
|
|
|
|
|
|
|
* Thu May 27 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.9-1
|
|
|
|
- Update to 0.8.9 release
|
|
|
|
|
2010-05-07 04:17:00 +00:00
|
|
|
* 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.
|
2010-07-16 17:14:07 +00:00
|
|
|
- Patch to build with eds-2.31.1 (Camel headers locked down)
|
2010-05-07 04:17:00 +00:00
|
|
|
|
2010-04-29 17:41:09 +00:00
|
|
|
* Thu Apr 29 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.4-1
|
|
|
|
- Update to 0.8.4 release
|
|
|
|
|
2010-04-19 17:04:48 +00:00
|
|
|
* Mon Apr 19 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.2-1
|
|
|
|
- Update to 0.8.2 release
|
|
|
|
|
2010-04-01 18:25:07 +00:00
|
|
|
* Thu Apr 01 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.0-1
|
|
|
|
- Update to 0.8.0 release
|
|
|
|
|
2010-03-25 20:41:24 +00:00
|
|
|
* Thu Mar 25 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.28-1
|
|
|
|
- Update to 0.7.28 release
|
|
|
|
|
2010-03-11 18:17:20 +00:00
|
|
|
* Thu Mar 11 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.25-1
|
|
|
|
- Update to 0.7.25 release
|
|
|
|
|
2010-03-03 16:08:51 +00:00
|
|
|
* Tue Mar 02 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.23-1
|
|
|
|
- Update to 0.7.23 release
|
2010-01-22 00:02:56 +00:00
|
|
|
|
2009-08-30 02:40:46 +00:00
|
|
|
* 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)
|
|
|
|
|
2009-07-27 06:13:37 +00:00
|
|
|
* 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
|
|
|
|
|
2009-06-04 09:39:50 +00:00
|
|
|
* Thu Jun 04 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.95-2
|
|
|
|
- Ship the manpages in the appropriate sub-packages (Fedora bug #479278)
|
|
|
|
|
2009-05-29 12:44:43 +00:00
|
|
|
* Fri May 22 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.95-1
|
|
|
|
- Update to 0.6.95 release
|
|
|
|
|
2009-05-01 18:55:25 +00:00
|
|
|
* Fri May 01 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.94-1
|
|
|
|
- Update to 0.6.94 release
|
|
|
|
|
2009-04-11 02:15:59 +00:00
|
|
|
* Thu Apr 09 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.93-1
|
|
|
|
- Update to 0.6.93 release
|
|
|
|
|
2013-01-27 11:12:07 +00:00
|
|
|
* Sat Mar 28 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.92-1
|
2009-03-29 00:35:11 +00:00
|
|
|
- Update to 0.6.92 release
|
|
|
|
|
2009-03-13 18:04:27 +00:00
|
|
|
* Fri Mar 13 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.91-1
|
|
|
|
- Update to 0.6.91 release
|
2009-02-13 00:42:17 +00:00
|
|
|
|
2009-02-10 03:18:10 +00:00
|
|
|
* Mon Feb 09 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.90-1
|
|
|
|
- New release, with tons of changes
|
|
|
|
|
2008-12-23 15:37:24 +00:00
|
|
|
* Tue Dec 23 2008 - Caolán McNamara <caolanm@redhat.com> - 0.6.6-10
|
|
|
|
- make build
|
|
|
|
|
2008-12-15 21:56:01 +00:00
|
|
|
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-9
|
|
|
|
- Add libtool BR
|
|
|
|
|
2008-12-15 21:43:09 +00:00
|
|
|
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-8
|
|
|
|
- Update patch to actually apply, way to do releases often
|
|
|
|
|
2008-12-15 20:58:57 +00:00
|
|
|
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-7
|
|
|
|
- Add patch to port to GMime 2.4
|
|
|
|
|
2008-12-10 00:54:16 +00:00
|
|
|
* Wed Dec 10 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-6
|
|
|
|
- Rebuild for gmime dependency
|
|
|
|
|
2008-12-01 15:00:54 +00:00
|
|
|
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.6.6-5
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-11-28 15:45:13 +00:00
|
|
|
* Fri Nov 28 2008 Caolán McNamara <caolanm@redhat.com> - 0.6.6-4
|
|
|
|
- rebuild for dependancies
|
|
|
|
|
2008-06-05 13:18:39 +00:00
|
|
|
* Thu Jun 05 2008 Caolán McNamara <caolanm@redhat.com> - 0.6.6-3
|
|
|
|
- rebuild for dependancies
|
|
|
|
|
2008-03-14 18:40:17 +00:00
|
|
|
* 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)
|
|
|
|
|
2008-03-03 05:06:39 +00:00
|
|
|
* Sun Mar 02 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.6-1
|
|
|
|
- New release 0.6.6
|
|
|
|
|
2008-02-28 05:55:33 +00:00
|
|
|
* Thu Feb 28 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.5-1
|
|
|
|
- New release 0.6.5
|
|
|
|
|
2008-02-22 21:11:58 +00:00
|
|
|
* 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)
|
|
|
|
|
2008-02-11 04:52:16 +00:00
|
|
|
* Sun Feb 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-6
|
|
|
|
- Rebuild for gcc43
|
|
|
|
|
2008-01-27 22:16:09 +00:00
|
|
|
* Thu Jan 24 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-5
|
|
|
|
- Backport assorted fixes from upstream svn (Fix Fedora bug 426060)
|
|
|
|
|
2008-01-21 18:07:33 +00:00
|
|
|
* Mon Jan 21 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-4
|
|
|
|
- Now require the externally packaged o3read to provide o3totxt
|
|
|
|
|
2007-12-18 03:27:28 +00:00
|
|
|
* Fri Dec 14 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.4-3
|
|
|
|
- Undo the patch, seems to be issues (bug #426060)
|
|
|
|
|
2007-12-15 03:53:53 +00:00
|
|
|
* Fri Dec 14 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.4-2
|
|
|
|
- Backport crasher fixes from upstream svn trunk
|
|
|
|
|
2013-01-27 11:12:07 +00:00
|
|
|
* Tue Dec 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.4-1
|
2007-12-11 19:58:25 +00:00
|
|
|
- Version 0.6.4
|
|
|
|
|
2007-12-05 05:02:16 +00:00
|
|
|
* Tue Dec 04 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.3-3
|
|
|
|
- Rebuild for exempi-1.99.5
|
|
|
|
|
2007-11-25 16:58:52 +00:00
|
|
|
* Sun Nov 25 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.6.3-2
|
|
|
|
- Add missing gtk+ icon cache scriptlets.
|
|
|
|
|
2007-09-26 03:45:04 +00:00
|
|
|
* Tue Sep 25 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.3-1
|
|
|
|
- Version 0.6.3
|
|
|
|
|
2007-09-11 19:52:50 +00:00
|
|
|
* 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)
|
|
|
|
|
2007-09-06 00:31:22 +00:00
|
|
|
* Wed Sep 05 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.2-1
|
|
|
|
- Version 0.6.2
|
|
|
|
|
2007-08-25 12:24:50 +00:00
|
|
|
* Sat Aug 25 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.1-2
|
|
|
|
- Rebuild
|
|
|
|
|
2007-08-08 23:47:52 +00:00
|
|
|
* Wed Aug 08 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.1-1
|
|
|
|
- Update to 0.6.1
|
|
|
|
|
2007-08-03 18:25:19 +00:00
|
|
|
* Fri Aug 03 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.0-3
|
|
|
|
- License tag update
|
|
|
|
|
2007-07-25 17:28:15 +00:00
|
|
|
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 0.6.0-2.1
|
|
|
|
- rebuild for toolchain bug
|
|
|
|
|
2007-07-24 02:24:50 +00:00
|
|
|
* Mon Jul 23 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.0-1
|
|
|
|
- Update to 0.6.0
|
2007-07-24 02:53:41 +00:00
|
|
|
- Manually specify path to deskbar-applet handler directory, koji can't find it
|
2007-02-13 20:08:59 +00:00
|
|
|
|
2007-01-29 23:22:08 +00:00
|
|
|
* 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
|
|
|
|
|
2007-01-27 19:20:11 +00:00
|
|
|
* Sat Jan 27 2007 Deji Akingunola <dakingun@gmail.com> - 0.5.4-1
|
|
|
|
- Update to 0.5.4
|
|
|
|
|
2006-12-26 14:07:51 +00:00
|
|
|
* Tue Dec 26 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.3-1
|
|
|
|
- Update to 0.5.3
|
|
|
|
|
2006-11-27 23:19:59 +00:00
|
|
|
* Mon Nov 27 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.2-2
|
|
|
|
- Apply patch on Makefile.am instead of Makefile.in
|
2006-11-28 00:06:49 +00:00
|
|
|
- Add libtool to BR
|
2006-11-27 23:19:59 +00:00
|
|
|
|
2006-11-21 07:43:59 +00:00
|
|
|
* Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.2-1
|
|
|
|
- Update to 0.5.2
|
|
|
|
|
2006-11-09 16:08:21 +00:00
|
|
|
* 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
|