Accepting request 245949 from GNOME:Next

Push GNOME 3.13.90 to the devel repo

OBS-URL: https://build.opensuse.org/request/show/245949
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=61
This commit is contained in:
2014-08-23 11:53:03 +00:00
committed by Git OBS Bridge
parent ae3bb4e776
commit c85f4edf38
6 changed files with 223 additions and 15 deletions

View File

@@ -1,3 +1,99 @@
-------------------------------------------------------------------
Fri Aug 22 16:00:00 UTC 2014 - dimstar@opensuse.org
- Update to version 1.1.3:
+ New Feature: Extractor is now 'crash-aware' that being, we have
a separate data source for content that can't be extracted to
avoid repeated failures from tracker-extract. This also
survives through crashes that may occur due to attempted
extractions.
+ build: Reduce vala generated source warnings from GCC.
+ libtracker-fts: Make private functions static
+ libtracker-miner: Make sure we return NULL on FileDataProvider
begin() errors
+ libtracker-miner: Add API tracker_decorator_fs_prepend_file()
as part of 'crash-aware' feature.
+ Updated translations.
-------------------------------------------------------------------
Fri Aug 22 15:00:00 UTC 2014 - dimstar@opensuse.org
- Update to version 1.1.2:
+ New Feature: Data Provider: Now there are TrackerDataProvider
and TrackerEnumerator interfaces to allow 3rd parties to supply
their own data to Tracker to be indexed, for example for an
online or proprietary service.
+ ontology: nfo:hasMediaStream no longer has a max cardinality
of 1, this may mean a reindex is needed.
+ libtracker-miner:
- PkgConfig file now requires libmediaart (when dependent)
privately.
- Many documentation updates and fixes.
+ libtracker-extract: There is no longer an example in the
examples/ directory as this library is now private.
+ tracker-extract-mp3: Fixed mp3 parsing for ID3v24 or ID3v23
tags.
+ tracker-extract:
- Fixed missing TRACKER_EXTRACTORS_DIR env var that was removed
at some stage.
- Cleaned up signal handling, SIGALRM and SIGABRT no longer
used.
- When built with libmediaart, requires version 0.5.0 or
higher.
+ tracker-preferences:
- Don't use Stock.* deprecated since Gtk+ 3.10.
- Added suggestion to reindex OR restart depending on
configuration changes applied.
+ functional-tests: Improved and updated in places.
+ Build fixes.
+ Bugs fixed: bgo#734464, bgo#733857, bgo#734089, bgo#734144,
bgo#733316, bgo#733948, bgo#733863, bgo#733536, bgo#733439.
+ Updated translations.
-------------------------------------------------------------------
Fri Aug 22 14:00:00 UTC 2014 - dimstar@opensuse.org
- Update to version 1.1.1:
+ build: Use major version only PkgConfig files. Previously, we
had $library-$major-$minor (e.g. tracker-sparql-1.2, when it
should be tracker-sparql-1.0) to avoid creating unnecessary
work for developers using Tracker. This release corrects this
and it was planned originally.
- Changes from versoin 1.1.0:
+ build: Added CC_CHECK_FLAGS_APPEND m4 macros from
xinelib/systemd projects to check GCC compiler flags we can
use.
+ tracker-miner-apps: New process to mine data about
applications, previously part of tracker-miner-fs. Can be
disabled with --disable-miner-apps.
+ tracker-miner-user-guides: New process to mine data about user
guides and help content, previously part of tracker-miner-fs.
Can be disabled with --disable-user-guides.
+ tracker-extract:
- [BMP] Added an new extractor.
- [ISO] Extract language, copyright and author information
about ISO images using new ontology.
- [ODT] Improved extraction of content so we don't stop on
embedded tabs and line breaks.
+ tracker-control:
- Added a lot of strings previsouly untranslated.
- Removed shorthand command line switches for less common
arguments (--list-*, --pause-details).
- Added --watch command line option to watch changes to the
database.
+ tracker-info:
- Add --resource-is-iri or -i to avoid filename to URN lookups.
- Don't show "(null)" for nie:InformationElements with no
nie:url.
+ tracker-preferences:
- General UI clean up and modernization fixing many
deprecations where old GTK+ widgets were used.
- Added 'control' tab to allow users to enable finer control of
what's indexed (e.g. numbers - which are normally disabled).
- Add AppData with screenshots for app stores.
+ tracker-needle: Add AppData with screenshots for app stores.
+ Updated translations.
-------------------------------------------------------------------
Fri Aug 22 13:35:32 UTC 2014 - dimstar@opensuse.org