Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2016-03-29 14:39:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and      /work/SRC/openSUSE:Factory/.tracker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tracker"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2016-03-11 
09:38:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes      
2016-03-29 14:39:26.000000000 +0200
@@ -1,0 +2,137 @@
+Mon Mar 21 20:22:43 UTC 2016 - [email protected]
+
+- Update to version 1.8.0:
+  + libtracker-miner: Adapt to libcue 2.0.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar 15 09:52:54 UTC 2016 - [email protected]
+
+- Update to version 1.7.5:
+  + Add back .trackerignore match to
+    ignored-directories-with-content.
+  + libtracker-data: Handle inserts where the subproperty
+    cardinality is larger than the parents'.
+  + tracker-extract:
+    - Fix gstreamer module cuesheet handling.
+    - Protect all single-valued properties in abiword extractor.
+    - Protect all single-valued properties in EPUB extractor.
+    - Protect all single-valued properties in ooxml extractor.
+    - Protect all single-valued properties in oasis extractor.
+    - Protect all single-valued properties in HTML extractor.
+    - Check string length before parsing XMP in PDF extractor.
+    - Add missing application/msword mimetype.
+    - Remove old dbus interface xml.
+    - propagate urn to the TrackerExtractInfo.
+    - Use safer method to insert tags in PDF module.
+    - Use safer method to insert tags in GIF module.
+    - Use safer method to insert tags in JPEG module.
+    - Use safer method to insert tags in TIFF module.
+    - Use safer method to insert tags in PNG module.
+  + libtracker-extract: Delete TrackerExtractClient.
+  + libtracker-miner:
+    - Avoid querying file type in crawling queries.
+    - Cut some slack on the reentry counter.
+    - Avoid changing order of elements in processing queue.
+    - Initialize all NodeData memory.
+    - Ensure the directory root is removed when its indexing root
+      is.
+- Drop tracker-trackerignore.patch: fixed upstream.
+
+-------------------------------------------------------------------
+Tue Mar  8 20:00:38 UTC 2016 - [email protected]
+
+- Update to version 1.7.4:
+  + Update to FTS5.
+  + libtracker-miner: Many fixes to TrackerFileNotifier
+    cancellation.
+  + libtracker-direct: Handle cancellable argument in queries.
+  + libtracker-miner: Plug fd leak on TrackerCrawler
+    cancellation.
+  + libtracker-extract:
+    - Fix year-only date extraction in gstreamer module.
+    - Use tracker-guarantee to ensure a title in playlists.
+  + tracker-miner-fs: Ignore git repositories. Modify the
+    ignored-directories-with-content setting if you found this
+    convenient.
+  + tracker-miner-fs: Ignore #*# vim backups.
+- Add tracker-trackerignore.patch: Add back configuration option
+  to ignore directories containing a .trackerignore file.
+
+-------------------------------------------------------------------
+Tue Mar  8 20:00:37 UTC 2016 - [email protected]
+
+- Update to version 1.7.3:
+  + libtracker-miner:
+    - Many indexing fixes leading to stale elements in the
+      database. If "UNIQUE constraint failed:
+      nie:DataObject.nie:url" errors are seen in journald, running
+      tracker-miner-fs once with the
+      TRACKER_MINER_FORCE_CHECK_UPDATED envvar is recommended. you
+      will need to terminate miners before that with
+      tracker daemon -t.
+    - Do not insert partial/empty sparql on error.
+    - Pass a builder in UPDATE state to
+      TrackerMinerFS::remove-file.
+    - Remove children recursively from queues on directory deleted.
+    - Fix generated Sparql query in
+      sparql_contents_compose_query().
+    - Fix some memory leaks of TrackerTask.
+    - Invalidate files iri recursively in case of file removal.
+    - Reset of reentry counter is not needed anymore.
+  + libtracker-fts: Fix invalid blob length calculation.
+  + libtracker-common: Use guint64 for free space calculations.
+  + libtracker-data, docs, libtracker-miner: Fix compile warnings.
+  + libtracker-data:
+    - misc code fixes.
+    - Fix g_warning() missing argument.
+  + Update AppData to spec version 0.7+.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar  8 20:00:36 UTC 2016 - [email protected]
+
+- Update to version 1.7.2:
+  + Many leak fixes.
+  + libtracker-data: Reverted code to clean up stale Resources,
+    can't just be done yet.
+  + tracker tool: Removed tracker-compatibility CLI wrapper for
+    older commands.
+  + libtracker-common: Fix possible warnings on libicu unaccent
+    code.
+  + ontology: Set domain index on nie:contentCreated for
+    nmo:Message.
+  + libtracker-miner: Add ::remove-file signal vfunc.
+  + libtracker-common: Return total available space if running as
+    admin.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar  8 20:00:35 UTC 2016 - [email protected]
+
+- Update to version 1.7.1:
+  + libtracker-data:
+    - Support for Sparql 1.1 BIND and DELETE {...} INSERT {...}
+      WHERE {...} syntax.
+    - Support for Sparql 1.1 functions: NOW, RAND.
+    - Silence criticals on REGEX() with empty strings.
+  + libtracker-miner: Improved performance of move operations in
+    TrackerMinerFS.
+  + libtracker-miner, libtracker-extract: Fix double frees.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar  8 20:00:34 UTC 2016 - [email protected]
+
+- Update to version 1.7.0:
+  + libtracker-data: Support for Sparql 1.1 functions: CONCAT,
+    CONTAINS, LCASE/UCASE, STRLEN, SUBSTR, STRSTARTS/STRENDS, ABS,
+    ROUND, ENCODE_FOR_URI, STRBEFORE/STRAFTER, CEIL/FLOOR,
+    YEAR/MONTH/DAY/HOUR/MINUTES/SECONDS, MD5/SHA1/SHA256/SHA512.
+  + libtracker-miner: Move previous data deletion on file updates
+    to TrackerMinerFS implementations.
+  + libtracker-miner/libtracker-data/libtracker-extract: Partial
+    port to GTask.
+  + Updated translations.
+
+-------------------------------------------------------------------
tracker.changes: same change

Old:
----
  tracker-1.6.2.tar.xz

New:
----
  tracker-1.8.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tracker-extras.spec ++++++
--- /var/tmp/diff_new_pack.pLMLQW/_old  2016-03-29 14:39:27.000000000 +0200
+++ /var/tmp/diff_new_pack.pLMLQW/_new  2016-03-29 14:39:27.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package tracker
+# spec file for package tracker-extras
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -41,7 +41,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:           tracker-extras
 %define _name   tracker
-Version:        1.6.2
+Version:        1.8.0
 Release:        0
 %define TrackerAPI    1.0
 %define RPMTrackerAPI 1_0
@@ -49,7 +49,7 @@
 License:        GPL-2.0+
 Group:          Productivity/Other
 Url:            http://projects.gnome.org/tracker/
-Source0:        
http://download.gnome.org/sources/tracker/1.6/%{_name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/tracker/1.8/%{_name}-%{version}.tar.xz
 # Needed for patch0: we need to bootstrap
 Source2:        README.SUSE.rss
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
[email protected] -- Do not maintain LT versioning for private libs
@@ -633,13 +633,6 @@
 %{_sysconfdir}/xdg/autostart/tracker-extract.desktop
 %{_sysconfdir}/xdg/autostart/tracker-store.desktop
 %{_bindir}/tracker
-%{_bindir}/tracker-control
-%{_bindir}/tracker-import
-%{_bindir}/tracker-info
-%{_bindir}/tracker-search
-%{_bindir}/tracker-sparql
-%{_bindir}/tracker-stats
-%{_bindir}/tracker-tag
 %{_libexecdir}/tracker-extract
 %{_libexecdir}/tracker-store
 %{_libexecdir}/tracker-writeback

++++++ tracker.spec ++++++
--- /var/tmp/diff_new_pack.pLMLQW/_old  2016-03-29 14:39:27.000000000 +0200
+++ /var/tmp/diff_new_pack.pLMLQW/_new  2016-03-29 14:39:27.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tracker
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -40,7 +40,7 @@
 
 Name:           tracker
 %define _name   tracker
-Version:        1.6.2
+Version:        1.8.0
 Release:        0
 %define TrackerAPI    1.0
 %define RPMTrackerAPI 1_0
@@ -48,7 +48,7 @@
 License:        GPL-2.0+
 Group:          Productivity/Other
 Url:            http://projects.gnome.org/tracker/
-Source0:        
http://download.gnome.org/sources/tracker/1.6/%{_name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/tracker/1.8/%{_name}-%{version}.tar.xz
 # Needed for patch0: we need to bootstrap
 Source2:        README.SUSE.rss
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
[email protected] -- Do not maintain LT versioning for private libs
@@ -632,13 +632,6 @@
 %{_sysconfdir}/xdg/autostart/tracker-extract.desktop
 %{_sysconfdir}/xdg/autostart/tracker-store.desktop
 %{_bindir}/tracker
-%{_bindir}/tracker-control
-%{_bindir}/tracker-import
-%{_bindir}/tracker-info
-%{_bindir}/tracker-search
-%{_bindir}/tracker-sparql
-%{_bindir}/tracker-stats
-%{_bindir}/tracker-tag
 %{_libexecdir}/tracker-extract
 %{_libexecdir}/tracker-store
 %{_libexecdir}/tracker-writeback

++++++ tracker-1.6.2.tar.xz -> tracker-1.8.0.tar.xz ++++++
++++ 379864 lines of diff (skipped)


Reply via email to