Accepting request 1111878 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1111878 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=159
This commit is contained in:
commit
b51008c5fe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1466c8b0897be5d9e056d87e10ad58927b588033f01af2f1a656a8921c3a28ee
|
||||
size 2569412
|
BIN
tracker-3.6.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
tracker-3.6.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 16 15:35:51 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.6.0:
|
||||
+ Use BM25 as ranking algorithm.
|
||||
+ Better and more cohesive documentation.
|
||||
+ Add tracker_batch_add_rdf() API call to insert RDF data as part
|
||||
of an update batch.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 6 03:34:06 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||
|
||||
- Update to version 3.6.rc:
|
||||
+ Updated documentation.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 10:54:43 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- 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 <bjorn.lie@gmail.com>
|
||||
|
||||
- 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 <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -21,13 +21,13 @@
|
||||
%define RPMTrackerAPI 3_0
|
||||
|
||||
Name: tracker
|
||||
Version: 3.5.3
|
||||
Version: 3.6.0
|
||||
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.*
|
||||
|
Loading…
Reference in New Issue
Block a user