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

Update to 0.14.1 - split libs to be able to remove tracker

OBS-URL: https://build.opensuse.org/request/show/116390
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=8
This commit is contained in:
Vincent Untz
2012-05-16 08:32:43 +00:00
committed by Git OBS Bridge
parent 9d41e31327
commit ea7681d613
7 changed files with 155 additions and 9 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Thu May 3 19:38:54 UTC 2012 - dimstar@opensuse.org
- Update to version 0.14.1:
+ New Feature: tracker-sandbox, to help with development
+ tracker-miner-fs suddenly crashed (bgo#672308)
+ doesn't build with evolution 2.32.x (bgo#672415)
+ build: Error gracefully in autogen.sh when valac is not
installed
+ libtracker-common: Set G_MESSAGES_DEBUG when verbosity > 2
+ libtracker-sparql: Set G_MESSAGES_DEBUG when verbosity > 2
+ libtracker-miner:
- Don't abort() if none file:// URI themes are used
- Fix unit tests with GLib 2.28
+ tracker-extract: Added 'max-media-art-width' config option
+ tracker-extract-oasis:
- Support Libreoffice graphic/drawing files (*.odg)
- Simplify text extraction and retrieve more content for ODT
files
+ tracker-miner-fs: Do not index non-eligible mount points on
startup
+ tracker-needle: Fix typo when toggling tags fails
+ Updated translations.
- Add tracker-evo-implicit.patch: Include additional header in
order to have all the required evo symbols available.
- Split private libraries from %{_libdir}/tracker-0.14 to separate
package libtracker-common-0_14-0. This does not exactly match
the SLPP. The soname of the library is libtracker-common.so.0,
but this is consistent across versions. Parallel installability
is given by the versioned folder the conveniance libraries live
in. Fixes bnc#724554.
-------------------------------------------------------------------
Fri Mar 9 21:10:27 UTC 2012 - dimstar@opensuse.org