From b48c3288473fc645a7e3d53f14301fad107da01b0cfd46ec1a65b77c8e717a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 26 Jul 2018 22:57:31 +0000 Subject: [PATCH] Accepting request 625015 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/625015 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=150 --- tracker-2.0.4.tar.xz | 3 --- tracker-2.1.0.tar.xz | 3 +++ tracker.changes | 21 +++++++++++++++++++++ tracker.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 tracker-2.0.4.tar.xz create mode 100644 tracker-2.1.0.tar.xz diff --git a/tracker-2.0.4.tar.xz b/tracker-2.0.4.tar.xz deleted file mode 100644 index f123e5d..0000000 --- a/tracker-2.0.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce2f0db52666592d313a04ce14663110eafa8ab08dc213b53e790281362dccd5 -size 2607728 diff --git a/tracker-2.1.0.tar.xz b/tracker-2.1.0.tar.xz new file mode 100644 index 0000000..052f10f --- /dev/null +++ b/tracker-2.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac55db4368acf877a2d897e262b8ff0de7cc37eedd18918981eaab6182bd06fb +size 2590324 diff --git a/tracker.changes b/tracker.changes index 3e04ac6..22c0922 100644 --- a/tracker.changes +++ b/tracker.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Jul 24 08:54:28 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 2.1.0: + + Brown paper bag release: All features from unreleased 2.0.5 + apply. + + One feature was missed: TrackerResource is now able to output + JSON-LD. This is a new API call, so a minor bump should happen + as per Semantic Versioning. +- Changes from version 2.0.5: + + build: + - Make tarballs able to build with meson. Future releases will + eventually phase out Autotools. + - Various meson build fixes + + tests: Many fixes to functional tests. + + libtracker-miner: Fixed race conditions that may result in + spurious "parent not indexed yet" warnings. + + libtracker-direct: Majorly rewritten. + + tracker-store: Streamlined to use a libtracker-direct + connection instead of reimplementing most of it. + ------------------------------------------------------------------- Tue Jun 26 02:56:27 UTC 2018 - luc14n0@linuxmail.org diff --git a/tracker.spec b/tracker.spec index 1c92f94..9ec4554 100644 --- a/tracker.spec +++ b/tracker.spec @@ -22,13 +22,13 @@ # FIXME: At every release switch on meson use and try to fix it, if the build succeeds remove this conditional. %bcond_with meson Name: tracker -Version: 2.0.4 +Version: 2.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: http://download.gnome.org/sources/tracker/2.0/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/tracker/2.1/%{name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs Patch0: tracker-extract-private.patch BuildRequires: fdupes