forked from pool/tracker
Accepting request 518574 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/518574 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=99
This commit is contained in:
commit
01573da1bc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ebeb42ef982d0e45c8b8eea8440dcd1c06cd04c7974440a2012942552882bffd
|
|
||||||
size 5047740
|
|
3
tracker-1.12.3.tar.xz
Normal file
3
tracker-1.12.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:23ce943878c1165c3f52fe97150c71708ebfbb5da3020e9a7247ad4f5120f8d6
|
||||||
|
size 5053768
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 22 17:32:24 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.12.3:
|
||||||
|
+ Mandate that SQLite >= 3.20.0 must have --enable-fts5. SQLite
|
||||||
|
devs made forwards and backwards incompatible changes to the
|
||||||
|
FTS5 module, it is not sustainable anymore to ship a FTS5
|
||||||
|
module for all combinations. The current FTS5 module in Tracker
|
||||||
|
is preserved for older SQLite versions.
|
||||||
|
+ Fix typo in userguides miner DBus name, fixes spam on journald
|
||||||
|
trying to start it up.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 7 19:15:48 UTC 2017 - zaitor@opensuse.org
|
Mon Aug 7 19:15:48 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
# Do not edit this auto generated file! Edit tracker.spec.
|
# Do not edit this auto generated file! Edit tracker.spec.
|
||||||
Name: tracker-extras
|
Name: tracker-extras
|
||||||
%define _name tracker
|
%define _name tracker
|
||||||
Version: 1.12.2
|
Version: 1.12.3
|
||||||
Release: 0
|
Release: 0
|
||||||
%define TrackerAPI 1.0
|
%define TrackerAPI 1.0
|
||||||
%define RPMTrackerAPI 1_0
|
%define RPMTrackerAPI 1_0
|
||||||
@ -49,7 +49,7 @@ Summary: Object database, tag/metadata database, search tool and indexer
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Other
|
Group: Productivity/Other
|
||||||
Url: http://projects.gnome.org/tracker/
|
Url: http://projects.gnome.org/tracker/
|
||||||
Source0: http://download.gnome.org/sources/tracker/1.12/%{_name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/tracker/1.12/%{_name}-%{version}.tar.xz
|
||||||
# Needed for patch0: we need to bootstrap
|
# Needed for patch0: we need to bootstrap
|
||||||
Source2: README.SUSE.rss
|
Source2: README.SUSE.rss
|
||||||
# PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs
|
# PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 22 17:32:24 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.12.3:
|
||||||
|
+ Mandate that SQLite >= 3.20.0 must have --enable-fts5. SQLite
|
||||||
|
devs made forwards and backwards incompatible changes to the
|
||||||
|
FTS5 module, it is not sustainable anymore to ship a FTS5
|
||||||
|
module for all combinations. The current FTS5 module in Tracker
|
||||||
|
is preserved for older SQLite versions.
|
||||||
|
+ Fix typo in userguides miner DBus name, fixes spam on journald
|
||||||
|
trying to start it up.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 7 19:15:48 UTC 2017 - zaitor@opensuse.org
|
Mon Aug 7 19:15:48 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
Name: tracker
|
Name: tracker
|
||||||
%define _name tracker
|
%define _name tracker
|
||||||
Version: 1.12.2
|
Version: 1.12.3
|
||||||
Release: 0
|
Release: 0
|
||||||
%define TrackerAPI 1.0
|
%define TrackerAPI 1.0
|
||||||
%define RPMTrackerAPI 1_0
|
%define RPMTrackerAPI 1_0
|
||||||
@ -48,7 +48,7 @@ Summary: Object database, tag/metadata database, search tool and indexer
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Other
|
Group: Productivity/Other
|
||||||
Url: http://projects.gnome.org/tracker/
|
Url: http://projects.gnome.org/tracker/
|
||||||
Source0: http://download.gnome.org/sources/tracker/1.12/%{_name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/tracker/1.12/%{_name}-%{version}.tar.xz
|
||||||
# Needed for patch0: we need to bootstrap
|
# Needed for patch0: we need to bootstrap
|
||||||
Source2: README.SUSE.rss
|
Source2: README.SUSE.rss
|
||||||
# PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs
|
# PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user