Accepting request 81953 from GNOME:Apps

Update to 0.12.0

OBS-URL: https://build.opensuse.org/request/show/81953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=34
This commit is contained in:
Sascha Peilicke
2011-09-13 10:33:48 +00:00
committed by Git OBS Bridge
parent 566cb53f74
commit 5e6d82160a
4 changed files with 29 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9383f53850b30959aa4b70f1c60c1a3c962d46e62317978f65045984eb287e7f
size 7907812

3
tracker-0.12.0.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26d35700d678931a26209aec44bc0fca5e51528a0cc60a1267c5ab83d2b290f4
size 7748089

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Sep 9 11:41:04 UTC 2011 - vuntz@opensuse.org
- Update to version 0.12.0:
+ New Feature:
- Region of interest support in image formats (for example
tagging people in images)
+ libtracker-common: Do not delete old log files when starting
components
+ tracker-miner-fs:
- Improve query performance for updating tracker:available on
mounting
- Handle desktop files of Type=Link
- Support local (in $HOME) XDG directories for desktop files
+ tracker-control: Added --set-log-verbsosity to change component
log verbosity
+ Various bug fixes.
- Remove sed hack from %build to disable call to
update-desktop-database on "make install": fixed upstream.
- Change build_evo macro to 1, to build the evolution miner now
that it has been ported to new evolution.
-------------------------------------------------------------------
Tue Aug 23 07:05:43 UTC 2011 - andrea.turrini@gmail.com

View File

@@ -17,21 +17,19 @@
#
%define build_evo 0%{?suse_version} <= 1140
%define build_evo 1
%define firefox_appid \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
%define thunderbird_appid \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
Name: tracker
Version: 0.11.2
Version: 0.12.0
Release: 1
# FIXME: on update, check if we can re-enable the evo miner for Factory, see bgo#653517 (last check: 0.11.2)
# FIXME: on update, check if the sed hack in %%build is still needed (see bgo#658232) (last check: 0.11.2)
License: GPLv2+
Summary: Powerful object database, tag/metadata database, search tool and indexer
Url: http://projects.gnome.org/tracker/
Group: Productivity/Other
Source0: http://download.gnome.org/sources/tracker/0.11/%{name}-%{version}.tar.bz2
Source0: http://download.gnome.org/sources/tracker/0.12/%{name}-%{version}.tar.bz2
Source1: README.SUSE.flickr
Source2: README.SUSE.rss
# PATCH-FIX-OPENSUSE tracker-removeable-media-off.patch bgo622288 badshah400@gmail.com -- Disable indexing on removable media by default. This is only needed for 11.4 and earlier, as 12.1 and later have proper default values in GSettings.
@@ -52,7 +50,7 @@ BuildRequires: fdupes
BuildRequires: flac-devel
BuildRequires: gcc-c++
BuildRequires: giflib-devel
BuildRequires: glib2-devel
BuildRequires: glib2-devel >= 2.28.0
BuildRequires: gobject-introspection-devel
BuildRequires: graphviz
BuildRequires: gstreamer-0_10-plugins-base-devel >= 0.10.31
@@ -365,8 +363,6 @@ cp %{S:1} src/miners/flickr/README.SUSE
cp %{S:2} src/miners/rss/README.SUSE
%build
# See bgo#658232
sed -i "s:update-desktop-database:/bin/true:g" src/plugins/thunderbird/Makefile*
%configure \
--enable-libvorbis \
--enable-libflac \