Accepting request 121151 from home:vuntz:branches:GNOME:Factory

some cleanup to clarify things

OBS-URL: https://build.opensuse.org/request/show/121151
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=9
This commit is contained in:
Vincent Untz
2012-05-16 08:51:53 +00:00
committed by Git OBS Bridge
parent ea7681d613
commit 67a24fb3bb
4 changed files with 70 additions and 40 deletions

View File

@@ -3,16 +3,12 @@ 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: Add 'max-media-art-width' config option
+ tracker-extract-oasis:
- Support Libreoffice graphic/drawing files (*.odg)
- Simplify text extraction and retrieve more content for ODT
@@ -20,15 +16,31 @@ Thu May 3 19:38:54 UTC 2012 - dimstar@opensuse.org
+ tracker-miner-fs: Do not index non-eligible mount points on
startup
+ tracker-needle: Fix typo when toggling tags fails
+ build: Error gracefully in autogen.sh when valac is not
installed
+ Bugs fixed: bgo#672308, bgo#672415.
+ 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.
- Manually create %{buildroot}%{_datadir}/tracker/icons/ in install
of tracker.spec, so that it's owned by the tracker subpackage,
and other subpackages built from tracker-extras.spec don't have
issues with an unowned directory.
- Fix the fact that tracker libraries require the tracker package,
because of private libraries shipped in the tracker package; this
effectively made tracker uninstallable (bnc#724554):
+ Split private libraries from %{_libdir}/tracker-0.14 to
separate package libtracker-common-0_14-0. This does not
exactly match the SLPP, as the soname of the library is
libtracker-common.so.0 (name which is consistent across
versionsà, but the libraries are in a versioned folder, which
guarantees parallel installability of different versions.
+ Add explicit libtracker-common-0_14-0 Requires to
libtracker-extract-0_14-0, libtracker-miner-0_14-0 and
libtracker-sparql-0_14-0: the Requires autodetection for
libraries will be libtracker-common.so.0, but this will exist
for several versions of tracker. So we need to help rpm with an
explicit Requires on the right version of the package.
-------------------------------------------------------------------
Fri Mar 9 21:10:27 UTC 2012 - dimstar@opensuse.org