Accepting request 49051 from GNOME:Apps
Copy from GNOME:Apps/tracker based on submit request 49051 from user dimstar OBS-URL: https://build.opensuse.org/request/show/49051 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=11
This commit is contained in:
parent
2f20970372
commit
4ffb8bf3ca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb62266c23b175847175548eac5e236d7dcaef71edad59ba87006043f7295319
|
||||
size 7216479
|
3
tracker-0.9.22.tar.bz2
Normal file
3
tracker-0.9.22.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00bd04c6b4800c7f267aa8284c9dc48721e457220f2a314f1657285f45057ca0
|
||||
size 7222805
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 24 09:53:57 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.9.22:
|
||||
+ LRU for database statement cache (huge memory footprint
|
||||
difference)
|
||||
+ Monitor event black listing and events are condensed (less
|
||||
event spam up the stack)
|
||||
+ SPARQL: Rework variable name support to fix regression
|
||||
+ Ontology: NCO: Set tracker:notify to true for nco:ContactList
|
||||
+ data-generators: Added a default value for undefined categories
|
||||
+ functional-tests updates.
|
||||
+ libtracker-data:
|
||||
- Fixed regression SELECT ... AS ?var not being honored in
|
||||
ORDER BY
|
||||
- Don't cache stmt if the query contains a regular expression
|
||||
- Fixed memory leak in journal rotation
|
||||
+ libtracker-sparql:
|
||||
- Make it possible to set the max LRU cache size per connection
|
||||
- Added an "environment variables" section to documentation
|
||||
+ tracker-store:
|
||||
- Added TRACKER_STORE_{SELECT|UPDATE}_CACHE_SIZE environment
|
||||
variables to control new LRU feature
|
||||
- Fixed crash when accessing variable_names array
|
||||
+ tracker-extract:
|
||||
- remove unneeded call to tracker_topanalyzer_shutdown()
|
||||
- Fixed QUILLimagefilter support
|
||||
+ tracker-miner-fs: Fixed use of uninitialized variable
|
||||
+ Bugs fixed: nokia#192537, nokia#193796, bgo#630176
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 18 14:31:06 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package tracker (Version 0.9.21)
|
||||
# spec file for package tracker (Version 0.9.22)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Luis Medinas, Portugal
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: tracker
|
||||
Version: 0.9.21
|
||||
Version: 0.9.22
|
||||
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