Accepting request 48517 from GNOME:Apps
Copy from GNOME:Apps/tracker based on submit request 48517 from user dimstar OBS-URL: https://build.opensuse.org/request/show/48517 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=10
This commit is contained in:
parent
3f93144f56
commit
2f20970372
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b639fcb25e64a4fa3d67d88420a38b84372768c2d4841be3b69072c18cdfe8f
|
||||
size 6946389
|
3
tracker-0.9.21.tar.bz2
Normal file
3
tracker-0.9.21.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb62266c23b175847175548eac5e236d7dcaef71edad59ba87006043f7295319
|
||||
size 7216479
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 18 14:31:06 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.9.21:
|
||||
+ Return types in TrackerSparqlCursor API (previously just
|
||||
strings)
|
||||
+ Ontology:
|
||||
- Added nfo:HelpDocument
|
||||
- Added brief description to the ontologies documentation index
|
||||
page
|
||||
+ functional-tests updates
|
||||
+ libtracker-fts: Do not use TLS for queries
|
||||
+ libtracker-common: Reset default log handler in
|
||||
tracker_log_shutdown()
|
||||
+ libtracker-data: Fixed parallel cursor_next_async() call
|
||||
segfaults
|
||||
+ libtracker-miner:
|
||||
- Removed Pango requirement in tracker-miner.pc
|
||||
- Improved debugging to avoid store availability confusion in
|
||||
log
|
||||
+ libtracker-sparql: Added test case for cursor_next_async()
|
||||
segfaults
|
||||
+ tracker-miner-flickr: Fixed desktop file not having the correct
|
||||
prefix for its icon
|
||||
+ tracker-extract:
|
||||
- On shutdown a summary is logged with extraction/failure count
|
||||
per module
|
||||
- Fixed compilation error for quill support
|
||||
- Don't extract content if config has max bytes set to 0
|
||||
- Use g_pattern_match() instead of g_pattern_match_simple(),
|
||||
~5% speed increase
|
||||
+ tracker-search: Do not use tracker:available for emails
|
||||
+ tracker-status: Fixed memory leak when printing state
|
||||
+ Bugs fixed: nokia#186055, nokia#192326, nokia#188031
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 9 19:22:59 CEST 2010 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package tracker (Version 0.9.20)
|
||||
# spec file for package tracker (Version 0.9.21)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Luis Medinas, Portugal
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: tracker
|
||||
Version: 0.9.20
|
||||
Version: 0.9.21
|
||||
Release: 1
|
||||
# FIXME: 2010-03-24 building gtk-doc fails because of a bug in graphviz
|
||||
License: GPLv2+
|
||||
|
Loading…
Reference in New Issue
Block a user