From 191258e72e636ac274f56e3b651405063e95bb8414a1570cb6570c8f0dd76664 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 2 Mar 2016 10:28:01 +0000 Subject: [PATCH] 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