From 8c9ac588cc609f26962a11b097e2ce5426de9252a5c03ea88d6366a580430cb9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 21 Nov 2017 15:38:45 +0000 Subject: [PATCH] Accepting request 542604 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/542604 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=136 --- tracker-2.0.1.tar.xz | 3 --- tracker-2.0.2.tar.xz | 3 +++ tracker.changes | 18 ++++++++++++++++++ tracker.spec | 10 +++++----- 4 files changed, 26 insertions(+), 8 deletions(-) delete mode 100644 tracker-2.0.1.tar.xz create mode 100644 tracker-2.0.2.tar.xz diff --git a/tracker-2.0.1.tar.xz b/tracker-2.0.1.tar.xz deleted file mode 100644 index 001c593..0000000 --- a/tracker-2.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac5c9f4dbb0741af5877ae2818d8c053aa9a431477a924a17976bb7e44411e47 -size 2896984 diff --git a/tracker-2.0.2.tar.xz b/tracker-2.0.2.tar.xz new file mode 100644 index 0000000..16cc594 --- /dev/null +++ b/tracker-2.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece71a56c29151a76fc1b6e43c15dd1b657b37162dc948fa2487faf5ddb47fda +size 2894680 diff --git a/tracker.changes b/tracker.changes index 12cec84..ebf7c40 100644 --- a/tracker.changes +++ b/tracker.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Nov 16 03:46:47 UTC 2017 - luc14n0@linuxmail.org + +- Update to version 2.0.2: + + tests: Cleanups and Coverity fixes. A testsuite for + libtracker-miner's TrackerMinerFS object was added. + + meson: Many small improvements. + + libtracker-common: Preparation work to be able to build + tracker/tracker-miners as a bundle. + + libtracker-direct: Implement update_array_async() + + libtracker-miner: + - Multiple cleanups and code simplifications. + - Properly honor lack of CHECK_MTIME flag, resulting on faster + startup times if it's not set. + + Updated translations. +- Update Url to https://wiki.gnome.org/Projects/Tracker: current + Tracker's web page. + ------------------------------------------------------------------- Thu Oct 5 10:23:08 UTC 2017 - dimstar@opensuse.org diff --git a/tracker.spec b/tracker.spec index 79c39e1..d1ee2c6 100644 --- a/tracker.spec +++ b/tracker.spec @@ -20,12 +20,12 @@ %define TrackerAPI 2.0 %define RPMTrackerAPI 2_0 Name: tracker -Version: 2.0.1 +Version: 2.0.2 Release: 0 Summary: Object database, tag/metadata database, search tool and indexer License: GPL-2.0+ Group: Productivity/Other -Url: http://projects.gnome.org/tracker/ +Url: https://wiki.gnome.org/Projects/Tracker Source0: http://download.gnome.org/sources/tracker/2.0/%{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 @@ -34,14 +34,14 @@ BuildRequires: gcc-c++ BuildRequires: glib2-devel >= 2.44.0 BuildRequires: gobject-introspection-devel BuildRequires: intltool -BuildRequires: libicu-devel +BuildRequires: libicu-devel >= 4.8.1.1 # Needed for patch0 BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: python3 BuildRequires: sqlite3-devel >= 3.7.15 BuildRequires: update-desktop-files -BuildRequires: vala >= 0.12.0 +BuildRequires: vala >= 0.18.0 BuildRequires: zlib-devel BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(json-glib-1.0) >= 1.0 @@ -49,7 +49,7 @@ BuildRequires: pkgconfig(libnm-glib) >= 0.8 BuildRequires: pkgconfig(libseccomp) >= 2.0 BuildRequires: pkgconfig(libsoup-2.4) >= 2.40 BuildRequires: pkgconfig(libxml-2.0) >= 2.6 -BuildRequires: pkgconfig(upower-glib) +BuildRequires: pkgconfig(upower-glib) >= 0.9.0 BuildRequires: pkgconfig(uuid) Recommends: %{name}-lang # We want to index files by default, if possible