Accepting request 425130 from GNOME:Next

Tweaked supersede

OBS-URL: https://build.opensuse.org/request/show/425130
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=97
This commit is contained in:
2016-09-08 21:24:42 +00:00
committed by Git OBS Bridge
parent f1fe85bce2
commit decd64947c
8 changed files with 165 additions and 70 deletions

View File

@@ -1,3 +1,66 @@
-------------------------------------------------------------------
Fri Aug 26 09:56:11 UTC 2016 - dimstar@opensuse.org
- Update to version 1.9.1:
+ Tracker-resource: New API to describe RDF resources that can be
serialized into SPARQL updates and various data formats.
TrackerSparqlBuilder will be eventually phased out by this API.
+ Tracker-extract:
- Use tracker resource integrally.
- Fixed blacklisting of crashy files.
- Fixes in gstreamer module for 32-bit platforms.
+ Libtracker-control: Expose "index for process" miner API.
+ Command line tools: Add "tracker extract" subcommand.
+ SPARQL: Accept INSERT DATA, DELETE DATA and DELETE WHERE
syntax again.
+ Libtracker miner: Fix accounting in TrackerPriorityQueue when
removing elements.
+ Updated translations.
-------------------------------------------------------------------
Thu Jul 14 11:18:02 UTC 2016 - dimstar@opensuse.org
- Rebase tracker-extract-private.patch.
-------------------------------------------------------------------
Thu Jun 23 11:11:38 UTC 2016 - zaitor@opensuse.org
- Update to version 1.9.0:
+ Adapt to new GKqueue monitor mapping.
+ Remove build time dependency on gnome-common.
+ Fix error handling of tracker-extract-persistence.
+ Fix tracker-miner-fs to honor all configuration options at
runtime.
+ Stop recommending hard resets all through:
- tracker reset -r will now warn and request the user to
explicitly allow the operation.
- tracker-preferences won't show anymore a big "reset and
restart" button.
+ Added "tracker reset -f $filename" subcommand. This will
recursively reset all indexed content for the given
filename/uri, and trigger reindexing if appropriate, so
contents are just like freshly indexed.
+ Fixed possible crash in MP3 extractor.
+ Favor embedded/external cue sheets before flac files' TOC.
+ Store albumArtist from TPE2 tag in MP3 extractor.
+ Avoid possible integer overflow in GIF extractor.
+ Support regular expressions for fn:replace.
+ Mark most internal functions as SQLITE_DETERMINISTIC.
+ Logging changes in tracker-miner-fs, sparql errors no longer
end up with full insert queries being logged, but a loud
warning with instructions to get more info will be printed
instead.
+ Fix FS size calculations on OpenBSD.
+ Add MS Office "owner files" to ignored-files.
+ Add systemd user services corresponding to D-Bus session
services.
+ Handle DjVu files.
+ Fixes in handling of BIND().
+ miner-fs: Fix handling files moved soon after creating.
+ Improved console output of tracker subcommands.
+ Updated translations.
- Drop tracker-fix-memory-leak.patch: Fixed upstream.
-------------------------------------------------------------------
Fri May 20 09:03:04 UTC 2016 - alarrosa@suse.com