Accepting request 228944 from GNOME:Next

Push GNOME:Next - GNOME 3.12.0

OBS-URL: https://build.opensuse.org/request/show/228944
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=46
This commit is contained in:
2014-04-03 20:50:48 +00:00
committed by Git OBS Bridge
parent 49eb24c9f2
commit 1848250065
8 changed files with 768 additions and 91 deletions

View File

@@ -1,3 +1,274 @@
-------------------------------------------------------------------
Mon Mar 24 19:01:47 UTC 2014 - zaitor@opensuse.org
- Update to version 1.0.0:
+ Make decorator errors public.
+ libtracker-sparql: Make sure we check the env before choosing
the bus type.
+ Updated translations.
-------------------------------------------------------------------
Sat Mar 22 18:17:22 UTC 2014 - zaitor@opensuse.org
- Update to version 0.17.8:
+ Fixes: bgo#705315 tracker-0.16.2: configure wrongly mixes
checks for enable-compile-warning while using
WITH-compile-warnings.
+ Fixes: bgo#726419 tracker-extract reports sparql update errors
for jpeg with dc:indenfitier.
+ Fixes: bgo#675198, tracker-store man page description needs
minor cleanup.
+ Updated translations.
-------------------------------------------------------------------
Wed Mar 19 16:10:22 UTC 2014 - dimstar@opensuse.org
- Update to version 0.17.7:
+ libtracker-sparql: Fix undefined reference to symbol
'tracker_ipc_bus'.
+ Updated translations.
-------------------------------------------------------------------
Wed Mar 19 09:18:51 UTC 2014 - dimstar@opensuse.org
- Update to version 0.17.6:
+ Make GBusType run-time configurable with TRACKER_BUS_TYPE
environment variable.
+ Removed dead code from coverity report.
+ libtracker-fts: Fix memory leak for GList on property names
during FTS init.
+ libtracker-data:
- getting FTS multivalued properties used unintialised variable
in ontology_get_fts_properties().
- Protect potential NULL dereference in _db_cursor_iter_next().
+ libtracker-{common,data,extract}: do not maintain LT
versioning.
+ libtracker-miner:
- Do not leak the TrackerSparqlConnection in
TrackerFileNotifier.
- Don't print uninitalised sparql variable for update_array_cb.
- Dispose GFileInfo objects ASAP when crawling (attempt to
reduce memory footprint).
+ libtracker-extract:
- Lookup rules after initializing in get_fallback_rdf_types()
to avoid empty rules lists.
- Fix memory leak on .rule file load errors.
- Fix memory leak and unref rdf_types hash table in
_module_manager_get_fallback_rdf_types().
+ tracker-store: Remove the --low-memory option in the man pages,
not used since 0.9.x.
+ tracker-miner-fs: Fix memory leaks
+ tracker-extract:
- Removed support for libstreamanalyzer, xine and totem
extractors, not been used or supported in a long time.
- Removed support for obsolete GStreamer backends tagreadbin,
decodebin2 in gstreamer extractor.
- Don't report < 0 nfo:width for images with GStreamer
discoverer.
- Remove the need for fork() and sub-processes with PDF
extraction, no longer needed.
- Make logging clearer if we fail on no modules or no metadata.
- Fixed epub extractor so it doesn't use a broken ontology.
- Improve logging, too many g_debug() calls to other log
levels.
- set nfo:Video on the gstreamer guess rule for completeness.
- Add desktop file to autostart process.
- Make it clearer where MIME type came from in debug (from
GIO/xdgmime or tracker-miner-fs).
+ tracker-sparql: Support listing properties with --tree and make
--search case insensitive.
+ tracker-sandbox: Set the locale properly so queries don't fail
due to locale mismatch to DB.
+ Build fixes.
+ Bugs fixed: bgo#726421, bgo#726639, bgo#726640, bgo#725689,
bgo#726552, bgo#726553, bgo#725607, bgo#725890.
+ Updated translations.
- Rebase tracker-extract-private.patch: Upstream decided to 'fix'
it as .so.0.0.0, which is not what we consider the right thing
for this kind of private library).
-------------------------------------------------------------------
Tue Mar 4 21:10:41 UTC 2014 - dimstar@opensuse.org
- Update to version 0.17.5:
+ Build fixes.
+ libtracker-miner: Code fixes.
+ libtracker-extract: Don't break compilation due to missing
rules/modules dir.
+ tracker-extract:
- Don't leak FD on tiff extractor when opening file.
- set nfo:Document in FallbackRdfTypes for text documents.
+ racker-miner-fs: Fix documentation for 'low-disk-space-limit',
was in MB not %.
+ Updated functional tests.
+ Updated translations.
- Add tracker-extract-private.patch: do not maintain LT versioning
on the now private library libtracker-{common,data,extract}.
- Add gnome-common BuildRequires and call to autogen.sh, as above
patch touches the build system.
- Add autogen.sh as source in order to use the upstream provided
bootstrap script (not part of the tarball).
- Rename libtracker-common-1_0-0 subpackage to
libtracker-common-1_0: the private libraries are no longer LT
versioned.
- Drop libtracker-extract-1_0-0 and typelib-1_0-TrackerExtract-1-0
subpackages and the respective Requires to the same from the
-devel package. Package libtracker-extract and the corresponding
glib schema with the other private libraries in
libtracker-common-1_0.
- Add post/postun scriptlets for schema handling to
libtracker-common-1_0.
-------------------------------------------------------------------
Sat Feb 22 22:20:41 UTC 2014 - dimstar@opensuse.org
- Update to version 0.17.4:
+ rss: compile fix with the RSS miner enabled.
+ Updated translations.
-------------------------------------------------------------------
Fri Feb 21 19:44:22 UTC 2014 - dimstar@opensuse.org
- Update to version 0.17.3:
+ tracker-extract: Prioritization of rdf:types has been
implemented, so certain file types are extracted before others,
on demand of applications.
+ libtracker-extract: This library has been made private.
Implementing a TrackerDecorator is the recommended way to
provide additional data.
+ libtracker-miner: Major API cleanups,
- TrackerMinerWeb has been removed, replaced by
TrackerMinerOnline.
- TrackerMinerManager has been splitted into a separate
libtracker-control.
- TrackerCrawler, TrackerStorage and the thumbnailer/mediaart
helper functions are no longer public.
+ libtracker-control: New library, containing
TrackerMinerManager, it requires using tracker-control-1.0.pc.
+ tracker-miner-fs: optional prioritization of folders has been
reimplemented, used on removable volumes and DBus requests.
+ tests: GTester Makefile rules have been updated.
+ utils: tracker-sparql gained a --tree switch to print (partial)
ontology trees, and longhands/shorthands for
classes/properties.
- Create new subpackages libtracker-control-1_0-0 and
typelib-1_0-TrackerControl-1_0: following upstream.
- Adjust -devel package requirements to the dropped and new library
package.
-------------------------------------------------------------------
Fri Feb 14 16:49:26 UTC 2014 - dimstar@opensuse.org
- Update to version 0.17.2:
+ build system changes:
- Use API version 1.0 instead of bumping it every stable
release (affects .pc and .so filenames).
- Require libmediaart >= 0.1.0, code has been exported from
Tracker to this library.
- Make sure --target-glib used with Vala is the correct GLib.
+ libtracker-common: Add TRACKER_TRACKER_PREFIX define for
tracker: ontology prefix.
+ libtracker-miner:
- Ensure the decorator nie:DataSource is queried as an IRI.
- Make sure we flush remaining TrackerDecorator SPARQL updates
when finished, avoids loosing extracted data for last files.
- Fix infinite loop TrackerDecorator.
- Fix warning for TrackerFileSystem registering properties
twice (with hash destroy function set to NULL).
- Improve TrackerDecoratorInfo to be a boxed type fixing a
ref-count issue and a requirement for introspection.
- Avoid unnecessary query calls when tracker_decorator_next()
is called consecutively, we now queue queries.
- Various improvements including moving string handling from
GArray to GPtrArray and code duplication in TrackerDecorator.
+ tracker-extract:
- Split generic gstreamer/libav extract rules.
- Use fully expanded name for nie:DataSource in decorator to
avoid conflicts with shorthand insert IDs.
+ tracker-needle:
- Fixed GTK+ 3.x deprecations.
- Fixed typo in Makefile.am, VALACFLAGS was not being used,
avoids warnings,
+ firefox: Added Polish translations for plugin.
+ thunderbird:
- Added UI localization support.
- Escape folder names in URIs.
- Port code to make sure it works for Thunderbird 24.
- Add and improve debug messages.
+ Bugs fixed: bgo#696099, bgo#723097, bgo#721455.
+ Updated translations.
- Add pkgconfig(libmediaart-1.0) BuildRequires: new dependency
after code was split out.
-------------------------------------------------------------------
Fri Jan 24 20:01:54 UTC 2014 - dimstar@opensuse.org
- Update to version 0.17.1:
+ New features:
- Passive extraction: Specific metadata extraction (e.g. image
orientation) is done by listening for insert signals for
resource metadata (e.g. file name, size, etc) and done
passively rather than being required before inserting ANY
information about a resource.
- SPARQL functions tracker:normalize() and tracker:unaccent().
- libav extractor for extracting audio/video metadata.
- tracker-store GraphUpdated signal delay now configurable.
+ libtracker-common:
- Added strnlen() compatibility function.
- Fixed unit test for SCHED_IDLE expecting SCHED_OTHER by
default, but jhbuild uses SCHED_IDLE as standard.
+ libtracker-fts: Strengthen against SQLite failures. Ensure no
infinite loos in sqlite3_step() and don't use
g_once_init_enter() for init.
+ tracker-extract:
- Support Qt5.
- Removed --disable-shutdown command line option now that it is
instantiated by DBus.
- Fixed memory leak with strings processed detected as UTF16.
- msoffice: Fixed memory leak, calling g_free() on wrong
pointer.
- mp3: Fixed memory leak, cases where "" was found in tags were
not always freed.
- gstreamer: Fixed memory leak on error for GstDiscovererInfo
structs.
- gif: Fixed memory leak on error for filename
+ Build system fixes.
+ Update functional tests.
+ Bugs fixed: bgo#699412, bgo#715040, bgo#719512, bgo#720686,
bgo#721880, bgo#722353, bgo#722525, rh#1026283.
+ Updated translations.
-------------------------------------------------------------------
Sun Dec 1 18:15:45 UTC 2013 - dimstar@opensuse.org
- Update to version 0.17.0:
+ tracker-tag:
- Fixed GLib-WARNING **: goption.c:2193: ignoring no-arg.
- Fix --list (-t) to use logical OR, not AND.
+ sparql:
- Fix AS ?foo handling in FTS queries.
- Stop using deprecated sqlite count_changes PRAGMA.
+ extractors:
- EPUB extractor has been improved, content is now more
complete.
- Added ICU-based encoding detection.
- Improved media metadata in mp3 and gstreamer extractors.
- Detect GNOME screenshots and add these to a category.
+ libtracker-sparql-backend: Fix connection singleton mutex
issue.
+ libtracker-bus: allow cancellation when iterating cursor.
+ libtracker-direct: don't allow connection if current and db
locale mismatch.
+ miner-fs: Improvements in indexing of removable media.
+ Utils: Added tracker-sandbox.
+ Portability fixes.
+ Build fixes.
+ Updated documentation.
+ Updated translations.
- Change TrackerAPI defines to 0.18 and RPMTrackerAPI to 0_18,
following upstream marking the beginning of the 0.18 development
cycle.
-------------------------------------------------------------------
Sat Nov 30 15:30:20 UTC 2013 - dimstar@opensuse.org