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
This commit is contained in:
2016-03-02 10:28:01 +00:00
committed by Git OBS Bridge
parent 8da8f9a213
commit 191258e72e
7 changed files with 79 additions and 5 deletions

View File

@@ -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