Accepting request 245789 from home:dimstar:branches:GNOME:Factory

Update to 1.0.3

OBS-URL: https://build.opensuse.org/request/show/245789
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=60
This commit is contained in:
2014-08-22 17:24:33 +00:00
committed by Git OBS Bridge
parent c9f5243bb5
commit ae3bb4e776
9 changed files with 97 additions and 121 deletions

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Fri Aug 22 13:35:32 UTC 2014 - dimstar@opensuse.org
- Update to version 1.0.3:
+ Clean up License files.
+ Buildsystem fixes.
+ libtracker-fts: Make private functions static.
+ libtracker-data:
- Fixed unit tests so files are not left around failing
distcheck.
- Fix tracker-backup unit test failures.
+ libtracker-common: Enable G_MESSAGES_DEBUG for verbosity > 1,
not 2.
+ libtracker-extract:
- Fixed TRACKER_EXTRACTORS_DIR env var.
- Remove from examples/ this library is now private.
+ libtracker-miner:
- Chain parent constructed() in TrackerDecorator.
- Document TRACKER_MINER_DBUS_* defines.
- .pc Requires.priv libmediaart (if built with it).
+ libtracker-control:
- Added .gitignore for VAPI and other generated content.
- Added missing sections.txt for documentation.
+ tracker-extract:
- Added rule for source code files to add nfo:SourceCode
rdf-type.
- MP3 id3v23, id3v24 functions documented and v23 fixed.
- Use default signal handler for SIGALRM and SIGABRT.
+ writeback: support saving metadata for GIFs.
+ tests: Use tap automake testing scripts, fixes output
summaries.
+ functional-tests: Rework 400-extractor.py test.
+ Bugs fixed: bgo#734464, bgo#733573, bgo#733317, bgo#733857,
bgo#734089, bgo#734144, bgo#733316, bgo#733439, bgo#733317.
+ Updated translations.
- Drop tracker-thunderbird.patch and tracker-missing-include.patch:
fixed upstream.
- Replace autogen.sh call with gnome-autogen.sh: tracker switched
to using the default in git as well.
- Drop autogen.sh as source: no longer required after the switch to
gnome-autogen.sh.
-------------------------------------------------------------------
Thu Jul 31 09:53:00 UTC 2014 - dimstar@opensuse.org