diff --git a/tracker-3.5.3.tar.xz b/tracker-3.5.3.tar.xz deleted file mode 100644 index 9d94e6a..0000000 --- a/tracker-3.5.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1466c8b0897be5d9e056d87e10ad58927b588033f01af2f1a656a8921c3a28ee -size 2569412 diff --git a/tracker-3.6.rc.tar.xz b/tracker-3.6.rc.tar.xz new file mode 100644 index 0000000..7e0aa7f --- /dev/null +++ b/tracker-3.6.rc.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d24669efb5458ecb23eeb518ad648af2615fe61d5469f92009e42105438d76c +size 2560272 diff --git a/tracker.changes b/tracker.changes index c00d644..9c88d23 100644 --- a/tracker.changes +++ b/tracker.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed Sep 6 03:34:06 UTC 2023 - Luciano Santos + +- Update to version 3.6.rc: + + Updated documentation. + + Updated translations. + +------------------------------------------------------------------- +Fri Aug 11 10:54:43 UTC 2023 - Bjørn Lie + +- Update to version 3.6.beta: + + Use BM25 as FTS ranking algorithm. + + Add tracker_batch_add_rdf() call to add RDF as a batch + operation. + + Fix warnings with newer glib. + + Adapt tests to SQLite >= 3.42. + + Build improvements. + + Updated translations. + +------------------------------------------------------------------- +Fri Jul 7 19:07:51 UTC 2023 - Bjørn Lie + +- Update to version 3.6.alpha: + + Improved threading guarantees of TrackerNotifier signal + callbacks. + + Add tracker-await-file tool to trackertestutils. + + A number of build system fixes. + ------------------------------------------------------------------- Thu Jun 1 14:24:22 UTC 2023 - Bjørn Lie diff --git a/tracker.spec b/tracker.spec index c6766b9..56a811e 100644 --- a/tracker.spec +++ b/tracker.spec @@ -21,13 +21,13 @@ %define RPMTrackerAPI 3_0 Name: tracker -Version: 3.5.3 +Version: 3.6.rc Release: 0 Summary: Object database, tag/metadata database, search tool and indexer License: GPL-2.0-or-later Group: Productivity/Other URL: https://wiki.gnome.org/Projects/Tracker -Source0: https://download.gnome.org/sources/tracker/3.5/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/tracker/3.6/%{name}-%{version}.tar.xz BuildRequires: asciidoc BuildRequires: fdupes @@ -195,7 +195,6 @@ mkdir %{buildroot}%{_datadir}/tracker3/domain-ontologies %files -n tracker-data-files %dir %{_datadir}/tracker3/domain-ontologies %{_datadir}/tracker3/ontologies/ -%{_datadir}/tracker3/stop-words/ %files -n libtracker-sparql-%{RPMTrackerAPI}-0 %{_libdir}/libtracker-sparql*.so.*