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
This commit is contained in:
2016-02-19 15:00:46 +00:00
committed by Git OBS Bridge
parent 67de012390
commit 8da8f9a213
6 changed files with 161 additions and 23 deletions

View File

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