SHA256
1
0
forked from pool/tracker

Accepting request 377271 from GNOME:Factory

Update to 3.20.0 (forwarded request 376971 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/377271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=83
This commit is contained in:
Dominique Leuenberger 2016-03-29 12:39:25 +00:00 committed by Git OBS Bridge
commit 9e50c55ad0
6 changed files with 284 additions and 24 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3583f32e6a06ccb1146ca31939710edb630d7ffe3da37b01f893b45f4480045
size 6128492

3
tracker-1.8.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a11f31a373bfec3abae38ae719d0a59f666f1f067d8789ade2ed7032a152907d
size 4961488

View File

@ -1,3 +1,140 @@
-------------------------------------------------------------------
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
- 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
- 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 Mar 8 20:00:37 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.
-------------------------------------------------------------------
Tue Mar 8 20:00:36 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.
-------------------------------------------------------------------
Tue Mar 8 20:00:35 UTC 2016 - 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.
-------------------------------------------------------------------
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,
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.
-------------------------------------------------------------------
Tue Mar 8 20:00:33 UTC 2016 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package tracker
# 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.2
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.6/%{_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
@ -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

View File

@ -1,3 +1,140 @@
-------------------------------------------------------------------
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
- 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
- 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 Mar 8 20:00:37 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.
-------------------------------------------------------------------
Tue Mar 8 20:00:36 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.
-------------------------------------------------------------------
Tue Mar 8 20:00:35 UTC 2016 - 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.
-------------------------------------------------------------------
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,
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.
-------------------------------------------------------------------
Tue Mar 8 20:00:33 UTC 2016 - zaitor@opensuse.org

View File

@ -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.2
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.6/%{_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
@ -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