Accepting request 248736 from GNOME:Next

Push GNOME 3.13.91 - Add to Staging:E

OBS-URL: https://build.opensuse.org/request/show/248736
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=62
This commit is contained in:
2014-09-11 21:14:40 +00:00
committed by Git OBS Bridge
parent c85f4edf38
commit a7bc43011a
7 changed files with 166 additions and 7 deletions

View File

@@ -1,3 +1,59 @@
-------------------------------------------------------------------
Tue Sep 9 13:14:59 UTC 2014 - jengelh@inai.de
- Add tracker-giflib-5.1.0.patch: Support GIFLib 5.1.0 API.
-------------------------------------------------------------------
Mon Sep 8 08:42:34 UTC 2014 - dimstar@opensuse.org
- Update to version 1.1.4:
+ New Feature: Extractor now supports eBook and Comic book
formats.
+ ontology: Added new RDF type nfo:EBook for electronic books,
this is not in Nepomuk yet.
+ libtracker-fts: Fixed a memory leak for property_names
variable.
= libtracker-data: Fixed compiler warning with
tracker_db_interface_sqlite_fts_update_text().
+ libtracker-bus:
- Fixed a bug where tracker-stats showed no information with
Vala 0.24+.
- Fixed all TRACKER_DBUS* to Tracker.DBUS.
+ libtracker-sparql:
- All TrackerSparqlConnection APIs throw GLib.Error due to
GUnixFDList _append() API.
- Move TRACKER_ const definitions to Tracker namespace, i.e.
Tracker.DBUS_*.
+ libtracker-miner:
- Generate Vala bindings from GIR.
- Improve GIR annotations for some nullable cases.
- Removed TrackerCrawlFlags and use TrackerDirectoryFlags
instead.
- Call tracker_data_provider_end_async() when dir has been
crawled.
- Fixed reference leak with TrackerTaskPool when using external
data miners.
+ libtracker-extract: Fixed broken EXIF GPS coordinate
extraction.
+ libtracker-control:
- Generate Vala bindings from GIR.
- Improve GIR annotations for some nullable cases.
+ tracker-stats:
- Now EXPRESSIONS can be used to filter stats shown.
- Now only common and fallback RDF types are shown by default,
--all can be used to old behaviour.
+ tracker-extract:
- Improved error parsing and content extraction for EPub
contents.
- Now EPub files are marked as new RDF type nfo:EBook.
+ tracker-miner-fs: By default, ignore directories with
'.trackerignore' file inside.
+ tracker-preferences: Removed fixed column for indexed
locations, column header text was cut off.
+ Bugs fixed: bgo#735645, bgo#735636, bgo#735460, bgo#735610,
bgo#735567, bgo#735317, bgo#735339, bgo#733573, bgo#733317.
+ Updated translations.
-------------------------------------------------------------------
Fri Aug 22 16:00:00 UTC 2014 - dimstar@opensuse.org