Accepting request 55549 from GNOME:Apps
Accepted submit request 55549 from user vuntz OBS-URL: https://build.opensuse.org/request/show/55549 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=13
This commit is contained in:
parent
ea5b54dec6
commit
640e96c958
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddf82925ebe3f309839f55db65c631650831b1f5aff8a115f512f81ab2dbf50a
|
||||
size 7146237
|
3
tracker-0.9.30.tar.bz2
Normal file
3
tracker-0.9.30.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d01fc5bee618c76454cfb5bae44a913584ef6c27abc8620599e4327ecc6a462e
|
||||
size 7287592
|
180
tracker.changes
180
tracker.changes
@ -1,3 +1,183 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 17:39:33 CET 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.9.30:
|
||||
+ Ontology:
|
||||
- Added domainIndex nie:contentCreated to nfo:Visual
|
||||
- Added tracker:notify true for slo:LandmarkCategory,
|
||||
slo:Landmark and slo:GeoLocation
|
||||
+ SPARQL: Use WITH/INTO/FROM clause in WHERE pattern of updates
|
||||
+ Support MeeGoTouch Locale, recalculating indexes on locale
|
||||
changes
|
||||
+ data-generators:
|
||||
- Diversify the content creation times
|
||||
- Support nfo:Equipment correctly
|
||||
- Small fixes to the music data
|
||||
+ libtracker-data:
|
||||
- Disable fn:starts-with test for !libicu cases
|
||||
- Document the TRACKER_PRAGMAS_FILE environment variable
|
||||
+ libtracker-direct: Make singleton connection thread-safe
|
||||
+ libtracker-bus: Reduce D-Bus proxy initialization time
|
||||
+ libtracker-sparql: Reduce D-Bus proxy initialization time
|
||||
+ tracker-extract, albumart: Don't assume that
|
||||
g_file_get_parent() returns non-NULL
|
||||
+ tracker-miner-applications: Re-extract desktop files when
|
||||
locale change detected
|
||||
+ tracker-status: Added more granularity to the tracker-store
|
||||
status reporting for the journal replay
|
||||
+ Bugs fixed: nokia#204706, nokia#203538, nokia#208420,
|
||||
bgo#635757, bgo#635794.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 25 12:17:29 CET 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.9.29:
|
||||
+ Ontology: Add index on nco:nameFamily
|
||||
+ SPARQL:
|
||||
- Support \u escape sequence in string literals
|
||||
- Fix INSERT/DELETE and SELECT * with WHERE without variables
|
||||
- Use proper collation for string literals and fn:starts-with
|
||||
+ libtracker-data: Make it easier to test the PRAGMAs for SQLite
|
||||
+ libtracker-bus: Fix handling of priority in update_async
|
||||
+ libtracker-sparql: Add function to generate a uuid urn to the
|
||||
client library
|
||||
+ tracker-store: Fix crash on client exit and task without
|
||||
destroy notify
|
||||
+ tracker-extract: Split msoffice and msoffice-xml extractors and
|
||||
refactor code
|
||||
+ tracker-extract-mp3: Fix memory leak
|
||||
+ tracker-miner-applications: Fix encoding issues and handling of
|
||||
nie:dataSource
|
||||
+ tracker-miner-fs: Use low priority for update_async calls
|
||||
+ tracker-search: New --software and --software-categories option
|
||||
+ Bugs fixed: bgo#630244, bgo#634424, bgo#634669, bgo#635652,
|
||||
nokia#195787, nokia#197067, nokia#200980, nokia#202291,
|
||||
nokia#203540, nokia#203593, nokia#206752.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 18 11:13:04 UTC 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.9.28:
|
||||
+ GDBus support
|
||||
+ Add utils/tracker-sql to run SQL on the databases directly
|
||||
+ Ontology:
|
||||
- Updated mfo:image for mfo:FeedSettings to be in domain
|
||||
mfo:FeedElement
|
||||
- Added tracker:indexed true for nmm:artistName
|
||||
- Added tracker:domainIndex for nie:title on nmm:MusicAlbum
|
||||
- Deprecated nmm:albumTitle for nie:title
|
||||
+ functional-tests updates.
|
||||
+ libtracker-data:
|
||||
- Combine INSERT and UPDATE statements into one INSERT
|
||||
- Fixed ontology change coping for tracker:domainIndex
|
||||
+ tracker-store: Queue queries while backup is taking place
|
||||
+ Build fixes: bgo#633118, nokia#202275, nokia#199968,
|
||||
nokia#202627, nokia#202581, nokia#201122, nokia#203632.
|
||||
+ Build fixes.
|
||||
+ Updated translations.
|
||||
- Change vala-devel to vala-unstable-devel BuildRequires as tracker
|
||||
now requires vala 0.11.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 6 18:59:22 CET 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.9.27:
|
||||
+ New journal format to separate ontology from data for improved
|
||||
data integrity
|
||||
+ functional-tests updates.
|
||||
+ libtracker-common: Use per-client timeouts to avoid unnecessary
|
||||
wake ups
|
||||
+ libtracker-client: Disable deprecation warnings when building
|
||||
this library
|
||||
+ libtracker-data: Identify unsupported ontology change coping
|
||||
more broadly
|
||||
+ libtracker-bus: Disable dbus timeouts in updates to the store
|
||||
+ tracker-sparql: Added --list-indexes to show database indexes
|
||||
+ tracker-store: Use per-query watchdogs to avoid unnecessary
|
||||
wake ups
|
||||
+ tracker-extract:
|
||||
- Removed all tests, they've been commented out for some time
|
||||
- GIF: Fixed memory leak for height and width
|
||||
- GStreamer: Write multiple nmm:albumArtist if there are more
|
||||
than one
|
||||
- MSOffice: Don't use a static var to check if nie:generator
|
||||
was already set
|
||||
+ tracker-miner-fs: Removed all tests, test source file was just
|
||||
a main()
|
||||
+ tracker-control: Fix runtime critical when journal file doesn't
|
||||
exist.
|
||||
+ Bugs fixed: nokia#199131, nokia#194908, nokia#200310,
|
||||
bgo#633118, bgo#633093, bgo#631391.
|
||||
+ Build fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 23 14:15:48 CEST 2010 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.9.26:
|
||||
+ Add task pool in libtracker-miner for store updates/metadata
|
||||
extractions, 10-20% speed increase indexing.
|
||||
+ Ontology: Derive from rdfs:Resource for nao:Property,
|
||||
nfo:Orientation, poi:ObjectOfInterest, scal:AccessLevel,
|
||||
nmm:Flash, nmm:MeteringMode, nmm:WhiteBalance,
|
||||
nmm:RadioModulation, mto:TransferMethod
|
||||
+ functional-tests updates
|
||||
+ tracker-extract: Port QuillImageFilter usage to QImage
|
||||
+ libtracker-data:
|
||||
- Notify locales being used also for libunistring
|
||||
- Improved collation related debugging traces
|
||||
+ libtracker-bus:
|
||||
- Handle error properly in array_update_finish()
|
||||
- Use host endian byte order for updates in steroids interface
|
||||
- Fixed memory leak when updating, GAsyncResult should always
|
||||
be unref-ed
|
||||
+ libtracker-miner: Fixed critical warning when calling
|
||||
tracker-status -i
|
||||
+ tracker-miner-fs: Fixed MeeGo app miner, missing include for
|
||||
GStrv and glib collators
|
||||
+ utils:
|
||||
- mtp-dummy: Fixed missing locale initialization
|
||||
+ Bugs fixed: bgo#629850, bgo#632399, nokia#194548.
|
||||
+ Build fixes.
|
||||
+ Updated translations.
|
||||
- Changes from version 0.9.25:
|
||||
+ New API methods in libtracker-sparql which allow multiple
|
||||
inserts per DBus call.
|
||||
+ Ontology:
|
||||
- NMM: Set maximum cardinality of dlnaProfile and uPnPShared to
|
||||
1
|
||||
- NCO: Set tracker:notify for nco:ContactGroup.
|
||||
+ SPARQL:
|
||||
- Fix build with Vala < 0.11
|
||||
- Fix context handling for EXISTS and NOT EXISTS
|
||||
- Do not use pointers as keys in hash tables
|
||||
- Do not let SPARQL variable names influence SQL query
|
||||
+ libtracker-sparql:
|
||||
- Use lazy resolving for symbols in plugins
|
||||
- Added missing APIs to documentation sections file
|
||||
- Make new example for_update_array a bit more aesthetic
|
||||
- Documented the new API methods for multi-insert
|
||||
+ libtracker-data:
|
||||
- Progress handling while performing integrity check
|
||||
- Do not load superproperties on read-only access
|
||||
- Avoid opening SQLite database twice on startup
|
||||
- Force reindex on unsupported ontology change
|
||||
- Fixed test cases on Fedora 14
|
||||
+ tracker-store: Fixed status reporting
|
||||
+ tracker-extract:
|
||||
- Replace quill with quillimagefilter
|
||||
- Use posix_fadvise() when closing files
|
||||
- gupnp-dlna: Fix to use the tracker_sparql_escape_uri_printf()
|
||||
+ functional-tests updates
|
||||
+ coverage: Ignore coverage/ directory
|
||||
+ utils:
|
||||
- mtp-dummy: Implemented renaming of all files after batch copy
|
||||
finishes
|
||||
+ Bugs fixed: nokia#186096.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 9 10:44:46 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package tracker (Version 0.9.24)
|
||||
# spec file for package tracker (Version 0.9.30)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Luis Medinas, Portugal
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: tracker
|
||||
Version: 0.9.24
|
||||
Version: 0.9.30
|
||||
Release: 1
|
||||
# FIXME: 2010-03-24 building gtk-doc fails because of a bug in graphviz
|
||||
License: GPLv2+
|
||||
@ -76,7 +76,8 @@ BuildRequires: taglib-devel
|
||||
BuildRequires: totem-pl-parser-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala-devel
|
||||
# We require vala 0.11.2 at least, which is vala-unstable in 11.4 cycle.
|
||||
BuildRequires: vala-unstable-devel
|
||||
BuildRequires: zlib-devel
|
||||
Recommends: %{name}-lang
|
||||
# We want to index files by default, if possible
|
||||
|
Loading…
Reference in New Issue
Block a user