Accepting request 69149 from GNOME:Apps
Pushing G:A changes related to GNOME 3 (either needed by GNOME 3, or needed to build with GNOME 3) OBS-URL: https://build.opensuse.org/request/show/69149 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=25
This commit is contained in:
committed by
Git OBS Bridge
parent
b1f73ae187
commit
cf91498bb1
196
tracker.changes
196
tracker.changes
@@ -1,3 +1,199 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 28 02:03:38 UTC 2011 - glin@novell.com
|
||||
|
||||
- Add tracker-nautilus-extension-compile-gtk3.patch to compile
|
||||
nautilus extension with gtk3 (bnc#689447, bgo#645954). Add call
|
||||
to autoreconf needed by the patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 27 09:37:37 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.10.10:
|
||||
+ libtracker-data: Support ontology changing regarding
|
||||
nrl:InverseFunctionalProperty
|
||||
+ libtracker-miner:
|
||||
- Limit extractions to 10 at any given time
|
||||
- Limit the number of statements sent to the store per request
|
||||
+ tracker-extract:
|
||||
- Complete relicensing from GPL to LGPL for C++ files missed
|
||||
- Fixed critical about locale when run from command line
|
||||
- Fixed critical when finalizing the controller object
|
||||
- Fixed crash with new QApplication() and passed argv parameter
|
||||
+ tracker-needle: Fixed email query which was using
|
||||
tracker:coalesce() with 1 argument
|
||||
+ Ontology updates.
|
||||
+ Bugs fixed: nokia#249028, nokia#244787, nokia#248059.
|
||||
+ Updated translations.
|
||||
- Changes from version 0.10.9:
|
||||
+ Now tracker-info --turtle allows exporting resources in Turtle
|
||||
RDF
|
||||
+ libtracker-common:
|
||||
- Re-instate setrlimit() and clamp between 256Mb and 50% memory
|
||||
capacity for RLIMIT_{AS|DATA}
|
||||
- Don't apply setrlimit() constraints to spawned processes
|
||||
(inherited anyway)
|
||||
+ libtracker-data: Error when OFFSET, LIMIT, GROUP or ORDER are
|
||||
used with ASK queries
|
||||
+ libtracker-sparql: Fixed libtracker_sparql_LDFLAGS missing "\",
|
||||
causing export of all symbols
|
||||
+ libtracker-extract: Added new unit test for IPTC records are
|
||||
read correctly
|
||||
+ tracker-extract:
|
||||
- Added a controller thread to be able to shutdown quickly on
|
||||
pre-unmount signals
|
||||
- Cleaned up debugging considerably and print summary on start
|
||||
up
|
||||
+ Ontology updates.
|
||||
+ Bugs fixed: bgo#646834, bgo#647548, nokia#238770, nokia#245998,
|
||||
nokia#244267, nokia#241302, nokia#245589, nokia#245373,
|
||||
nokia#213419, nokia#240681.
|
||||
+ Updated translations.
|
||||
- Drop update-rest.patch: fixed upstream.
|
||||
- Drop call to autoreconf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 11 08:01:53 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
- Update to version 0.10.8:
|
||||
+ libtracker-data: Protect tracker_db_cursor_get_* with mutex
|
||||
+ libtracker-bus: There is no BatchUpdateArray, UpdateArray is
|
||||
always considered a batch operation.
|
||||
+ libtracker-sparql: Fix build from tarball
|
||||
+ tracker-store: Increase maximum signal size from 1000 to 50000
|
||||
triples.
|
||||
+ tracker-store: Fix UpdateArray to use low priority request
|
||||
+ Bugs fixed: bgo#642883, nokia#244556.
|
||||
- Changes from version 0.10.7:
|
||||
+ Introspection support for libtracker-{sparql|miner|extract}.
|
||||
+ libtracker-sparql: Fixed test case on cancellation error check.
|
||||
+ tracker-extract: oasis: Avoid invalid frees on non-NULL
|
||||
pointers.
|
||||
+ tracker-needle:
|
||||
- Cancel previous operations when switching views.
|
||||
- Improve "icons" or "images" category to allow filtering by
|
||||
all or title.
|
||||
+ Bugs fixed: bgo#644997, bgo#646365, bgo#646374, bgo#644455,
|
||||
nokia#244536, nokia#242253, nokia#229461, nokia#237582,
|
||||
nokia#240272, nokia#241659.
|
||||
+ Updated translations.
|
||||
- Update BuildRequires to use vala-devel (instead of
|
||||
vala-unstable-devel) and add gobject-introspection-devel to build
|
||||
introspection support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 10:08:17 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
- Update to version 0.10.6:
|
||||
+ New Feature: Added INSERT OR REPLACE SPARQL, using UPDATE gives
|
||||
us ca. 25% speed improvement in some cases.
|
||||
+ libtracker-common: Only use encoding guessing when confidence
|
||||
is > 30%.
|
||||
+ libtracker-data: Added new functions tracker:case-fold() and
|
||||
tracker:lower-case().
|
||||
+ libtracker-sparql: Handle GSpawnError thrown by GDBus
|
||||
+ tracker-needle:
|
||||
- Model reworked showin no delay loading thousands of items.
|
||||
- Improve error handling.
|
||||
+ Bugs fixed: bgo#645380, bgo#645934, bgo#645963, bgo#645675,
|
||||
nokia#241833, nokia#235445, nokia#241206, nokia#240168,
|
||||
nokia#240582.
|
||||
- Drop fix-evolution-build.patch: fixed upstream.
|
||||
- Remove configure --enable-tracker-search-tool option, no longer
|
||||
present upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 28 11:53:18 UTC 2011 - fcrozat@novell.com
|
||||
|
||||
- Update to version 0.10.5:
|
||||
+ libtracker-common: Fix localtime handling with historic UTC
|
||||
offsets.
|
||||
+ libtracker-data: Fix graph check for anonymous blank nodes.
|
||||
+ libtracker-sparql:
|
||||
- Mark tracker_sparql_builder_drop_graph() as deprecated.
|
||||
- Don't export symbols which are internal.
|
||||
+ libtracker-miner: Added tracker_miner_manager_new_full() to
|
||||
disable starting miners when querying status.
|
||||
+ tracker-store: Don't start if not running when querying status.
|
||||
+ tracker-miner-fs: Add --no-daemon command line to exit when
|
||||
indexing done.
|
||||
+ tracker-extract: Add parameter to QApplication to allow running
|
||||
without X11.
|
||||
+ tracker-needle: Set proper application icon.
|
||||
+ evolution: Fix use of GRAPH with the nie:DataSource, now
|
||||
indexes properly again.
|
||||
+ Ontology updates.
|
||||
+ Bugs fixed: bgo#642012, bgo#645000, bgo#645052, bgo#645375,
|
||||
bgo#644998.
|
||||
- Add update-rest.patch: Fix build with rest 0.7.x.
|
||||
- Add fix-evolution-build.patch: Fix build with evolution 2.91.x
|
||||
(bgo#645934)
|
||||
- Change old-style buildRequires to new pkgconfig() ones:
|
||||
libgee-devel, librest-devel, gnome-panel-devel, nautilus-devel to
|
||||
gee-1.0, rest-0.7, libpanelapplet-4.0, libnautilus-extension.
|
||||
- Remove now non-existing --enable-tracker-search-tool configure
|
||||
option.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 20 17:46:14 CET 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.10.4:
|
||||
+ libtracker-miner:
|
||||
- Don't assume g_dbus_info_new_for_xml() never fails
|
||||
- Added missing documentation functions to sections file
|
||||
+ libtracker-extract: Don't assume g_dbus_info_new_for_xml()
|
||||
never fails.
|
||||
+ Bugs fixed: nokia#237582, nokia#237150, nokia#236387,
|
||||
nokia#233828.
|
||||
- Changes from version 0.10.3:
|
||||
+ Bugs fixed: bgo#644484, bgo#642868.
|
||||
- Changes from version 0.10.2:
|
||||
+ Ontology: Added nfo:Note for applications like Tomboy
|
||||
+ functional-tests: Force English locale for tests
|
||||
+ libtracker-miner: Improve bulk operation speed like deleting
|
||||
+ tracker-preferences: Enable gettext translations
|
||||
+ tracker-search-bar: Fixed build error since API change in
|
||||
libpanel-applet
|
||||
+ Bugs fixed: nokia#232574, nokia#235118, nokia#229713.
|
||||
- Changes from version 0.10.1:
|
||||
+ Bugs fixed: nokia#232981, nokia#231631, nokia#230255,
|
||||
nokia#228760, bgo#642774, bgo#643739, bgo#636375, bgo#643140,
|
||||
bgo#642581, bgo#643090.
|
||||
- Changes from version 0.10.0:
|
||||
+ Recap of new Features:
|
||||
- Added GDBus support
|
||||
- Added direct access library libtracker-sparql for fast
|
||||
read-only queries
|
||||
- Added LRU (Least Recently Used) for database statement cache
|
||||
(huge memory footprint difference)
|
||||
- Added a GUPnP DLNA extractor
|
||||
- Added domain specific indexes, adding a column to DB tables
|
||||
to avoid full table scans/joins with larger tables for
|
||||
performance.
|
||||
- Added metadata guarantee support when key data is missing
|
||||
- Added tracker-sql (in utils/) to run SQL on the databases
|
||||
directly (for developers)
|
||||
- Added unicode compliance for FTS (Full Text Search)
|
||||
- Don't do mtime checks on start up (dramatically reduces start
|
||||
time for miner-fs)
|
||||
- Replaced tracker-search-tool with tracker-needle
|
||||
- New API methods in libtracker-sparql which allow multiple
|
||||
inserts per DBus call (and yet get multiple errors back).
|
||||
- New journal format to separate ontology from data for
|
||||
improved data integrity
|
||||
- New journal compression and rotation using 50Mb chunk sizes
|
||||
- Task pool in libtracker-miner for store updates/metadata
|
||||
extractions, 10-20% speed increase indexing
|
||||
- Monitor event black listing and events are condensed
|
||||
- Return types in TrackerSparqlCursor API
|
||||
- Collation support
|
||||
- Refactored and much more efficient signal notification API
|
||||
- Use libtracker-sparql: Client library for direct/dbus access
|
||||
- SPARQL, Add support for EXISTS and NOT EXISTS
|
||||
- SPARQL, Add support for IN
|
||||
- SPARQL, Add support for INSERT SILENT and DELETE SILENT
|
||||
- Drop tracker-no-duplicated-results.patch: fixed upstream.
|
||||
- Replace gtk2-devel BuildRequires with gtk3-devel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 10:24:23 CET 2011 - vuntz@opensuse.org
|
||||
|
||||
|
Reference in New Issue
Block a user