Accepting request 50636 from GNOME:Apps
Copy from GNOME:Apps/tracker based on submit request 50636 from user vuntz OBS-URL: https://build.opensuse.org/request/show/50636 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=12
This commit is contained in:
parent
4ffb8bf3ca
commit
ea5b54dec6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:00bd04c6b4800c7f267aa8284c9dc48721e457220f2a314f1657285f45057ca0
|
|
||||||
size 7222805
|
|
3
tracker-0.9.24.tar.bz2
Normal file
3
tracker-0.9.24.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ddf82925ebe3f309839f55db65c631650831b1f5aff8a115f512f81ab2dbf50a
|
||||||
|
size 7146237
|
@ -1,3 +1,58 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 9 10:44:46 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.9.24:
|
||||||
|
+ Ontology updates.
|
||||||
|
+ SPARQL:
|
||||||
|
- Use COLLATE in SQL for variables and property functions
|
||||||
|
- Use named graph of WITH clause in WHERE pattern for updates
|
||||||
|
+ functional-tests updates.
|
||||||
|
+ libtracker-data: Add test case for ORDER BY property function
|
||||||
|
+ libtracker-miner: Make vapi file compatible with Vala 0.11.0
|
||||||
|
+ libtracker-sparql:
|
||||||
|
- Assume en_US.utf8_locale for test cases for proper collation
|
||||||
|
- Support GRAPH in SPARQL builder API
|
||||||
|
+ tracker-miner-fs: Fixed regression when deleting
|
||||||
|
nfo:FileDataObject resources for a mount point
|
||||||
|
+ utils: mtp-dummy: Added a test case to synthesis an mtp daemon
|
||||||
|
+ Bugs fixed: nokia#195394, nokia#196143, nokia#195547,
|
||||||
|
nokia#192790.
|
||||||
|
+ Build fixes.
|
||||||
|
- Drop tracker-fix-build.patch: fixed upstream.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 1 09:10:45 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.9.23:
|
||||||
|
+ Ontology updates.
|
||||||
|
+ SPARQL: Fix SQL for GRAPH with predicate variable and empty
|
||||||
|
database
|
||||||
|
+ coverage: ignore dbus-binding-tool generated files
|
||||||
|
+ functional-tests updates.
|
||||||
|
+ libtracker-data:
|
||||||
|
- Log failure to set journal mode to WAL
|
||||||
|
- Fixed unchecked pointer unref when setting journal_mode
|
||||||
|
pragma
|
||||||
|
- Change SQLite page and cache size
|
||||||
|
+ libtracker-sparql:
|
||||||
|
- Added connection_get_{async|direct_async}() APIs
|
||||||
|
- Various documentation fixes and additions.
|
||||||
|
+ libtracker-miner:
|
||||||
|
- Added new unit tests for blacklisting and event merging
|
||||||
|
- Don't create inner loop until needed
|
||||||
|
+ tracker-store: Fixed corruption in FD passing D-Bus
|
||||||
|
implementation
|
||||||
|
+ tracker-extract:
|
||||||
|
- MP3: Fixed a huge memory leak in albumart data
|
||||||
|
- MP3: Support Windows-1252 character encoding
|
||||||
|
- MP3: Fix string handling in comment and picture tags
|
||||||
|
- Album art: Stop looking for cover if we already
|
||||||
|
+ tracker-search-tool: Fixed compilation error with latest vala
|
||||||
|
+ plugins: Evolution: Fixed the UID format of the URL
|
||||||
|
+ Bugs fixed: nokia#193061, nokia#193044, nokia#194746
|
||||||
|
+ Updated translations.
|
||||||
|
- Add tracker-fix-build.patch to fix the build.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 24 09:53:57 CEST 2010 - vuntz@opensuse.org
|
Fri Sep 24 09:53:57 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tracker (Version 0.9.22)
|
# spec file for package tracker (Version 0.9.24)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2010 Luis Medinas, Portugal
|
# Copyright (c) 2010 Luis Medinas, Portugal
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: tracker
|
Name: tracker
|
||||||
Version: 0.9.22
|
Version: 0.9.24
|
||||||
Release: 1
|
Release: 1
|
||||||
# FIXME: 2010-03-24 building gtk-doc fails because of a bug in graphviz
|
# FIXME: 2010-03-24 building gtk-doc fails because of a bug in graphviz
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
Loading…
Reference in New Issue
Block a user