diff --git a/tracker-3.0.3.tar.xz b/tracker-3.0.3.tar.xz deleted file mode 100644 index b3fd56f..0000000 --- a/tracker-3.0.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f5c84ab3be1eda520501b2aed7221616a0cf152910c537757b538bc05effca3 -size 1418644 diff --git a/tracker-3.1.0.tar.xz b/tracker-3.1.0.tar.xz new file mode 100644 index 0000000..1c481a4 --- /dev/null +++ b/tracker-3.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca55eb95758747ef802af4b31fc085a8d56fb9f6d003be8fd3e91e32d2e42875 +size 1434364 diff --git a/tracker.changes b/tracker.changes index 7705ad3..21d813a 100644 --- a/tracker.changes +++ b/tracker.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Tue Mar 23 09:24:03 UTC 2021 - Dominique Leuenberger + +- Update to version 3.1.0: + + Add build-time warning for SQLite 3.35. + + Workaround other SQLite 3.35 bug. + +------------------------------------------------------------------- +Thu Mar 18 09:06:31 UTC 2021 - Dominique Leuenberger + +- Update to version 3.1.0.rc: + + Add tracker_sparql_connection_bus_new_async(). + + Fix TrackerNotifier signal subscriptions across the portal. + + Fix race condition / crash when performing SELECT queries. + + Propagate errors better when updating the database. + + Do not miss valid prefixed names in TrackerResource. + + Sparql 1.1 correctness fixes. + + Handle nesting of multivalued property functions. + + CI improvements in JUnit test results. + +------------------------------------------------------------------- +Tue Feb 16 10:35:31 UTC 2021 - Dominique Leuenberger + +- Update to version 3.1.0.beta: + + Fix possible crash in fts:offsets function. + + Handle variables as service URIs, e.g. + SERVICE ?s { ... } VALUES ?s { ... }. + + Add more g-i-r annotations. + + Improve ellipsizing in CLI tools. + + Updated translations. + +------------------------------------------------------------------- +Sat Jan 16 13:17:53 UTC 2021 - Dominique Leuenberger + +- Update to version 3.1.0.alpha: + + Add TrackerBatch, object made to hold multiple updates + (in SPARQL string form, or TrackerResource) that will + be performed atomically. + + Add TrackerEndpointHttp, a TrackerEndpoint subclass to + implement a (readonly) SPARQL HTTP endpoint as per + https://www.w3.org/TR/2013/REC-sparql11-protocol-20130321/. + + Add tracker:strip-punctuation SPARQL function. + + Specify that nfo:duration is expressed in seconds. + + Fix portal initialization order. + + Improve TTL parser. + + Improve date/time parsing. + + Make handling of large series of UPDATEs iteratively + to avoid stack size limits. + + Improve parallelization of queries. + + Optimize idempotent DELETE operations. + + Optimize insert operations. + + Optimize database resource refcount management. + + Fix tracker_notifier_signal_subscribe annotation. + + Fix possible race conditions handling ontology objects. + + Handle NULL arguments in tracker:uri-is-parent. + + Avoid FTS5 table inconsistency with SQLite >= 3.34.0. + ------------------------------------------------------------------- Mon Jan 11 06:33:00 UTC 2021 - Bjørn Lie diff --git a/tracker.spec b/tracker.spec index e8ab25d..a4adb38 100644 --- a/tracker.spec +++ b/tracker.spec @@ -21,13 +21,13 @@ %define RPMTrackerAPI 3_0 Name: tracker -Version: 3.0.3 +Version: 3.1.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.0/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/tracker/3.1/%{name}-%{version}.tar.xz BuildRequires: asciidoc BuildRequires: fdupes