From 8da8f9a2134ea945486da036e80ebf219105905ba6a971bfb822a4f29f90ec87 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 19 Feb 2016 15:00:46 +0000 Subject: [PATCH 1/5] Accepting request 360420 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360420 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=87 --- tracker-1.6.1.tar.xz | 3 -- tracker-1.7.3.tar.xz | 3 ++ tracker-extras.changes | 76 ++++++++++++++++++++++++++++++++++++++++++ tracker-extras.spec | 13 ++------ tracker.changes | 76 ++++++++++++++++++++++++++++++++++++++++++ tracker.spec | 13 ++------ 6 files changed, 161 insertions(+), 23 deletions(-) delete mode 100644 tracker-1.6.1.tar.xz create mode 100644 tracker-1.7.3.tar.xz diff --git a/tracker-1.6.1.tar.xz b/tracker-1.6.1.tar.xz deleted file mode 100644 index 1686eb0..0000000 --- a/tracker-1.6.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:653ed73f4f454b836df56bec1f1141c7a8d77cbeba97ea1e38df9f60a5f0c1ed -size 4905544 diff --git a/tracker-1.7.3.tar.xz b/tracker-1.7.3.tar.xz new file mode 100644 index 0000000..69aa14c --- /dev/null +++ b/tracker-1.7.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f61e792db47035fda8524a65a661274fe75b9f8dd3b70ca4c00ae561a4c911 +size 4920820 diff --git a/tracker-extras.changes b/tracker-extras.changes index 9d82831..242081e 100644 --- a/tracker-extras.changes +++ b/tracker-extras.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Tue Feb 16 09:32:22 UTC 2016 - dimstar@opensuse.org + +- Update to version 1.7.3: + + libtracker-miner: + - Many indexing fixes leading to stale elements in the + database. If "UNIQUE constraint failed: + nie:DataObject.nie:url" errors are seen in journald, running + tracker-miner-fs once with the + TRACKER_MINER_FORCE_CHECK_UPDATED envvar is recommended. you + will need to terminate miners before that with + tracker daemon -t. + - Do not insert partial/empty sparql on error. + - Pass a builder in UPDATE state to + TrackerMinerFS::remove-file. + - Remove children recursively from queues on directory deleted. + - Fix generated Sparql query in + sparql_contents_compose_query(). + - Fix some memory leaks of TrackerTask. + - Invalidate files iri recursively in case of file removal. + - Reset of reentry counter is not needed anymore. + + libtracker-fts: Fix invalid blob length calculation. + + libtracker-common: Use guint64 for free space calculations. + + libtracker-data, docs, libtracker-miner: Fix compile warnings. + + libtracker-data: + - misc code fixes. + - Fix g_warning() missing argument. + + Update AppData to spec version 0.7+. + + Updated translations. + +------------------------------------------------------------------- +Mon Jan 18 09:34:07 UTC 2016 - dimstar@opensuse.org + +- Update to version 1.7.2: + + Many leak fixes. + + libtracker-data: Reverted code to clean up stale Resources, + can't just be done yet. + + tracker tool: Removed tracker-compatibility CLI wrapper for + older commands. + + libtracker-common: Fix possible warnings on libicu unaccent + code. + + ontology: Set domain index on nie:contentCreated for + nmo:Message. + + libtracker-miner: Add ::remove-file signal vfunc. + + libtracker-common: Return total available space if running as + admin. + + Updated translations. + +------------------------------------------------------------------- +Wed Dec 23 13:51:55 UTC 2015 - dimstar@opensuse.org + +- Update to version 1.7.1: + + libtracker-data: + - Support for Sparql 1.1 BIND and DELETE {...} INSERT {...} + WHERE {...} syntax. + - Support for Sparql 1.1 functions: NOW, RAND. + - Silence criticals on REGEX() with empty strings. + + libtracker-miner: Improved performance of move operations in + TrackerMinerFS. + + libtracker-miner, libtracker-extract: Fix double frees. + + Updated translations. + +------------------------------------------------------------------- +Fri Nov 27 21:56:49 UTC 2015 - zaitor@opensuse.org + +- Update to version 1.7.0: + + libtracker-data: Support for Sparql 1.1 functions: CONCAT, + CONTAINS, LCASE/UCASE, STRLEN, SUBSTR, STRSTARTS/STRENDS, ABS, + ROUND, ENCODE_FOR_URI, STRBEFORE/STRAFTER, CEIL/FLOOR, + YEAR/MONTH/DAY/HOUR/MINUTES/SECONDS, MD5/SHA1/SHA256/SHA512. + + libtracker-miner: Move previous data deletion on file updates + to TrackerMinerFS implementations. + + libtracker-miner/libtracker-data/libtracker-extract: Partial + port to GTask. + + Updated translations. + ------------------------------------------------------------------- Wed Nov 25 22:39:50 UTC 2015 - zaitor@opensuse.org diff --git a/tracker-extras.spec b/tracker-extras.spec index f9422a7..775db85 100644 --- a/tracker-extras.spec +++ b/tracker-extras.spec @@ -1,7 +1,7 @@ # # spec file for package tracker-extras # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Luis Medinas, Portugal # # All modifications and additions to the file contributed by third parties @@ -41,7 +41,7 @@ # Do not edit this auto generated file! Edit tracker.spec. Name: tracker-extras %define _name tracker -Version: 1.6.1 +Version: 1.7.3 Release: 0 %define TrackerAPI 1.0 %define RPMTrackerAPI 1_0 @@ -49,7 +49,7 @@ Summary: Powerful object database, tag/metadata database, search tool and License: GPL-2.0+ Group: Productivity/Other Url: http://projects.gnome.org/tracker/ -Source0: http://download.gnome.org/sources/tracker/1.6/%{_name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/tracker/1.7/%{_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 @@ -633,13 +633,6 @@ rm -rf %{buildroot} %{_sysconfdir}/xdg/autostart/tracker-extract.desktop %{_sysconfdir}/xdg/autostart/tracker-store.desktop %{_bindir}/tracker -%{_bindir}/tracker-control -%{_bindir}/tracker-import -%{_bindir}/tracker-info -%{_bindir}/tracker-search -%{_bindir}/tracker-sparql -%{_bindir}/tracker-stats -%{_bindir}/tracker-tag %{_libexecdir}/tracker-extract %{_libexecdir}/tracker-store %{_libexecdir}/tracker-writeback diff --git a/tracker.changes b/tracker.changes index 9d82831..242081e 100644 --- a/tracker.changes +++ b/tracker.changes @@ -1,3 +1,79 @@ +------------------------------------------------------------------- +Tue Feb 16 09:32:22 UTC 2016 - dimstar@opensuse.org + +- Update to version 1.7.3: + + libtracker-miner: + - Many indexing fixes leading to stale elements in the + database. If "UNIQUE constraint failed: + nie:DataObject.nie:url" errors are seen in journald, running + tracker-miner-fs once with the + TRACKER_MINER_FORCE_CHECK_UPDATED envvar is recommended. you + will need to terminate miners before that with + tracker daemon -t. + - Do not insert partial/empty sparql on error. + - Pass a builder in UPDATE state to + TrackerMinerFS::remove-file. + - Remove children recursively from queues on directory deleted. + - Fix generated Sparql query in + sparql_contents_compose_query(). + - Fix some memory leaks of TrackerTask. + - Invalidate files iri recursively in case of file removal. + - Reset of reentry counter is not needed anymore. + + libtracker-fts: Fix invalid blob length calculation. + + libtracker-common: Use guint64 for free space calculations. + + libtracker-data, docs, libtracker-miner: Fix compile warnings. + + libtracker-data: + - misc code fixes. + - Fix g_warning() missing argument. + + Update AppData to spec version 0.7+. + + Updated translations. + +------------------------------------------------------------------- +Mon Jan 18 09:34:07 UTC 2016 - dimstar@opensuse.org + +- Update to version 1.7.2: + + Many leak fixes. + + libtracker-data: Reverted code to clean up stale Resources, + can't just be done yet. + + tracker tool: Removed tracker-compatibility CLI wrapper for + older commands. + + libtracker-common: Fix possible warnings on libicu unaccent + code. + + ontology: Set domain index on nie:contentCreated for + nmo:Message. + + libtracker-miner: Add ::remove-file signal vfunc. + + libtracker-common: Return total available space if running as + admin. + + Updated translations. + +------------------------------------------------------------------- +Wed Dec 23 13:51:55 UTC 2015 - dimstar@opensuse.org + +- Update to version 1.7.1: + + libtracker-data: + - Support for Sparql 1.1 BIND and DELETE {...} INSERT {...} + WHERE {...} syntax. + - Support for Sparql 1.1 functions: NOW, RAND. + - Silence criticals on REGEX() with empty strings. + + libtracker-miner: Improved performance of move operations in + TrackerMinerFS. + + libtracker-miner, libtracker-extract: Fix double frees. + + Updated translations. + +------------------------------------------------------------------- +Fri Nov 27 21:56:49 UTC 2015 - zaitor@opensuse.org + +- Update to version 1.7.0: + + libtracker-data: Support for Sparql 1.1 functions: CONCAT, + CONTAINS, LCASE/UCASE, STRLEN, SUBSTR, STRSTARTS/STRENDS, ABS, + ROUND, ENCODE_FOR_URI, STRBEFORE/STRAFTER, CEIL/FLOOR, + YEAR/MONTH/DAY/HOUR/MINUTES/SECONDS, MD5/SHA1/SHA256/SHA512. + + libtracker-miner: Move previous data deletion on file updates + to TrackerMinerFS implementations. + + libtracker-miner/libtracker-data/libtracker-extract: Partial + port to GTask. + + Updated translations. + ------------------------------------------------------------------- Wed Nov 25 22:39:50 UTC 2015 - zaitor@opensuse.org diff --git a/tracker.spec b/tracker.spec index dcbda1e..e8a2842 100644 --- a/tracker.spec +++ b/tracker.spec @@ -1,7 +1,7 @@ # # spec file for package tracker # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Luis Medinas, Portugal # # All modifications and additions to the file contributed by third parties @@ -40,7 +40,7 @@ Name: tracker %define _name tracker -Version: 1.6.1 +Version: 1.7.3 Release: 0 %define TrackerAPI 1.0 %define RPMTrackerAPI 1_0 @@ -48,7 +48,7 @@ Summary: Powerful object database, tag/metadata database, search tool and License: GPL-2.0+ Group: Productivity/Other Url: http://projects.gnome.org/tracker/ -Source0: http://download.gnome.org/sources/tracker/1.6/%{_name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/tracker/1.7/%{_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 @@ -632,13 +632,6 @@ rm -rf %{buildroot} %{_sysconfdir}/xdg/autostart/tracker-extract.desktop %{_sysconfdir}/xdg/autostart/tracker-store.desktop %{_bindir}/tracker -%{_bindir}/tracker-control -%{_bindir}/tracker-import -%{_bindir}/tracker-info -%{_bindir}/tracker-search -%{_bindir}/tracker-sparql -%{_bindir}/tracker-stats -%{_bindir}/tracker-tag %{_libexecdir}/tracker-extract %{_libexecdir}/tracker-store %{_libexecdir}/tracker-writeback From 191258e72e636ac274f56e3b651405063e95bb8414a1570cb6570c8f0dd76664 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 2 Mar 2016 10:28:01 +0000 Subject: [PATCH 2/5] Accepting request 363836 from GNOME:Next - Update to version 1.7.4: + Update to FTS5. + libtracker-miner: Many fixes to TrackerFileNotifier cancellation. + libtracker-direct: Handle cancellable argument in queries. + libtracker-miner: Plug fd leak on TrackerCrawler cancellation. + libtracker-extract: - Fix year-only date extraction in gstreamer module. - Use tracker-guarantee to ensure a title in playlists. + tracker-miner-fs: Ignore git repositories. Modify the ignored-directories-with-content setting if you found this convenient. + tracker-miner-fs: Ignore #*# vim backups. - Add tracker-trackerignore.patch: Add back configuration option to ignore directories containing a .trackerignore file. - Update to version 1.7.4: + Update to FTS5. + libtracker-miner: Many fixes to TrackerFileNotifier cancellation. + libtracker-direct: Handle cancellable argument in queries. + libtracker-miner: Plug fd leak on TrackerCrawler cancellation. + libtracker-extract: - Fix year-only date extraction in gstreamer module. - Use tracker-guarantee to ensure a title in playlists. + tracker-miner-fs: Ignore git repositories. Modify the ignored-directories-with-content setting if you found this convenient. OBS-URL: https://build.opensuse.org/request/show/363836 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=88 --- tracker-1.7.3.tar.xz | 3 --- tracker-1.7.4.tar.xz | 3 +++ tracker-extras.changes | 20 ++++++++++++++++++++ tracker-extras.spec | 5 ++++- tracker-trackerignore.patch | 28 ++++++++++++++++++++++++++++ tracker.changes | 20 ++++++++++++++++++++ tracker.spec | 5 ++++- 7 files changed, 79 insertions(+), 5 deletions(-) delete mode 100644 tracker-1.7.3.tar.xz create mode 100644 tracker-1.7.4.tar.xz create mode 100644 tracker-trackerignore.patch diff --git a/tracker-1.7.3.tar.xz b/tracker-1.7.3.tar.xz deleted file mode 100644 index 69aa14c..0000000 --- a/tracker-1.7.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1f61e792db47035fda8524a65a661274fe75b9f8dd3b70ca4c00ae561a4c911 -size 4920820 diff --git a/tracker-1.7.4.tar.xz b/tracker-1.7.4.tar.xz new file mode 100644 index 0000000..0f1b217 --- /dev/null +++ b/tracker-1.7.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:297436550b60b12d18b34185390f46a14961d7f1a7fe4120a02de343ffde1256 +size 4929780 diff --git a/tracker-extras.changes b/tracker-extras.changes index 242081e..bf88a3d 100644 --- a/tracker-extras.changes +++ b/tracker-extras.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Mar 1 18:37:37 UTC 2016 - dimstar@opensuse.org + +- Update to version 1.7.4: + + Update to FTS5. + + libtracker-miner: Many fixes to TrackerFileNotifier + cancellation. + + libtracker-direct: Handle cancellable argument in queries. + + libtracker-miner: Plug fd leak on TrackerCrawler + cancellation. + + libtracker-extract: + - Fix year-only date extraction in gstreamer module. + - Use tracker-guarantee to ensure a title in playlists. + + tracker-miner-fs: Ignore git repositories. Modify the + ignored-directories-with-content setting if you found this + convenient. + + tracker-miner-fs: Ignore #*# vim backups. +- Add tracker-trackerignore.patch: Add back configuration option + to ignore directories containing a .trackerignore file. + ------------------------------------------------------------------- Tue Feb 16 09:32:22 UTC 2016 - dimstar@opensuse.org diff --git a/tracker-extras.spec b/tracker-extras.spec index 775db85..ae6deda 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.7.3 +Version: 1.7.4 Release: 0 %define TrackerAPI 1.0 %define RPMTrackerAPI 1_0 @@ -54,6 +54,8 @@ Source0: http://download.gnome.org/sources/tracker/1.7/%{_name}-%{version Source2: README.SUSE.rss # 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-trackerignore.patch dimstar@opensuse.org -- Add back .trackerignore as file to track directories to ignore +Patch1: tracker-trackerignore.patch BuildRequires: NetworkManager-devel >= 0.8 BuildRequires: enca-devel BuildRequires: fdupes @@ -469,6 +471,7 @@ This package contains an nautilus plugin to tag files with Tracker. %prep %setup -q -n %{_name}-%{version} %patch0 -p1 +%patch1 -p1 translation-update-upstream cp %{S:2} src/miners/rss/README.SUSE diff --git a/tracker-trackerignore.patch b/tracker-trackerignore.patch new file mode 100644 index 0000000..7c8aa4e --- /dev/null +++ b/tracker-trackerignore.patch @@ -0,0 +1,28 @@ +From cdc6053c03f85c498e8bf48fd313e467ece7f3e3 Mon Sep 17 00:00:00 2001 +From: Carlos Garnacho +Date: Tue, 1 Mar 2016 23:55:37 +0100 +Subject: tracker-miner-fs: Add back .trackerignore to + ignored-directories-with-content + +It is not the antique I thought it was, actually it's actively used around. +--- + src/miners/fs/org.freedesktop.Tracker.Miner.Files.gschema.xml.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/miners/fs/org.freedesktop.Tracker.Miner.Files.gschema.xml.in b/src/miners/fs/org.freedesktop.Tracker.Miner.Files.gschema.xml.in +index 193caea..f24ed2c 100644 +--- a/src/miners/fs/org.freedesktop.Tracker.Miner.Files.gschema.xml.in ++++ b/src/miners/fs/org.freedesktop.Tracker.Miner.Files.gschema.xml.in +@@ -156,7 +156,7 @@ Boston, MA 02110-1301, USA. + + <_summary>Ignored directories with content + <_description>Avoid any directory containing a file blacklisted here +- [ '.git' ] ++ [ '.trackerignore', '.git' ] + + + +-- +cgit v0.12 + + diff --git a/tracker.changes b/tracker.changes index 242081e..bf88a3d 100644 --- a/tracker.changes +++ b/tracker.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Mar 1 18:37:37 UTC 2016 - dimstar@opensuse.org + +- Update to version 1.7.4: + + Update to FTS5. + + libtracker-miner: Many fixes to TrackerFileNotifier + cancellation. + + libtracker-direct: Handle cancellable argument in queries. + + libtracker-miner: Plug fd leak on TrackerCrawler + cancellation. + + libtracker-extract: + - Fix year-only date extraction in gstreamer module. + - Use tracker-guarantee to ensure a title in playlists. + + tracker-miner-fs: Ignore git repositories. Modify the + ignored-directories-with-content setting if you found this + convenient. + + tracker-miner-fs: Ignore #*# vim backups. +- Add tracker-trackerignore.patch: Add back configuration option + to ignore directories containing a .trackerignore file. + ------------------------------------------------------------------- Tue Feb 16 09:32:22 UTC 2016 - dimstar@opensuse.org diff --git a/tracker.spec b/tracker.spec index e8a2842..6a46951 100644 --- a/tracker.spec +++ b/tracker.spec @@ -40,7 +40,7 @@ Name: tracker %define _name tracker -Version: 1.7.3 +Version: 1.7.4 Release: 0 %define TrackerAPI 1.0 %define RPMTrackerAPI 1_0 @@ -53,6 +53,8 @@ Source0: http://download.gnome.org/sources/tracker/1.7/%{_name}-%{version Source2: README.SUSE.rss # 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-trackerignore.patch dimstar@opensuse.org -- Add back .trackerignore as file to track directories to ignore +Patch1: tracker-trackerignore.patch BuildRequires: NetworkManager-devel >= 0.8 BuildRequires: enca-devel BuildRequires: fdupes @@ -468,6 +470,7 @@ This package contains an nautilus plugin to tag files with Tracker. %prep %setup -q -n %{_name}-%{version} %patch0 -p1 +%patch1 -p1 translation-update-upstream cp %{S:2} src/miners/rss/README.SUSE From 39e265da3462c4a09a2dbf717eb4e4804e649e904434b78854a53e0560a23507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 11 Mar 2016 10:35:40 +0000 Subject: [PATCH 3/5] Rebase OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=89 --- tracker-extras.changes | 19 ++++++++++++++----- tracker.changes | 19 ++++++++++++++----- 2 files changed, 28 insertions(+), 10 deletions(-) diff --git a/tracker-extras.changes b/tracker-extras.changes index bf88a3d..b76c6ee 100644 --- a/tracker-extras.changes +++ b/tracker-extras.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Tue Mar 1 18:37:37 UTC 2016 - dimstar@opensuse.org +Tue Mar 8 20:00:38 UTC 2016 - dimstar@opensuse.org - Update to version 1.7.4: + Update to FTS5. @@ -19,7 +19,7 @@ Tue Mar 1 18:37:37 UTC 2016 - dimstar@opensuse.org to ignore directories containing a .trackerignore file. ------------------------------------------------------------------- -Tue Feb 16 09:32:22 UTC 2016 - dimstar@opensuse.org +Tue Mar 8 20:00:37 UTC 2016 - dimstar@opensuse.org - Update to version 1.7.3: + libtracker-miner: @@ -49,7 +49,7 @@ Tue Feb 16 09:32:22 UTC 2016 - dimstar@opensuse.org + Updated translations. ------------------------------------------------------------------- -Mon Jan 18 09:34:07 UTC 2016 - dimstar@opensuse.org +Tue Mar 8 20:00:36 UTC 2016 - dimstar@opensuse.org - Update to version 1.7.2: + Many leak fixes. @@ -67,7 +67,7 @@ Mon Jan 18 09:34:07 UTC 2016 - dimstar@opensuse.org + Updated translations. ------------------------------------------------------------------- -Wed Dec 23 13:51:55 UTC 2015 - dimstar@opensuse.org +Tue Mar 8 20:00:35 UTC 2016 - dimstar@opensuse.org - Update to version 1.7.1: + libtracker-data: @@ -81,7 +81,7 @@ Wed Dec 23 13:51:55 UTC 2015 - dimstar@opensuse.org + Updated translations. ------------------------------------------------------------------- -Fri Nov 27 21:56:49 UTC 2015 - zaitor@opensuse.org +Tue Mar 8 20:00:34 UTC 2016 - zaitor@opensuse.org - Update to version 1.7.0: + libtracker-data: Support for Sparql 1.1 functions: CONCAT, @@ -94,6 +94,15 @@ Fri Nov 27 21:56:49 UTC 2015 - zaitor@opensuse.org port to GTask. + Updated translations. +------------------------------------------------------------------- +Tue Mar 8 20:00:33 UTC 2016 - zaitor@opensuse.org + +- Update to version 1.6.2: + + Include embedded copy of sqlite. + + tracker-extract: Fix small memory leak. + + libtracker-data: Silence a CRITICAL. + + Updated translations. + ------------------------------------------------------------------- Wed Nov 25 22:39:50 UTC 2015 - zaitor@opensuse.org diff --git a/tracker.changes b/tracker.changes index bf88a3d..b76c6ee 100644 --- a/tracker.changes +++ b/tracker.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Tue Mar 1 18:37:37 UTC 2016 - dimstar@opensuse.org +Tue Mar 8 20:00:38 UTC 2016 - dimstar@opensuse.org - Update to version 1.7.4: + Update to FTS5. @@ -19,7 +19,7 @@ Tue Mar 1 18:37:37 UTC 2016 - dimstar@opensuse.org to ignore directories containing a .trackerignore file. ------------------------------------------------------------------- -Tue Feb 16 09:32:22 UTC 2016 - dimstar@opensuse.org +Tue Mar 8 20:00:37 UTC 2016 - dimstar@opensuse.org - Update to version 1.7.3: + libtracker-miner: @@ -49,7 +49,7 @@ Tue Feb 16 09:32:22 UTC 2016 - dimstar@opensuse.org + Updated translations. ------------------------------------------------------------------- -Mon Jan 18 09:34:07 UTC 2016 - dimstar@opensuse.org +Tue Mar 8 20:00:36 UTC 2016 - dimstar@opensuse.org - Update to version 1.7.2: + Many leak fixes. @@ -67,7 +67,7 @@ Mon Jan 18 09:34:07 UTC 2016 - dimstar@opensuse.org + Updated translations. ------------------------------------------------------------------- -Wed Dec 23 13:51:55 UTC 2015 - dimstar@opensuse.org +Tue Mar 8 20:00:35 UTC 2016 - dimstar@opensuse.org - Update to version 1.7.1: + libtracker-data: @@ -81,7 +81,7 @@ Wed Dec 23 13:51:55 UTC 2015 - dimstar@opensuse.org + Updated translations. ------------------------------------------------------------------- -Fri Nov 27 21:56:49 UTC 2015 - zaitor@opensuse.org +Tue Mar 8 20:00:34 UTC 2016 - zaitor@opensuse.org - Update to version 1.7.0: + libtracker-data: Support for Sparql 1.1 functions: CONCAT, @@ -94,6 +94,15 @@ Fri Nov 27 21:56:49 UTC 2015 - zaitor@opensuse.org port to GTask. + Updated translations. +------------------------------------------------------------------- +Tue Mar 8 20:00:33 UTC 2016 - zaitor@opensuse.org + +- Update to version 1.6.2: + + Include embedded copy of sqlite. + + tracker-extract: Fix small memory leak. + + libtracker-data: Silence a CRITICAL. + + Updated translations. + ------------------------------------------------------------------- Wed Nov 25 22:39:50 UTC 2015 - zaitor@opensuse.org From ebbbfeef1c12062cae099a121932315a1beb3c331ad7ba00c371243c4b09abe2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 18 Mar 2016 10:09:12 +0000 Subject: [PATCH 4/5] Accepting request 374517 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/374517 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=90 --- tracker-1.7.4.tar.xz | 3 --- tracker-1.7.5.tar.xz | 3 +++ tracker-extras.changes | 34 ++++++++++++++++++++++++++++++++++ tracker-extras.spec | 5 +---- tracker-trackerignore.patch | 28 ---------------------------- tracker.changes | 34 ++++++++++++++++++++++++++++++++++ tracker.spec | 5 +---- 7 files changed, 73 insertions(+), 39 deletions(-) delete mode 100644 tracker-1.7.4.tar.xz create mode 100644 tracker-1.7.5.tar.xz delete mode 100644 tracker-trackerignore.patch diff --git a/tracker-1.7.4.tar.xz b/tracker-1.7.4.tar.xz deleted file mode 100644 index 0f1b217..0000000 --- a/tracker-1.7.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:297436550b60b12d18b34185390f46a14961d7f1a7fe4120a02de343ffde1256 -size 4929780 diff --git a/tracker-1.7.5.tar.xz b/tracker-1.7.5.tar.xz new file mode 100644 index 0000000..7535ae5 --- /dev/null +++ b/tracker-1.7.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1072a0eab98a6da503f6c595f528c6aacf343e43c1938510a2d99febd0a5a44 +size 4929984 diff --git a/tracker-extras.changes b/tracker-extras.changes index b76c6ee..bfefa58 100644 --- a/tracker-extras.changes +++ b/tracker-extras.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Tue Mar 15 09:52:54 UTC 2016 - dimstar@opensuse.org + +- Update to version 1.7.5: + + Add back .trackerignore match to + ignored-directories-with-content. + + libtracker-data: Handle inserts where the subproperty + cardinality is larger than the parents'. + + tracker-extract: + - Fix gstreamer module cuesheet handling. + - Protect all single-valued properties in abiword extractor. + - Protect all single-valued properties in EPUB extractor. + - Protect all single-valued properties in ooxml extractor. + - Protect all single-valued properties in oasis extractor. + - Protect all single-valued properties in HTML extractor. + - Check string length before parsing XMP in PDF extractor. + - Add missing application/msword mimetype. + - Remove old dbus interface xml. + - propagate urn to the TrackerExtractInfo. + - Use safer method to insert tags in PDF module. + - Use safer method to insert tags in GIF module. + - Use safer method to insert tags in JPEG module. + - Use safer method to insert tags in TIFF module. + - Use safer method to insert tags in PNG module. + + libtracker-extract: Delete TrackerExtractClient. + + libtracker-miner: + - Avoid querying file type in crawling queries. + - Cut some slack on the reentry counter. + - Avoid changing order of elements in processing queue. + - Initialize all NodeData memory. + - Ensure the directory root is removed when its indexing root + is. +- Drop tracker-trackerignore.patch: fixed upstream. + ------------------------------------------------------------------- Tue Mar 8 20:00:38 UTC 2016 - dimstar@opensuse.org diff --git a/tracker-extras.spec b/tracker-extras.spec index ae6deda..d3731a8 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.7.4 +Version: 1.7.5 Release: 0 %define TrackerAPI 1.0 %define RPMTrackerAPI 1_0 @@ -54,8 +54,6 @@ Source0: http://download.gnome.org/sources/tracker/1.7/%{_name}-%{version Source2: README.SUSE.rss # 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-trackerignore.patch dimstar@opensuse.org -- Add back .trackerignore as file to track directories to ignore -Patch1: tracker-trackerignore.patch BuildRequires: NetworkManager-devel >= 0.8 BuildRequires: enca-devel BuildRequires: fdupes @@ -471,7 +469,6 @@ This package contains an nautilus plugin to tag files with Tracker. %prep %setup -q -n %{_name}-%{version} %patch0 -p1 -%patch1 -p1 translation-update-upstream cp %{S:2} src/miners/rss/README.SUSE diff --git a/tracker-trackerignore.patch b/tracker-trackerignore.patch deleted file mode 100644 index 7c8aa4e..0000000 --- a/tracker-trackerignore.patch +++ /dev/null @@ -1,28 +0,0 @@ -From cdc6053c03f85c498e8bf48fd313e467ece7f3e3 Mon Sep 17 00:00:00 2001 -From: Carlos Garnacho -Date: Tue, 1 Mar 2016 23:55:37 +0100 -Subject: tracker-miner-fs: Add back .trackerignore to - ignored-directories-with-content - -It is not the antique I thought it was, actually it's actively used around. ---- - src/miners/fs/org.freedesktop.Tracker.Miner.Files.gschema.xml.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/miners/fs/org.freedesktop.Tracker.Miner.Files.gschema.xml.in b/src/miners/fs/org.freedesktop.Tracker.Miner.Files.gschema.xml.in -index 193caea..f24ed2c 100644 ---- a/src/miners/fs/org.freedesktop.Tracker.Miner.Files.gschema.xml.in -+++ b/src/miners/fs/org.freedesktop.Tracker.Miner.Files.gschema.xml.in -@@ -156,7 +156,7 @@ Boston, MA 02110-1301, USA. - - <_summary>Ignored directories with content - <_description>Avoid any directory containing a file blacklisted here -- [ '.git' ] -+ [ '.trackerignore', '.git' ] - - - --- -cgit v0.12 - - diff --git a/tracker.changes b/tracker.changes index b76c6ee..bfefa58 100644 --- a/tracker.changes +++ b/tracker.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Tue Mar 15 09:52:54 UTC 2016 - dimstar@opensuse.org + +- Update to version 1.7.5: + + Add back .trackerignore match to + ignored-directories-with-content. + + libtracker-data: Handle inserts where the subproperty + cardinality is larger than the parents'. + + tracker-extract: + - Fix gstreamer module cuesheet handling. + - Protect all single-valued properties in abiword extractor. + - Protect all single-valued properties in EPUB extractor. + - Protect all single-valued properties in ooxml extractor. + - Protect all single-valued properties in oasis extractor. + - Protect all single-valued properties in HTML extractor. + - Check string length before parsing XMP in PDF extractor. + - Add missing application/msword mimetype. + - Remove old dbus interface xml. + - propagate urn to the TrackerExtractInfo. + - Use safer method to insert tags in PDF module. + - Use safer method to insert tags in GIF module. + - Use safer method to insert tags in JPEG module. + - Use safer method to insert tags in TIFF module. + - Use safer method to insert tags in PNG module. + + libtracker-extract: Delete TrackerExtractClient. + + libtracker-miner: + - Avoid querying file type in crawling queries. + - Cut some slack on the reentry counter. + - Avoid changing order of elements in processing queue. + - Initialize all NodeData memory. + - Ensure the directory root is removed when its indexing root + is. +- Drop tracker-trackerignore.patch: fixed upstream. + ------------------------------------------------------------------- Tue Mar 8 20:00:38 UTC 2016 - dimstar@opensuse.org diff --git a/tracker.spec b/tracker.spec index 6a46951..0abd065 100644 --- a/tracker.spec +++ b/tracker.spec @@ -40,7 +40,7 @@ Name: tracker %define _name tracker -Version: 1.7.4 +Version: 1.7.5 Release: 0 %define TrackerAPI 1.0 %define RPMTrackerAPI 1_0 @@ -53,8 +53,6 @@ Source0: http://download.gnome.org/sources/tracker/1.7/%{_name}-%{version Source2: README.SUSE.rss # 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-trackerignore.patch dimstar@opensuse.org -- Add back .trackerignore as file to track directories to ignore -Patch1: tracker-trackerignore.patch BuildRequires: NetworkManager-devel >= 0.8 BuildRequires: enca-devel BuildRequires: fdupes @@ -470,7 +468,6 @@ This package contains an nautilus plugin to tag files with Tracker. %prep %setup -q -n %{_name}-%{version} %patch0 -p1 -%patch1 -p1 translation-update-upstream cp %{S:2} src/miners/rss/README.SUSE From b330ee12d5552294b1d3ebbdd60110bdd36fd712bf129498f14a3dd26ad8f67e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 22 Mar 2016 10:06:25 +0000 Subject: [PATCH 5/5] Accepting request 376971 from GNOME:Next Update to 3.20.0 OBS-URL: https://build.opensuse.org/request/show/376971 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=91 --- tracker-1.7.5.tar.xz | 3 --- tracker-1.8.0.tar.xz | 3 +++ tracker-extras.changes | 7 +++++++ tracker-extras.spec | 4 ++-- tracker.changes | 7 +++++++ tracker.spec | 4 ++-- 6 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 tracker-1.7.5.tar.xz create mode 100644 tracker-1.8.0.tar.xz diff --git a/tracker-1.7.5.tar.xz b/tracker-1.7.5.tar.xz deleted file mode 100644 index 7535ae5..0000000 --- a/tracker-1.7.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1072a0eab98a6da503f6c595f528c6aacf343e43c1938510a2d99febd0a5a44 -size 4929984 diff --git a/tracker-1.8.0.tar.xz b/tracker-1.8.0.tar.xz new file mode 100644 index 0000000..db54789 --- /dev/null +++ b/tracker-1.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11f31a373bfec3abae38ae719d0a59f666f1f067d8789ade2ed7032a152907d +size 4961488 diff --git a/tracker-extras.changes b/tracker-extras.changes index bfefa58..ec0aaad 100644 --- a/tracker-extras.changes +++ b/tracker-extras.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 20:22:43 UTC 2016 - dimstar@opensuse.org + +- Update to version 1.8.0: + + libtracker-miner: Adapt to libcue 2.0. + + Updated translations. + ------------------------------------------------------------------- Tue Mar 15 09:52:54 UTC 2016 - dimstar@opensuse.org diff --git a/tracker-extras.spec b/tracker-extras.spec index d3731a8..8761fc3 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.7.5 +Version: 1.8.0 Release: 0 %define TrackerAPI 1.0 %define RPMTrackerAPI 1_0 @@ -49,7 +49,7 @@ Summary: Powerful object database, tag/metadata database, search tool and License: GPL-2.0+ Group: Productivity/Other Url: http://projects.gnome.org/tracker/ -Source0: http://download.gnome.org/sources/tracker/1.7/%{_name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/tracker/1.8/%{_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 bfefa58..ec0aaad 100644 --- a/tracker.changes +++ b/tracker.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 20:22:43 UTC 2016 - dimstar@opensuse.org + +- Update to version 1.8.0: + + libtracker-miner: Adapt to libcue 2.0. + + Updated translations. + ------------------------------------------------------------------- Tue Mar 15 09:52:54 UTC 2016 - dimstar@opensuse.org diff --git a/tracker.spec b/tracker.spec index 0abd065..7ab7cc7 100644 --- a/tracker.spec +++ b/tracker.spec @@ -40,7 +40,7 @@ Name: tracker %define _name tracker -Version: 1.7.5 +Version: 1.8.0 Release: 0 %define TrackerAPI 1.0 %define RPMTrackerAPI 1_0 @@ -48,7 +48,7 @@ Summary: Powerful object database, tag/metadata database, search tool and License: GPL-2.0+ Group: Productivity/Other Url: http://projects.gnome.org/tracker/ -Source0: http://download.gnome.org/sources/tracker/1.7/%{_name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/tracker/1.8/%{_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