Accepting request 71963 from GNOME:Apps
Pushing G:A changes OBS-URL: https://build.opensuse.org/request/show/71963 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=27
This commit is contained in:
parent
88330eebf4
commit
1c5ea13fc1
@ -5,3 +5,5 @@ As an example, the file initial-data.ttl contains feeds that you
|
||||
can register with this command:
|
||||
|
||||
tracker-import initial-data.ttl
|
||||
|
||||
The tracker-miner-rss binary also has an --add-feed option.
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d4eadd42e98458f3188eb7088615261f9a7a421961b95852245377e34c71015
|
||||
size 7856913
|
3
tracker-0.10.15.tar.bz2
Normal file
3
tracker-0.10.15.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc555d3cce776b5db0ea36707a1c9a4f6281eaa62ee71e47c9c7d3c2eba4917b
|
||||
size 7860871
|
0
tracker-search-bar.1
Normal file
0
tracker-search-bar.1
Normal file
@ -1,3 +1,88 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 28 14:57:35 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.10.15:
|
||||
+ libtracker-sparql: Fix deadlock on initialization error
|
||||
+ libtracker-miner:
|
||||
- Fixed c++ builds where headers use "private" keyword
|
||||
- Include missing header tracker-albumart.h in main header
|
||||
- Do not perform removed files check if crawling was cancelled
|
||||
+ tracker-store: Reenable signals after failing to load Turtle
|
||||
file
|
||||
+ tracker-extract: Improve logging around which module is used
|
||||
for extraction per file
|
||||
+ evolution:
|
||||
- Fixed completely broken status reporting as a miner
|
||||
- Don't send "Idle" status twice
|
||||
- Added debug logging to know if the module was loaded or not
|
||||
on the command line
|
||||
+ Bugs fixed: nokia#254855, nokia#259000, nokia#244556,
|
||||
nokia#252898, nokia#258488, nokia#258459.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 28 00:36:35 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Mention the new --add-feed option of tracker-miner-rss in
|
||||
README.SUSE.rss.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 23 14:30:20 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.10.14:
|
||||
+ libtracker-data:
|
||||
- Handle EINTR instead of EGAIN when writing journal
|
||||
- Delete empty file if unable to write journal header
|
||||
- Do not trigger a journal replay with invalid ontology
|
||||
journals
|
||||
- Propagate errors for ontology transactions
|
||||
+ libtracker-bus: Support multiple bus connection objects
|
||||
+ libtracker-direct: Support multiple bus connection objects
|
||||
+ libtracker-sparql: Protect singleton weak pointer with mutex
|
||||
+ libtracker-miner: Cleanup media-art that isn't valid anymore
|
||||
every 30 minutes or so
|
||||
+ tracker-store: Improved error handling for Data.Manager.init
|
||||
+ functional-tests: Add UID::user and GID::users to tracker-tests
|
||||
aegis file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 16 15:45:05 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.10.13:
|
||||
+ libtracker-miner: Cancel TrackerMinerFS cancellables on
|
||||
finalize
|
||||
+ tracker-store: Use lazy loading for stats to improve start up
|
||||
speed
|
||||
+ Bugs fixed: nokia#254154, nokia#253807, nokia#248873.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 6 08:49:59 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.10.12:
|
||||
+ New Feature:
|
||||
- Now tracker-control has --backup and --restore options
|
||||
- Now tracker-miner-rss has an --add-feed option
|
||||
+ libtracker-extract: Fixed encoding guessing, make sure we
|
||||
init/shutdown locale module
|
||||
+ libtracker-miner: Don't load thumbnailer service properties
|
||||
over D-Bus
|
||||
+ tracker-store: Added checks to Backup method target file so it
|
||||
is a real URI
|
||||
+ tracker-miner-rss:
|
||||
- Fixed crash trying to cast TrackerSparqlConnection to
|
||||
TrackerMinerRSS
|
||||
- Fixed recursive check with mfo:updatedTime GraphUpdated
|
||||
signal
|
||||
- Fixed ASK SPARQL to check true/false not 0/1
|
||||
- Improved logging/debugging
|
||||
+ Bugs fixed: bgo#520670, bgo#633105, bgo#397205, nokia#249338.
|
||||
+ Updated translations.
|
||||
- Add tracker-search-bar.1 from git to Source list: it is missing
|
||||
in the tarball. Makefile to distribute this properly is already
|
||||
fixed in launchpad.
|
||||
- Add dia BuildRequires to fix the gtk-doc building
|
||||
- Re-enable --enable-gtk-doc configure parameter.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 4 09:51:43 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
|
47
tracker.spec
47
tracker.spec
@ -19,9 +19,9 @@
|
||||
|
||||
|
||||
Name: tracker
|
||||
Version: 0.10.11
|
||||
Version: 0.10.15
|
||||
Release: 1
|
||||
# FIXME: 2010-03-24 building gtk-doc fails because of a bug in graphviz
|
||||
# FIXME: Remove tracker-search-bar.1 from Source list again. This should be fixed with next update.
|
||||
License: GPLv2+
|
||||
Summary: Powerful object database, tag/metadata database, search tool and indexer
|
||||
Url: http://projects.gnome.org/tracker/
|
||||
@ -29,12 +29,15 @@ Group: Productivity/Other
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: README.SUSE.flickr
|
||||
Source2: README.SUSE.rss
|
||||
Source3: tracker-search-bar.1
|
||||
# PATCH-FIX-OPENSUSE tracker-removeable-media-off.patch bgo622288 badshah400@gmail.com -- Disable indexing on removable media by default. See bgo#622288 for how it should be done properly.
|
||||
Patch1: tracker-removeable-media-off.patch
|
||||
# PATCH-FIX-UPSTREAM tracker-nautilus-extension-compile-gtk3.patch bnc689447 bgo645954 glin@gmail.com -- Compile nautilus extension with gtk3
|
||||
Patch2: tracker-nautilus-extension-compile-gtk3.patch
|
||||
BuildRequires: NetworkManager-devel
|
||||
BuildRequires: dbus-1-glib-devel
|
||||
# Needed for the gtk-doc
|
||||
BuildRequires: dia
|
||||
BuildRequires: enca-devel
|
||||
BuildRequires: evolution-data-server-devel
|
||||
BuildRequires: evolution-devel
|
||||
@ -331,6 +334,7 @@ translation-update-upstream
|
||||
%patch2 -p1
|
||||
cp %{S:1} src/miners/flickr/README.SUSE
|
||||
cp %{S:2} src/miners/rss/README.SUSE
|
||||
cp -n %{S:3} docs/manpages/
|
||||
|
||||
%build
|
||||
autoreconf
|
||||
@ -340,8 +344,8 @@ autoreconf
|
||||
--enable-tracker-explorer \
|
||||
--enable-tracker-search-bar \
|
||||
--enable-tracker-preferences \
|
||||
--disable-functional-tests
|
||||
# --enable-gtk-doc
|
||||
--disable-functional-tests \
|
||||
--enable-gtk-doc
|
||||
%__make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
@ -413,18 +417,19 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Extract.service
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.service
|
||||
%{_mandir}/man1/tracker-control.1*
|
||||
%{_mandir}/man1/tracker-extract.1*
|
||||
%{_mandir}/man1/tracker-import.1*
|
||||
%{_mandir}/man1/tracker-info.1*
|
||||
%{_mandir}/man1/tracker-search.1*
|
||||
%{_mandir}/man1/tracker-sparql.1*
|
||||
%{_mandir}/man1/tracker-stats.1*
|
||||
%{_mandir}/man1/tracker-store.1*
|
||||
%{_mandir}/man1/tracker-tag.1*
|
||||
%{_mandir}/man5/tracker-extract.cfg.5*
|
||||
%{_mandir}/man5/tracker-fts.cfg.5*
|
||||
%{_mandir}/man5/tracker-store.cfg.5*
|
||||
%{_mandir}/man1/tracker-control.1%{ext_man}
|
||||
%{_mandir}/man1/tracker-extract.1%{ext_man}
|
||||
%{_mandir}/man1/tracker-import.1%{ext_man}
|
||||
%{_mandir}/man1/tracker-info.1%{ext_man}
|
||||
%{_mandir}/man1/tracker-miner-rss.1%{ext_man}
|
||||
%{_mandir}/man1/tracker-search.1%{ext_man}
|
||||
%{_mandir}/man1/tracker-sparql.1%{ext_man}
|
||||
%{_mandir}/man1/tracker-stats.1%{ext_man}
|
||||
%{_mandir}/man1/tracker-store.1%{ext_man}
|
||||
%{_mandir}/man1/tracker-tag.1%{ext_man}
|
||||
%{_mandir}/man5/tracker-extract.cfg.5%{ext_man}
|
||||
%{_mandir}/man5/tracker-fts.cfg.5%{ext_man}
|
||||
%{_mandir}/man5/tracker-store.cfg.5%{ext_man}
|
||||
# Exclude files which live in other packages
|
||||
%exclude %{_datadir}/%{name}/miners/tracker-miner-applications.desktop
|
||||
%exclude %{_datadir}/%{name}/miners/tracker-miner-evolution.desktop
|
||||
@ -512,11 +517,11 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/lib*.so
|
||||
%{_includedir}/tracker-0.10/
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
#%{_datadir}/gtk-doc/html/libtracker-common/
|
||||
#%{_datadir}/gtk-doc/html/libtracker-miner/
|
||||
#%{_datadir}/gtk-doc/html/libtracker-client/
|
||||
#%{_datadir}/gtk-doc/html/libtracker-extract/
|
||||
#%{_datadir}/gtk-doc/html/ontology/
|
||||
%{_datadir}/gtk-doc/html/libtracker-miner/
|
||||
%{_datadir}/gtk-doc/html/libtracker-client/
|
||||
%{_datadir}/gtk-doc/html/libtracker-extract/
|
||||
%{_datadir}/gtk-doc/html/libtracker-sparql
|
||||
%{_datadir}/gtk-doc/html/ontology/
|
||||
%dir %{_datadir}/vala
|
||||
%dir %{_datadir}/vala/vapi
|
||||
%{_datadir}/vala/vapi/*.deps
|
||||
|
Loading…
Reference in New Issue
Block a user