Accepting request 531699 from GNOME:Factory
update to 2.0.1 (forwarded request 531596 from dimstar) OBS-URL: https://build.opensuse.org/request/show/531699 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=102
This commit is contained in:
commit
0dcb14d375
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efc3af5b44461ec938af0622fe8eacbf0c7abbadce32ae55df28c9d4b4b1ff6c
|
||||
size 2894876
|
3
tracker-2.0.1.tar.xz
Normal file
3
tracker-2.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac5c9f4dbb0741af5877ae2818d8c053aa9a431477a924a17976bb7e44411e47
|
||||
size 2896984
|
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 5 10:23:08 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.0.1:
|
||||
+ libtracker-fts: Fix FTS queries that included stop words.
|
||||
+ libtracker-sparql: Fix introspection annotations for
|
||||
TrackerNotifier.
|
||||
+ libtracker-miner:
|
||||
- Fix cancellation of TrackerDecorator.
|
||||
- Several fixes to causes of nie:url UNIQUE constraint errors,
|
||||
and better resilience against prior stale data.
|
||||
+ Meson fixes.
|
||||
+ Compiler warning fixes.
|
||||
+ Updated translations.
|
||||
- Drop tracker-libtracker-fixes.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 23 19:12:06 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define TrackerAPI 2.0
|
||||
%define RPMTrackerAPI 2_0
|
||||
Name: tracker
|
||||
Version: 2.0.0
|
||||
Version: 2.0.1
|
||||
Release: 0
|
||||
Summary: Object database, tag/metadata database, search tool and indexer
|
||||
License: GPL-2.0+
|
||||
@ -29,8 +29,6 @@ Url: http://projects.gnome.org/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
|
||||
# PATCH-FIX-UPSTREAM tracker-libtracker-fixes.patch bgo#787452 zaitor@opensuse.org -- Fix various bugs in libtracker
|
||||
Patch1: tracker-libtracker-fixes.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glib2-devel >= 2.44.0
|
||||
@ -220,7 +218,6 @@ This subpackage contains the headers to make use of its libraries.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%if !0%{?is_opensuse}
|
||||
translation-update-upstream
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user