From edaa42b26d3a08a41f2316cfb6415c58b21987f1b9e010093e98c61a45ce58ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 24 Aug 2017 16:46:10 +0000 Subject: [PATCH] Accepting request 518180 from home:Zaitor:branches:GNOME:Factory I was expecting issues since I saw we had 3.20 version of sqllite, and from my quick glance in that spec, it seemed to miss the needed --enable-fts5 thing, but noticed that there was a patch in out package - So since configure is happy (see buildlog), I suppose we can go ahead with this one like this. Resub with tiny tweak. - 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. - 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. OBS-URL: https://build.opensuse.org/request/show/518180 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=127 --- tracker-1.12.2.tar.xz | 3 --- tracker-1.12.3.tar.xz | 3 +++ tracker-extras.changes | 12 ++++++++++++ tracker-extras.spec | 4 ++-- tracker.changes | 12 ++++++++++++ tracker.spec | 4 ++-- 6 files changed, 31 insertions(+), 7 deletions(-) delete mode 100644 tracker-1.12.2.tar.xz create mode 100644 tracker-1.12.3.tar.xz diff --git a/tracker-1.12.2.tar.xz b/tracker-1.12.2.tar.xz deleted file mode 100644 index 1dc02ab..0000000 --- a/tracker-1.12.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebeb42ef982d0e45c8b8eea8440dcd1c06cd04c7974440a2012942552882bffd -size 5047740 diff --git a/tracker-1.12.3.tar.xz b/tracker-1.12.3.tar.xz new file mode 100644 index 0000000..f745c17 --- /dev/null +++ b/tracker-1.12.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ce943878c1165c3f52fe97150c71708ebfbb5da3020e9a7247ad4f5120f8d6 +size 5053768 diff --git a/tracker-extras.changes b/tracker-extras.changes index 9358e8f..19338e5 100644 --- a/tracker-extras.changes +++ b/tracker-extras.changes @@ -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 diff --git a/tracker-extras.spec b/tracker-extras.spec index 03be427..d549d89 100644 --- a/tracker-extras.spec +++ b/tracker-extras.spec @@ -41,7 +41,7 @@ # Do not edit this auto generated file! Edit tracker.spec. Name: tracker-extras %define _name tracker -Version: 1.12.2 +Version: 1.12.3 Release: 0 %define TrackerAPI 1.0 %define RPMTrackerAPI 1_0 @@ -49,7 +49,7 @@ Summary: Object database, tag/metadata database, search tool and indexer License: GPL-2.0+ Group: Productivity/Other 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 Source2: README.SUSE.rss # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs diff --git a/tracker.changes b/tracker.changes index 9358e8f..19338e5 100644 --- a/tracker.changes +++ b/tracker.changes @@ -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 diff --git a/tracker.spec b/tracker.spec index 80c6a60..822d9cc 100644 --- a/tracker.spec +++ b/tracker.spec @@ -40,7 +40,7 @@ Name: tracker %define _name tracker -Version: 1.12.2 +Version: 1.12.3 Release: 0 %define TrackerAPI 1.0 %define RPMTrackerAPI 1_0 @@ -48,7 +48,7 @@ Summary: Object database, tag/metadata database, search tool and indexer License: GPL-2.0+ Group: Productivity/Other 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 Source2: README.SUSE.rss # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs