commit tracker for openSUSE:Factory

2020-10-10 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2020-10-10 19:02:13

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new.4249 (New)


Package is "tracker"

Sat Oct 10 19:02:13 2020 rev:134 rq:840249 version:3.0.1

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2020-10-03 
18:54:44.153431344 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new.4249/tracker.changes
2020-10-10 19:02:25.100425541 +0200
@@ -1,0 +2,15 @@
+Mon Oct  5 15:32:14 UTC 2020 - dims...@opensuse.org
+
+- Update to version 3.0.1:
+  + Reference Discourse instead of the mailing list.
+  + Use specific Meson options to enable debug flags.
+  + Reduce in use by TrackerSparqlStatement.
+  + Fix tracker:title-sort.
+  + Fix stale graphs with WITH clauses.
+  + Cleanup libtracker-common.
+  + Several fixes for Coverity warnings.
+  + More tests.
+  + Build fixes.
+  + Updated translations.
+
+---

Old:

  tracker-3.0.0.tar.xz

New:

  tracker-3.0.1.tar.xz



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.bFLcci/_old  2020-10-10 19:02:25.692425835 +0200
+++ /var/tmp/diff_new_pack.bFLcci/_new  2020-10-10 19:02:25.696425837 +0200
@@ -21,7 +21,7 @@
 %define RPMTrackerAPI 3_0
 
 Name:   tracker
-Version:3.0.0
+Version:3.0.1
 Release:0
 Summary:Object database, tag/metadata database, search tool and indexer
 License:GPL-2.0-or-later

++ tracker-3.0.0.tar.xz -> tracker-3.0.1.tar.xz ++
 18551 lines of diff (skipped)




commit tracker for openSUSE:Factory

2020-10-03 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2020-10-03 18:54:28

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new.4249 (New)


Package is "tracker"

Sat Oct  3 18:54:28 2020 rev:133 rq:838739 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2020-09-25 
16:27:11.991660034 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new.4249/tracker.changes
2020-10-03 18:54:44.153431344 +0200
@@ -1,0 +2,6 @@
+Mon Sep 28 09:20:26 UTC 2020 - dims...@opensuse.org
+
+- Update to version 3.0.0:
+  + Updated translations.
+
+---

Old:

  tracker-2.99.5.tar.xz

New:

  tracker-3.0.0.tar.xz



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.Fa80m4/_old  2020-10-03 18:54:46.265433683 +0200
+++ /var/tmp/diff_new_pack.Fa80m4/_new  2020-10-03 18:54:46.269433687 +0200
@@ -21,13 +21,13 @@
 %define RPMTrackerAPI 3_0
 
 Name:   tracker
-Version:2.99.5
+Version:3.0.0
 Release:0
 Summary:Object database, tag/metadata database, search tool and indexer
 License:GPL-2.0-or-later
 Group:  Productivity/Other
 URL:https://wiki.gnome.org/Projects/Tracker
-Source0:
https://download.gnome.org/sources/tracker/2.99/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/tracker/3.0/%{name}-%{version}.tar.xz
 
 BuildRequires:  asciidoc
 BuildRequires:  fdupes

++ tracker-2.99.5.tar.xz -> tracker-3.0.0.tar.xz ++
 14036 lines of diff (skipped)




commit tracker for openSUSE:Factory

2020-09-25 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2020-09-25 16:24:26

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new.4249 (New)


Package is "tracker"

Fri Sep 25 16:24:26 2020 rev:132 rq:836025 version:2.99.5

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2020-09-03 
01:12:52.592442365 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new.4249/tracker.changes
2020-09-25 16:27:11.991660034 +0200
@@ -1,0 +2,91 @@
+Wed Sep  9 07:34:11 UTC 2020 - dims...@opensuse.org
+
+- Update to version 2.99.5:
+  + Fix DBus logging in tracker-sandbox test helper.
+  + Removed programming terms from English stop word list.
+  + Handle empty input correctly.
+  + Fix possible database locks when using "tracker3 sql" on a
+running database.
+  + Fixes for SERVICE clauses in UNIONs.
+  + Handle empty group graph patterns as per the spec.
+  + Fixes to property paths being used in different graphs.
+  + Release memory on inactivity.
+  + Fix build/linking with 2.x in the system.
+  + Add "tracker3 export --2to3" helper for data migrations.
+  + Hide FTS5 search syntax from fts:match.
+  + Updated translations.
+
+---
+Mon Sep  7 07:51:33 UTC 2020 - dims...@opensuse.org
+
+- Update to version 2.99.4:
+  + CLI modernization:
+- integration with pager.
+- bash completion for endpoints.
+  + Use curly quotes consistently in CLI options.
+  + SPARQL parsing fixes.
+  + Multiple fixes around 'VALUES' SPARQL syntax.
+  + Fix race conditions around graph creation.
+  + Better use of asserts in tests.
+- Changes from version 2.99.3:
+  + Add portal.
+  + Use WAL on all database connections.
+  + Fix race conditions in reusable statements.
+  + Documentation fixes and improvements.
+  + Better errors from library function calls.
+  + Test fixes.
+  + CI improvements.
+- Changes from version 2.99.2:
+  + Dropped priority argument from
+tracker_sparql_connection_update*().
+  + Better parser error messages.
+  + SPARQL correctness fixes.
+  + Fixes to tracker_sparql_cursor_is_bound() checks.
+  + Ontology clean ups and sync ups with Nepomuk.
+  + Fixed lifetime of blank node labels.
+  + Fixes to recursive property paths.
+  + Ensure property functions pick non NULL values.
+  + Several fixes merge SERVICE{} data with the local graph
+pattern.
+  + Add `tracker export --show-graphs` CLI subcommand to show
+available graphs.
+  + Parameter bindings within SERVICE{} clauses are now allowed.
+  + Fixes to single/double quote escaping.
+  + Fixes to make tracker-sandbox more usable in tests.
+  + Many cleanups, memory leak and performance fixes.
+- Changes from version 2.99.1:
+  + Highlighted updates compared to 2.x:
+- A full implementation of SPARQL 1.1/
+- A change of paradigm. There is no central store, services are
+  free to create their own, and to make those an endpoint for
+  public access. Applications may syndicate queries across
+  external endpoints through the SERVICE syntax.
+- No tracker-store.
+- No libtracker-miner.
+- No libtracker-control.
+  + API changes:
+- Explicit API to create a local store, or proxy a DBus/remote
+  one.
+- TrackerEndpoint proxies local stores out of process.
+- separate python library to write tests.
+  + A base and reference ontologies of our own:
+ - Officially it's no longer Nepomuk.
+ - No more broken links.
+  + An extensible CLI tool, with a generic set of core subcommands.
+  + Parallel installable to tracker 2.x.
+- Bump TrackerAPI to 3.0 and RPMTrackerAPI to 3_0.
+- Drop tracker-ontology-upgrades.patch: fixed upstream.
+- Drop pkgconfig(libnm) BuildRequires: no longer needed.
+- Add pkgconfig(systemd) buildRequires: explicitly checked for and
+  used to be pulled in by libnm.
+- No longer pass -Dsystemd_user_services=%{_userunitdir} to meson:
+  not needed anymore.
+- Disable test suite for now: need to workout to run it without X.
+- Drop subpackages that no longer exist due to upstream changes and
+  remove their dependency from the -devel package:
+  + libtracker-control-%{RPMTrackerAPI}-0
+  + libtracker-miner-%{RPMTrackerAPI}-0
+  + typelib-1_0-TrackerControl-%{RPMTrackerAPI}
+  + typelib-1_0-TrackerMiner-%{RPMTrackerAPI}
+
+---

Old:

  tracker-2.3.5.tar.xz
  tracker-ontology-upgrades.patch

New:

  tracker-2.99.5.tar.xz



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.VfUuUA/_old  2020-09-25 16:27:13.535661401 +0200
+++ /var/tmp/diff_new_pack.VfUuUA/_new  2020-09-25 16:27:1

commit tracker for openSUSE:Factory

2020-09-02 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2020-09-03 01:12:31

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new.3399 (New)


Package is "tracker"

Thu Sep  3 01:12:31 2020 rev:131 rq:830192 version:2.3.5

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2020-05-16 
22:26:14.589261895 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new.3399/tracker.changes
2020-09-03 01:12:52.592442365 +0200
@@ -1,0 +2,11 @@
+Tue Aug 25 16:13:22 UTC 2020 - Bjørn Lie 
+
+- Update to version 2.3.5:
+  + Add 'tracker export' subcommand to ease migration to 3.x.
+  + Use correct signature for DBusSignalCallback.
+  + Get the systemd user unit dir from pkg-config.
+  + Replace sensitive terms.
+  + Updated translations.
+- Drop tracker-Use-correct-signature.patch: Fixed upstream.
+
+---

Old:

  tracker-2.3.4.tar.xz
  tracker-Use-correct-signature.patch

New:

  tracker-2.3.5.tar.xz



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.kpi1Dd/_old  2020-09-03 01:12:53.792442806 +0200
+++ /var/tmp/diff_new_pack.kpi1Dd/_new  2020-09-03 01:12:53.796442808 +0200
@@ -21,17 +21,17 @@
 %define RPMTrackerAPI 2_0
 
 Name:   tracker
-Version:2.3.4
+Version:2.3.5
 Release:0
 Summary:Object database, tag/metadata database, search tool and indexer
 License:GPL-2.0-or-later
 Group:  Productivity/Other
 URL:https://wiki.gnome.org/Projects/Tracker
 Source0:
https://download.gnome.org/sources/tracker/2.3/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM tracker-Use-correct-signature.patch -- tracker-store: Use 
correct signature for DBusSignalCallback
-Patch0: tracker-Use-correct-signature.patch
+
 # PATCH-FIX-UPSTREAM tracker-ontology-upgrades.patch boo#1170587 
dims...@opensuse.org -- Fix ontology migration from very old tracker versions
 Patch1: tracker-ontology-upgrades.patch
+
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel >= 2.46.0
@@ -262,6 +262,7 @@
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Store.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.gschema.xml
 %{_mandir}/man1/tracker-daemon.1%{ext_man}
+%{_mandir}/man1/tracker-export.1%{ext_man}
 %{_mandir}/man1/tracker-index.1%{ext_man}
 %{_mandir}/man1/tracker-info.1%{ext_man}
 %{_mandir}/man1/tracker-reset.1%{ext_man}

++ tracker-2.3.4.tar.xz -> tracker-2.3.5.tar.xz ++
 5230 lines of diff (skipped)




commit tracker for openSUSE:Factory

2020-05-16 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2020-05-16 22:26:07

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new.2738 (New)


Package is "tracker"

Sat May 16 22:26:07 2020 rev:130 rq:805783 version:2.3.4

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2020-04-22 
20:41:50.610082639 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new.2738/tracker.changes
2020-05-16 22:26:14.589261895 +0200
@@ -1,0 +2,6 @@
+Thu May 14 12:41:32 UTC 2020 - Dominique Leuenberger 
+
+- Add tracker-ontology-upgrades.patch:  libtracker-data: Improve
+  changes over single valued ontology properties (boo#1170587).
+
+---

New:

  tracker-ontology-upgrades.patch



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.fGnoP2/_old  2020-05-16 22:26:16.373265557 +0200
+++ /var/tmp/diff_new_pack.fGnoP2/_new  2020-05-16 22:26:16.377265565 +0200
@@ -30,7 +30,8 @@
 Source0:
https://download.gnome.org/sources/tracker/2.3/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM tracker-Use-correct-signature.patch -- tracker-store: Use 
correct signature for DBusSignalCallback
 Patch0: tracker-Use-correct-signature.patch
-
+# PATCH-FIX-UPSTREAM tracker-ontology-upgrades.patch boo#1170587 
dims...@opensuse.org -- Fix ontology migration from very old tracker versions
+Patch1: tracker-ontology-upgrades.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel >= 2.46.0

++ tracker-ontology-upgrades.patch ++
>From e4303edce3c70dcd60300d6b72761cdc8d89121e Mon Sep 17 00:00:00 2001
From: Carlos Garnacho 
Date: Wed, 13 May 2020 19:41:55 +0200
Subject: [PATCH] libtracker-data: Improve changes over single valued ontology
 properties

Things like rdfs:label and rdfs:comment that are not tracker through the
TrackerOntology and are single-valued may result in errors if there's
changes on those.

Handle those better by replacing the value instead of trying to insert
over it.
---
 src/libtracker-data/tracker-data-manager.c | 43 +-
 1 file changed, 26 insertions(+), 17 deletions(-)

diff --git a/src/libtracker-data/tracker-data-manager.c 
b/src/libtracker-data/tracker-data-manager.c
index dadb0f585..22f8749fc 100644
--- a/src/libtracker-data/tracker-data-manager.c
+++ b/src/libtracker-data/tracker-data-manager.c
@@ -1962,6 +1962,7 @@ tracker_data_ontology_process_statement 
(TrackerDataManager *manager,
  gbooleanin_update,
  gboolean
ignore_nao_last_modified)
 {
+   TrackerProperty *property;
GError *error = NULL;
 
if (g_strcmp0 (predicate, RDF_TYPE) == 0) {
@@ -2042,28 +2043,36 @@ tracker_data_ontology_process_statement 
(TrackerDataManager *manager,
}
}
 
-   if (is_uri) {
-   tracker_data_insert_statement_with_uri (manager->data_update, 
graph, subject,
-   predicate, object,
-   &error);
+   property = tracker_ontologies_get_property_by_uri (manager->ontologies, 
predicate);
 
-   if (error != NULL) {
-   g_critical ("%s", error->message);
-   g_error_free (error);
-   return;
+   if (is_uri) {
+   if (tracker_property_get_is_new (property) ||
+   tracker_property_get_multiple_values (property)) {
+   tracker_data_insert_statement_with_uri 
(manager->data_update, NULL,
+   subject, 
predicate, object,
+   &error);
+   } else {
+   tracker_data_update_statement  
(manager->data_update, NULL,
+   subject, 
predicate, object,
+   &error);
}
-
} else {
-   tracker_data_insert_statement_with_string 
(manager->data_update, graph, subject,
-  predicate, object,
-  &error);
-
-   if (error != NULL) {
-   g_critical ("%s", error->message);
-   g_error_free (error);
-   return;
+   if (tracker_property_get_is_new (property) ||
+  

commit tracker for openSUSE:Factory

2020-04-22 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2020-04-22 20:41:46

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new.2738 (New)


Package is "tracker"

Wed Apr 22 20:41:46 2020 rev:129 rq:794794 version:2.3.4

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2020-03-25 
23:46:01.456047139 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new.2738/tracker.changes
2020-04-22 20:41:50.610082639 +0200
@@ -1,0 +2,6 @@
+Thu Apr 16 20:05:07 UTC 2020 - Bjørn Lie 
+
+- Add tracker-Use-correct-signature.patch: tracker-store: Use
+  correct signature for DBusSignalCallback.
+
+---

New:

  tracker-Use-correct-signature.patch



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.3Eq4Uk/_old  2020-04-22 20:41:52.226085803 +0200
+++ /var/tmp/diff_new_pack.3Eq4Uk/_new  2020-04-22 20:41:52.226085803 +0200
@@ -28,6 +28,8 @@
 Group:  Productivity/Other
 URL:https://wiki.gnome.org/Projects/Tracker
 Source0:
https://download.gnome.org/sources/tracker/2.3/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM tracker-Use-correct-signature.patch -- tracker-store: Use 
correct signature for DBusSignalCallback
+Patch0: tracker-Use-correct-signature.patch
 
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++ tracker-Use-correct-signature.patch ++
>From 80baef2cf30e6936dd989a149bf2ce2bdd2ae36c Mon Sep 17 00:00:00 2001
From: Rico Tzschichholz 
Date: Tue, 7 Apr 2020 16:51:30 +0200
Subject: [PATCH] tracker-store: Use correct signature for DBusSignalCallback

This change is backwards compatible with older gio-2.0 bindings
---
 src/tracker-store/tracker-dbus.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tracker-store/tracker-dbus.vala 
b/src/tracker-store/tracker-dbus.vala
index 82387d76e..dbbd775d6 100644
--- a/src/tracker-store/tracker-dbus.vala
+++ b/src/tracker-store/tracker-dbus.vala
@@ -122,7 +122,7 @@ public class Tracker.DBus {
return true;
}
 
-   static void name_owner_changed_cb (DBusConnection connection, string 
sender_name, string object_path, string interface_name, string signal_name, 
Variant parameters) {
+   static void name_owner_changed_cb (DBusConnection connection, string? 
sender_name, string object_path, string interface_name, string signal_name, 
Variant parameters) {
 
unowned string name, old_owner, new_owner;
parameters.get ("(&s&s&s)", out name, out old_owner, out 
new_owner);
-- 
2.24.1




commit tracker for openSUSE:Factory

2020-03-25 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2020-03-25 23:44:49

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new.3160 (New)


Package is "tracker"

Wed Mar 25 23:44:49 2020 rev:128 rq:788107 version:2.3.4

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2020-03-14 
09:54:22.615067702 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new.3160/tracker.changes
2020-03-25 23:46:01.456047139 +0100
@@ -1,0 +2,6 @@
+Wed Mar 25 07:42:43 UTC 2020 - Guillaume GARDET 
+
+- Disable tests on %arm as they fail in OBS but succeed in a
+  local osc build
+
+---



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.lggErO/_old  2020-03-25 23:46:04.092048001 +0100
+++ /var/tmp/diff_new_pack.lggErO/_new  2020-03-25 23:46:04.100048004 +0100
@@ -232,8 +232,10 @@
 %fdupes %{buildroot}%{_datadir}/gtk-doc
 rm -f %{buildroot}%{_libdir}/tracker-%{TrackerAPI}/libtracker-common.a
 
+%ifnarch %arm
 %check
 %meson_test
+%endif
 
 %post -n libtracker-control-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
 %postun -n libtracker-control-%{RPMTrackerAPI}-0 -p /sbin/ldconfig




commit tracker for openSUSE:Factory

2020-03-14 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2020-03-14 09:54:21

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new.3160 (New)


Package is "tracker"

Sat Mar 14 09:54:21 2020 rev:127 rq:784036 version:2.3.4

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2020-03-11 
18:32:57.586921251 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new.3160/tracker.changes
2020-03-14 09:54:22.615067702 +0100
@@ -1,0 +2,12 @@
+Tue Mar 10 19:36:17 UTC 2020 - mgo...@suse.com
+
+- Update to version 2.3.4:
+  + Brown paper bag release, fix NULL check.
+  + Changes in version 2.3.3:
+  + Fix race condition during tracker-store shutdown maybe leading
+to warnings and missed writeback events.
+  + Made fts:offsets stronger against corrupt FTS tables.
+  + Updated translations.
+- Drop tracker-fix-segfault-in-writeback.patch: fixed upstream.
+
+---

Old:

  tracker-2.3.2.tar.xz
  tracker-fix-segfault-in-writeback.patch

New:

  tracker-2.3.4.tar.xz



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.KwTqX3/_old  2020-03-14 09:54:23.259068175 +0100
+++ /var/tmp/diff_new_pack.KwTqX3/_new  2020-03-14 09:54:23.263068178 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tracker
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,15 +21,13 @@
 %define RPMTrackerAPI 2_0
 
 Name:   tracker
-Version:2.3.2
+Version:2.3.4
 Release:0
 Summary:Object database, tag/metadata database, search tool and indexer
 License:GPL-2.0-or-later
 Group:  Productivity/Other
 URL:https://wiki.gnome.org/Projects/Tracker
 Source0:
https://download.gnome.org/sources/tracker/2.3/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM tracker-fix-segfault-in-writeback.patch bsc#1165357 
glgo#GNOME/tracker!192 alynx.z...@suse.com -- Fix tracker segmentation fault in 
writeback
-Patch0: tracker-fix-segfault-in-writeback.patch
 
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++ tracker-2.3.2.tar.xz -> tracker-2.3.4.tar.xz ++
 4617 lines of diff (skipped)




commit tracker for openSUSE:Factory

2020-03-11 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2020-03-11 18:32:53

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new.3160 (New)


Package is "tracker"

Wed Mar 11 18:32:53 2020 rev:126 rq:782594 version:2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2020-02-22 
19:02:28.593876147 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new.3160/tracker.changes
2020-03-11 18:32:57.586921251 +0100
@@ -1,0 +2,8 @@
+Thu Mar  5 02:41:37 UTC 2020 - Alynx Zhou 
+
+- Add tracker-fix-segfault-in-writeback.patch: Check if argument is
+  NULL before using it and dispose connection and data_manager
+  before shutting down writeback and events to prevent segmentation
+  fault (bsc#1165357, glgo#GNOME/tracker!192).
+
+---

New:

  tracker-fix-segfault-in-writeback.patch



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.I2KbjG/_old  2020-03-11 18:32:58.298921687 +0100
+++ /var/tmp/diff_new_pack.I2KbjG/_new  2020-03-11 18:32:58.298921687 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tracker
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -28,6 +28,8 @@
 Group:  Productivity/Other
 URL:https://wiki.gnome.org/Projects/Tracker
 Source0:
https://download.gnome.org/sources/tracker/2.3/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM tracker-fix-segfault-in-writeback.patch bsc#1165357 
glgo#GNOME/tracker!192 alynx.z...@suse.com -- Fix tracker segmentation fault in 
writeback
+Patch0: tracker-fix-segfault-in-writeback.patch
 
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++ tracker-fix-segfault-in-writeback.patch ++
diff --git a/src/tracker-store/tracker-main.vala 
b/src/tracker-store/tracker-main.vala
index 1e8d1ddd2..0db9b6653 100644
--- a/src/tracker-store/tracker-main.vala
+++ b/src/tracker-store/tracker-main.vala
@@ -368,12 +368,12 @@ License which can be viewed at:
 
message ("Cleaning up");
 
+   data_manager = null;
+   connection = null;
+
/* Shutdown major subsystems */
Tracker.Writeback.shutdown ();
Tracker.Events.shutdown ();
-
-   data_manager = null;
-   connection = null;
Tracker.DBus.shutdown ();
Tracker.Log.shutdown ();
 
diff --git a/src/tracker-store/tracker-writeback.c 
b/src/tracker-store/tracker-writeback.c
index 32517d553..fde45afc0 100644
--- a/src/tracker-store/tracker-writeback.c
+++ b/src/tracker-store/tracker-writeback.c
@@ -200,6 +200,8 @@ tracker_writeback_transact (void)
GHashTableIter iter;
gpointer key, value;
 
+   g_return_if_fail (private == NULL);
+
if (!private->pending_events)
return;
 



commit tracker for openSUSE:Factory

2020-02-22 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2020-02-22 19:02:13

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new.26092 (New)


Package is "tracker"

Sat Feb 22 19:02:13 2020 rev:125 rq:777063 version:2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2020-01-28 
10:53:09.652889704 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new.26092/tracker.changes   
2020-02-22 19:02:28.593876147 +0100
@@ -1,0 +2,10 @@
+Tue Feb 18 23:39:08 UTC 2020 - Bjørn Lie 
+
+- Update to version 2.3.2:
+  + Location info for photos is now inserted into the DB. It didn't
+work before as we failed to process SPARQL "blank nodes"
+correctly.
+  + Fix for oversensitive FTS5 index corruption detection.
+  + Updated translations.
+
+---

Old:

  tracker-2.3.1.tar.xz

New:

  tracker-2.3.2.tar.xz



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.We9NZW/_old  2020-02-22 19:02:29.385877681 +0100
+++ /var/tmp/diff_new_pack.We9NZW/_new  2020-02-22 19:02:29.389877688 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tracker
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,7 +21,7 @@
 %define RPMTrackerAPI 2_0
 
 Name:   tracker
-Version:2.3.1
+Version:2.3.2
 Release:0
 Summary:Object database, tag/metadata database, search tool and indexer
 License:GPL-2.0-or-later

++ tracker-2.3.1.tar.xz -> tracker-2.3.2.tar.xz ++
 1983 lines of diff (skipped)




commit tracker for openSUSE:Factory

2020-01-28 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2020-01-28 10:53:07

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new.26092 (New)


Package is "tracker"

Tue Jan 28 10:53:07 2020 rev:124 rq:767487 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2019-11-29 
16:02:54.672805569 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new.26092/tracker.changes   
2020-01-28 10:53:09.652889704 +0100
@@ -1,0 +2,5 @@
+Sat Jan 25 14:20:34 UTC 2020 - Dominique Leuenberger 
+
+- No longer recommend -lang: supplements are in use
+
+---



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.WldUwk/_old  2020-01-28 10:53:10.296890458 +0100
+++ /var/tmp/diff_new_pack.WldUwk/_new  2020-01-28 10:53:10.296890458 +0100
@@ -52,7 +52,6 @@
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6
 BuildRequires:  pkgconfig(upower-glib) >= 0.9.0
 BuildRequires:  pkgconfig(uuid)
-Recommends: %{name}-lang
 # We want to index files by default, if possible
 Recommends: %{name}-miner-files
 # gnome-panel-applet-tracker (aka tracker-search-bar) was removed with tracker 
0.16.0




commit tracker for openSUSE:Factory

2019-11-29 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2019-11-29 15:58:51

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new.26869 (New)


Package is "tracker"

Fri Nov 29 15:58:51 2019 rev:123 rq:751358 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2019-10-17 
13:06:17.172236667 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new.26869/tracker.changes   
2019-11-29 16:02:54.672805569 +0100
@@ -1,0 +2,5 @@
+Tue Nov 26 15:46:07 UTC 2019 - Dominique Leuenberger 
+
+- Enable test suite / %check section.
+
+---
@@ -184 +189,2 @@
-  before ontology update (glgo#GNOME/tracker#40, boo#1110090)
+  before ontology update (glgo#GNOME/tracker#40, boo#1110090,
+  boo#1131229)
@@ -228 +234 @@
-- Delete TrackerResource elements one by one.
+- Delete TrackerResource elements one by one (boo#1123869).



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.do42fw/_old  2019-11-29 16:02:55.160805368 +0100
+++ /var/tmp/diff_new_pack.do42fw/_new  2019-11-29 16:02:55.164805367 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tracker
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -233,6 +233,9 @@
 %fdupes %{buildroot}%{_datadir}/gtk-doc
 rm -f %{buildroot}%{_libdir}/tracker-%{TrackerAPI}/libtracker-common.a
 
+%check
+%meson_test
+
 %post -n libtracker-control-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
 %postun -n libtracker-control-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
 %post -n libtracker-miner-%{RPMTrackerAPI}-0 -p /sbin/ldconfig




commit tracker for openSUSE:Factory

2019-10-17 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2019-10-17 13:06:14

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new.2352 (New)


Package is "tracker"

Thu Oct 17 13:06:14 2019 rev:122 rq:738473 version:2.3.1

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2019-07-18 
15:18:48.216161374 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new.2352/tracker.changes
2019-10-17 13:06:17.172236667 +0200
@@ -1,0 +2,46 @@
+Sat Oct 12 16:21:51 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.3.1:
+  + Fixed a case where old data was not deleted correctly from the
+store when inserting new values. This was causing
+tracker-extract to log errors for multi-disc music albums
+stored as FLAC files with embedded CUE sheets.
+  + Updated translations.
+
+---
+Tue Sep 10 05:53:31 CDT 2019 - mgo...@suse.com
+
+- Update to version 2.3.0:
+  + No changes since 2.2.99.1.
+
+---
+Thu Sep  5 18:48:13 CDT 2019 - mgo...@suse.com
+
+- Update to version 2.2.99.1:
+  + Handle circular references in TrackerResource.
+  + Removed stress tests.
+  + Handle application/x-zero-size.
+  + Refactors and cleanups in functional testing infrastructure.
+  + Documentation improvements.
+  + Make tracker_sparql_escape_string() escape single quotes.
+  + Don't make tracker:referenceSource a subproperty of
+nie:identifier.
+  + Translations: eu.
+- Add trackertestutils to -devel package.
+
+---
+Thu Aug 22 16:59:05 CST 2019 - yfji...@suse.com
+
+- Update to version 2.2.99.0:
+  + Support for storing Musicbrainz metadata in the multimedia
+ontology.
+  + Doc cleanups.
+  + Test suite improvements.
+  + Build fixes.
+  + Fix detection of files that need writeback.
+  + Fix crashes and invalid memory writes.
+- libtracker-common is built as a static library and only used in
+  build time. So remove it in the %install section.
+- Drop fix-tracker-miner-fs-lto-crash.patch: fixed upstream.
+
+---

Old:

  fix-tracker-miner-fs-lto-crash.patch
  tracker-2.2.2.tar.xz

New:

  tracker-2.3.1.tar.xz



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.zjT5XA/_old  2019-10-17 13:06:17.732235225 +0200
+++ /var/tmp/diff_new_pack.zjT5XA/_new  2019-10-17 13:06:17.736235214 +0200
@@ -21,15 +21,13 @@
 %define RPMTrackerAPI 2_0
 
 Name:   tracker
-Version:2.2.2
+Version:2.3.1
 Release:0
 Summary:Object database, tag/metadata database, search tool and indexer
 License:GPL-2.0-or-later
 Group:  Productivity/Other
 URL:https://wiki.gnome.org/Projects/Tracker
-Source0:
https://download.gnome.org/sources/tracker/2.2/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM fix-tracker-miner-fs-lto-crash.patch -- Fix build with 
LTO enabled
-Patch0: fix-tracker-miner-fs-lto-crash.patch
+Source0:
https://download.gnome.org/sources/tracker/2.3/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -233,6 +231,7 @@
 
 %fdupes %{buildroot}%{_datadir}/vala/
 %fdupes %{buildroot}%{_datadir}/gtk-doc
+rm -f %{buildroot}%{_libdir}/tracker-%{TrackerAPI}/libtracker-common.a
 
 %post -n libtracker-control-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
 %postun -n libtracker-control-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
@@ -267,7 +266,6 @@
 %{_mandir}/man1/tracker-tag.1%{ext_man}
 
 %files -n libtracker-common-%{RPMTrackerAPI}
-%{_libdir}/tracker-%{TrackerAPI}/libtracker-common.so
 %{_libdir}/tracker-%{TrackerAPI}/libtracker-data.so
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.enums.xml
 
@@ -292,6 +290,7 @@
 %files -n tracker-devel
 %doc AUTHORS README.md NEWS
 %{_libdir}/lib*.so
+%{_libdir}/tracker-%{TrackerAPI}/trackertestutils
 %{_includedir}/tracker-%{TrackerAPI}/
 %{_libdir}/pkgconfig/tracker-control-%{TrackerAPI}.pc
 %{_libdir}/pkgconfig/tracker-miner-%{TrackerAPI}.pc

++ tracker-2.2.2.tar.xz -> tracker-2.3.1.tar.xz ++
 10478 lines of diff (skipped)




commit tracker for openSUSE:Factory

2019-07-12 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2019-07-12 12:00:18

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new.4615 (New)


Package is "tracker"

Fri Jul 12 12:00:18 2019 rev:120 rq:714794 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2019-05-06 
21:12:21.780238281 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new.4615/tracker.changes
2019-07-12 12:00:24.792172184 +0200
@@ -1,0 +2,5 @@
+Fri Jul 12 08:28:13 UTC 2019 - Martin Liška 
+
+- Disable LTO (boo#1141201).
+
+---



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.OLDagI/_old  2019-07-12 12:00:26.616171819 +0200
+++ /var/tmp/diff_new_pack.OLDagI/_new  2019-07-12 12:00:26.616171819 +0200
@@ -213,6 +213,7 @@
 translation-update-upstream po %{name}
 
 %build
+%define _lto_cflags %{nil}
 %meson \
-Ddocs=true \
-Dfunctional_tests=false \




commit tracker for openSUSE:Factory

2019-05-06 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2019-05-06 21:12:21

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new.5148 (New)


Package is "tracker"

Mon May  6 21:12:21 2019 rev:119 rq:700573 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2019-03-19 
11:06:15.366103291 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new.5148/tracker.changes
2019-05-06 21:12:21.780238281 +0200
@@ -1,0 +2,14 @@
+Fri May  3 09:18:18 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.2.2:
+  + Fixed initialization of virtual tables.
+  + Fixed segmentation fault in libtracker-miner.
+  + Don't try to create JSON-LD nodes with unsigned integers.
+  + Handle correctly backreferences in TrackerResource tree.
+  + Many documentation fixes.
+  + Fixed handling doubles with exponents in SPARQL.
+  + Don't limit to specific desktop environments.
+  + Build and test fixes.
+  + Updated translations.
+
+---

Old:

  tracker-2.2.1.tar.xz

New:

  tracker-2.2.2.tar.xz



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.j5ypqh/_old  2019-05-06 21:12:22.296240045 +0200
+++ /var/tmp/diff_new_pack.j5ypqh/_new  2019-05-06 21:12:22.304240071 +0200
@@ -21,7 +21,7 @@
 %define RPMTrackerAPI 2_0
 
 Name:   tracker
-Version:2.2.1
+Version:2.2.2
 Release:0
 Summary:Object database, tag/metadata database, search tool and indexer
 License:GPL-2.0-or-later
@@ -288,7 +288,7 @@
 %{_libdir}/girepository-1.0/TrackerMiner-%{TrackerAPI}.typelib
 
 %files -n tracker-devel
-%doc AUTHORS README NEWS
+%doc AUTHORS README.md NEWS
 %{_libdir}/lib*.so
 %{_includedir}/tracker-%{TrackerAPI}/
 %{_libdir}/pkgconfig/tracker-control-%{TrackerAPI}.pc

++ tracker-2.2.1.tar.xz -> tracker-2.2.2.tar.xz ++
 8207 lines of diff (skipped)




commit tracker for openSUSE:Factory

2019-03-19 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2019-03-19 11:06:13

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new.28833 (New)


Package is "tracker"

Tue Mar 19 11:06:13 2019 rev:118 rq:684876 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2019-02-24 
17:07:41.284557959 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new.28833/tracker.changes   
2019-03-19 11:06:15.366103291 +0100
@@ -1,0 +2,83 @@
+Wed Mar  6 18:41:12 UTC 2019 - Bjørn Lie 
+
+- Update to version 2.2.1:
+  + Fix unichar unescaping.
+  + Correctly Handle BIND in first place of a triples block.
+  + Fix possible deadlock on WAL checkpoint.
+  + Fix some double values not being deleted.
+  + Fixed CHANGES_DONE_HINT handling in TrackerMonitor.
+  + Ported data generator utilities to python3.
+  + Ported functional tests to python3, reformatted to PEP-8.
+  + Correctly apply ignored-directories-with-content filter on
+monitor updates.
+  + Build and test fixes.
+  + Updated translations.
+
+---
+Thu Feb 21 11:17:57 UTC 2019 - bjorn@gmail.com
+
+- Update to version 2.2.0:
+  + Multiple memory leak and corruption fixes.
+  + Bumped glib minimum version to 2.46, it already was in
+practical terms.
+  + Test suite improvements.
+  + Restore log domain.
+  + New SPARQL parser, able to generate SQL that is generally more
+readable and at places performs better. Multiple buglets fixed
+in the process.
+  + Much improved support of SPARQL1.1 features and syntax that was
+missing:
+- Property paths: Allowing to match connectivity between two
+  resources by an arbitrary length path. There is a number of
+  supported operators (alternative, sequence, oneOrMany, ...)
+  that can be combined, e.g:
+  SELECT ?s ?p
+  { ?s ^(nfo:belongsToContainer*)/(nie:url|nie:title) ?p }.
+  Only the negated path operator (!) is not supported at the
+  moment.
+- Support for fully unrestricted queries, eg:
+  SELECT ?s ?p ?o { ?s ?p ?o } ORDER BY ?o ?p ?s
+  Queries with unrestricted predicate (?p in the example above)
+  were just supported in a very restricted set of situations.
+  All those limitations are gone.
+- MINUS allows subtracting the solutions that match the given
+  triples template, eg:
+  SELECT ?s { ?s a nfo:Media } MINUS { ?s a nfo:MusicPiece }
+  + Support for prepared statements. TrackerSparqlStatement can be
+built with SELECT queries containing (custom) ~var syntax, and
+updating their values before obtaining a cursor.
+  + Many tests were added, and Tracker is generally much better
+tested thanks to CI.
+  + tracker-store now automatically shuts down on inactivity.
+  + More property paths supported, new operators supported are *,
++, ? and |, only the ! operator is not supported yet.
+  + Multiple fixes to the new sparql parser.
+  + Improve error handling in DBus backend.
+  + Many improvements and additions to the test suite
+  + Fixed potential crash in TrackerMonitor.
+  + New SPARQL parser, able to support more 1.1 features and
+generating friendlier SQL at places. There is initial support
+for property paths (/ and ^), and other missing 1.1 syntax
+(MINUS, SHA384, ...). More improvements are expected to happen
+in the future thanks to this.
+  + Support for prepared statements. TrackerSparqlStatement can be
+built with SELECT queries containing (custom) ~var syntax, and
+updating their values before obtaining a cursor.
+  + Added global libtracker-sparql call to change the used DBus
+connection at runtime.
+  + Made tracker-store to automatically shutdown when unneeded.
+  + Fixed ontology updates to work with behavioral changes in
+sqlite >=3.25.
+  + Support for building through autotools has been removed.
+  + Other many build and code cleanups and fixes
+  + Updated translations.
+- Drop tracker-extract-private.patch: fixed upstream.
+- Drop libtool BuildRequires: No longer applies now that tracker is
+  meson only.
+- Switch to meson build system, drop conditionals for meson
+  BuildRequires and macros, remove all traces of autotools support.
+  Add gtk-doc BuildRequires: Needed to build docs. Pass options we
+  want to meson.
+- Fix translation-update-upstream to work with meson.
+
+---

Old:

  tracker-2.1.8.tar.xz
  tracker-extract-private.patch

New:

  tracker-2.2.1.tar.xz



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.4wyj4e/_old  2019-03-19 11:06:16.41

commit tracker for openSUSE:Factory

2019-02-24 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2019-02-24 17:07:41

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new.28833 (New)


Package is "tracker"

Sun Feb 24 17:07:41 2019 rev:117 rq:677979 version:2.1.8

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2018-12-21 
08:20:19.745631225 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new.28833/tracker.changes   
2019-02-24 17:07:41.284557959 +0100
@@ -1,0 +2,16 @@
+Thu Feb 21 10:17:57 UTC 2019 - bjorn@gmail.com
+
+- Update to version 2.1.8:
+  + Do not rely on hash table iteration order being stable.
+  + Update FTS if base tables were updated.
+
+---
+Mon Feb 11 16:02:36 UTC 2019 - bjorn@gmail.com
+
+- Update to version 2.1.7:
+  + Fix build order with libtracker-sparql generated headers.
+  + Fix ontology update with SQLite 3.25.
+  + Fix build with Vala 0.43.
+- Drop tracker-sqlte-3.25-rename-tables.patch: Fixed upstream.
+
+---

Old:

  tracker-2.1.6.tar.xz
  tracker-sqlte-3.25-rename-tables.patch

New:

  tracker-2.1.8.tar.xz



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.G9eC1K/_old  2019-02-24 17:07:41.680557771 +0100
+++ /var/tmp/diff_new_pack.G9eC1K/_new  2019-02-24 17:07:41.684557769 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tracker
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -22,7 +22,7 @@
 # FIXME: At every release switch on meson use and try to fix it, if the build 
succeeds remove this conditional.
 %bcond_with meson
 Name:   tracker
-Version:2.1.6
+Version:2.1.8
 Release:0
 Summary:Object database, tag/metadata database, search tool and indexer
 License:GPL-2.0-or-later
@@ -31,8 +31,7 @@
 Source0:
http://download.gnome.org/sources/tracker/2.1/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
-# PATCH-FIX-UPSTREAM tracker-sqlte-3.25-rename-tables.patch 
glgo#GNOME/tracker#40 boo#1110090 dims...@opensuse.org -- drop FTS table/view 
before ontology update
-Patch1: tracker-sqlte-3.25-rename-tables.patch
+
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel >= 2.44.0

++ tracker-2.1.6.tar.xz -> tracker-2.1.8.tar.xz ++
 36671 lines of diff (skipped)




commit tracker for openSUSE:Factory

2018-12-20 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2018-12-21 08:20:18

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new.28833 (New)


Package is "tracker"

Fri Dec 21 08:20:18 2018 rev:116 rq:660060 version:2.1.6

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2018-11-13 
16:28:12.314422892 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new.28833/tracker.changes   
2018-12-21 08:20:19.745631225 +0100
@@ -1,0 +2,9 @@
+Wed Dec 19 13:27:05 UTC 2018 - Dominique Leuenberger 
+
+- Extend tracker-sqlte-3.25-rename-tables.patch with two more
+  commits:
+  + libtracker-data: Update FTS if base tables were altered
+  + libtracker-data: Reset property table name on cardinality
+changes
+
+---



Other differences:
--
++ tracker-sqlte-3.25-rename-tables.patch ++
--- /var/tmp/diff_new_pack.mBcrx5/_old  2018-12-21 08:20:20.221630779 +0100
+++ /var/tmp/diff_new_pack.mBcrx5/_new  2018-12-21 08:20:20.221630779 +0100
@@ -25,10 +25,10 @@
  src/libtracker-fts/tracker-fts.h  |   2 +
  5 files changed, 107 insertions(+), 42 deletions(-)
 
-diff --git a/src/libtracker-data/tracker-data-manager.c 
b/src/libtracker-data/tracker-data-manager.c
-index 4fab66824..87c9b486f 100644
 a/src/libtracker-data/tracker-data-manager.c
-+++ b/src/libtracker-data/tracker-data-manager.c
+Index: tracker-2.1.6/src/libtracker-data/tracker-data-manager.c
+===
+--- tracker-2.1.6.orig/src/libtracker-data/tracker-data-manager.c
 tracker-2.1.6/src/libtracker-data/tracker-data-manager.c
 @@ -135,6 +135,12 @@ enum {
N_PROPS
  };
@@ -42,7 +42,7 @@
  static void tracker_data_manager_initable_iface_init (GInitableIface *iface);
  
  G_DEFINE_TYPE_WITH_CODE (TrackerDataManager, tracker_data_manager, 
G_TYPE_OBJECT,
-@@ -3681,6 +3687,9 @@ tracker_data_ontology_import_into_db (TrackerDataManager 
 *manager,
+@@ -3681,6 +3687,9 @@ tracker_data_ontology_import_into_db (Tr
TrackerProperty **properties;
guint i, n_props, n_classes;
gboolean base_tables_altered = FALSE;
@@ -52,13 +52,13 @@
  
iface = tracker_db_manager_get_writable_db_interface 
(manager->db_manager);
  
-@@ -3691,6 +3700,15 @@ tracker_data_ontology_import_into_db 
(TrackerDataManager  *manager,
+@@ -3691,6 +3700,15 @@ tracker_data_ontology_import_into_db (Tr
return;
}
  
 +#if HAVE_TRACKER_FTS
-+  if (in_update) {
-+  update_fts = tracker_data_manager_fts_changed (manager);
++  if (base_tables_altered || in_update) {
++  update_fts = base_tables_altered | 
tracker_data_manager_fts_changed (manager);
 +
 +  if (update_fts)
 +  tracker_db_interface_sqlite_fts_delete_table (iface);
@@ -68,7 +68,7 @@
/* create tables */
for (i = 0; i < n_classes; i++) {
GError *internal_error = NULL;
-@@ -3740,6 +3758,14 @@ tracker_data_ontology_import_into_db 
(TrackerDataManager  *manager,
+@@ -3740,6 +3758,14 @@ tracker_data_ontology_import_into_db (Tr
}
}
}
@@ -83,7 +83,7 @@
  }
  
  static gint
-@@ -3942,13 +3968,44 @@ load_ontologies_gvdb (TrackerDataManager  *manager,
+@@ -3942,13 +3968,44 @@ load_ontologies_gvdb (TrackerDataManager
  
  #if HAVE_TRACKER_FTS
  static gboolean
@@ -130,7 +130,7 @@
guint i, len;
  
properties = tracker_ontologies_get_properties (manager->ontologies, 
&len);
-@@ -3960,16 +4017,10 @@ ontology_get_fts_properties (TrackerDataManager  
*manager,
+@@ -3960,16 +4017,10 @@ ontology_get_fts_properties (TrackerData
const gchar *name, *table_name;
GList *list;
  
@@ -147,7 +147,7 @@
table_name = tracker_property_get_table_name (properties[i]);
name = tracker_property_get_name (properties[i]);
list = g_hash_table_lookup (*fts_properties, table_name);
-@@ -3986,8 +4037,6 @@ ontology_get_fts_properties (TrackerDataManager  
*manager,
+@@ -3986,8 +4037,6 @@ ontology_get_fts_properties (TrackerData
list = g_list_append (list, (gpointer) name);
}
}
@@ -156,7 +156,7 @@
  }
  
  static void
-@@ -4001,29 +4050,36 @@ rebuild_fts_tokens (TrackerDataManager *manager,
+@@ -4001,29 +4050,36 @@ rebuild_fts_tokens (TrackerDataManager *
/* Update the stamp file */
tracker_db_manager_tokenizer_update (manager->db_manager);
  }
@@ -200,7 +200,7 @@
  GFile *
  tracker_data_manager_get_cache_location (TrackerDataManager *manager)
  {

commit tracker for openSUSE:Factory

2018-11-13 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2018-11-13 16:27:54

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Tue Nov 13 16:27:54 2018 rev:115 rq:647327 version:2.1.6

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2018-10-17 
08:17:42.914959482 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker.changes 2018-11-13 
16:28:12.314422892 +0100
@@ -1,0 +2,14 @@
+Thu Nov  8 14:13:28 UTC 2018 - Dominique Leuenberger 
+
+- Add tracker-sqlte-3.25-rename-tables.patch: drop FTS table/view
+  before ontology update (glgo#GNOME/tracker#40, boo#1110090)
+
+---
+Wed Nov  7 06:52:58 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.1.6:
+  + Backported multiple meson build fixes.
+  + Fixed meson build from released tarball.
+  + Updated translations.
+
+---

Old:

  tracker-2.1.5.tar.xz

New:

  tracker-2.1.6.tar.xz
  tracker-sqlte-3.25-rename-tables.patch



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.hrjYL5/_old  2018-11-13 16:28:13.038421751 +0100
+++ /var/tmp/diff_new_pack.hrjYL5/_new  2018-11-13 16:28:13.042421745 +0100
@@ -22,7 +22,7 @@
 # FIXME: At every release switch on meson use and try to fix it, if the build 
succeeds remove this conditional.
 %bcond_with meson
 Name:   tracker
-Version:2.1.5
+Version:2.1.6
 Release:0
 Summary:Object database, tag/metadata database, search tool and indexer
 License:GPL-2.0-or-later
@@ -31,6 +31,8 @@
 Source0:
http://download.gnome.org/sources/tracker/2.1/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
+# PATCH-FIX-UPSTREAM tracker-sqlte-3.25-rename-tables.patch 
glgo#GNOME/tracker#40 boo#1110090 dims...@opensuse.org -- drop FTS table/view 
before ontology update
+Patch1: tracker-sqlte-3.25-rename-tables.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel >= 2.44.0

++ tracker-2.1.5.tar.xz -> tracker-2.1.6.tar.xz ++
 10246 lines of diff (skipped)

++ tracker-sqlte-3.25-rename-tables.patch ++
>From 29d3bab2ef1d826c29bc5b54e9558a5521bf6bcd Mon Sep 17 00:00:00 2001
From: Carlos Garnacho 
Date: Thu, 8 Nov 2018 12:40:36 +0100
Subject: [PATCH] libtracker-data: Drop FTS table/view before ontology updates

Sqlite >= 3.25.0 got stricter 'alter table ... rename ...' behavior
where the renaming affects all references to the table across the
database. This is at odds with our fts_view view on schema updates
due to ontology changes, as we first migrate (rename current table,
create new one, insert previous content, drop old table) all resource
tables before doing the FTS table/view updates. This causes rename
failures due to the fts_view referencing the renamed and dropped
tables.

Change the ontology update code so we delete the FTS table/view
before changing resource tables in case of FTS updates. This makes
the behavior correct both before and after the Sqlite change.

https://gitlab.gnome.org/GNOME/tracker/issues/40
---
 src/libtracker-data/tracker-data-manager.c| 105 +-
 .../tracker-db-interface-sqlite.c |   8 ++
 .../tracker-db-interface-sqlite.h |   2 +
 src/libtracker-fts/tracker-fts.c  |  32 --
 src/libtracker-fts/tracker-fts.h  |   2 +
 5 files changed, 107 insertions(+), 42 deletions(-)

diff --git a/src/libtracker-data/tracker-data-manager.c 
b/src/libtracker-data/tracker-data-manager.c
index 4fab66824..87c9b486f 100644
--- a/src/libtracker-data/tracker-data-manager.c
+++ b/src/libtracker-data/tracker-data-manager.c
@@ -135,6 +135,12 @@ enum {
N_PROPS
 };
 
+#if HAVE_TRACKER_FTS
+static gboolean tracker_data_manager_fts_changed (TrackerDataManager *manager);
+static void tracker_data_manager_update_fts (TrackerDataManager *manager,
+ TrackerDBInterface *iface);
+#endif
+
 static void tracker_data_manager_initable_iface_init (GInitableIface *iface);
 
 G_DEFINE_TYPE_WITH_CODE (TrackerDataManager, tracker_data_manager, 
G_TYPE_OBJECT,
@@ -3681,6 +3687,9 @@ tracker_data_ontology_import_into_db (TrackerDataManager  
*manager,
TrackerProperty **properties;
guint i, n_props, n_classes;
gboolean base_tables_altered = FALSE;
+#if HAVE_TRACKER_FTS
+   gboolean update_fts = FALSE;
+#endif

commit tracker for openSUSE:Factory

2018-10-16 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2018-10-17 08:17:34

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Wed Oct 17 08:17:34 2018 rev:114 rq:638694 version:2.1.5

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2018-09-05 
13:44:46.401890239 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker.changes 2018-10-17 
08:17:42.914959482 +0200
@@ -1,0 +2,9 @@
+Wed Sep 26 18:49:09 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.1.5:
+  + Plug several leaks.
+  + Fix possible crashes on tracker-store exit.
+  + Several fixes to meson build.
+  + Updated translations.
+
+---

Old:

  tracker-2.1.4.tar.xz

New:

  tracker-2.1.5.tar.xz



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.E8hVaV/_old  2018-10-17 08:17:43.710959125 +0200
+++ /var/tmp/diff_new_pack.E8hVaV/_new  2018-10-17 08:17:43.714959123 +0200
@@ -13,7 +13,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,7 +22,7 @@
 # FIXME: At every release switch on meson use and try to fix it, if the build 
succeeds remove this conditional.
 %bcond_with meson
 Name:   tracker
-Version:2.1.4
+Version:2.1.5
 Release:0
 Summary:Object database, tag/metadata database, search tool and indexer
 License:GPL-2.0-or-later

++ tracker-2.1.4.tar.xz -> tracker-2.1.5.tar.xz ++
 27163 lines of diff (skipped)




commit tracker for openSUSE:Factory

2018-08-17 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2018-08-17 23:58:31

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Fri Aug 17 23:58:31 2018 rev:112 rq:628549 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2018-08-07 
09:41:29.881144936 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker.changes 2018-08-17 
23:59:33.354261528 +0200
@@ -1,0 +2,8 @@
+Thu Aug  9 05:53:30 UTC 2018 - luc1...@linuxmail.org
+
+- Add tracker Requires to libtracker-common-2_0 subpackage to make
+  sure default.rule file is installed to avoid several packages
+  breakage on Tumbleweed upgrade (boo#1104112).
+- Drop all tracker Suggests: no longer needed after last action.
+
+---



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.c92ff3/_old  2018-08-17 23:59:33.822262921 +0200
+++ /var/tmp/diff_new_pack.c92ff3/_new  2018-08-17 23:59:33.826262933 +0200
@@ -93,8 +93,9 @@
 # version of libtracker-common.so as they link is done using rpath.
 %package -n libtracker-common-%{RPMTrackerAPI}
 Summary:Convenience libraries for Tracker
-# Obsolete old tracker libs, bnc#876649
 Group:  System/Libraries
+Requires:   %{name}
+# Obsolete old tracker libs, bnc#876649
 Obsoletes:  libtracker-extract-0_16-0
 # Obsolete tracker 1.0 - this is not a 'real' slpp package, thus can be 
obsoleted
 Obsoletes:  libtracker-common-1_0
@@ -111,7 +112,6 @@
 # rpm autodetects libtracker-common.so() symbol, which is provided by all 
versions of libtracker-common, so we need to help with an explicit Requires.
 Group:  System/Libraries
 Requires:   libtracker-common-%{RPMTrackerAPI}
-Suggests:   %{name}
 
 %description -n libtracker-control-%{RPMTrackerAPI}-0
 Tracker is a desktop-neutral object database, tag/metadata database,
@@ -131,7 +131,6 @@
 # rpm autodetects libtracker-common.so() symbol, which is provided by all 
versions of libtracker-common, so we need to help with an explicit Requires.
 Group:  System/Libraries
 Requires:   libtracker-common-%{RPMTrackerAPI}
-Suggests:   %{name}
 
 %description -n libtracker-miner-%{RPMTrackerAPI}-0
 Tracker is a desktop-neutral object database, tag/metadata database,
@@ -184,7 +183,6 @@
 # rpm autodetects libtracker-common.so() symbol, which is provided by all 
versions of libtracker-common, so we need to help with an explicit Requires.
 Group:  System/Libraries
 Requires:   libtracker-common-%{RPMTrackerAPI}
-Suggests:   %{name}
 
 %description -n libtracker-sparql-%{RPMTrackerAPI}-0
 Tracker is a desktop-neutral object database, tag/metadata database,




commit tracker for openSUSE:Factory

2018-08-07 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2018-08-07 09:41:29

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Tue Aug  7 09:41:29 2018 rev:111 rq:627098 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2018-08-02 
14:49:36.691419638 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker.changes 2018-08-07 
09:41:29.881144936 +0200
@@ -1,0 +2,9 @@
+Wed Aug  1 19:29:19 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.1.1:
+  + libtracker-direct: Plug leaks.
+  + libtracker-sparql-backend: Fix fallback from direct to bus
+connection for queries.
+  + Updated translations.
+
+---

Old:

  tracker-2.1.0.tar.xz

New:

  tracker-2.1.1.tar.xz



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.FbCs3q/_old  2018-08-07 09:41:30.837146602 +0200
+++ /var/tmp/diff_new_pack.FbCs3q/_new  2018-08-07 09:41:30.837146602 +0200
@@ -22,7 +22,7 @@
 # FIXME: At every release switch on meson use and try to fix it, if the build 
succeeds remove this conditional.
 %bcond_with meson
 Name:   tracker
-Version:2.1.0
+Version:2.1.1
 Release:0
 Summary:Object database, tag/metadata database, search tool and indexer
 License:GPL-2.0-or-later

++ tracker-2.1.0.tar.xz -> tracker-2.1.1.tar.xz ++
 104476 lines of diff (skipped)




commit tracker for openSUSE:Factory

2018-08-02 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2018-08-02 14:49:34

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Thu Aug  2 14:49:34 2018 rev:110 rq:625580 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2018-07-17 
09:40:18.449750690 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker.changes 2018-08-02 
14:49:36.691419638 +0200
@@ -1,0 +2,21 @@
+Tue Jul 24 08:54:28 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.1.0:
+  + Brown paper bag release: All features from unreleased 2.0.5
+apply.
+  + One feature was missed: TrackerResource is now able to output
+JSON-LD. This is a new API call, so a minor bump should happen
+as per Semantic Versioning.
+- Changes from version 2.0.5:
+  + build:
+- Make tarballs able to build with meson. Future releases will
+  eventually phase out Autotools.
+- Various meson build fixes
+  + tests: Many fixes to functional tests.
+  + libtracker-miner: Fixed race conditions that may result in
+spurious "parent not indexed yet" warnings.
+  + libtracker-direct: Majorly rewritten.
+  + tracker-store: Streamlined to use a libtracker-direct
+connection instead of reimplementing most of it.
+
+---

Old:

  tracker-2.0.4.tar.xz

New:

  tracker-2.1.0.tar.xz



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.1Muxe6/_old  2018-08-02 14:49:37.211420634 +0200
+++ /var/tmp/diff_new_pack.1Muxe6/_new  2018-08-02 14:49:37.215420642 +0200
@@ -22,13 +22,13 @@
 # FIXME: At every release switch on meson use and try to fix it, if the build 
succeeds remove this conditional.
 %bcond_with meson
 Name:   tracker
-Version:2.0.4
+Version:2.1.0
 Release:0
 Summary:Object database, tag/metadata database, search tool and indexer
 License:GPL-2.0-or-later
 Group:  Productivity/Other
 URL:https://wiki.gnome.org/Projects/Tracker
-Source0:
http://download.gnome.org/sources/tracker/2.0/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/tracker/2.1/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
 BuildRequires:  fdupes

++ tracker-2.0.4.tar.xz -> tracker-2.1.0.tar.xz ++
 44239 lines of diff (skipped)




commit tracker for openSUSE:Factory

2018-07-17 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2018-07-17 09:40:14

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Tue Jul 17 09:40:14 2018 rev:109 rq:622798 version:2.0.4

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2018-04-30 
22:49:33.692989983 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker.changes 2018-07-17 
09:40:18.449750690 +0200
@@ -1,0 +2,16 @@
+Tue Jun 26 02:56:27 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 2.0.4:
+  + libtracker-miner:
+- Fix event emission order of the root folder when a recursive
+  directory is found through monitor events.
+- Improvements to attribute-only update handling.
+  + libtracker-data: Perform VACUUM only past a database file size
+limit.
+- Drop:
+  + update-desktop-files BuildRequires and suse_update_desktop_file
+macro: they are no longer needed.
+  + glib2_gsettings_schema_requires macro: it is not required
+anymore since RPM file triggers (version 4.13).
+
+---

Old:

  tracker-2.0.3.tar.xz

New:

  tracker-2.0.4.tar.xz



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.t9IXus/_old  2018-07-17 09:40:18.953748837 +0200
+++ /var/tmp/diff_new_pack.t9IXus/_new  2018-07-17 09:40:18.957748823 +0200
@@ -19,8 +19,10 @@
 
 %define TrackerAPI2.0
 %define RPMTrackerAPI 2_0
+# FIXME: At every release switch on meson use and try to fix it, if the build 
succeeds remove this conditional.
+%bcond_with meson
 Name:   tracker
-Version:2.0.3
+Version:2.0.4
 Release:0
 Summary:Object database, tag/metadata database, search tool and indexer
 License:GPL-2.0-or-later
@@ -39,9 +41,8 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  python3
-BuildRequires:  sqlite3-devel >= 3.7.15
+BuildRequires:  sqlite3-devel >= 3.8.3
 BuildRequires:  translation-update-upstream
-BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.18.0
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
@@ -64,7 +65,10 @@
 Obsoletes:  tracker-miner-evolution < 1.99.0
 Obsoletes:  tracker-miner-firefox < 1.99.0
 Obsoletes:  tracker-miner-thunderbird < 1.99.0
-%glib2_gsettings_schema_requires
+%if %{with meson}
+BuildRequires:  meson
+BuildRequires:  pkgconfig(dbus-1)
+%endif
 %if 0%{?suse_version} >= 1140
 BuildRequires:  libgupnp-dlna-devel >= 0.9.4
 %endif
@@ -218,6 +222,10 @@
 translation-update-upstream
 
 %build
+%if %{with meson}
+%meson
+%meson_build
+%else
 #Needed for patch0
 autoreconf -fiv
 %configure \
@@ -225,13 +233,15 @@
--disable-functional-tests \
%{nil}
 %make_build
+%endif
 
 %install
+%if %{with meson}
+%meson_install
+%else
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-
-## Normal build
-%suse_update_desktop_file tracker-store
+%endif
 %find_lang %{name} %{?no_lang_C}
 
 # Ensure we have a /usr/share/tracker/icons/ folder, so the
@@ -239,6 +249,7 @@
 mkdir -p %{buildroot}%{_datadir}/tracker/icons/
 
 %fdupes %{buildroot}%{_datadir}/vala/
+%fdupes %{buildroot}%{_datadir}/gtk-doc
 
 %post -n libtracker-control-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
 %postun -n libtracker-control-%{RPMTrackerAPI}-0 -p /sbin/ldconfig

++ tracker-2.0.3.tar.xz -> tracker-2.0.4.tar.xz ++
 133688 lines of diff (skipped)




commit tracker for openSUSE:Factory

2018-04-30 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2018-04-30 22:49:32

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Mon Apr 30 22:49:32 2018 rev:108 rq:601524 version:2.0.3

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2018-03-26 
12:37:24.968894553 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker.changes 2018-04-30 
22:49:33.692989983 +0200
@@ -1,0 +2,6 @@
+Tue Apr 17 09:40:09 UTC 2018 - bjorn@gmail.com
+
+- Replace pkgconfig(libnm-glib) with pkgconfig(libnm)
+  BuildRequires, this is what configure checks for.
+
+---



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.Nom3pg/_old  2018-04-30 22:49:34.360965612 +0200
+++ /var/tmp/diff_new_pack.Nom3pg/_new  2018-04-30 22:49:34.360965612 +0200
@@ -46,7 +46,7 @@
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(json-glib-1.0) >= 1.0
-BuildRequires:  pkgconfig(libnm-glib) >= 0.8
+BuildRequires:  pkgconfig(libnm)
 BuildRequires:  pkgconfig(libseccomp) >= 2.0
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.40
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6




commit tracker for openSUSE:Factory

2018-03-26 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2018-03-26 12:37:22

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Mon Mar 26 12:37:22 2018 rev:107 rq:589958 version:2.0.3

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2018-03-08 
10:45:40.414881501 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker.changes 2018-03-26 
12:37:24.968894553 +0200
@@ -1,0 +2,7 @@
+Tue Mar 20 16:44:55 UTC 2018 - dims...@opensuse.org
+
+- Unconditionally enable translation-update-upstream: on
+  Tumbleweed, this results in a NOP and for Leap in SLE paid
+  translations being used (boo#1086036).
+
+---



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.5IJltw/_old  2018-03-26 12:37:26.520838440 +0200
+++ /var/tmp/diff_new_pack.5IJltw/_new  2018-03-26 12:37:26.524838296 +0200
@@ -40,6 +40,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python3
 BuildRequires:  sqlite3-devel >= 3.7.15
+BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.18.0
 BuildRequires:  zlib-devel
@@ -64,9 +65,6 @@
 Obsoletes:  tracker-miner-firefox < 1.99.0
 Obsoletes:  tracker-miner-thunderbird < 1.99.0
 %glib2_gsettings_schema_requires
-%if !0%{?is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
 %if 0%{?suse_version} >= 1140
 BuildRequires:  libgupnp-dlna-devel >= 0.9.4
 %endif
@@ -217,9 +215,7 @@
 
 %prep
 %autosetup -p1
-%if !0%{?is_opensuse}
 translation-update-upstream
-%endif
 
 %build
 #Needed for patch0




commit tracker for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2018-03-08 10:45:36

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Thu Mar  8 10:45:36 2018 rev:106 rq:582783 version:2.0.3

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2018-02-07 
18:39:04.746743104 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker.changes 2018-03-08 
10:45:40.414881501 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:40:30 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.6lJyXO/_old  2018-03-08 10:45:41.518841753 +0100
+++ /var/tmp/diff_new_pack.6lJyXO/_new  2018-03-08 10:45:41.522841609 +0100
@@ -23,13 +23,12 @@
 Version:2.0.3
 Release:0
 Summary:Object database, tag/metadata database, search tool and indexer
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Other
-Url:https://wiki.gnome.org/Projects/Tracker
+URL:https://wiki.gnome.org/Projects/Tracker
 Source0:
http://download.gnome.org/sources/tracker/2.0/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
-
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel >= 2.44.0
@@ -247,15 +246,13 @@
 
 %post -n libtracker-control-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
 %postun -n libtracker-control-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
-
 %post -n libtracker-miner-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
 %postun -n libtracker-miner-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
-
 %post -n libtracker-sparql-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
 %postun -n libtracker-sparql-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
 
 %files
-%doc COPYING
+%license COPYING
 %{_sysconfdir}/xdg/autostart/tracker-store.desktop
 %{_bindir}/tracker
 %{_libexecdir}/tracker-store




commit tracker for openSUSE:Factory

2018-02-07 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2018-02-07 18:39:02

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Wed Feb  7 18:39:02 2018 rev:105 rq:573682 version:2.0.3

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2018-01-16 
09:28:12.729442511 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker.changes 2018-02-07 
18:39:04.746743104 +0100
@@ -1,0 +2,16 @@
+Wed Feb  7 08:04:10 UTC 2018 - bjorn@gmail.com
+
+- Update to version 2.0.3:
+  + build:
+- Improvements in meson support.
+- Remove stale dependencies after Tracker miners split.
+  + tests:
+- Many fixes to functional tests.
+- Remove old checks for maemo-specific features.
+  + libtracker-miner: Small code improvements.
+  + libtracker-sparql: use gint32 to unpack 'i' GVariant format.
+  + Updated translations.
+- Drop tracker-nb-translations.patch: Fixed upstream.
+- Minor spec-clean, use autosetup and make_build macros.
+
+---

Old:

  tracker-2.0.2.tar.xz
  tracker-nb-translations.patch

New:

  tracker-2.0.3.tar.xz



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.o9Avnw/_old  2018-02-07 18:39:05.306716871 +0100
+++ /var/tmp/diff_new_pack.o9Avnw/_new  2018-02-07 18:39:05.306716871 +0100
@@ -20,7 +20,7 @@
 %define TrackerAPI2.0
 %define RPMTrackerAPI 2_0
 Name:   tracker
-Version:2.0.2
+Version:2.0.3
 Release:0
 Summary:Object database, tag/metadata database, search tool and indexer
 License:GPL-2.0+
@@ -29,8 +29,6 @@
 Source0:
http://download.gnome.org/sources/tracker/2.0/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
-# PATCH-FIX-UPSTREAM tracker-nb-translations.patch zai...@opensuse.org -- 
Update Norwegian bokmål translations
-Patch1: tracker-nb-translations.patch
 
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -219,9 +217,7 @@
 %lang_package
 
 %prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif
@@ -231,8 +227,9 @@
 autoreconf -fiv
 %configure \
 --disable-static \
---disable-functional-tests
-make %{?_smp_mflags}
+   --disable-functional-tests \
+   %{nil}
+%make_build
 
 %install
 %make_install
@@ -249,19 +246,15 @@
 %fdupes %{buildroot}%{_datadir}/vala/
 
 %post -n libtracker-control-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
-
 %postun -n libtracker-control-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
 
 %post -n libtracker-miner-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
-
 %postun -n libtracker-miner-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
 
 %post -n libtracker-sparql-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
-
 %postun -n libtracker-sparql-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc COPYING
 %{_sysconfdir}/xdg/autostart/tracker-store.desktop
 %{_bindir}/tracker
@@ -287,37 +280,29 @@
 %{_mandir}/man1/tracker-tag.1%{ext_man}
 
 %files -n libtracker-common-%{RPMTrackerAPI}
-%defattr(-,root,root)
 %{_libdir}/tracker-%{TrackerAPI}/libtracker-common.so
 %{_libdir}/tracker-%{TrackerAPI}/libtracker-data.so
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.enums.xml
 
 %files -n libtracker-control-%{RPMTrackerAPI}-0
-%defattr(-,root,root)
 %{_libdir}/libtracker-control*.so.*
 
 %files -n libtracker-miner-%{RPMTrackerAPI}-0
-%defattr(-,root,root)
 %{_libdir}/libtracker-miner*.so.*
 
 %files -n libtracker-sparql-%{RPMTrackerAPI}-0
-%defattr(-, root, root)
 %{_libdir}/libtracker-sparql*.so.*
 
 %files -n typelib-1_0-Tracker-%{RPMTrackerAPI}
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Tracker-%{TrackerAPI}.typelib
 
 %files -n typelib-1_0-TrackerControl-%{RPMTrackerAPI}
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/TrackerControl-%{TrackerAPI}.typelib
 
 %files -n typelib-1_0-TrackerMiner-%{RPMTrackerAPI}
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/TrackerMiner-%{TrackerAPI}.typelib
 
 %files -n tracker-devel
-%defattr(-,root,root)
 %doc AUTHORS ChangeLog README NEWS
 %{_libdir}/lib*.so
 %{_includedir}/tracker-%{TrackerAPI}/

++ tracker-2.0.2.tar.xz -> tracker-2.0.3.tar.xz ++
 36429 lines of diff (skipped)




commit tracker for openSUSE:Factory

2018-01-16 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2018-01-16 09:28:09

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Tue Jan 16 09:28:09 2018 rev:104 rq:562537 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2017-11-30 
16:31:14.735538149 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker.changes 2018-01-16 
09:28:12.729442511 +0100
@@ -1,0 +2,6 @@
+Sat Jan  6 11:03:00 UTC 2018 - zai...@opensuse.org
+
+- Add tracker-nb-translations.patch: Update Norwegian bokmål
+  translations.
+
+---

New:

  tracker-nb-translations.patch



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.VYwo65/_old  2018-01-16 09:28:14.613354370 +0100
+++ /var/tmp/diff_new_pack.VYwo65/_new  2018-01-16 09:28:14.621353996 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tracker
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -29,6 +29,9 @@
 Source0:
http://download.gnome.org/sources/tracker/2.0/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
+# PATCH-FIX-UPSTREAM tracker-nb-translations.patch zai...@opensuse.org -- 
Update Norwegian bokmål translations
+Patch1: tracker-nb-translations.patch
+
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel >= 2.44.0
@@ -218,6 +221,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif

++ tracker-nb-translations.patch ++
 1792 lines (skipped)




commit tracker for openSUSE:Factory

2017-11-30 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2017-11-30 16:31:13

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Thu Nov 30 16:31:13 2017 rev:103 rq:544208 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2017-10-06 
11:02:03.625955148 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker.changes 2017-11-30 
16:31:14.735538149 +0100
@@ -1,0 +2,18 @@
+Thu Nov 16 03:46:47 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 2.0.2:
+  + tests: Cleanups and Coverity fixes. A testsuite for
+libtracker-miner's TrackerMinerFS object was added.
+  + meson: Many small improvements.
+  + libtracker-common: Preparation work to be able to build
+tracker/tracker-miners as a bundle.
+  + libtracker-direct: Implement update_array_async()
+  + libtracker-miner:
+- Multiple cleanups and code simplifications.
+- Properly honor lack of CHECK_MTIME flag, resulting on faster
+  startup times if it's not set.
+  + Updated translations.
+- Update Url to https://wiki.gnome.org/Projects/Tracker: current
+  Tracker's web page.
+
+---

Old:

  tracker-2.0.1.tar.xz

New:

  tracker-2.0.2.tar.xz



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.pEiShz/_old  2017-11-30 16:31:15.08380 +0100
+++ /var/tmp/diff_new_pack.pEiShz/_new  2017-11-30 16:31:15.559508234 +0100
@@ -20,12 +20,12 @@
 %define TrackerAPI2.0
 %define RPMTrackerAPI 2_0
 Name:   tracker
-Version:2.0.1
+Version:2.0.2
 Release:0
 Summary:Object database, tag/metadata database, search tool and indexer
 License:GPL-2.0+
 Group:  Productivity/Other
-Url:http://projects.gnome.org/tracker/
+Url:https://wiki.gnome.org/Projects/Tracker
 Source0:
http://download.gnome.org/sources/tracker/2.0/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
@@ -34,14 +34,14 @@
 BuildRequires:  glib2-devel >= 2.44.0
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
-BuildRequires:  libicu-devel
+BuildRequires:  libicu-devel >= 4.8.1.1
 # Needed for patch0
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  python3
 BuildRequires:  sqlite3-devel >= 3.7.15
 BuildRequires:  update-desktop-files
-BuildRequires:  vala >= 0.12.0
+BuildRequires:  vala >= 0.18.0
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(json-glib-1.0) >= 1.0
@@ -49,7 +49,7 @@
 BuildRequires:  pkgconfig(libseccomp) >= 2.0
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.40
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6
-BuildRequires:  pkgconfig(upower-glib)
+BuildRequires:  pkgconfig(upower-glib) >= 0.9.0
 BuildRequires:  pkgconfig(uuid)
 Recommends: %{name}-lang
 # We want to index files by default, if possible

++ tracker-2.0.1.tar.xz -> tracker-2.0.2.tar.xz ++
 16623 lines of diff (skipped)




commit tracker for openSUSE:Factory

2017-10-06 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2017-10-06 11:02:01

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Fri Oct  6 11:02:01 2017 rev:102 rq:531699 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2017-10-02 
16:51:28.293400269 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker.changes 2017-10-06 
11:02:03.625955148 +0200
@@ -1,0 +2,16 @@
+Thu Oct  5 10:23:08 UTC 2017 - dims...@opensuse.org
+
+- Update to version 2.0.1:
+  + libtracker-fts: Fix FTS queries that included stop words.
+  + libtracker-sparql: Fix introspection annotations for
+TrackerNotifier.
+  + libtracker-miner:
+- Fix cancellation of TrackerDecorator.
+- Several fixes to causes of nie:url UNIQUE constraint errors,
+  and better resilience against prior stale data.
+  + Meson fixes.
+  + Compiler warning fixes.
+  + Updated translations.
+- Drop tracker-libtracker-fixes.patch: fixed upstream.
+
+---

Old:

  tracker-2.0.0.tar.xz
  tracker-libtracker-fixes.patch

New:

  tracker-2.0.1.tar.xz



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.sVGz5n/_old  2017-10-06 11:02:04.617805163 +0200
+++ /var/tmp/diff_new_pack.sVGz5n/_new  2017-10-06 11:02:04.641801534 +0200
@@ -20,7 +20,7 @@
 %define TrackerAPI2.0
 %define RPMTrackerAPI 2_0
 Name:   tracker
-Version:2.0.0
+Version:2.0.1
 Release:0
 Summary:Object database, tag/metadata database, search tool and indexer
 License:GPL-2.0+
@@ -29,8 +29,6 @@
 Source0:
http://download.gnome.org/sources/tracker/2.0/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
-# PATCH-FIX-UPSTREAM tracker-libtracker-fixes.patch bgo#787452 
zai...@opensuse.org -- Fix various bugs in libtracker
-Patch1: tracker-libtracker-fixes.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel >= 2.44.0
@@ -220,7 +218,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif

++ tracker-2.0.0.tar.xz -> tracker-2.0.1.tar.xz ++
 46439 lines of diff (skipped)




commit tracker for openSUSE:Factory

2017-10-02 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2017-10-02 16:51:26

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Mon Oct  2 16:51:26 2017 rev:101 rq:528642 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2017-09-13 
21:55:22.010881636 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker.changes 2017-10-02 
16:51:28.293400269 +0200
@@ -1,0 +2,8 @@
+Sat Sep 23 19:12:06 UTC 2017 - zai...@opensuse.org
+
+- Add tracker-libtracker-fixes.patch: Fix various bugs in
+  libtracker (bgo#787452).
+- Move AUTHORS ChangeLog README and NEWS to devel sub-package, only
+  developers care about these anyway, silences rpmlint.
+
+---

New:

  tracker-libtracker-fixes.patch



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.eCcxNW/_old  2017-10-02 16:51:30.389106130 +0200
+++ /var/tmp/diff_new_pack.eCcxNW/_new  2017-10-02 16:51:30.393105569 +0200
@@ -29,6 +29,8 @@
 Source0:
http://download.gnome.org/sources/tracker/2.0/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
+# PATCH-FIX-UPSTREAM tracker-libtracker-fixes.patch bgo#787452 
zai...@opensuse.org -- Fix various bugs in libtracker
+Patch1: tracker-libtracker-fixes.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel >= 2.44.0
@@ -218,6 +220,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif
@@ -258,7 +261,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README NEWS
+%doc COPYING
 %{_sysconfdir}/xdg/autostart/tracker-store.desktop
 %{_bindir}/tracker
 %{_libexecdir}/tracker-store
@@ -314,6 +317,7 @@
 
 %files -n tracker-devel
 %defattr(-,root,root)
+%doc AUTHORS ChangeLog README NEWS
 %{_libdir}/lib*.so
 %{_includedir}/tracker-%{TrackerAPI}/
 %{_libdir}/pkgconfig/tracker-control-%{TrackerAPI}.pc

++ tracker-libtracker-fixes.patch ++
 1344 lines (skipped)




commit tracker for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2017-09-13 21:55:19

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Wed Sep 13 21:55:19 2017 rev:100 rq:523807 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker.changes  2017-08-29 
11:39:16.900893069 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker.changes 2017-09-13 
21:55:22.010881636 +0200
@@ -1,0 +2,142 @@
+Tue Sep 12 12:07:47 UTC 2017 - dims...@opensuse.org
+
+- Update to version 2.0.0:
+  + Tracker shall from now on use semantic versioning
+  + Drop --all from "tracker status" subcommand, it is the default
+behavior now.
+  + TrackerDecorator internal operations are now cancelled on
+shutdown.
+  + Add cancellable argument to sync libtracker-control call.
+  + Build fixes and minor cleanups.
+  + Updated translations.
+
+---
+Wed Aug 23 21:37:39 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.99.3:
+  + Mandate that SQLite >= 3.20.0 must have --enable-fts5. SQLite
+devs made forwards and backwards incompatible changes to the
+FTS5 module, it is not sustainable anymore to ship a FTS5
+module for all combinations. The current FTS5 module in Tracker
+is preserved for older SQLite versions.
+  + Fixed a Coverity warning (CID #1453480).
+  + Misc code and build fixes.
+  + Updated translations.
+
+---
+Wed Aug 23 21:01:31 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.99.2:
+  + Miners have been split from the Tracker package.
+  + Sqlite 3.20 introduced incompatible changes in the way FTS5 can
+be extended, compile/runtime checks were added to adapt to the
+new safer way if Sqlite >= 3.20.0 is found.
+  + Elements are no longer leaked in the base Resource table. A
+refcounted approach ensures no longer needed elements are
+cleaned up from that table. The database will no longer
+indefinitely grow, it will be cleaned up and vacuumed
+periodically.
+  + Fixed several Coverity warnings (CIDS: 1452447, 1188417,
+1188418, 1188428, 1452443, 1452445, 1452449)
+  + Misc code and build fixes.
+  + Documentation improvements.
+- Eliminate build_extras conditions and tracker-extras.spec: this
+  basically only had the rss miner left to be built, and all miners
+  are now moved to a separate source package (tracker-miners).
+- Clean up BuildRequires: drop things that were only used by the
+  extractors/miners.
+- Have libtracker-common-2_0 obsolete libtracker-common-1_0.
+
+---
+Wed Aug 23 20:29:39 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.99.1:
+  + Notable speedups to tracker-miner-fs, main loop overhead was
+greatly reduced by processing elements in batches. Indexing has
+been observed to be up to 2x faster, and startup on an indexed
+and up-to-date filesystem up to 3x.
+  + More notable speedups to tracker-miner-fs startup, this applies
+only to filesystems where the number of indexed folders exceed
+the amount of inotify handles. Inotify monitoring is
+temporarily disabled during filesystem mtime checks, resulting
+in up to 4x faster startup. (In addition to the previous
+point).
+  + Refurbished the allocation scheme for underlying DB interfaces.
+The benefit is twofold, this makes TrackerSparqlConnections
+truly isolated instances, and results in much reduced mutex
+contention on stress situations.
+  + Dropped deprecated API to get direct/bus connections. Use
+tracker_sparql_connection_get().
+  + Deprecated TrackerSparqlBuilder. Use TrackerResource.
+  + Added tracker_sparql_connection_get_namespace_manager() to
+fetch the namespaces as per the ontology of the connection.
+  + Dropped support for non-standard SPARQL syntax "AS var", the
+right syntax is "AS ?var", defined in SPARQL1.1 and accepted by
+Tracker for a long time.
+  + Added tracker:title-order() sparql function, only meant to be
+used in "ORDER BY" clauses. It drops the common articles at the
+beginning of the given variable for sorting purposes.
+  + Fix shutdown issues on tracker-store introduced in 1.99.0. No
+more spurious integrity checks on startup.
+  + Misc code and build fixes.
+  + Updated translations.
+- Obsolete dropped sub packages:
+  + tracker-gui.
+  + tracker-miner-evolution.
+  + tracker-miner-firefox.
+  + tracker-miner-thunderbird.
+
+---
+Wed Aug 23 20:28:39 UTC 2017 - adrien.pla...@suse.com
+
+- Update to version 1.99.0:
+  + Domain ontologies: it 

commit tracker for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2017-08-29 11:39:15

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Tue Aug 29 11:39:15 2017 rev:99 rq:518574 version:1.12.3

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2017-08-18 
14:58:07.135242427 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2017-08-29 11:39:16.856899250 +0200
@@ -1,0 +2,12 @@
+Tue Aug 22 17:32:24 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.12.3:
+  + Mandate that SQLite >= 3.20.0 must have --enable-fts5. SQLite
+devs made forwards and backwards incompatible changes to the
+FTS5 module, it is not sustainable anymore to ship a FTS5
+module for all combinations. The current FTS5 module in Tracker
+is preserved for older SQLite versions.
+  + Fix typo in userguides miner DBus name, fixes spam on journald
+trying to start it up.
+
+---
tracker.changes: same change

Old:

  tracker-1.12.2.tar.xz

New:

  tracker-1.12.3.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.IVinkU/_old  2017-08-29 11:39:18.012736856 +0200
+++ /var/tmp/diff_new_pack.IVinkU/_new  2017-08-29 11:39:18.024735171 +0200
@@ -41,7 +41,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:1.12.2
+Version:1.12.3
 Release:0
 %define TrackerAPI1.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.12/%{_name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/tracker/1.12/%{_name}-%{version}.tar.xz
 # Needed for patch0: we need to bootstrap
 Source2:README.SUSE.rss
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs

++ tracker.spec ++
--- /var/tmp/diff_new_pack.IVinkU/_old  2017-08-29 11:39:18.156716628 +0200
+++ /var/tmp/diff_new_pack.IVinkU/_new  2017-08-29 11:39:18.160716065 +0200
@@ -40,7 +40,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:1.12.2
+Version:1.12.3
 Release:0
 %define TrackerAPI1.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.12/%{_name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/tracker/1.12/%{_name}-%{version}.tar.xz
 # Needed for patch0: we need to bootstrap
 Source2:README.SUSE.rss
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs

++ tracker-1.12.2.tar.xz -> tracker-1.12.3.tar.xz ++
 19719 lines of diff (skipped)




commit tracker for openSUSE:Factory

2017-08-18 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2017-08-18 14:58:04

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Fri Aug 18 14:58:04 2017 rev:98 rq:516856 version:1.12.2

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2017-07-04 
09:07:36.950052873 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2017-08-18 14:58:07.135242427 +0200
@@ -1,0 +2,9 @@
+Mon Aug  7 19:15:48 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.12.2:
+  + Sqlite 3.20 introduced incompatible changes in the way FTS5 can
+be extended, compile/runtime checks were added to adapt to the
+new safer way if Sqlite >= 3.20.0 is found.
+  + Fix TrackerDBInterface being reused with no FTS set up.
+
+---
tracker.changes: same change

Old:

  tracker-1.12.1.tar.xz

New:

  tracker-1.12.2.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.uKGSXH/_old  2017-08-18 14:58:07.847142210 +0200
+++ /var/tmp/diff_new_pack.uKGSXH/_new  2017-08-18 14:58:07.851141647 +0200
@@ -41,7 +41,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:1.12.1
+Version:1.12.2
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0

++ tracker.spec ++
--- /var/tmp/diff_new_pack.uKGSXH/_old  2017-08-18 14:58:07.875138269 +0200
+++ /var/tmp/diff_new_pack.uKGSXH/_new  2017-08-18 14:58:07.879137706 +0200
@@ -40,7 +40,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:1.12.1
+Version:1.12.2
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0

++ tracker-1.12.1.tar.xz -> tracker-1.12.2.tar.xz ++
 140971 lines of diff (skipped)




commit tracker for openSUSE:Factory

2017-07-04 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2017-07-04 09:07:34

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Tue Jul  4 09:07:34 2017 rev:97 rq:507594 version:1.12.1

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2017-06-12 
15:09:31.410292889 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2017-07-04 09:07:36.950052873 +0200
@@ -1,0 +2,24 @@
+Wed Jun 28 20:27:38 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.12.1:
+  + libtracker-sparql:
+- Add osinfo to the default namespace.
+- Protect sqlite3_bind* with interface lock.
+  + tracker-extract: Whitelist openat(), with caveats.
+  + Updated translations.
+- Drop upstream fixed patches:
+  + tracker-libtracker-sparql-add-osinfo-ontology.patch.
+  + tracker-libtracker-common-whitelist-openat.patch.
+  + tracker-libtracker-data-protect-sqlite3_bind.patch.
+
+---
+Sun Jun 25 19:41:08 UTC 2017 - zai...@opensuse.org
+
+- Add tracker-libtracker-data-protect-sqlite3_bind.patch:
+  libtracker-data: Protect sqlite3_bind*() with interface lock.
+  There may be multiple cursors/db_statements from the same db
+  interface being accessed from multiple threads. This must be
+  under the TrackerDBInterface lock in order to prevent threading
+  issues (rh#1404285).
+
+---
tracker.changes: same change

Old:

  tracker-1.12.0.tar.xz
  tracker-libtracker-common-whitelist-openat.patch
  tracker-libtracker-sparql-add-osinfo-ontology.patch

New:

  tracker-1.12.1.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.i5O0iP/_old  2017-07-04 09:07:37.865924049 +0200
+++ /var/tmp/diff_new_pack.i5O0iP/_new  2017-07-04 09:07:37.869923486 +0200
@@ -41,7 +41,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:1.12.0
+Version:1.12.1
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0
@@ -54,10 +54,6 @@
 Source2:README.SUSE.rss
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
-# PATCH-FIX-UPSTREAM tracker-libtracker-sparql-add-osinfo-ontology.patch 
bgo#780968 zai...@opensuse.org -- libtracker-sparql: Add osinfo ontology to the 
default TrackerNamespace
-Patch1: tracker-libtracker-sparql-add-osinfo-ontology.patch
-# PATCH-FIX-UPSTREAM tracker-libtracker-common-whitelist-openat.patch 
bgo#782514 zai...@opensuse.org -- libtracker-common: Whitelist openat()
-Patch2: tracker-libtracker-common-whitelist-openat.patch
 BuildRequires:  enca-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -429,8 +425,6 @@
 %prep
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif

++ tracker.spec ++
--- /var/tmp/diff_new_pack.i5O0iP/_old  2017-07-04 09:07:37.889920674 +0200
+++ /var/tmp/diff_new_pack.i5O0iP/_new  2017-07-04 09:07:37.889920674 +0200
@@ -40,7 +40,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:1.12.0
+Version:1.12.1
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0
@@ -53,10 +53,6 @@
 Source2:README.SUSE.rss
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
-# PATCH-FIX-UPSTREAM tracker-libtracker-sparql-add-osinfo-ontology.patch 
bgo#780968 zai...@opensuse.org -- libtracker-sparql: Add osinfo ontology to the 
default TrackerNamespace
-Patch1: tracker-libtracker-sparql-add-osinfo-ontology.patch
-# PATCH-FIX-UPSTREAM tracker-libtracker-common-whitelist-openat.patch 
bgo#782514 zai...@opensuse.org -- libtracker-common: Whitelist openat()
-Patch2: tracker-libtracker-common-whitelist-openat.patch
 BuildRequires:  enca-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -428,8 +424,6 @@
 %prep
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif

++ tracker-1.12.0.tar.xz -> tracker-1.12.1.tar.xz ++
 38217 lines of diff (skipped)




commit tracker for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2017-06-12 15:09:29

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Mon Jun 12 15:09:29 2017 rev:96 rq:501760 version:1.12.0

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2017-03-22 
23:07:39.102126980 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2017-06-12 15:09:31.410292889 +0200
@@ -1,0 +2,8 @@
+Tue May 23 15:13:21 UTC 2017 - zai...@opensuse.org
+
+- Add tracker-libtracker-sparql-add-osinfo-ontology.patch: Add
+  osinfo ontology to the default TrackerNamespace (bgo#780968).
+- Add tracker-libtracker-common-whitelist-openat.patch:
+  libtracker-common: Whitelist openat() (bgo#782514).
+
+---
tracker.changes: same change

New:

  tracker-libtracker-common-whitelist-openat.patch
  tracker-libtracker-sparql-add-osinfo-ontology.patch



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.CPPOzm/_old  2017-06-12 15:09:33.869945668 +0200
+++ /var/tmp/diff_new_pack.CPPOzm/_new  2017-06-12 15:09:33.873945104 +0200
@@ -54,6 +54,10 @@
 Source2:README.SUSE.rss
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
+# PATCH-FIX-UPSTREAM tracker-libtracker-sparql-add-osinfo-ontology.patch 
bgo#780968 zai...@opensuse.org -- libtracker-sparql: Add osinfo ontology to the 
default TrackerNamespace
+Patch1: tracker-libtracker-sparql-add-osinfo-ontology.patch
+# PATCH-FIX-UPSTREAM tracker-libtracker-common-whitelist-openat.patch 
bgo#782514 zai...@opensuse.org -- libtracker-common: Whitelist openat()
+Patch2: tracker-libtracker-common-whitelist-openat.patch
 BuildRequires:  enca-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -425,6 +429,8 @@
 %prep
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif

++ tracker.spec ++
--- /var/tmp/diff_new_pack.CPPOzm/_old  2017-06-12 15:09:33.901941151 +0200
+++ /var/tmp/diff_new_pack.CPPOzm/_new  2017-06-12 15:09:33.905940586 +0200
@@ -53,6 +53,10 @@
 Source2:README.SUSE.rss
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
+# PATCH-FIX-UPSTREAM tracker-libtracker-sparql-add-osinfo-ontology.patch 
bgo#780968 zai...@opensuse.org -- libtracker-sparql: Add osinfo ontology to the 
default TrackerNamespace
+Patch1: tracker-libtracker-sparql-add-osinfo-ontology.patch
+# PATCH-FIX-UPSTREAM tracker-libtracker-common-whitelist-openat.patch 
bgo#782514 zai...@opensuse.org -- libtracker-common: Whitelist openat()
+Patch2: tracker-libtracker-common-whitelist-openat.patch
 BuildRequires:  enca-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -424,6 +428,8 @@
 %prep
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif

++ tracker-libtracker-common-whitelist-openat.patch ++
>From 620a1be1636b53a39a5b740abd695b4e85e9ba3a Mon Sep 17 00:00:00 2001
From: Carlos Garnacho 
Date: Tue, 9 May 2017 14:55:26 +0200
Subject: libtracker-common: Whitelist openat()

With the same caveats than open().

https://bugzilla.gnome.org/show_bug.cgi?id=782514
---
 src/libtracker-common/tracker-seccomp.c | 14 --
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/libtracker-common/tracker-seccomp.c 
b/src/libtracker-common/tracker-seccomp.c
index 1af380c..ec873f5 100644
--- a/src/libtracker-common/tracker-seccomp.c
+++ b/src/libtracker-common/tracker-seccomp.c
@@ -182,8 +182,8 @@ tracker_seccomp_init (void)
  SCMP_CMP(0, SCMP_CMP_EQ, 2)) < 0)
goto out;
 
-   /* Special requirements for open, allow O_RDONLY calls, but fail
-* if write permissions are requested.
+   /* Special requirements for open/openat, allow O_RDONLY calls,
+ * but fail if write permissions are requested.
 */
if (seccomp_rule_add (ctx, SCMP_ACT_ALLOW, SCMP_SYS(open), 1,
  SCMP_CMP(1, SCMP_CMP_MASKED_EQ, O_WRONLY | 
O_RDWR, 0)) < 0)
@@ -195,6 +195,16 @@ tracker_seccomp_init (void)
  SCMP_CMP(1, SCMP_CMP_MASKED_EQ, O_RDWR, O_RDWR)) 
< 0)
goto out;
 
+   if (seccomp_rule_add (ctx, SCMP_ACT_ALLOW, SCMP_S

commit tracker for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2017-03-22 23:07:37

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker"

Wed Mar 22 23:07:37 2017 rev:95 rq:481390 version:1.12.0

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2017-02-11 
01:34:41.491974432 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2017-03-22 23:07:39.102126980 +0100
@@ -1,0 +2,23 @@
+Mon Mar 20 15:13:33 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.12.0:
+  + Multiple compile warning fixes.
+  + Fix compilation on older vala.
+
+---
+Wed Mar  1 11:27:50 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.11.4:
+  + tracker-extract: More sandboxing stability fixes, more
+whitelisted inocuous syscalls. Compile fixes for any older
+kernel not providing any of the specified syscalls. Fixed dconf
+warnings when it accidentally hit the sandbox.
+  + libtracker-sparql: Fixed date format generated by
+TrackerResource.
+  + Drop libgee dependency.
+  + Coverity fixes all over the place.
+  + Updated translations.
+- Drop pkgconfig(gee-0.8) BuildRequires following upstream changes.
+- Drop tracker-fix-more-whitelists-sandbox.patch: Fixed upstream.
+
+---
@@ -5,0 +29,54 @@
+
+---
+Sat Jan 28 17:26:08 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.11.3:
+  + tracker-extract: Whitelist multiple inocuous syscalls that were
+reported to raise false positives in the extraction sandbox.
+  + Make libseccomp dependency only mandatory on Linux.
+  + Fix several leaks and Coverity warnings.
+  + Fixed tracker-extract insertion of pre-defined resources.
+  + Fixed TrackerResource SPARQL generation of rdfs:Resource
+properties with cardinality>1.
+- Reenable pkgconfig(libseccomp) BuildRequires: it is mandatory on
+  linux.
+
+---
+Sat Jan 28 17:25:08 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.11.2:
+  + tracker-extract: Sandbox extractor threads. Filesystem and
+network access are limited to being read and local only.
+  + tracker-miner-fs: Fixed high CPU use when receiving many
+writeback notifications at once.
+  + tracker-extract, libtracker-sparql, libtracker-miner: plug
+leaks.
+  + tests: cleanups and improvements.
+  + Updated translations.
+- Add pkgconfig(libseccomp) BuildRequires: Build support for
+  sandboxed metadata extraction.
+
+---
+Sat Jan 28 17:24:09 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.11.1:
+  + Brown paper bag release, revert BIND() fix as it breaks other
+legit cases.
+- Changes from version 1.11.0:
+  + libtracker-sparql:
+- Added TrackerNotifier, helper object to receive notifications
+  of changes to the Tracker database. All users of the
+  GraphUpdated DBus signal are recommended to switch to it.
+- Added client-side support for HTTP SPARQL endpoints.
+- Using BIND() after OPTIONAL{} now works properly.
+  + libtracker-direct: Much reduced mutex contention during
+threaded/async queries on the direct access backend.
+  + tracker-extract: Many improvements to music extraction, better
+labeling of albums, nmm:albumArtist metadata is more faithful
+to the file metadata.
+  + libtracker-data: Fixed possible overflows in
+tracker:normalize/unaccent.
+  + Other fixes and cleanups.
+  + Updated translations.
+- Add pkgconfig(json-glib-1.0) and pkgconfig(libsoup-2.4)
+  BuildRequires: new dependencies for libtracker-remote.
tracker.changes: same change

Old:

  tracker-1.10.4.tar.xz
  tracker-fix-more-whitelists-sandbox.patch

New:

  tracker-1.12.0.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.i96kN0/_old  2017-03-22 23:07:39.978002863 +0100
+++ /var/tmp/diff_new_pack.i96kN0/_new  2017-03-22 23:07:39.978002863 +0100
@@ -41,7 +41,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:1.10.4
+Version:1.12.0
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0
@@ -49,13 +49,11 @@
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://projects.gnome.org/tracker/
-Source0:
http://download.gnome.org/sources/tracker/1.10/%{_name}-%{version}.tar.xz
+Source0:
htt

commit tracker for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2017-02-11 01:34:40

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   2017-02-08 
10:41:26.718933398 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2017-02-11 01:34:41.491974432 +0100
@@ -1,0 +2,6 @@
+Thu Feb  2 09:50:37 UTC 2017 - jeng...@inai.de
+
+- Trim filler words from description
+- Remove ancient %clean section
+
+---
tracker.changes: same change



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.fbBQ8i/_old  2017-02-11 01:34:42.935770676 +0100
+++ /var/tmp/diff_new_pack.fbBQ8i/_new  2017-02-11 01:34:42.939770112 +0100
@@ -45,7 +45,7 @@
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0
-Summary:Powerful object database, tag/metadata database, search tool 
and indexer
+Summary:Object database, tag/metadata database, search tool and indexer
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://projects.gnome.org/tracker/
@@ -147,17 +147,15 @@
 %glib2_gsettings_schema_requires
 
 %description
-Tracker is a powerful desktop-neutral first class object
-database, tag/metadata database, search tool and indexer.
+Tracker is a desktop-neutral object database, tag/metadata database,
+search tool and indexer.
 
 It consists of a common object database that allows entities to
 have an almost infinite number of properties, metadata (both
 embedded/harvested as well as user definable), a comprehensive
 database of keywords/tags and links to other entities.
 
-It provides additional features for file-based objects
-including context linking and audit trails for a file object.
-
+It provides context linking and audit trails for file objects.
 It has the ability to index, store, harvest metadata, retrieve
 and search all types of files and other first class objects.
 
@@ -170,27 +168,27 @@
 %glib2_gsettings_schema_requires
 
 %description -n %{_name}-miner-files
-Tracker is a powerful desktop-neutral first class object
-database, tag/metadata database, search tool and indexer.
+Tracker is a desktop-neutral object database, tag/metadata database,
+search tool and indexer.
 
 This package contains a miner to index files and applications.
 
 # This package name is not correct as per SLPP, but the 'lib' lives in a
-# private folder: the symbol provided is libtracker-common.so() (same
+# private directory: the symbol provided is libtracker-common.so() (same
 # name across multiple versions of tracker).
 # Yet, different libtracker-miner-* packages require their explicit
 # version of libtracker-common.so as they link is done using rpath.
 %package -n libtracker-common-%{RPMTrackerAPI}
-Summary:Conveniance libraries for Tracker
+Summary:Convenience libraries for Tracker
 # Obsolete old tracker libs, bnc#876649
 Group:  System/Libraries
 Obsoletes:  libtracker-extract-0_16-0
 
 %description -n libtracker-common-%{RPMTrackerAPI}
-Tracker is a powerful desktop-neutral first class object
-database, tag/metadata database, search tool and indexer.
+Tracker is a desktop-neutral object database, tag/metadata database,
+search tool and indexer.
 
-This package contains private conveniance libraries for the
+This package contains private convenience libraries for the
 various tracker libraries.
 
 %package -n libtracker-control-%{RPMTrackerAPI}-0
@@ -202,17 +200,15 @@
 %glib2_gsettings_schema_requires
 
 %description -n libtracker-control-%{RPMTrackerAPI}-0
-Tracker is a powerful desktop-neutral first class object
-database, tag/metadata database, search tool and indexer.
+Tracker is a desktop-neutral object database, tag/metadata database,
+search tool and indexer.
 
 It consists of a common object database that allows entities to
 have an almost infinite number of properties, metadata (both
 embedded/harvested as well as user definable), a comprehensive
 database of keywords/tags and links to other entities.
 
-It provides additional features for file-based objects
-including context linking and audit trails for a file object.
-
+It provides context linking and audit trails for file objects.
 It has the ability to index, store, harvest metadata, retrieve
 and search all types of files and other first class objects.
 
@@ -224,82 +220,47 @@
 Suggests:   %{_name}
 
 %description -n libtracker-miner-%{RPMTrackerAPI}-0
-Tracker is a powerful desktop-neutral first class object
-database, tag/metadata database, sea

commit tracker for openSUSE:Factory

2017-02-08 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2017-02-08 10:41: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   2017-02-03 
20:03:46.913556529 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2017-02-08 10:41:26.718933398 +0100
@@ -1,0 +2,16 @@
+Sat Jan 28 17:24:08 UTC 2017 - zai...@opensuse.org
+
+- Disable pkgconfig(libseccomp) BuildRequires as this feature
+  (sandboxing) is not ready for use (boo#1017652).
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+- Replace NetworkManager-devel with pkgconfig(libnm-glib)
+  BuildRequires: Align with what configure looks for.
+
+---
+Sat Jan 28 16:36:02 UTC 2017 - zai...@opensuse.org
+
+- Add tracker-fix-more-whitelists-sandbox.patch: Whitelist more
+  syscalls (bgo#776117).
+
+---
tracker.changes: same change

New:

  tracker-fix-more-whitelists-sandbox.patch



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.jvx8Uj/_old  2017-02-08 10:41:27.874772361 +0100
+++ /var/tmp/diff_new_pack.jvx8Uj/_new  2017-02-08 10:41:27.878771804 +0100
@@ -54,7 +54,8 @@
 Source2:README.SUSE.rss
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
-BuildRequires:  NetworkManager-devel >= 0.8
+# PATCH-FIX-UPSTREAM tracker-fix-more-whitelists-sandbox.patch bgo#776117 
zai...@opensuse.org -- Whitelist more syscalls
+Patch1: tracker-fix-more-whitelists-sandbox.patch
 BuildRequires:  enca-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -70,7 +71,9 @@
 BuildRequires:  libicu-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  sqlite3-devel >= 3.7.15
+%if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.12.0
 BuildRequires:  zlib-devel
@@ -79,7 +82,9 @@
 BuildRequires:  pkgconfig(libavformat) >= 0.8.4
 BuildRequires:  pkgconfig(libavutil) >= 0.8.4
 BuildRequires:  pkgconfig(libmediaart-2.0) >= 0.1.0
-BuildRequires:  pkgconfig(libseccomp) >= 2.0
+BuildRequires:  pkgconfig(libnm-glib) >= 0.8
+# Disabled as this feature is clearly not ready for public consumption...
+#BuildRequires:  pkgconfig(libseccomp) >= 2.0
 BuildRequires:  pkgconfig(upower-glib)
 %if !%{build_extras}
 # Dependencies for extractors / writeback
@@ -473,11 +478,14 @@
 %prep
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
+%patch1 -p1
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 cp %{S:2} src/miners/rss/README.SUSE
 
 %build
-#Needed for patch0 and patch2
+#Needed for patch0
 NOCONFIGURE=1 gnome-autogen.sh
 %configure \
 --disable-static \

++ tracker.spec ++
--- /var/tmp/diff_new_pack.jvx8Uj/_old  2017-02-08 10:41:27.914766790 +0100
+++ /var/tmp/diff_new_pack.jvx8Uj/_new  2017-02-08 10:41:27.918766232 +0100
@@ -53,7 +53,8 @@
 Source2:README.SUSE.rss
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
-BuildRequires:  NetworkManager-devel >= 0.8
+# PATCH-FIX-UPSTREAM tracker-fix-more-whitelists-sandbox.patch bgo#776117 
zai...@opensuse.org -- Whitelist more syscalls
+Patch1: tracker-fix-more-whitelists-sandbox.patch
 BuildRequires:  enca-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -69,7 +70,9 @@
 BuildRequires:  libicu-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  sqlite3-devel >= 3.7.15
+%if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.12.0
 BuildRequires:  zlib-devel
@@ -78,7 +81,9 @@
 BuildRequires:  pkgconfig(libavformat) >= 0.8.4
 BuildRequires:  pkgconfig(libavutil) >= 0.8.4
 BuildRequires:  pkgconfig(libmediaart-2.0) >= 0.1.0
-BuildRequires:  pkgconfig(libseccomp) >= 2.0
+BuildRequires:  pkgconfig(libnm-glib) >= 0.8
+# Disabled as this feature is clearly not ready for public consumption...
+#BuildRequires:  pkgconfig(libseccomp) >= 2.0
 BuildRequires:  pkgconfig(upower-glib)
 %if !%{build_extras}
 # Dependencies for extractors / writeback
@@ -472,11 +477,14 @@
 %prep
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
+%patch1 -p1
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 cp %{S:2} sr

commit tracker for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2017-01-27 10:42:42

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-12-26 
21:42:50.165399798 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2017-02-03 20:03:46.913556529 +0100
@@ -1,0 +2,10 @@
+Fri Jan 20 08:35:20 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.10.4:
+  + tracker-extract: Whitelist multiple inocuous syscalls that were
+reported to raise false positives in the extraction sandbox.
+  + Fixed tracker-extract insertion of pre-defined resources.
+  + Fixed TrackerResource SPARQL generation of rdfs:Resource
+properties with cardinality>1.
+
+---
tracker.changes: same change

Old:

  tracker-1.10.3.tar.xz

New:

  tracker-1.10.4.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.Wi7hOA/_old  2017-02-03 20:03:48.085391587 +0100
+++ /var/tmp/diff_new_pack.Wi7hOA/_new  2017-02-03 20:03:48.093390461 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tracker-extras
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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.10.3
+Version:1.10.4
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0

++ tracker.spec ++
--- /var/tmp/diff_new_pack.Wi7hOA/_old  2017-02-03 20:03:48.133384832 +0100
+++ /var/tmp/diff_new_pack.Wi7hOA/_new  2017-02-03 20:03:48.137384269 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tracker
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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.10.3
+Version:1.10.4
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0

++ tracker-1.10.3.tar.xz -> tracker-1.10.4.tar.xz ++
 87170 lines of diff (skipped)




commit tracker for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2016-10-18 10:35:40

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-10-10 
17:32:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2016-10-18 10:35:40.0 +0200
@@ -1,0 +2,14 @@
+Fri Oct 14 15:16:38 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.10.1:
+  + Tracker-extract:
+- Fixed FD leak in flac extractor.
+- Fixes to tag parsing in flac extractor.
+- Memory leak fixes in libav extractor.
+  + Libtracker-sparl:
+- Fixes to tracker:uri-is-descendant() error checks.
+- Fix namespace of Errors in libtracker-sparql API.
+  + Misc: Fixes on functional tests.
+  + Updated translations.
+
+---
tracker.changes: same change

Old:

  tracker-1.10.0.tar.xz

New:

  tracker-1.10.1.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.KYHVgR/_old  2016-10-18 10:35:42.0 +0200
+++ /var/tmp/diff_new_pack.KYHVgR/_new  2016-10-18 10:35:42.0 +0200
@@ -41,7 +41,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:1.10.0
+Version:1.10.1
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0
@@ -173,8 +173,8 @@
 # version of libtracker-common.so as they link is done using rpath.
 %package -n libtracker-common-%{RPMTrackerAPI}
 Summary:Conveniance libraries for Tracker
-Group:  System/Libraries
 # Obsolete old tracker libs, bnc#876649
+Group:  System/Libraries
 Obsoletes:  libtracker-extract-0_16-0
 
 %description -n libtracker-common-%{RPMTrackerAPI}
@@ -186,8 +186,8 @@
 
 %package -n libtracker-control-%{RPMTrackerAPI}-0
 Summary:Control library for Tracker
-Group:  System/Libraries
 # rpm autodetects libtracker-common.so() symbol, which is provided by all 
versions of libtracker-common, so we need to help with an explicit Requires.
+Group:  System/Libraries
 Requires:   libtracker-common-%{RPMTrackerAPI}
 Suggests:   %{_name}
 %glib2_gsettings_schema_requires
@@ -209,8 +209,8 @@
 
 %package -n libtracker-miner-%{RPMTrackerAPI}-0
 Summary:Miner library for Tracker
-Group:  System/Libraries
 # rpm autodetects libtracker-common.so() symbol, which is provided by all 
versions of libtracker-common, so we need to help with an explicit Requires.
+Group:  System/Libraries
 Requires:   libtracker-common-%{RPMTrackerAPI}
 Suggests:   %{_name}
 
@@ -297,8 +297,8 @@
 
 %package -n libtracker-sparql-%{RPMTrackerAPI}-0
 Summary:Sparql library for Tracker
-Group:  System/Libraries
 # rpm autodetects libtracker-common.so() symbol, which is provided by all 
versions of libtracker-common, so we need to help with an explicit Requires.
+Group:  System/Libraries
 Requires:   libtracker-common-%{RPMTrackerAPI}
 Suggests:   %{_name}
 

++ tracker.spec ++
--- /var/tmp/diff_new_pack.KYHVgR/_old  2016-10-18 10:35:42.0 +0200
+++ /var/tmp/diff_new_pack.KYHVgR/_new  2016-10-18 10:35:42.0 +0200
@@ -40,7 +40,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:1.10.0
+Version:1.10.1
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0
@@ -172,8 +172,8 @@
 # version of libtracker-common.so as they link is done using rpath.
 %package -n libtracker-common-%{RPMTrackerAPI}
 Summary:Conveniance libraries for Tracker
-Group:  System/Libraries
 # Obsolete old tracker libs, bnc#876649
+Group:  System/Libraries
 Obsoletes:  libtracker-extract-0_16-0
 
 %description -n libtracker-common-%{RPMTrackerAPI}
@@ -185,8 +185,8 @@
 
 %package -n libtracker-control-%{RPMTrackerAPI}-0
 Summary:Control library for Tracker
-Group:  System/Libraries
 # rpm autodetects libtracker-common.so() symbol, which is provided by all 
versions of libtracker-common, so we need to help with an explicit Requires.
+Group:  System/Libraries
 Requires:   libtracker-common-%{RPMTrackerAPI}
 Suggests:   %{_name}
 %glib2_gsettings_schema_requires
@@ -208,8 +208,8 @@
 
 %package -n libtracker-miner-%{RPMTrackerAPI}-0
 Summary:Miner library for Tracker
-Group:  System/Libraries
 # rpm autodetects libtracker-common.so() symbol, which is provided by all 
versions of libtracker-common, so we need to help with an explicit Requ

commit tracker for openSUSE:Factory

2016-10-10 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2016-10-10 17:32:24

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-09-21 
18:35:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2016-10-10 17:32:24.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 28 16:09:19 UTC 2016 - dims...@opensuse.org
+
+- Only suggest instead of recommend tracker by the various library
+  packages. They work fine without tracker being present and
+  actually doings its work.
+
+---
tracker.changes: same change



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.BUIL04/_old  2016-10-10 17:32:26.0 +0200
+++ /var/tmp/diff_new_pack.BUIL04/_new  2016-10-10 17:32:26.0 +0200
@@ -189,7 +189,7 @@
 Group:  System/Libraries
 # rpm autodetects libtracker-common.so() symbol, which is provided by all 
versions of libtracker-common, so we need to help with an explicit Requires.
 Requires:   libtracker-common-%{RPMTrackerAPI}
-Recommends: %{_name}
+Suggests:   %{_name}
 %glib2_gsettings_schema_requires
 
 %description -n libtracker-control-%{RPMTrackerAPI}-0
@@ -212,7 +212,7 @@
 Group:  System/Libraries
 # rpm autodetects libtracker-common.so() symbol, which is provided by all 
versions of libtracker-common, so we need to help with an explicit Requires.
 Requires:   libtracker-common-%{RPMTrackerAPI}
-Recommends: %{_name}
+Suggests:   %{_name}
 
 %description -n libtracker-miner-%{RPMTrackerAPI}-0
 Tracker is a powerful desktop-neutral first class object
@@ -300,7 +300,7 @@
 Group:  System/Libraries
 # rpm autodetects libtracker-common.so() symbol, which is provided by all 
versions of libtracker-common, so we need to help with an explicit Requires.
 Requires:   libtracker-common-%{RPMTrackerAPI}
-Recommends: %{_name}
+Suggests:   %{_name}
 
 %description -n libtracker-sparql-%{RPMTrackerAPI}-0
 Tracker is a powerful desktop-neutral first class object

++ tracker.spec ++
--- /var/tmp/diff_new_pack.BUIL04/_old  2016-10-10 17:32:26.0 +0200
+++ /var/tmp/diff_new_pack.BUIL04/_new  2016-10-10 17:32:26.0 +0200
@@ -188,7 +188,7 @@
 Group:  System/Libraries
 # rpm autodetects libtracker-common.so() symbol, which is provided by all 
versions of libtracker-common, so we need to help with an explicit Requires.
 Requires:   libtracker-common-%{RPMTrackerAPI}
-Recommends: %{_name}
+Suggests:   %{_name}
 %glib2_gsettings_schema_requires
 
 %description -n libtracker-control-%{RPMTrackerAPI}-0
@@ -211,7 +211,7 @@
 Group:  System/Libraries
 # rpm autodetects libtracker-common.so() symbol, which is provided by all 
versions of libtracker-common, so we need to help with an explicit Requires.
 Requires:   libtracker-common-%{RPMTrackerAPI}
-Recommends: %{_name}
+Suggests:   %{_name}
 
 %description -n libtracker-miner-%{RPMTrackerAPI}-0
 Tracker is a powerful desktop-neutral first class object
@@ -299,7 +299,7 @@
 Group:  System/Libraries
 # rpm autodetects libtracker-common.so() symbol, which is provided by all 
versions of libtracker-common, so we need to help with an explicit Requires.
 Requires:   libtracker-common-%{RPMTrackerAPI}
-Recommends: %{_name}
+Suggests:   %{_name}
 
 %description -n libtracker-sparql-%{RPMTrackerAPI}-0
 Tracker is a powerful desktop-neutral first class object




commit tracker for openSUSE:Factory

2016-09-21 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2016-09-21 18:35:28

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-06-03 
16:32:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2016-09-21 18:35:30.0 +0200
@@ -1,0 +2,77 @@
+Mon Sep 19 15:15:05 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.10.0:
+  + Updated translations.
+
+---
+Wed Sep 14 20:49:35 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.9.2:
+  + Restore trailing colon in nfo:Equipment URIs.
+  + Add new mime-types for comic books.
+  + Updated translations.
+
+---
+Fri Aug 26 09:56:11 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.9.1:
+  + Tracker-resource: New API to describe RDF resources that can be
+serialized into SPARQL updates and various data formats.
+TrackerSparqlBuilder will be eventually phased out by this API.
+  + Tracker-extract:
+- Use tracker resource integrally.
+- Fixed blacklisting of crashy files.
+- Fixes in gstreamer module for 32-bit platforms.
+  + Libtracker-control: Expose "index for process" miner API.
+  + Command line tools: Add "tracker extract" subcommand.
+  + SPARQL: Accept INSERT DATA, DELETE DATA and DELETE WHERE
+syntax again.
+  + Libtracker miner: Fix accounting in TrackerPriorityQueue when
+removing elements.
+  + Updated translations.
+
+---
+Thu Jul 14 11:18:02 UTC 2016 - dims...@opensuse.org
+
+- Rebase tracker-extract-private.patch.
+
+---
+Thu Jun 23 11:11:38 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.9.0:
+  + Adapt to new GKqueue monitor mapping.
+  + Remove build time dependency on gnome-common.
+  + Fix error handling of tracker-extract-persistence.
+  + Fix tracker-miner-fs to honor all configuration options at
+runtime.
+  + Stop recommending hard resets all through:
+- tracker reset -r will now warn and request the user to
+  explicitly allow the operation.
+- tracker-preferences won't show anymore a big "reset and
+  restart" button.
+  + Added "tracker reset -f $filename" subcommand. This will
+recursively reset all indexed content for the given
+filename/uri, and trigger reindexing if appropriate, so
+contents are just like freshly indexed.
+  + Fixed possible crash in MP3 extractor.
+  + Favor embedded/external cue sheets before flac files' TOC.
+  + Store albumArtist from TPE2 tag in MP3 extractor.
+  + Avoid possible integer overflow in GIF extractor.
+  + Support regular expressions for fn:replace.
+  + Mark most internal functions as SQLITE_DETERMINISTIC.
+  + Logging changes in tracker-miner-fs, sparql errors no longer
+end up with full insert queries being logged, but a loud
+warning with instructions to get more info will be printed
+instead.
+  + Fix FS size calculations on OpenBSD.
+  + Add MS Office "owner files" to ignored-files.
+  + Add systemd user services corresponding to D-Bus session
+services.
+  + Handle DjVu files.
+  + Fixes in handling of BIND().
+  + miner-fs: Fix handling files moved soon after creating.
+  + Improved console output of tracker subcommands.
+  + Updated translations.
+- Drop tracker-fix-memory-leak.patch: Fixed upstream.
+
+---
tracker.changes: same change

Old:

  tracker-1.8.0.tar.xz
  tracker-fix-memory-leak.patch

New:

  tracker-1.10.0.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.JNDivN/_old  2016-09-21 18:35:32.0 +0200
+++ /var/tmp/diff_new_pack.JNDivN/_new  2016-09-21 18:35:32.0 +0200
@@ -41,7 +41,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:1.8.0
+Version:1.10.0
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0
@@ -49,18 +49,16 @@
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://projects.gnome.org/tracker/
-Source0:
http://download.gnome.org/sources/tracker/1.8/%{_name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/tracker/1.10/%{_name}-%{version}.tar.xz
 # Needed for patch0: we need to bootstrap
 Source2:README.SUSE.rss
 # PATCH-FIX-UPSTREAM 

commit tracker for openSUSE:Factory

2016-06-03 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2016-06-03 16:32:54

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-05-05 
12:12:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2016-06-03 16:32:56.0 +0200
@@ -1,0 +2,5 @@
+Fri May 20 09:03:04 UTC 2016 - alarr...@suse.com
+
+- Update to GNOME 3.20.2 (Fate#318572)
+
+---
@@ -7,0 +13,7 @@
+Fri Apr 15 15:11:03 CEST 2016 - h...@suse.com
+
+- Update to GNOME 3.20 -- Fate#318572.
+- Drop tracker-948805-Fix-tracker-miner-fs-SIGABRT.patch (bsc#948805)
+  (fixed upstream).
+
+---
@@ -170,0 +183,8 @@
+Fri Oct  9 10:07:09 UTC 2015 - fezh...@suse.com
+
+- Add tracker-948805-Fix-tracker-miner-fs-SIGABRT.patch (bsc#948805)
+  to fix tracker-miner-fs SIGABRT 
+  The patch is backported from bgo#737023.
+  Also added automake to build requirement.
+
+---
@@ -746,0 +767,6 @@
+Fri Jun 13 09:35:55 UTC 2014 - fezh...@suse.com
+
+- Add category X-GNOME-SystemSettings to tracker-preferences.desktop
+  so that gnome-control-center can recongnize and show it (bnc#866235)
+
+---
@@ -773,0 +800,5 @@
+
+---
+Tue May  6 12:23:16 UTC 2014 - fcro...@suse.com
+
+- Do not BuildRequires MozillaThunderbird on SLE12.
tracker.changes: same change



Other differences:
--
tracker.spec: same change



commit tracker for openSUSE:Factory

2016-05-05 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2016-05-05 12:12:02

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-29 
14:39:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2016-05-05 12:12:04.0 +0200
@@ -1,0 +2,6 @@
+Sun May  1 10:49:54 UTC 2016 - zai...@opensuse.org
+
+- Add tracker-fix-memory-leak.patch: Fix a memory leak, patch from
+  upstream git (bgo#765172).
+
+---
tracker.changes: same change

New:

  tracker-fix-memory-leak.patch



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.2QTFY0/_old  2016-05-05 12:12:05.0 +0200
+++ /var/tmp/diff_new_pack.2QTFY0/_new  2016-05-05 12:12:05.0 +0200
@@ -54,6 +54,8 @@
 Source2:README.SUSE.rss
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
+# PATCH-FIX-UPSTREAM tracker-fix-memory-leak.patch bgo#765172 
zai...@opensuse.org -- Fix a memory leak, patch from upstream git.
+Patch1: tracker-fix-memory-leak.patch
 BuildRequires:  NetworkManager-devel >= 0.8
 BuildRequires:  enca-devel
 BuildRequires:  fdupes
@@ -469,6 +471,7 @@
 %prep
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
+%patch1 -p1
 translation-update-upstream
 cp %{S:2} src/miners/rss/README.SUSE
 

++ tracker.spec ++
--- /var/tmp/diff_new_pack.2QTFY0/_old  2016-05-05 12:12:05.0 +0200
+++ /var/tmp/diff_new_pack.2QTFY0/_new  2016-05-05 12:12:05.0 +0200
@@ -53,6 +53,8 @@
 Source2:README.SUSE.rss
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
+# PATCH-FIX-UPSTREAM tracker-fix-memory-leak.patch bgo#765172 
zai...@opensuse.org -- Fix a memory leak, patch from upstream git.
+Patch1: tracker-fix-memory-leak.patch
 BuildRequires:  NetworkManager-devel >= 0.8
 BuildRequires:  enca-devel
 BuildRequires:  fdupes
@@ -468,6 +470,7 @@
 %prep
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
+%patch1 -p1
 translation-update-upstream
 cp %{S:2} src/miners/rss/README.SUSE
 

++ tracker-fix-memory-leak.patch ++
>From 6c0b7831e1574123e9d9f01035d0dc7ea1e1583b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timm=20B=C3=A4der?= 
Date: Sun, 17 Apr 2016 12:19:39 +0200
Subject: miner-manager: Plug memory leak

https://bugzilla.gnome.org/show_bug.cgi?id=765172
---
 src/libtracker-control/tracker-miner-manager.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/libtracker-control/tracker-miner-manager.c 
b/src/libtracker-control/tracker-miner-manager.c
index aba5b38..af837b0 100644
--- a/src/libtracker-control/tracker-miner-manager.c
+++ b/src/libtracker-control/tracker-miner-manager.c
@@ -526,7 +526,9 @@ miner_data_free (MinerData *data)
}
 
g_free (data->dbus_path);
+   g_free (data->dbus_name);
g_free (data->display_name);
+   g_free (data->description);
g_slice_free (MinerData, data);
 }
 
-- 
cgit v0.12




commit tracker for openSUSE:Factory

2016-03-29 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2016-03-29 14:39:26.0 +0200
@@ -1,0 +2,137 @@
+Mon Mar 21 20:22:43 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.8.0:
+  + libtracker-miner: Adapt to libcue 2.0.
+  + Updated translations.
+
+---
+Tue Mar 15 09:52:54 UTC 2016 - dims...@opensuse.org
+
+- 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 - dims...@opensuse.org
+
+- 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 - dims...@opensuse.org
+
+- 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 - dims...@opensuse.org
+
+- 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
+c

commit tracker for openSUSE:Factory

2016-03-11 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2016-03-11 09:38:06

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   2015-12-09 
22:35:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2016-03-11 09:38:15.0 +0100
@@ -1,0 +2,9 @@
+Tue Mar  8 20:00:33 UTC 2016 - zai...@opensuse.org
+
+- Update to version 1.6.2:
+  + Include embedded copy of sqlite.
+  + tracker-extract: Fix small memory leak.
+  + libtracker-data: Silence a CRITICAL.
+  + Updated translations.
+
+---
tracker.changes: same change

Old:

  tracker-1.6.1.tar.xz

New:

  tracker-1.6.2.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.f5K3Ju/_old  2016-03-11 09:38:16.0 +0100
+++ /var/tmp/diff_new_pack.f5K3Ju/_new  2016-03-11 09:38:16.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package tracker-extras
+# spec file for package tracker
 #
 # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Luis Medinas, Portugal
@@ -41,7 +41,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:1.6.1
+Version:1.6.2
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0

++ tracker.spec ++
--- /var/tmp/diff_new_pack.f5K3Ju/_old  2016-03-11 09:38:16.0 +0100
+++ /var/tmp/diff_new_pack.f5K3Ju/_new  2016-03-11 09:38:16.0 +0100
@@ -40,7 +40,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:1.6.1
+Version:1.6.2
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0

++ tracker-1.6.1.tar.xz -> tracker-1.6.2.tar.xz ++
 207875 lines of diff (skipped)




commit tracker for openSUSE:Factory

2015-12-09 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2015-12-09 20:34:03

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   2015-10-06 
16:33:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2015-12-09 22:35:16.0 +0100
@@ -1,0 +2,17 @@
+Wed Nov 25 22:39:50 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.6.1:
+  + tracker tool: Fixes to UID detection.
+  + libtracker-miner:
+- Fix cancellation of tasks during TrackerFileNotifier
+  destruction.
+- Handle failure to get a TrackerSparqlConnection.
+  + libtracker-common: Fix buffer overrun in libunistring-based
+unaccenting.
+  + libtracker-control: Documentation fixes.
+  + tracker-extract: Photo orientation extraction fixes (TIFF,
+XMP).
+  + Many fixes to functional tests.
+  + Updated translations.
+
+---
tracker.changes: same change

Old:

  tracker-1.6.0.tar.xz

New:

  tracker-1.6.1.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.xQIVGj/_old  2015-12-09 22:35:20.0 +0100
+++ /var/tmp/diff_new_pack.xQIVGj/_new  2015-12-09 22:35:20.0 +0100
@@ -41,7 +41,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:1.6.0
+Version:1.6.1
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0

++ tracker.spec ++
--- /var/tmp/diff_new_pack.xQIVGj/_old  2015-12-09 22:35:20.0 +0100
+++ /var/tmp/diff_new_pack.xQIVGj/_new  2015-12-09 22:35:20.0 +0100
@@ -40,7 +40,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:1.6.0
+Version:1.6.1
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0

++ tracker-1.6.0.tar.xz -> tracker-1.6.1.tar.xz ++
 56926 lines of diff (skipped)




commit tracker for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2015-10-06 16:33:57

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   2015-08-07 
00:17:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2015-10-06 16:33:58.0 +0200
@@ -1,0 +2,91 @@
+Tue Sep 22 13:00:26 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.6.0:
+  + tracker-extract: Fix synchronization with tracker-miner-fs when
+wait-for-miner-fs=TRUE.
+  + tracker-miner-fs: Fix crash during startup.
+  + tracker-extract: Fix builtin dummy module struct.
+  + Updated translations.
+- Drop tracker-fix-dummy_module.patch: fixed upstream.
+
+---
+Wed Sep  2 10:50:06 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.5.2:
+  + libtracker-common: String to date conversion to return with
+GError when null string.
+  + libtracker-data:
+- Clean up stale URIs on startup.
+- Fix printf string format.
+  + libtracker-extract:
+- Add builtin dummy extractor.
+- Plug leaks.
+  + libtracker-miner:
+- Cancellation on unmount fixes.
+- Deprecate tracker_miner_fs_add_directory_without_parent.
+- Fallback to basename checks on hidden files.
+  + ontology: Remove cardinality limits on
+nmo:communicationChannel.
+  + rss:
+- Optimize deletes.
+- Perform extraction/insertion of feed items at once.
+- Set website url as a nfo:WebSite.
+- Simplify GrssFeedChannel list creation.
+  + tracker-extract: Use dummy fastpath for svg extraction.
+  + tracker-miner-fs: Keep cache of IndexFile requesters on
+directories.
+  + Updated translations.
+- Add tracker-fix-dummy_module.patch: Fix definition of
+  dummy_module.
+
+---
+Fri Jul 31 23:07:54 UTC 2015 - dims...@opensuse.org
+
+- Disable building of the Thunderbird miner: Mozilla is just not
+  able to provide a plugin API/ABI that does not crash every other
+  update and I'm sick and tired of running after them.
+
+---
+Fri Jul 31 23:06:54 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.5.1:
+  + Many fixes to RSS miner:
+- Dumps more complete data on tracker-store.
+- Stability fixes.
+- Leak fixes.
+- Performs automatic maintenance of feed messages.
+  + Bumped libgrss dependency on 0.7.
+  + Performance improvements on tracker-store delete operations.
+  + Performance improvements on tracker-miner-fs delete operation
+handling.
+  + Fix main Resource table id/urn leaks.
+  + Fix unnecessary queries in tracker-extract.
+  + Updated translations.
+
+---
+Fri Jul 31 23:05:54 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.5.0:
+  + Fix possible scenarios for high memory consumption in
+tracker-extract.
+  + Ontology documentation has been revamped.
+  + Add search by tags functionality to tracker-needle.
+  + Fix spurious "out of space" checks succeeding (bgo#748907).
+  + Fix tracker-miner-fs not entering idle state (bgo#751172).
+  + File monitoring fixes (bgo#750394).
+  + MP3 extraction fixes (bgo#733136, bgo#728252, bgo#735515).
+  + EPUB extraction fixes (bgo#746401).
+  + Fixes on gstreamer-based album extraction (bgo#748227,
+bgo#732236).
+  + GSF-based extraction fixes (bgo#730085, bgo#746437).
+  + Fix various compiler warnings (bgo#746381, bgo#746194,
+bgo#751051).
+  + OpenBSD portability fixes (bgo#697719).
+  + Made tracker-needle use gsettings (bgo#740302).
+  + Added infrastructure to rebuild FTS tokens on tokenizer
+changes.
+  + Fixed first index of gnome user docs (bgo#751992).
+  + Allow dummy .rule files for extractors (bgo#735610).
+  + Updated translations.
+
+---
tracker.changes: same change

Old:

  tracker-1.4.1.tar.xz

New:

  tracker-1.6.0.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.jiuN9c/_old  2015-10-06 16:33:59.0 +0200
+++ /var/tmp/diff_new_pack.jiuN9c/_new  2015-10-06 16:33:59.0 +0200
@@ -32,12 +32,8 @@
 %define build_gui 1
 %define build_miner_rss 1
 %define build_nautilus 1
-%if 0%{?suse_version} > 1140
-%define build_thunderbird 1
-%else
 %define build_thunderbird 0
 %endif
-%endif
 
 %define firefox_appid  \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
 %define thunderbird_appid  \{3550f703-e582-4d05-

commit tracker for openSUSE:Factory

2015-08-06 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2015-08-07 00:17:50

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   2015-03-30 
19:28:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2015-08-07 00:17:52.0 +0200
@@ -1,0 +2,21 @@
+Fri Jul 31 23:04:54 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.4.1:
+  + build: Move bash-completion to new location.
+  + libtracker-miner: Set inotify limits for 'GInotifyFileBackend'
+too (changes in GLib).
+  + tracker-extract: Remove ModulePath from comic/ebook rules.
+  + tracker-extract-gstreamer:
+- Rely better on the GstDiscoverer than mimetype sniffing.
+- Fallback to preview image for album art.
+  + tracker-miner-fs: Reset retry counter when we need to prepend
+parents.
+  + tracker-preferences: Use the new command line tool.
+  + tracker: Improve bash completion script (complete on real
+files for some arguments).
+  + tracker: Mark missing strings for translation.
+  + Bugs fixed: bgo#735610, bgo#732236, bgo#750394, bgo#751723,
+bgo#751724, bgo#751992, bgo#748677, bgo#746401.
+  + Updated translations.
+
+---
tracker.changes: same change

Old:

  tracker-1.4.0.tar.xz

New:

  tracker-1.4.1.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.mNGdUm/_old  2015-08-07 00:17:54.0 +0200
+++ /var/tmp/diff_new_pack.mNGdUm/_new  2015-08-07 00:17:54.0 +0200
@@ -45,7 +45,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:1.4.0
+Version:1.4.1
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0
@@ -632,7 +632,7 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING README NEWS
-%{_sysconfdir}/bash_completion.d/tracker-prompt.sh
+%{_sysconfdir}/xdg/autostart/tracker-extract.desktop
 %{_sysconfdir}/xdg/autostart/tracker-store.desktop
 %{_bindir}/tracker
 %{_bindir}/tracker-control
@@ -657,6 +657,7 @@
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Store.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Writeback.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.gschema.xml
+%{_datadir}/bash-completion/completions/tracker
 %{_mandir}/man1/tracker-daemon.1%{ext_man}
 %{_mandir}/man1/tracker-extract.1%{ext_man}
 %{_mandir}/man1/tracker-index.1%{ext_man}
@@ -675,7 +676,6 @@
 %{_mandir}/man5/tracker-miner-fs.cfg.5%{ext_man}
 %{_mandir}/man5/tracker-store.cfg.5%{ext_man}
 %{_mandir}/man5/tracker-writeback.cfg.5%{ext_man}
-%{_sysconfdir}/xdg/autostart/tracker-extract.desktop
 # Exclude files which live in other packages
 %if %{build_evo}
 %exclude %{_datadir}/tracker/miners/tracker-miner-evolution.desktop

++ tracker.spec ++
--- /var/tmp/diff_new_pack.mNGdUm/_old  2015-08-07 00:17:54.0 +0200
+++ /var/tmp/diff_new_pack.mNGdUm/_new  2015-08-07 00:17:54.0 +0200
@@ -44,7 +44,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:1.4.0
+Version:1.4.1
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0
@@ -631,7 +631,7 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING README NEWS
-%{_sysconfdir}/bash_completion.d/tracker-prompt.sh
+%{_sysconfdir}/xdg/autostart/tracker-extract.desktop
 %{_sysconfdir}/xdg/autostart/tracker-store.desktop
 %{_bindir}/tracker
 %{_bindir}/tracker-control
@@ -656,6 +656,7 @@
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Store.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Writeback.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.gschema.xml
+%{_datadir}/bash-completion/completions/tracker
 %{_mandir}/man1/tracker-daemon.1%{ext_man}
 %{_mandir}/man1/tracker-extract.1%{ext_man}
 %{_mandir}/man1/tracker-index.1%{ext_man}
@@ -674,7 +675,6 @@
 %{_mandir}/man5/tracker-miner-fs.cfg.5%{ext_man}
 %{_mandir}/man5/tracker-store.cfg.5%{ext_man}
 %{_mandir}/man5/tracker-writeback.cfg.5%{ext_man}
-%{_sysconfdir}/xdg/autostart/tracker-extract.desktop
 # Exclude files which live in other packages
 %if %{build_evo}
 %exclude %{_datadir}/tracker/miners/tracker-miner-evolution.desktop

++ tracker-1.4.0.tar.xz -> tracker-1.4.1.tar.xz ++
 204350 lines of diff (skipped)




commit tracker for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2015-03-30 19:28:58

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   2015-02-06 
10:48:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2015-03-30 19:28:59.0 +0200
@@ -1,0 +2,129 @@
+Tue Mar 24 19:17:54 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.4.0:
+  + Fix ambiguous GListModel vs GtkListModel references in vala
+(bgo#746194).
+  + Fix compiler warnings (bgo#746381).
+  + Ignore "." recursing through compressed content (bgo#746437).
+  + Updated translations.
+
+---
+Wed Mar 18 08:48:24 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.3.6:
+  + Fix spurious folder deletes/reindexes (bgo#741852).
+  + Fix nie:url UNIQUE constraint asserts on downloaded files
+(rh#1192224).
+  + Clear tracker-store watchdog timeout (bgo#745565).
+  + Support fn:replace (bgo#745917).
+  + Spam stderr less for not-so-uncommon error conditions
+(bgo#746256).
+  + Updated translations.
+
+---
+Fri Mar  6 16:56:16 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.3.5:
+  + Fix major database migration bug (bgo#745737).
+  + Build only libiptc test if libjpeg is enabled (bgo#745583).
+  + Put absolute path in shell script (bgo#743738).
+  + Updated translations.
+
+---
+Wed Mar  4 07:48:37 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.3.4:
+  + Fixed playlists being processed by tracker-extract.
+  + bgo#743727: Account for cardinality=0 on DB migration.
+  + bgo#745219: mp3 passes album instead of song title to
+libmediaart.
+  + Updated translations.
+
+---
+Sat Feb  7 18:42:26 UTC 2015 - sfal...@opensuse.org
+
+- Update to version 1.3.3:
+  + Disc number may be incorrect for multi-disc vorbis / flac
+albums (bgo#681698).
+  + BMP extractor doesn't retrieve image height and width
+(bgo#741109).
+  + libmediart-2.0 support (bgo#743250).
+  + Tracker spams my log with "Unable to insert multiple values for
+subject ..." (bgo#735406).
+  + applications, userguides: Don't detect locale changes if we
+failed to create the miner (bgo#742391).
+  + 1.2.5 unit test failures (bgo#742035).
+  + Tracker sometimes ignores SIGINT/SIGTERM (bgo#739234).
+  + Missing accessible label names on tracker-needle widgets
+(bgo#663687).
+  + libtracker-sparql: Document requirement to escape constructed
+queries (bgo#741777).
+  + item_move() creates invalid SPARQL if source file does not
+exist (bgo#678986).
+  + Remove --enable-guarantee metadata, always guarantee nie:title
+and nie:contentCreated (bgo#733536).
+  + Updated translations.
+
+---
+Sun Feb  1 12:42:23 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.3.2:
+  + New Feature: 'tracker' binary: All pre-existing tracker-*
+command line tools have been merged into this new binary. Man
+pages are shown for 'help' sub-commands. This brings more of a
+"git" feel to the tracker's command line tools. There is a
+backwards compatible 'tracker-command' script and compatibility
+layer provided to ensure existing commands still work for a
+limited time. The old 'tracker-control' actions are now part of
+'tracker daemon', 'tracker reset' and 'tracker index'.
+Additionally, the 'tracker-sql' utility has been integrated to
+allow SQL operations directly on the DB.
+  + all: Move all code from tracker_info() to g_info() new in GLib
+2.40.
+  + gvdb:
+- Fixed LDFLAGS and CFLAGS, was using unused variables.
+- Move away from g_file_delete() to unlink() to avoid GIO dep
+  for one line in unit tests.
+  + Bugs fixed: bgo#741317.
+- Changes from version 1.3.1:
+  + Bugs fixed: bgo#733536, bgo#739260, bgo#741012, bgo#740268,
+bgo#740864.
+- Changes from version 1.3.0:
+  + Migrate to GKeyfileSettingsBackend, including:
+- Now when using TRACKER_USE_CONFIG_FILES env var, we use this
+  backend.
+- MAN pages which previously didn't exist for configurations
+  are generated from xml gschemas.
+  + libstemmer: Removed imported code and depend on external
+version.
+  + libtracker-miner: Major update to Vala bindings.
+  + libtracker-common: Major clean up and removal of unused
+internal APIs, including:
+- Removed os-dependent APIs (mainly process spawning GLib does
+

commit tracker for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2015-02-06 10:48:51

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   2014-12-19 
09:38:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2015-02-06 10:48:53.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb  1 11:42:23 UTC 2015 - dims...@opensuse.org
+
+- Move org.freedesktop.Tracker.enums.xml to libtracker-common
+  package, ensuring that the enums are available to the Extractor
+  even without tracker being installed (boo#915583).
+
+---
tracker.changes: same change



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.0LpF8q/_old  2015-02-06 10:48:54.0 +0100
+++ /var/tmp/diff_new_pack.0LpF8q/_new  2015-02-06 10:48:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tracker-extras
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -666,7 +666,6 @@
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.FTS.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Store.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Writeback.gschema.xml
-%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.enums.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.gschema.xml
 %{_mandir}/man1/tracker-control.1%{ext_man}
 %{_mandir}/man1/tracker-extract.1%{ext_man}
@@ -715,6 +714,7 @@
 %{_libdir}/tracker-%{TrackerAPI}/libtracker-data.so
 %{_libdir}/tracker-%{TrackerAPI}/libtracker-extract*.so
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Extract.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.enums.xml
 
 %files -n libtracker-control-%{RPMTrackerAPI}-0
 %defattr(-,root,root)

++ tracker.spec ++
--- /var/tmp/diff_new_pack.0LpF8q/_old  2015-02-06 10:48:54.0 +0100
+++ /var/tmp/diff_new_pack.0LpF8q/_new  2015-02-06 10:48:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tracker
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -665,7 +665,6 @@
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.FTS.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Store.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Writeback.gschema.xml
-%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.enums.xml
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.gschema.xml
 %{_mandir}/man1/tracker-control.1%{ext_man}
 %{_mandir}/man1/tracker-extract.1%{ext_man}
@@ -714,6 +713,7 @@
 %{_libdir}/tracker-%{TrackerAPI}/libtracker-data.so
 %{_libdir}/tracker-%{TrackerAPI}/libtracker-extract*.so
 %{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.Extract.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.freedesktop.Tracker.enums.xml
 
 %files -n libtracker-control-%{RPMTrackerAPI}-0
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2014-12-19 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2014-12-19 09:39:56

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   2014-11-18 
22:44:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2014-12-19 09:38:45.0 +0100
@@ -1,0 +2,17 @@
+Wed Dec 10 11:41:36 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.2.5:
+  + tracker-extract:
+- Fixed potential use of uninitialised hash table in
+  persistence_invalidate().
+- Fixed possible invalid memory read/write in
+  tracker_keywords_parse().
+- Fixed memory leak of MediaArt object for TrackerExtractInfo.
+  + libtracker-fts:
+- Make property list per-thread data to fix uninitialisation
+  issues.
+- Fixed compilation errors when --disable-tracker-fts is used.
+  + Bugs fixed: bgo#741141, bgo#733536, bgo#740268, bgo#739149,
+rh#1133042.
+
+---
tracker.changes: same change

Old:

  tracker-1.2.4.tar.xz

New:

  tracker-1.2.5.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.dBigrr/_old  2014-12-19 09:38:47.0 +0100
+++ /var/tmp/diff_new_pack.dBigrr/_new  2014-12-19 09:38:47.0 +0100
@@ -45,7 +45,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:1.2.4
+Version:1.2.5
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0

++ tracker.spec ++
--- /var/tmp/diff_new_pack.dBigrr/_old  2014-12-19 09:38:47.0 +0100
+++ /var/tmp/diff_new_pack.dBigrr/_new  2014-12-19 09:38:47.0 +0100
@@ -44,7 +44,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:1.2.4
+Version:1.2.5
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0

++ tracker-1.2.4.tar.xz -> tracker-1.2.5.tar.xz ++
 4242 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2014-11-18 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2014-11-18 22:44:23

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   2014-10-15 
16:26:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2014-11-18 22:44:35.0 +0100
@@ -1,0 +2,26 @@
+Thu Nov  6 10:53:49 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.2.4:
+  + Ownership reference not added in tracker-file-notifier.c
+(bgo#739237).
+  + Updated translations.
+
+---
+Fri Oct 17 20:10:04 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.2.3:
+  + bgo#737768: fs: TrackerCrawler can crash due to invalid
+container pointers.
+  + bgo#738522: libtracker-data: Guard against failure to create a
+FTS update statement.
+  + bgo#738450: libtracker-data: Guard against failure to open the
+database.
+  + libtracker-miner:
+- _NO_STAT breaks in FileNotifier without a GFileInfo.
+- Handle multiple nfo:belongsToContainer properties to 1
+  nie:url.
+  + tracker-writeback: Remove broken code to set file attributes.
+  + Updated functional tests.
+  + Updated translations.
+
+---
tracker.changes: same change

Old:

  tracker-1.2.2.tar.xz

New:

  tracker-1.2.4.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.QoBmGK/_old  2014-11-18 22:44:37.0 +0100
+++ /var/tmp/diff_new_pack.QoBmGK/_new  2014-11-18 22:44:37.0 +0100
@@ -45,7 +45,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:1.2.2
+Version:1.2.4
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0

++ tracker.spec ++
--- /var/tmp/diff_new_pack.QoBmGK/_old  2014-11-18 22:44:37.0 +0100
+++ /var/tmp/diff_new_pack.QoBmGK/_new  2014-11-18 22:44:37.0 +0100
@@ -44,7 +44,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:1.2.2
+Version:1.2.4
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0

++ tracker-1.2.2.tar.xz -> tracker-1.2.4.tar.xz ++
 18073 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2014-10-15 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2014-10-15 16:26:45

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   2014-10-06 
12:06:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2014-10-15 16:26:55.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 13 09:45:17 UTC 2014 - g...@opensuse.org
+
+- Use the designated fdo desktop file categories
+  "Settings;DesktopSettings" for tracker-preferences.
+
+---
tracker.changes: same change



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.JNLMSr/_old  2014-10-15 16:26:56.0 +0200
+++ /var/tmp/diff_new_pack.JNLMSr/_new  2014-10-15 16:26:56.0 +0200
@@ -572,7 +572,7 @@
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/tracker/miners/tracker-miner-rss.desktop
 %endif
 %if %{build_gui}
-%suse_update_desktop_file -r tracker-preferences System X-SuSE-Core-System 
X-GNOME-PersonalSettings
+%suse_update_desktop_file -r tracker-preferences Settings DesktopSettings 
X-SuSE-Core-System X-GNOME-PersonalSettings
 %suse_update_desktop_file tracker-needle DesktopUtility
 %endif
 %if %{build_thunderbird}

++ tracker.spec ++
--- /var/tmp/diff_new_pack.JNLMSr/_old  2014-10-15 16:26:56.0 +0200
+++ /var/tmp/diff_new_pack.JNLMSr/_new  2014-10-15 16:26:56.0 +0200
@@ -571,7 +571,7 @@
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/tracker/miners/tracker-miner-rss.desktop
 %endif
 %if %{build_gui}
-%suse_update_desktop_file -r tracker-preferences System X-SuSE-Core-System 
X-GNOME-PersonalSettings
+%suse_update_desktop_file -r tracker-preferences Settings DesktopSettings 
X-SuSE-Core-System X-GNOME-PersonalSettings
 %suse_update_desktop_file tracker-needle DesktopUtility
 %endif
 %if %{build_thunderbird}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2014-10-06 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2014-10-06 12:06:09

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   2014-09-30 
19:37:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2014-10-06 12:06:11.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct  5 16:19:56 UTC 2014 - zai...@opensuse.org
+
+- Move .desktopfile from X-GNOME-SystemSettings to
+  X-GNOME-PersonalSettings, since the only values one can change is
+  for active user. Having it under System gives the impression that
+  changes are systemwide.
+
+---
tracker.changes: same change



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.jYCnEq/_old  2014-10-06 12:06:12.0 +0200
+++ /var/tmp/diff_new_pack.jYCnEq/_new  2014-10-06 12:06:12.0 +0200
@@ -572,7 +572,7 @@
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/tracker/miners/tracker-miner-rss.desktop
 %endif
 %if %{build_gui}
-%suse_update_desktop_file -r tracker-preferences System X-SuSE-Core-System 
X-GNOME-SystemSettings
+%suse_update_desktop_file -r tracker-preferences System X-SuSE-Core-System 
X-GNOME-PersonalSettings
 %suse_update_desktop_file tracker-needle DesktopUtility
 %endif
 %if %{build_thunderbird}

++ tracker.spec ++
--- /var/tmp/diff_new_pack.jYCnEq/_old  2014-10-06 12:06:12.0 +0200
+++ /var/tmp/diff_new_pack.jYCnEq/_new  2014-10-06 12:06:12.0 +0200
@@ -571,7 +571,7 @@
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/tracker/miners/tracker-miner-rss.desktop
 %endif
 %if %{build_gui}
-%suse_update_desktop_file -r tracker-preferences System X-SuSE-Core-System 
X-GNOME-SystemSettings
+%suse_update_desktop_file -r tracker-preferences System X-SuSE-Core-System 
X-GNOME-PersonalSettings
 %suse_update_desktop_file tracker-needle DesktopUtility
 %endif
 %if %{build_thunderbird}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2014-09-30 19:37:18

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   2014-08-01 
07:06:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2014-09-30 19:37:39.0 +0200
@@ -1,0 +2,227 @@
+Wed Sep 24 16:37:00 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.2.2:
+  + Fix API break with tracker_indexing_tree_new() (bgo#737243).
+  + libtracker-miner: Fixed missing Vala bindings for new
+DirectoryFlags.{PRIORITY|NO_STAT} enums.
+
+---
+Tue Sep 23 18:36:42 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.2.1:
+  + ontology: Revert nfo:hasMediaStream max cardinality change.
+
+---
+Mon Sep 22 17:17:31 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.2.0:
+  + tests: Locale fix.
+  + libtracker-miner:
+- Removed APIs that were never released as stable API.
+- Update vala binding.
+  + libtracker-bus: Don't crash if query_async is cancelled.
+  + libtracker-sparql: Add a test case.
+  + tracker-extract-gif: add compatibility with GIFLib 5.1.0.
+  + tracker-info: Describe why we use IRI and not URI for
+translators.
+  + tracker-needle: Fix the summary in the AppData file.
+  + utils: Added script to clean up tracker prefixc,
+clean-tracker-prefix.
+  + Updated translations.
+- Drop tracker-giflib-5.1.0.patch: Fixed upstream.
+
+---
+Tue Sep  9 13:14:59 UTC 2014 - jeng...@inai.de
+
+- Add tracker-giflib-5.1.0.patch: Support GIFLib 5.1.0 API.
+
+---
+Mon Sep  8 08:42:34 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.1.4:
+  + New Feature: Extractor now supports eBook and Comic book
+formats.
+  + ontology: Added new RDF type nfo:EBook for electronic books,
+this is not in Nepomuk yet.
+  + libtracker-fts: Fixed a memory leak for property_names
+variable.
+  = libtracker-data: Fixed compiler warning with
+tracker_db_interface_sqlite_fts_update_text().
+  + libtracker-bus:
+- Fixed a bug where tracker-stats showed no information with
+  Vala 0.24+.
+- Fixed all TRACKER_DBUS* to Tracker.DBUS.
+  + libtracker-sparql:
+- All TrackerSparqlConnection APIs throw GLib.Error due to
+  GUnixFDList _append() API.
+- Move TRACKER_ const definitions to Tracker namespace, i.e.
+  Tracker.DBUS_*.
+  + libtracker-miner:
+- Generate Vala bindings from GIR.
+- Improve GIR annotations for some nullable cases.
+- Removed TrackerCrawlFlags and use TrackerDirectoryFlags
+  instead.
+- Call tracker_data_provider_end_async() when dir has been
+  crawled.
+- Fixed reference leak with TrackerTaskPool when using external
+  data miners.
+  + libtracker-extract: Fixed broken EXIF GPS coordinate
+extraction.
+  + libtracker-control:
+- Generate Vala bindings from GIR.
+- Improve GIR annotations for some nullable cases.
+  + tracker-stats:
+- Now EXPRESSIONS can be used to filter stats shown.
+- Now only common and fallback RDF types are shown by default,
+  --all can be used to old behaviour.
+  + tracker-extract:
+- Improved error parsing and content extraction for EPub
+  contents.
+- Now EPub files are marked as new RDF type nfo:EBook.
+  + tracker-miner-fs: By default, ignore directories with
+'.trackerignore' file inside.
+  + tracker-preferences: Removed fixed column for indexed
+locations, column header text was cut off.
+  + Bugs fixed: bgo#735645, bgo#735636, bgo#735460, bgo#735610,
+bgo#735567, bgo#735317, bgo#735339, bgo#733573, bgo#733317.
+  + Updated translations.
+
+---
+Fri Aug 22 16:00:00 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.1.3:
+  + New Feature: Extractor is now 'crash-aware' that being, we have
+a separate data source for content that can't be extracted to
+avoid repeated failures from tracker-extract. This also
+survives through crashes that may occur due to attempted
+extractions.
+  + build: Reduce vala generated source warnings from GCC.
+  + libtracker-fts: Make private functions static
+  + libtracker-miner: Make sure we return NULL on FileDataProvider
+begin() errors
+  + libtracker-miner: Add API tracker_decorator_fs_prepend_file()
+as part of 'crash-aware' feature.
+  + Updated translations.
+
+-

commit tracker for openSUSE:Factory

2014-07-31 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2014-08-01 07:06:24

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   2014-07-25 
12:43:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2014-08-01 07:06:25.0 +0200
@@ -1,0 +2,8 @@
+Thu Jul 31 09:53:00 UTC 2014 - dims...@opensuse.org
+
+- Add tracker-thunderbird.patch: Accept that the command
+  'thunderbird' might have output to STDERR (glib slice warnings).
+  To not break detection of TB, we redirect STDERR output to
+  /dev/null.
+
+---
tracker.changes: same change

New:

  tracker-thunderbird.patch



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.7LZzYH/_old  2014-08-01 07:06:26.0 +0200
+++ /var/tmp/diff_new_pack.7LZzYH/_new  2014-08-01 07:06:26.0 +0200
@@ -61,6 +61,8 @@
 Patch0: tracker-extract-private.patch
 # PATCH-FIX-UPSTREAM tracker-missing-include.patch dims...@opensuse.org -- Add 
missing includes, taken from git
 Patch1: tracker-missing-include.patch
+# PATCH-FIX-UPSTREAM tracker-thunderbird.patch dims...@opensuse.org -- Accept 
that tracker might have some stderr output as well (glib slice)
+Patch2: tracker-thunderbird.patch
 BuildRequires:  NetworkManager-devel >= 0.8
 BuildRequires:  enca-devel
 BuildRequires:  fdupes
@@ -481,6 +483,7 @@
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 cp %{S:1} .
 translation-update-upstream
 cp %{S:2} src/miners/rss/README.SUSE

++ tracker.spec ++
--- /var/tmp/diff_new_pack.7LZzYH/_old  2014-08-01 07:06:26.0 +0200
+++ /var/tmp/diff_new_pack.7LZzYH/_new  2014-08-01 07:06:26.0 +0200
@@ -60,6 +60,8 @@
 Patch0: tracker-extract-private.patch
 # PATCH-FIX-UPSTREAM tracker-missing-include.patch dims...@opensuse.org -- Add 
missing includes, taken from git
 Patch1: tracker-missing-include.patch
+# PATCH-FIX-UPSTREAM tracker-thunderbird.patch dims...@opensuse.org -- Accept 
that tracker might have some stderr output as well (glib slice)
+Patch2: tracker-thunderbird.patch
 BuildRequires:  NetworkManager-devel >= 0.8
 BuildRequires:  enca-devel
 BuildRequires:  fdupes
@@ -480,6 +482,7 @@
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 cp %{S:1} .
 translation-update-upstream
 cp %{S:2} src/miners/rss/README.SUSE

++ tracker-thunderbird.patch ++
Index: tracker-1.0.2/configure.ac
===
--- tracker-1.0.2.orig/configure.ac
+++ tracker-1.0.2/configure.ac
@@ -427,7 +427,7 @@ have_tracker_miner_thunderbird="no "
 
 AC_PATH_PROG(THUNDERBIRD, thunderbird, thunderbird)
 if test -n $THUNDERBIRD; then
-   thunderbird_version=`$THUNDERBIRD --version | cut -d" " -f3`
+   thunderbird_version=`$THUNDERBIRD --version 2>/dev/null | awk '{print $NF}'`
 
AX_COMPARE_VERSION([$thunderbird_version], ge, 
[$TRACKER_MINER_THUNDERBIRD_REQUIRED],
   have_tracker_miner_thunderbird="yes",
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2014-07-25 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2014-07-25 12:43:14

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   2014-07-21 
22:35:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2014-07-25 12:43:15.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 23 00:07:53 UTC 2014 - dims...@opensuse.org
+
+- Obsolete the old tracker library libtracker-extract-0_16-0 by
+  libtracker-common-1-0 to aid updates (bnc#876649).
+
+---
tracker.changes: same change



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.Fao2hO/_old  2014-07-25 12:43:16.0 +0200
+++ /var/tmp/diff_new_pack.Fao2hO/_new  2014-07-25 12:43:16.0 +0200
@@ -185,6 +185,8 @@
 %package -n libtracker-common-%{RPMTrackerAPI}
 Summary:Conveniance libraries for Tracker
 Group:  System/Libraries
+# Obsolete old tracker libs, bnc#876649
+Obsoletes:  libtracker-extract-0_16-0
 
 %description -n libtracker-common-%{RPMTrackerAPI}
 Tracker is a powerful desktop-neutral first class object

++ tracker.spec ++
--- /var/tmp/diff_new_pack.Fao2hO/_old  2014-07-25 12:43:16.0 +0200
+++ /var/tmp/diff_new_pack.Fao2hO/_new  2014-07-25 12:43:16.0 +0200
@@ -184,6 +184,8 @@
 %package -n libtracker-common-%{RPMTrackerAPI}
 Summary:Conveniance libraries for Tracker
 Group:  System/Libraries
+# Obsolete old tracker libs, bnc#876649
+Obsoletes:  libtracker-extract-0_16-0
 
 %description -n libtracker-common-%{RPMTrackerAPI}
 Tracker is a powerful desktop-neutral first class object

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2014-07-21 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2014-07-21 21:59:46

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   2014-06-19 
13:20:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2014-07-21 22:35:18.0 +0200
@@ -1,0 +2,23 @@
+Fri Jul 11 15:52:39 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.0.2:
+  + build: use pkg-config to look for which gdbus-codegen to use.
+  + all: Switch out GSettings "schema" property for "schema-id",
+was causing distcheck to fail.
+  + docs/reference: Use $(top_srcdir) for DOC_SOURCE_DIR instead of
+relative paths.
+  + libtracker-common: memory limits on systems with large amounts
+of RAM.
+  + libtracker-control:
+- Added CFLAGS/LIBS required for reference documentation to
+  succeed.
+- Fix remnants of libtracker-miner in sources.
+  + tracker-extract: [ODT] Continue extracting if we find embedded
+tabs + line breaks.
+  + tracker-search: Don't show "(null)" for nie:InformationElements
+with no nie:url.
+  + Bugs fixed: bgo#728370, bgo#729968, bgo#732839.
+  + Updated translations.
+- Add tracker-missing-include.patch: Add mising include statement.
+
+---
tracker.changes: same change

Old:

  tracker-1.0.1.tar.xz

New:

  tracker-1.0.2.tar.xz
  tracker-missing-include.patch



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.cBRhSS/_old  2014-07-21 22:35:20.0 +0200
+++ /var/tmp/diff_new_pack.cBRhSS/_new  2014-07-21 22:35:20.0 +0200
@@ -45,7 +45,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:1.0.1
+Version:1.0.2
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0
@@ -59,6 +59,8 @@
 Source2:README.SUSE.rss
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
+# PATCH-FIX-UPSTREAM tracker-missing-include.patch dims...@opensuse.org -- Add 
missing includes, taken from git
+Patch1: tracker-missing-include.patch
 BuildRequires:  NetworkManager-devel >= 0.8
 BuildRequires:  enca-devel
 BuildRequires:  fdupes
@@ -476,6 +478,7 @@
 %prep
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
+%patch1 -p1
 cp %{S:1} .
 translation-update-upstream
 cp %{S:2} src/miners/rss/README.SUSE

++ tracker.spec ++
--- /var/tmp/diff_new_pack.cBRhSS/_old  2014-07-21 22:35:20.0 +0200
+++ /var/tmp/diff_new_pack.cBRhSS/_new  2014-07-21 22:35:20.0 +0200
@@ -44,7 +44,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:1.0.1
+Version:1.0.2
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0
@@ -58,6 +58,8 @@
 Source2:README.SUSE.rss
 # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 
dims...@opensuse.org -- Do not maintain LT versioning for private libs
 Patch0: tracker-extract-private.patch
+# PATCH-FIX-UPSTREAM tracker-missing-include.patch dims...@opensuse.org -- Add 
missing includes, taken from git
+Patch1: tracker-missing-include.patch
 BuildRequires:  NetworkManager-devel >= 0.8
 BuildRequires:  enca-devel
 BuildRequires:  fdupes
@@ -475,6 +477,7 @@
 %prep
 %setup -q -n %{_name}-%{version}
 %patch0 -p1
+%patch1 -p1
 cp %{S:1} .
 translation-update-upstream
 cp %{S:2} src/miners/rss/README.SUSE

++ tracker-1.0.1.tar.xz -> tracker-1.0.2.tar.xz ++
 118070 lines of diff (skipped)

++ tracker-missing-include.patch ++
>From 82245d1bae70e22d26187d584d2342036f1f43f3 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger 
Date: Fri, 11 Jul 2014 18:05:57 +0200
Subject: [PATCH] libtracker-data: fix missing include

Since we make use of 'tracker_utf8_truncate', we must include
libtracker-common/tracker-utils.h now.
---
 src/libtracker-data/tracker-data-update.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/libtracker-data/tracker-data-update.c 
b/src/libtracker-data/tracker-data-update.c
index 31f840f..ea0a6e8 100644
--- a/src/libtracker-data/tracker-data-update.c
+++ b/src/libtracker-data/tracker-data-update.c
@@ -28,6 +28,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include 
 
-- 
1.9.2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2014-06-19 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2014-06-19 13:20:02

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   2014-05-11 
14:16:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2014-06-19 13:20:10.0 +0200
@@ -1,0 +2,7 @@
+Fri Jun 13 10:01:07 UTC 2014 - fezh...@suse.com
+
+- Add category X-GNOME-SystemSettings to
+  tracker-preferences.desktop so that gnome-control-center can
+  recongnize and show it (bnc#866235).
+
+---
tracker.changes: same change



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.wUvBuj/_old  2014-06-19 13:20:11.0 +0200
+++ /var/tmp/diff_new_pack.wUvBuj/_new  2014-06-19 13:20:11.0 +0200
@@ -571,7 +571,7 @@
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/tracker/miners/tracker-miner-rss.desktop
 %endif
 %if %{build_gui}
-%suse_update_desktop_file -r tracker-preferences System X-SuSE-Core-System
+%suse_update_desktop_file -r tracker-preferences System X-SuSE-Core-System 
X-GNOME-SystemSettings
 %suse_update_desktop_file tracker-needle DesktopUtility
 %endif
 %if %{build_thunderbird}

++ tracker.spec ++
--- /var/tmp/diff_new_pack.wUvBuj/_old  2014-06-19 13:20:11.0 +0200
+++ /var/tmp/diff_new_pack.wUvBuj/_new  2014-06-19 13:20:11.0 +0200
@@ -570,7 +570,7 @@
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/tracker/miners/tracker-miner-rss.desktop
 %endif
 %if %{build_gui}
-%suse_update_desktop_file -r tracker-preferences System X-SuSE-Core-System
+%suse_update_desktop_file -r tracker-preferences System X-SuSE-Core-System 
X-GNOME-SystemSettings
 %suse_update_desktop_file tracker-needle DesktopUtility
 %endif
 %if %{build_thunderbird}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2014-05-11 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2014-05-11 14:16:20

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   2014-05-05 
21:17:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2014-05-11 14:16:23.0 +0200
@@ -1,0 +2,29 @@
+Fri May  9 15:27:00 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.0.1: 
+  + build: 
+- Switch --with-enca is now --enable-enca.
+- Switch --enable-icu-charset-detection has been added to
+  prefer ICU over enca for MP3 content detection.
+  + libtracker-miner: Memory footprint significantly reduced:
+- Massif reports tracker-miner-fs peaking at 24MB.
+- Massif reported previously growing to ~180MB.
+- Fix involves using file depth based notification internally
+  to reduced memory build up.
+- Querying existing data in the DB now is limited (to avoid
+  memory use, at a small performance cost).
+- Initial indexing performance is unaffected.
+- Approximately 1/3 more expensive indexing updates on
+  resources post initial index.
+- Testing using an index of 11304 folders and 123428 files.
+  + libtracker-extract:
+- Encoding detection with libicu handles failure better.
+- giflib 4.2.x doesn't support PrintGifError, handle both
+  situations.
+  + tracker-search: Fix output when searching for emails, snippets
+shown in red and links in green.
+  + Bugs fixed: bgo#729708, bgo#728252, bgo#728546, bgo#728370,
+bgo#725717, bgo#729474.
+  + Updated translations.
+
+---
tracker.changes: same change

Old:

  tracker-1.0.0.tar.xz

New:

  tracker-1.0.1.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.uDjFGT/_old  2014-05-11 14:16:24.0 +0200
+++ /var/tmp/diff_new_pack.uDjFGT/_new  2014-05-11 14:16:24.0 +0200
@@ -45,7 +45,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:1.0.0
+Version:1.0.1
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0

++ tracker.spec ++
--- /var/tmp/diff_new_pack.uDjFGT/_old  2014-05-11 14:16:24.0 +0200
+++ /var/tmp/diff_new_pack.uDjFGT/_new  2014-05-11 14:16:24.0 +0200
@@ -44,7 +44,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:1.0.0
+Version:1.0.1
 Release:0
 %define TrackerAPI1.0
 %define RPMTrackerAPI 1_0

++ tracker-1.0.0.tar.xz -> tracker-1.0.1.tar.xz ++
 23721 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2014-05-05 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2014-05-05 21:16:16

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   2013-12-02 
09:53:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2014-05-05 21:17:37.0 +0200
@@ -1,0 +2,271 @@
+Mon Mar 24 19:01:47 UTC 2014 - zai...@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 - zai...@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 - dims...@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 - dims...@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 - dims...@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

commit tracker for openSUSE:Factory

2013-12-02 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2013-12-02 09:53:26

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   2013-11-24 
13:33:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2013-12-02 09:53:28.0 +0100
@@ -1,0 +2,8 @@
+Sat Nov 30 15:30:20 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.16.4:
+  + Fix build with newer upower.
+  + Silence normal bootup.
+  + Updated translations.
+
+---
tracker.changes: same change

Old:

  tracker-0.16.3.tar.xz

New:

  tracker-0.16.4.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.n3jezu/_old  2013-12-02 09:53:29.0 +0100
+++ /var/tmp/diff_new_pack.n3jezu/_new  2013-12-02 09:53:29.0 +0100
@@ -45,7 +45,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:0.16.3
+Version:0.16.4
 Release:0
 %define TrackerAPI0.16
 %define RPMTrackerAPI 0_16

++ tracker.spec ++
--- /var/tmp/diff_new_pack.n3jezu/_old  2013-12-02 09:53:29.0 +0100
+++ /var/tmp/diff_new_pack.n3jezu/_new  2013-12-02 09:53:29.0 +0100
@@ -44,7 +44,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:0.16.3
+Version:0.16.4
 Release:0
 %define TrackerAPI0.16
 %define RPMTrackerAPI 0_16

++ tracker-0.16.3.tar.xz -> tracker-0.16.4.tar.xz ++
 162084 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2013-11-24 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2013-11-24 13:33:52

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   2013-09-23 
15:49:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2013-11-24 13:33:53.0 +0100
@@ -1,0 +2,35 @@
+Sat Nov  2 12:19:58 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.16.3:
+  + libtracker-common:
+- use procfs psinfo instead of cmdline on Solaris.
+- support both UPower 1.0 and pre-1.0 APIs.
+- fix tests expecting stdout/stderr messages.
+- Make sure we load config files properly when using
+  TRACKER_USE_CONFIG_FILES.
+  + tracker-miner-fs: Make sure we load config files properly when
+using TRACKER_USE_CONFIG_FILES.
+  + libtracker-bus: allow cancellation when iterating
+TrackerCursor.
+  + libtracker-miner:
+- Fixed missing setlocale() in unit tests.
+- Check segment array bounds in peek function for
+  tracker-priority-queue, fixes crash.
+  + libtracker-fts: Always do full unicode testing.
+  + libtracker-sparql: Fixed missing setlocale() in unit tests.
+  + tracker-preferences: Remove markup from UI files.
+  + tracker-extract-pdf: remove usage of non async-signal safe
+functions from signal handler, fixes crash on Solaris.
+  + man-pages: Added information about TRACKER_SPARQL_BACKEND and
+TRACKER_PRAGMAS_FILE.
+  + functional-tests: No longer need to install DConf profile in
+/etc.
+  + Require: libgsf version to 1.14.24 needed for
+gsf_doc_meta_data_read_from_msole().
+  + Build system fixes.
+  + Bugs fixed: Parts of bgo#676209, bgo#699412, bgo#703097,
+bgo#706003, bgo#707150, bgo#707151, bgo#707498, bgo#707499,
+bgo#709703.
+  + Updated translations.
+
+---
tracker.changes: same change

Old:

  tracker-0.16.2.tar.xz

New:

  tracker-0.16.3.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.hzQYX5/_old  2013-11-24 13:33:54.0 +0100
+++ /var/tmp/diff_new_pack.hzQYX5/_new  2013-11-24 13:33:54.0 +0100
@@ -45,7 +45,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:0.16.2
+Version:0.16.3
 Release:0
 %define TrackerAPI0.16
 %define RPMTrackerAPI 0_16

++ tracker.spec ++
--- /var/tmp/diff_new_pack.hzQYX5/_old  2013-11-24 13:33:54.0 +0100
+++ /var/tmp/diff_new_pack.hzQYX5/_new  2013-11-24 13:33:54.0 +0100
@@ -44,7 +44,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:0.16.2
+Version:0.16.3
 Release:0
 %define TrackerAPI0.16
 %define RPMTrackerAPI 0_16

++ tracker-0.16.2.tar.xz -> tracker-0.16.3.tar.xz ++
 141419 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2013-09-23 15:49:30

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   2013-08-16 
12:22:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2013-09-23 15:49:31.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 14 08:12:59 UTC 2013 - w...@rosenauer.org
+
+- Remove Supplements for Thunderbird as it's causing major issues
+  and should not be installed by default (bnc#840403)
+
+---
tracker.changes: same change



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.bglE7v/_old  2013-09-23 15:49:32.0 +0200
+++ /var/tmp/diff_new_pack.bglE7v/_new  2013-09-23 15:49:32.0 +0200
@@ -405,7 +405,8 @@
 Group:  System/GUI/GNOME
 Requires:   %{_name} = %{version}
 Requires:   MozillaThunderbird
-Supplements:packageand(%{_name}:MozillaThunderbird}
+# bnc#840403 - Addon regularly breaks TB - do not install by deps
+#Supplements:packageand(%{_name}:MozillaThunderbird}
 # A generic provides, since this is also a thunderbird extension
 Provides:   MozillaThunderbird-extension-tracker = %{version}
 

++ tracker.spec ++
--- /var/tmp/diff_new_pack.bglE7v/_old  2013-09-23 15:49:32.0 +0200
+++ /var/tmp/diff_new_pack.bglE7v/_new  2013-09-23 15:49:32.0 +0200
@@ -404,7 +404,8 @@
 Group:  System/GUI/GNOME
 Requires:   %{_name} = %{version}
 Requires:   MozillaThunderbird
-Supplements:packageand(%{_name}:MozillaThunderbird}
+# bnc#840403 - Addon regularly breaks TB - do not install by deps
+#Supplements:packageand(%{_name}:MozillaThunderbird}
 # A generic provides, since this is also a thunderbird extension
 Provides:   MozillaThunderbird-extension-tracker = %{version}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2013-08-16 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2013-08-16 12:22:23

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   2013-07-21 
11:59:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2013-08-16 12:22:26.0 +0200
@@ -1,0 +2,30 @@
+Thu Aug  1 06:56:25 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.16.2:
+  + libtracker-common:
+- Added /proc/meminfo alternative for Solaris.
+- Hide all config file logging without preprocessor defines
+  turned on.
+- Added function tracker_config_file_import_to_settings() for
+  when we use GKeyFile config files.
+  + libtracker-data: Don't use the count_changes PRAGMA, it is
+deprecated.
+  + tracker-preferences:
+- Mention in man-pages that TRACKER_USE_CONFIG_FILES has no
+  effect to tracker-preferences.
+- Added "system" page now to give users an easy way to reindex
+  their data.
+- Glade file used now requires GTK+ 3.x, was 2.x.
+- Fixed optical disc checkbutton sensitivity bug.
+  + tracker-extract-mp3: Fix segfault when trying to process NULL
+ID3 tag.
+  + tracker-control: Use procfs psinfo instead of cmdline on
+Solaris.
+  + functional-tests: Update DConf profile to fix dconf-WARNING **:
+unknown dconf database description: trackertest.
+  + Build system improvements.
+  + Bugs fixed: bgo#700199, bgo#703747, bgo#703759, bgo#704048,
+rh#741479, rh#959020.
+  + Updated translations.
+
+---
tracker.changes: same change

Old:

  tracker-0.16.1.tar.xz

New:

  tracker-0.16.2.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.PMLhZO/_old  2013-08-16 12:22:27.0 +0200
+++ /var/tmp/diff_new_pack.PMLhZO/_new  2013-08-16 12:22:27.0 +0200
@@ -45,7 +45,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:0.16.1
+Version:0.16.2
 Release:0
 %define TrackerAPI0.16
 %define RPMTrackerAPI 0_16

++ tracker.spec ++
--- /var/tmp/diff_new_pack.PMLhZO/_old  2013-08-16 12:22:27.0 +0200
+++ /var/tmp/diff_new_pack.PMLhZO/_new  2013-08-16 12:22:27.0 +0200
@@ -44,7 +44,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:0.16.1
+Version:0.16.2
 Release:0
 %define TrackerAPI0.16
 %define RPMTrackerAPI 0_16

++ tracker-0.16.1.tar.xz -> tracker-0.16.2.tar.xz ++
 31433 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2013-07-21 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2013-07-21 11:59:50

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   2013-07-05 
15:16:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2013-07-21 11:59:51.0 +0200
@@ -1,0 +2,8 @@
+Sat Jul 20 09:56:05 UTC 2013 - dims...@opensuse.org
+
+- Fix files sections of tracker-miner-thunderbird and
+  tracker-miner-firefox: trackerb...@bustany.org is a symlink to a
+  directory, not a directory by itself. Thus it must not end with a
+  trailing /.
+
+---
tracker.changes: same change



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.HoqsIf/_old  2013-07-21 11:59:52.0 +0200
+++ /var/tmp/diff_new_pack.HoqsIf/_new  2013-07-21 11:59:52.0 +0200
@@ -751,7 +751,7 @@
 
 %files -n %{_name}-miner-firefox
 %defattr(-,root,root)
-%{_datadir}/mozilla/extensions/%{firefox_appid}/tracker...@bustany.org/
+%{_datadir}/mozilla/extensions/%{firefox_appid}/tracker...@bustany.org
 %dir %{_datadir}/xul-ext
 %{_datadir}/xul-ext/trackerfox/
 %endif
@@ -775,7 +775,7 @@
 %dir %{_datadir}/mozilla
 %dir %{_datadir}/mozilla/extensions
 %dir %{_datadir}/mozilla/extensions/%{thunderbird_appid}
-%{_datadir}/mozilla/extensions/%{thunderbird_appid}/trackerb...@bustany.org/
+%{_datadir}/mozilla/extensions/%{thunderbird_appid}/trackerb...@bustany.org
 %dir %{_datadir}/xul-ext
 %{_datadir}/xul-ext/trackerbird/
 %{_datadir}/applications/trackerbird-launcher.desktop

++ tracker.spec ++
--- /var/tmp/diff_new_pack.HoqsIf/_old  2013-07-21 11:59:52.0 +0200
+++ /var/tmp/diff_new_pack.HoqsIf/_new  2013-07-21 11:59:52.0 +0200
@@ -750,7 +750,7 @@
 
 %files -n %{_name}-miner-firefox
 %defattr(-,root,root)
-%{_datadir}/mozilla/extensions/%{firefox_appid}/tracker...@bustany.org/
+%{_datadir}/mozilla/extensions/%{firefox_appid}/tracker...@bustany.org
 %dir %{_datadir}/xul-ext
 %{_datadir}/xul-ext/trackerfox/
 %endif
@@ -774,7 +774,7 @@
 %dir %{_datadir}/mozilla
 %dir %{_datadir}/mozilla/extensions
 %dir %{_datadir}/mozilla/extensions/%{thunderbird_appid}
-%{_datadir}/mozilla/extensions/%{thunderbird_appid}/trackerb...@bustany.org/
+%{_datadir}/mozilla/extensions/%{thunderbird_appid}/trackerb...@bustany.org
 %dir %{_datadir}/xul-ext
 %{_datadir}/xul-ext/trackerbird/
 %{_datadir}/applications/trackerbird-launcher.desktop

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2013-07-05 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2013-07-05 15:16:32

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   2013-05-06 
10:11:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2013-07-05 15:16:33.0 +0200
@@ -1,0 +2,8 @@
+Wed Jul  3 13:23:28 UTC 2013 - fcro...@suse.com
+
+- No longer build tracker-miner-firefox, it doesn't work for
+  months, there is no point in shipping it for now.
+- Own /usr/share/mozilla and /usr/share/mozilla/extensions
+  directories in tracker-miner-thunderbird subpackage.
+
+---
tracker.changes: same change



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.GsFWFk/_old  2013-07-05 15:16:34.0 +0200
+++ /var/tmp/diff_new_pack.GsFWFk/_new  2013-07-05 15:16:34.0 +0200
@@ -28,7 +28,7 @@
 %define build_thunderbird 0
 %else
 %define build_evo 0
-%define build_firefox 1
+%define build_firefox 0
 %define build_gui 1
 %define build_miner_rss 1
 %define build_nautilus 1
@@ -772,6 +772,8 @@
 
 %files -n %{_name}-miner-thunderbird
 %defattr(-,root,root)
+%dir %{_datadir}/mozilla
+%dir %{_datadir}/mozilla/extensions
 %dir %{_datadir}/mozilla/extensions/%{thunderbird_appid}
 %{_datadir}/mozilla/extensions/%{thunderbird_appid}/trackerb...@bustany.org/
 %dir %{_datadir}/xul-ext

++ tracker.spec ++
--- /var/tmp/diff_new_pack.GsFWFk/_old  2013-07-05 15:16:34.0 +0200
+++ /var/tmp/diff_new_pack.GsFWFk/_new  2013-07-05 15:16:34.0 +0200
@@ -28,7 +28,7 @@
 %define build_thunderbird 0
 %else
 %define build_evo 0
-%define build_firefox 1
+%define build_firefox 0
 %define build_gui 1
 %define build_miner_rss 1
 %define build_nautilus 1
@@ -771,6 +771,8 @@
 
 %files -n %{_name}-miner-thunderbird
 %defattr(-,root,root)
+%dir %{_datadir}/mozilla
+%dir %{_datadir}/mozilla/extensions
 %dir %{_datadir}/mozilla/extensions/%{thunderbird_appid}
 %{_datadir}/mozilla/extensions/%{thunderbird_appid}/trackerb...@bustany.org/
 %dir %{_datadir}/xul-ext

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2013-05-06 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2013-05-06 10:11:21

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   2013-03-26 
12:12:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2013-05-06 10:11:25.0 +0200
@@ -1,0 +2,17 @@
+Wed May  1 20:24:26 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.16.1:
+  + libtracker-common:
+- Implemented get_memory_total() on OpenBSD
+- Added support in dbus process idenfitification for OpenBSD
+  + libtracker-data:
+- Fixed unit tests for localtime/timezone functions
+- Fixed AS ?foo handling in FTS queries
+  + libtracker-sparql: Fixed connection singleton mutex issue
+  + tracker-tag:
+- Fixed --list (-t) to use logical OR, not AND
+- Fixed GLib-WARNING **: goption.c:2193: ignoring no-arg..
+  + Bugs fixed: bgo#697719, bgo#697809, bgo#697688, bgo#697316.
+  + Updated translations.
+
+---
tracker.changes: same change

Old:

  tracker-0.16.0.tar.xz

New:

  tracker-0.16.1.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.Blvvm5/_old  2013-05-06 10:11:27.0 +0200
+++ /var/tmp/diff_new_pack.Blvvm5/_new  2013-05-06 10:11:27.0 +0200
@@ -45,7 +45,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:0.16.0
+Version:0.16.1
 Release:0
 %define TrackerAPI0.16
 %define RPMTrackerAPI 0_16

++ tracker.spec ++
--- /var/tmp/diff_new_pack.Blvvm5/_old  2013-05-06 10:11:27.0 +0200
+++ /var/tmp/diff_new_pack.Blvvm5/_new  2013-05-06 10:11:27.0 +0200
@@ -44,7 +44,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:0.16.0
+Version:0.16.1
 Release:0
 %define TrackerAPI0.16
 %define RPMTrackerAPI 0_16

++ tracker-0.16.0.tar.xz -> tracker-0.16.1.tar.xz ++
 46371 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2013-03-26 12:12:05

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2012-11-25 
14:32:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2013-03-26 12:12:07.0 +0100
@@ -1,0 +2,144 @@
+Mon Mar 18 18:36:56 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.16.0:
+  + Flickr miner was removed: it will be imported to GNOME Photos
+later.
+  + Removed more unmaintained utilities: tracker-explorer,
+tracker-search-bar, playlists, lyrics, webhistory.
+  + New features: Support GKqueueDirectoryMonitor API on BSD
+systems.
+  + Full Text Search (FTS) v4 support:
+- New SPARQL function fts:snippet(?u)
+- New SPARQL function fts:offsets(?u).
+  + Firefox/Thunderbird plugin updates.
+  + Updated translations.
+- Drop build_applet defines and conditions: the applet
+  (tracker-search-bar) was dropped by upstream.
+  + Remove pkgconfig(libpanelapplet-4.0) BuildRequires.
+  + No longer pass --enable-tracker-search-bar resp.
+--disable-tracker-search-bar to configure.
+  + Drop gnome-panel-applet-tracker subpackage; obsolete it by
+tracker main package.
+- Drop build_miner_flickr defines and conditions: the flickr miner
+  was dropped by upstream.
+  - Remove README.SUSE.flickr source file: no longer relevant.
+  - Drop pkgconfig(rest-0.7) BuildRequires.
+  - No longer pass --enable-miner-flickr/--disable-miner-flickr to
+configure.
+  - Drop -miner-flickr subpackage; obsolete it by tracker main
+package.
+- No longer pass --enable-tracker-explorer resp.
+  --disable-tracker-explorer (based on build_gui defines) to
+  configure, as tracker-explorer has been removed.
+- Drop tracker-0.14.4-giflib5.patch: fixed upstream.
+
+---
+Wed Mar 13 13:07:18 UTC 2013 - dims...@opensuse.org
+
+- Add tracker-0.14.4-giflib5.patch: Fix build with giflib 5.0.x.
+
+---
+Wed Mar 13 07:57:02 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.15.4:
+  + Build fixes:
+- Fixed various compiler warnings.
+- Fixed various introspection warnings.
+- Switched out all uses of deprecated GStaticMutex for GMutex.
+  + Bugs fixed: bgo#643388.
+  + Updated translations.
+
+---
+Sat Mar  9 12:05:26 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.15.3:
+  + build:
+- Require GLib 2.35.1 for GTask API (was 2.28.0)
+- Remove all cases of g_type_init() now it's deprecated in
+  GLib 2.35.x
+  + libtracker-common: Don't log to file by default, only
+stdout/stderr. See TRACKER_USE_LOG_FILES env var for details.
+  + libtracker-miner:
+- Fixed nasty stack corruption with TrackerIndexingTree filter
+  rules.
+- Fixed vala bindings for TrackerMinerFS.
+  + tracker-extract-msoffice: Avoid deprecated
+gsf_msole_metadata_read() API.
+  + tracker-search:
+- Added snippets for result hits.
+- Added colored output for result hits.
+  + Bugs fixed: bgo#693889, bgo#694146, bgo#693198, bgo#693198,
+bg##694783, bgo#695157.
+  + Updated translations.
+- Drop tracker-nonvoid.patch: fixed upstream.
+
+---
+Fri Feb 15 13:45:26 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.15.2:
+  + Build: Required SQLite 3.7.9 (was 3.7.0) for FTS4 support
+  + New Features:
+- Full Text Search (FTS) v4 support.
+- Snippets provide context around a matched query.
+- Offsets provide an index where a matched query is found in
+  context.
+  + Ontology: Deprecated tracker:fulltextNoLimit and removed use in
+all other ontologies.
+  + libtracker-fts: Removed tracker_fts_config_min_word_length()
+and config option.
+  + libtracker-miner: Fixed GNOME password provider, libsecret
+expects "user" not "username".
+  + tracker-info: Fixed memory leaks.
+  + Bugs fixed: bgo#691847, bgo#692409, bgo#692603.
+- Add tracker-nonvoid.patch: Fix non-void function not having a
+  return statement.
+
+---
+Sat Feb  9 20:35:25 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.15.1:
+  + build: Fixes build error when supplying nautilis extensions
+directory
+  + bgo#691807: Tracker should build against libgee 0.8
+  + bgo#691804: tracker-cue-sheet not ported to Gstreamer 1.0
+  + bgo#679870: libsecret migrations
+  + bgo#690170: Add nfo:MediaList type to .m3u playlist 

commit tracker for openSUSE:Factory

2012-11-25 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2012-11-25 14:32:03

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2012-10-31 
07:04:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2012-11-25 14:32:05.0 +0100
@@ -1,0 +2,14 @@
+Mon Nov  5 08:53:45 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.14.4:
+  + Support XPS documents (bgo#687160): XML Page Specific Microsoft
+alternative to PDF files
+  + Support DVI documents (bgo#687162): DeVice Independent files
+(printable output of TeX files)
+  + tracker-extract-pdf: Avoid leaving hundreds of Zombie processes
+around
+  + tracker-miner-fs: Fix huge memory consumption (bgo#687134)
+  + Updated translations.
+- Add libgxps-devel BuildRequires: enable the new XPS Support.
+
+---
tracker.changes: same change

Old:

  tracker-0.14.3.tar.xz

New:

  tracker-0.14.4.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.V9cilT/_old  2012-11-25 14:32:11.0 +0100
+++ /var/tmp/diff_new_pack.V9cilT/_new  2012-11-25 14:32:11.0 +0100
@@ -49,7 +49,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:0.14.3
+Version:0.14.4
 Release:0
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
 License:GPL-2.0+
@@ -104,6 +104,7 @@
 BuildRequires:  libgupnp-dlna-devel >= 0.5
 %endif
 BuildRequires:  libexempi-devel
+BuildRequires:  libgxps-devel
 BuildRequires:  libiptcdata-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel

++ tracker.spec ++
--- /var/tmp/diff_new_pack.V9cilT/_old  2012-11-25 14:32:11.0 +0100
+++ /var/tmp/diff_new_pack.V9cilT/_new  2012-11-25 14:32:11.0 +0100
@@ -48,7 +48,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:0.14.3
+Version:0.14.4
 Release:0
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
 License:GPL-2.0+
@@ -103,6 +103,7 @@
 BuildRequires:  libgupnp-dlna-devel >= 0.5
 %endif
 BuildRequires:  libexempi-devel
+BuildRequires:  libgxps-devel
 BuildRequires:  libiptcdata-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2012-10-30 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2012-10-31 07:03:59

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2012-10-03 
15:11:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2012-10-31 07:04:12.0 +0100
@@ -1,0 +2,30 @@
+Wed Oct 24 19:03:14 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.14.3:
+  + build:
+- Add SQLite3 version check and warning for crashes with
+  complex queries
+- Default to icu over unistring when automatically guessing
+  unicode support
+  + functional-tests:
+- office test files should always be included in dist
+- include missing tiff files in dist
+  + libtracker-common: Consistently use long in get_memory_total
+  + libtracker-fts: ICU cannot handle complex locale descriptions
+  + libtracker-extract: Fixed EXIF extractor due to changes by
+libexif
+  + tracker-extract-pdf: Fix crash if mmap() fails
+  + tracker-extract-playlist:
+- Don't error when to_metadata hash table is NULL
+- Log message for ignoring playlists with > 1k entries
+  + tracker-info: Added --plain-text-content || -c option
+  + tracker-miner-fs:
+- Make building this optional
+- Ignore XDG directories set to $HOME
+  + tracker-needle: Fix double free
+  + Bugs fixed: bgo#628857, bgo#666749, bgo#675660, bgo#680172,
+bgo#680350, bgo#680897, bgo#685253, bgo#686071.
+  + Updated translations.
+- Drop libtracker-fts-ICU-complx-locale.patch: fixed upstream.
+
+---
tracker.changes: same change

Old:

  libtracker-fts-ICU-complx-locale.patch
  tracker-0.14.2.tar.xz

New:

  tracker-0.14.3.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.2ld9rt/_old  2012-10-31 07:04:14.0 +0100
+++ /var/tmp/diff_new_pack.2ld9rt/_new  2012-10-31 07:04:14.0 +0100
@@ -49,7 +49,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:0.14.2
+Version:0.14.3
 Release:0
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
 License:GPL-2.0+
@@ -66,8 +66,6 @@
 Patch3: tracker-libgrss-0.5.patch
 # PATCH-FIX-UPSTREAM tracker-evo-implicit.patch bgo#675413 
dims...@opensuse.org -- Include email-backend.h; fixes brp checks.
 Patch4: tracker-evo-implicit.patch
-# PATCH-FIX-UPSTREAM libtracker-fts-ICU-complx-locale.patch bnc#780614 
bgo#675660 zai...@opensuse.org -- libtracker-fts: ICU cannot handle complex 
locale descriptions, patch taken from upstream git.
-Patch5: libtracker-fts-ICU-complx-locale.patch
 BuildRequires:  NetworkManager-devel >= 0.8
 BuildRequires:  enca-devel
 BuildRequires:  fdupes
@@ -523,7 +521,6 @@
 %endif
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 cp %{S:1} src/miners/flickr/README.SUSE
 cp %{S:2} src/miners/rss/README.SUSE
 

++ tracker.spec ++
--- /var/tmp/diff_new_pack.2ld9rt/_old  2012-10-31 07:04:14.0 +0100
+++ /var/tmp/diff_new_pack.2ld9rt/_new  2012-10-31 07:04:14.0 +0100
@@ -48,7 +48,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:0.14.2
+Version:0.14.3
 Release:0
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
 License:GPL-2.0+
@@ -65,8 +65,6 @@
 Patch3: tracker-libgrss-0.5.patch
 # PATCH-FIX-UPSTREAM tracker-evo-implicit.patch bgo#675413 
dims...@opensuse.org -- Include email-backend.h; fixes brp checks.
 Patch4: tracker-evo-implicit.patch
-# PATCH-FIX-UPSTREAM libtracker-fts-ICU-complx-locale.patch bnc#780614 
bgo#675660 zai...@opensuse.org -- libtracker-fts: ICU cannot handle complex 
locale descriptions, patch taken from upstream git.
-Patch5: libtracker-fts-ICU-complx-locale.patch
 BuildRequires:  NetworkManager-devel >= 0.8
 BuildRequires:  enca-devel
 BuildRequires:  fdupes
@@ -522,7 +520,6 @@
 %endif
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 cp %{S:1} src/miners/flickr/README.SUSE
 cp %{S:2} src/miners/rss/README.SUSE
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2012-10-03 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2012-10-03 15:11:15

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2012-07-12 
14:55:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2012-10-03 15:11:17.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep 18 11:07:46 UTC 2012 - zai...@opensuse.org
+
+- Add libtracker-fts-ICU-complx-locale.patch, fixes bnc#780614. 
+
+---
+Mon Aug 20 08:53:17 UTC 2012 - dims...@opensuse.org
+
+- Disable evo plugin for now during -extras build: the API once
+  more changed much faster than Tracker can keep up with.
+
+---
tracker.changes: same change

New:

  libtracker-fts-ICU-complx-locale.patch



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.rA8xxd/_old  2012-10-03 15:11:18.0 +0200
+++ /var/tmp/diff_new_pack.rA8xxd/_new  2012-10-03 15:11:18.0 +0200
@@ -30,7 +30,7 @@
 %define build_thunderbird 0
 %else
 %define build_applet 1
-%define build_evo 1
+%define build_evo 0
 %define build_firefox 1
 %define build_gui 1
 %define build_miner_flickr 1
@@ -66,6 +66,8 @@
 Patch3: tracker-libgrss-0.5.patch
 # PATCH-FIX-UPSTREAM tracker-evo-implicit.patch bgo#675413 
dims...@opensuse.org -- Include email-backend.h; fixes brp checks.
 Patch4: tracker-evo-implicit.patch
+# PATCH-FIX-UPSTREAM libtracker-fts-ICU-complx-locale.patch bnc#780614 
bgo#675660 zai...@opensuse.org -- libtracker-fts: ICU cannot handle complex 
locale descriptions, patch taken from upstream git.
+Patch5: libtracker-fts-ICU-complx-locale.patch
 BuildRequires:  NetworkManager-devel >= 0.8
 BuildRequires:  enca-devel
 BuildRequires:  fdupes
@@ -521,6 +523,7 @@
 %endif
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 cp %{S:1} src/miners/flickr/README.SUSE
 cp %{S:2} src/miners/rss/README.SUSE
 

++ tracker.spec ++
--- /var/tmp/diff_new_pack.rA8xxd/_old  2012-10-03 15:11:18.0 +0200
+++ /var/tmp/diff_new_pack.rA8xxd/_new  2012-10-03 15:11:18.0 +0200
@@ -30,7 +30,7 @@
 %define build_thunderbird 0
 %else
 %define build_applet 1
-%define build_evo 1
+%define build_evo 0
 %define build_firefox 1
 %define build_gui 1
 %define build_miner_flickr 1
@@ -65,6 +65,8 @@
 Patch3: tracker-libgrss-0.5.patch
 # PATCH-FIX-UPSTREAM tracker-evo-implicit.patch bgo#675413 
dims...@opensuse.org -- Include email-backend.h; fixes brp checks.
 Patch4: tracker-evo-implicit.patch
+# PATCH-FIX-UPSTREAM libtracker-fts-ICU-complx-locale.patch bnc#780614 
bgo#675660 zai...@opensuse.org -- libtracker-fts: ICU cannot handle complex 
locale descriptions, patch taken from upstream git.
+Patch5: libtracker-fts-ICU-complx-locale.patch
 BuildRequires:  NetworkManager-devel >= 0.8
 BuildRequires:  enca-devel
 BuildRequires:  fdupes
@@ -520,6 +522,7 @@
 %endif
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 cp %{S:1} src/miners/flickr/README.SUSE
 cp %{S:2} src/miners/rss/README.SUSE
 

++ libtracker-fts-ICU-complx-locale.patch ++
>From 48713ba26af38a15a97fc7ebb0828cd287ef2447 Mon Sep 17 00:00:00 2001
From: Alexandre Rostovtsev 
Date: Fri, 20 Jul 2012 14:46:33 +
Subject: libtracker-fts: ICU cannot handle complex locale descriptions

ubrk_open expects the name of just a single locale (e.g. "en_US.UTF-8"),
not the full definition of your various locale variables and their
values as returned by glibc's setlocale(LC_ALL, NULL).

Instead, limit ourselves to LC_CTYPE, since after all, that's all we
need to determine word boundaries.

Fixes GB#675660.
---
diff --git a/src/libtracker-fts/tracker-parser-libicu.c 
b/src/libtracker-fts/tracker-parser-libicu.c
index 7388f69..69f75ed 100644
--- a/src/libtracker-fts/tracker-parser-libicu.c
+++ b/src/libtracker-fts/tracker-parser-libicu.c
@@ -676,7 +676,7 @@ tracker_parser_reset (TrackerParser *parser,
 
/* Open word-break iterator */
parser->bi = ubrk_open(UBRK_WORD,
-  setlocale (LC_ALL, NULL),
+  setlocale (LC_CTYPE, NULL),
   parser->utxt,
   parser->utxt_size,
   &error);
--
cgit v0.9.0.2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2012-07-12 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2012-07-12 14:55:43

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2012-07-10 
13:43:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2012-07-12 14:55:48.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 10 13:05:56 UTC 2012 - co...@suse.com
+
+- Version the tracker BuildRequires when building tracker-extras:
+  tracker-extras.spec needs to build *after* tracker version
+  updates.
+
+---
tracker.changes: same change



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.YLmJEc/_old  2012-07-12 14:55:50.0 +0200
+++ /var/tmp/diff_new_pack.YLmJEc/_new  2012-07-12 14:55:50.0 +0200
@@ -116,7 +116,7 @@
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 %else
 # For directory ownership and removing files in %%install
-BuildRequires:  tracker
+BuildRequires:  tracker = %{version}
 BuildRequires:  tracker-devel
 BuildRequires:  tracker-miner-files
 %endif # !build_extras

tracker.spec: same change

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2012-07-10 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2012-07-10 13:43:17

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2012-05-22 
10:10:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2012-07-10 13:43:19.0 +0200
@@ -1,0 +2,20 @@
+Fri Jul  6 16:45:14 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.14.2:
+  + tracker-extract: Fix compilation of Qt Media Art backend
+  + tracker-extract-gstreamer: Fix invalid pointer access from
+gst_tag_list_get_string() use
+  + tracker-miner-fs:
+- Remove failed extractions from queues if
+  g_file_query_info_async() fails.
+- Removed unused code for dir config root Quark
+  + Bugs fixed:
+- bgo#676437: TrackerMinerFS: priv->extraction_timer can't be
+  NULL when we update miner progress
+- bgo#676153: Crash on USB removal during crawling
+- bgo#676435: Infinite loop in miner
+- bgo#679313, bgo#674869, bgo#676516, bgo#676213, bgo#675431,
+  bgo#676849, bgo#676433, bgo#676514, bgo#675437.
+  + Updated translations.
+
+---
tracker.changes: same change

Old:

  tracker-0.14.1.tar.xz

New:

  tracker-0.14.2.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.0RNEzs/_old  2012-07-10 13:43:23.0 +0200
+++ /var/tmp/diff_new_pack.0RNEzs/_new  2012-07-10 13:43:23.0 +0200
@@ -49,7 +49,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:0.14.1
+Version:0.14.2
 Release:0
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
 License:GPL-2.0+

++ tracker.spec ++
--- /var/tmp/diff_new_pack.0RNEzs/_old  2012-07-10 13:43:23.0 +0200
+++ /var/tmp/diff_new_pack.0RNEzs/_new  2012-07-10 13:43:23.0 +0200
@@ -48,7 +48,7 @@
 
 Name:   tracker
 %define _name   tracker
-Version:0.14.1
+Version:0.14.2
 Release:0
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
 License:GPL-2.0+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2012-05-22 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2012-05-22 10:10:49

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2012-03-29 
14:07:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2012-05-22 10:10:51.0 +0200
@@ -1,0 +2,44 @@
+Thu May  3 19:38:54 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.14.1:
+  + New Feature: tracker-sandbox, to help with development
+  + libtracker-common: Set G_MESSAGES_DEBUG when verbosity > 2
+  + libtracker-sparql: Set G_MESSAGES_DEBUG when verbosity > 2
+  + libtracker-miner:
+- Don't abort() if none file:// URI themes are used
+- Fix unit tests with GLib 2.28
+  + tracker-extract: Add 'max-media-art-width' config option
+  + tracker-extract-oasis:
+- Support Libreoffice graphic/drawing files (*.odg)
+- Simplify text extraction and retrieve more content for ODT
+  files
+  + tracker-miner-fs: Do not index non-eligible mount points on
+startup
+  + tracker-needle: Fix typo when toggling tags fails
+  + build: Error gracefully in autogen.sh when valac is not
+installed
+  + Bugs fixed: bgo#672308, bgo#672415.
+  + Updated translations.
+- Add tracker-evo-implicit.patch: Include additional header in
+  order to have all the required evo symbols available.
+- Manually create %{buildroot}%{_datadir}/tracker/icons/ in install
+  of tracker.spec, so that it's owned by the tracker subpackage,
+  and other subpackages built from tracker-extras.spec don't have
+  issues with an unowned directory.
+- Fix the fact that tracker libraries require the tracker package,
+  because of private libraries shipped in the tracker package; this
+  effectively made tracker uninstallable (bnc#724554):
+  + Split private libraries from %{_libdir}/tracker-0.14 to
+separate package libtracker-common-0_14-0. This does not
+exactly match the SLPP, as the soname of the library is
+libtracker-common.so.0 (name which is consistent across
+versions, but the libraries are in a versioned folder, which
+guarantees parallel installability of different versions.
+  + Add explicit libtracker-common-0_14-0 Requires to
+libtracker-extract-0_14-0, libtracker-miner-0_14-0 and
+libtracker-sparql-0_14-0: the Requires autodetection for
+libraries will be libtracker-common.so.0, but this will exist
+for several versions of tracker. So we need to help rpm with an
+explicit Requires on the right version of the package.
+
+---
tracker.changes: same change

Old:

  tracker-0.14.0.tar.xz

New:

  tracker-0.14.1.tar.xz
  tracker-evo-implicit.patch



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.au50p6/_old  2012-05-22 10:10:53.0 +0200
+++ /var/tmp/diff_new_pack.au50p6/_new  2012-05-22 10:10:53.0 +0200
@@ -49,7 +49,7 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:0.14.0
+Version:0.14.1
 Release:0
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
 License:GPL-2.0+
@@ -64,6 +64,8 @@
 Patch2: tracker-fix-include-sched-idle.patch
 # PATCH-FIX-UPSTREAM tracker-libgrss-0.5.patch bgo#671751 dims...@opensuse.org 
-- Support and Require libgrss-0.5
 Patch3: tracker-libgrss-0.5.patch
+# PATCH-FIX-UPSTREAM tracker-evo-implicit.patch bgo#675413 
dims...@opensuse.org -- Include email-backend.h; fixes brp checks.
+Patch4: tracker-evo-implicit.patch
 BuildRequires:  NetworkManager-devel >= 0.8
 BuildRequires:  enca-devel
 BuildRequires:  fdupes
@@ -180,9 +182,27 @@
 
 This package contains a miner to index files and applications.
 
+# This package name is not correct as per SLPP, but the 'lib' lives in a
+# private folder: the symbol provided is libtracker-common.so.0() (same
+# name across multiple versions of tracker).
+# Yet, different libtracker-miner-* packages require their explicit
+# version of libtracker-common.so.0 as they link is done using rpath.
+%package -n libtracker-common-0_14-0
+Summary:Conveniance libraries for Tracker
+Group:  System/Libraries
+
+%description -n libtracker-common-0_14-0
+Tracker is a powerful desktop-neutral first class object
+database, tag/metadata database, search tool and indexer.
+
+This package contains private conveniance libraries for the
+various tracker libraries.
+
 %package -n libtracker-ext

commit tracker for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2012-03-29 14:07:15

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2012-01-24 
12:23:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2012-03-29 14:07:19.0 +0200
@@ -1,0 +2,61 @@
+Fri Mar  9 21:10:27 UTC 2012 - dims...@opensuse.org
+
+- Add tracker-libgrss-0.5.patch: Support and require libgrss 0.5.
+- Add libtool BuildRequires and call to autoreconf, as above patch
+  touches the build system.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+
+---
+Thu Mar  8 20:55:05 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.14.0:
+  + firefox, thunderbird:
+- Do not crash recent versions of Firefox/Thunderbird
+- Use tracker 0.14 libraries
+- Mark the plugins as compatible with newer versions of
+  Firefox/Thunderbird
+  + tracker-extract: Use ISO volume ID as title for unknown OS
+  + tracker-miner-evolution: build fixes
+  + tracker-miner-flickr, tracker-miner-rss: Do not autostart the
+miners on login
+  + tracker-miner-fs: Handle absolute paths in ignored dirs
+  + tracker-needle: Order results properly
+  + Other code changes.
+  + Updated translations.
+- Re-enable evo-plugin: %define build_evo 1.
+
+---
+Wed Feb 15 20:47:32 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.13.1:
+  + New Feature: ISO file extractor
+  + Fix build with glib 2.31
+  + Various other build fixes
+  + libtracker-common: Add new function tracker_file_open_fd()
+  + libtracker-data: Fix dead code with disabled journal
+  + libtracker-miner:
+- Don't send sparql to tracker-store for missing/cancelled
+  files
+- Ensure we deal with the canonical copy on ::directory-removed
+- Improve logging
+  + libtracker-extract:
+- Do not use tracker_coalesce_strip on constant strings in unit
+  tests
+- Don't build EXIF tests if we don't have support enabled
+  + tracker-store: Print warning if unable to initialize statistics
+  + tracker-miner-fs:
+- Fix crash when SIGTERM happens before mainloop is available
+- Don't index removable media on initial index if disabled
+  + tracker-extract-msoffice: Add debugging aid for when opening
+file fails
+  + ttl2sgml: Do not call fclose if file is NULL
+  + Bugs fixed: bgo#669546, bgo#54, bgo#666410, bgo#78,
+bgo#666372, bgo#667786, bgo#667787, nokia#286488, nokia#289635,
+nokia#296009, nokia#290406
+  + Updated translations.
+- Add libosinfo-devel BuildRequires for the new ISO extractor.
+- Add libcue-devel BuildRequires to allow CUE sheet parsing, as we
+  now have this package in Factory.
+
+---
tracker.changes: same change

Old:

  tracker-0.13.0.tar.xz

New:

  tracker-0.14.0.tar.xz
  tracker-libgrss-0.5.patch



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.LMIDNG/_old  2012-03-29 14:07:21.0 +0200
+++ /var/tmp/diff_new_pack.LMIDNG/_new  2012-03-29 14:07:21.0 +0200
@@ -30,7 +30,7 @@
 %define build_thunderbird 0
 %else
 %define build_applet 1
-%define build_evo 0
+%define build_evo 1
 %define build_firefox 1
 %define build_gui 1
 %define build_miner_flickr 1
@@ -49,21 +49,21 @@
 # Do not edit this auto generated file! Edit tracker.spec.
 Name:   tracker-extras
 %define _name   tracker
-Version:0.13.0
+Version:0.14.0
 Release:0
-# FIXME: Verify if the evolution plugin can be built again (define build_evo 1 
in build_extras section)
-# FIXME: missing pkgconfig(libcue) BuildRequires: we don't have this 
packaged...
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
 License:GPL-2.0+
 Group:  Productivity/Other
 Url:http://projects.gnome.org/tracker/
-Source0:
http://download.gnome.org/sources/tracker/0.13/%{_name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/tracker/0.14/%{_name}-%{version}.tar.xz
 Source1:README.SUSE.flickr
 Source2:README.SUSE.rss
 # PATCH-FIX-OPENSUSE tracker-removeable-media-off.patch bgo622288 
badshah...@gmail.com -- Disable indexing on removable media by default. This is 
only needed for 11.4 and earlier, as 12.1 and later have proper default values 
in GSettings.
 Patch1: tracker-removeable-m

commit tracker for openSUSE:Factory

2012-01-24 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2012-01-24 12:23:29

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2012-01-06 
11:46:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2012-01-24 12:23:30.0 +0100
@@ -1,0 +2,31 @@
+Thu Jan 19 08:48:55 UTC 2012 - vu...@opensuse.org
+
+- Add libjpeg-devel BuildRequires for non-extras builds to build
+  JPEG support in extractors.
+
+---
+Fri Dec 16 11:12:46 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.13.0:
+  + New Feature: CUE sheet parsing is now supported
+  + libtracker-common: New env var TRACKER_USE_CONFIG_FILES to
+output ini files instead of use GSettings is available
+  + libtracker-miner:
+- Updated TrackerMinerFS (breaks API/ABI)
+- Introducing TrackerIndexingTree (to use with TrackerMinerFS)
+- Albumart renamed to Media art and refactored
+  + tracker-miner-fs: Refactored, mtime checks are +50% faster and
+indexing slightly improved
+  + Removed GLib unicode parser: it was sub-optimal and unused.
+  + Many other fixes.
+  + Updted translations.
+- Drop tracker-g_thread.patch: fixed upstream.
+- Change License tag to spdx identifier.
+- Rename library packages from *-0_12-0 to *-0_14-0. following
+  upstream SONAME changes.
+- Split typelib files out into typelib-1_0-Tracker-0_14,
+  typelib-1_0-TrackerExtract-0_14 and
+  typelib-1_0-TrackerMiner-0_14 subpackages.
+- Add Requires for new typelib subpackages to devel subpackage.
+
+---
@@ -6 +37 @@
-  needs to catch up on this again,
+  needs to catch up on this again.
tracker.changes: same change

Old:

  tracker-0.12.8.tar.xz
  tracker-g_thread.patch

New:

  tracker-0.13.0.tar.xz



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.7UQhut/_old  2012-01-24 12:23:33.0 +0100
+++ /var/tmp/diff_new_pack.7UQhut/_new  2012-01-24 12:23:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tracker-extras
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Luis Medinas, Portugal
 #
 # All modifications and additions to the file contributed by third parties
@@ -47,26 +47,23 @@
 %define thunderbird_appid  \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
 
 # Do not edit this auto generated file! Edit tracker.spec.
-
 Name:   tracker-extras
 %define _name   tracker
-Version:0.12.8
-Release:1
+Version:0.13.0
+Release:0
 # FIXME: Verify if the evolution plugin can be built again (define build_evo 1 
in build_extras section)
 # FIXME: missing pkgconfig(libcue) BuildRequires: we don't have this 
packaged...
-License:GPLv2+
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
-Url:http://projects.gnome.org/tracker/
+License:GPL-2.0+
 Group:  Productivity/Other
-Source0:
http://download.gnome.org/sources/tracker/0.12/%{_name}-%{version}.tar.xz
+Url:http://projects.gnome.org/tracker/
+Source0:
http://download.gnome.org/sources/tracker/0.13/%{_name}-%{version}.tar.xz
 Source1:README.SUSE.flickr
 Source2:README.SUSE.rss
 # PATCH-FIX-OPENSUSE tracker-removeable-media-off.patch bgo622288 
badshah...@gmail.com -- Disable indexing on removable media by default. This is 
only needed for 11.4 and earlier, as 12.1 and later have proper default values 
in GSettings.
 Patch1: tracker-removeable-media-off.patch
 # PATCH-FIX-OPENSUSE tracker-fix-include-sched-idle.patch 
malcolmle...@opensuse.org -- Add linux/sched.h to includes for 11.4 only for 
the location of SCHED_IDLE. This is only needed for 11.4 and earlier.
 Patch2: tracker-fix-include-sched-idle.patch
-# PATCH-FIX-UPSTREAM tracker-g_thread.patch dims...@opensuse.org -- Remobe 
g_thread_init calls. Patch taken from upstream git.
-Patch3: tracker-g_thread.patch
 BuildRequires:  NetworkManager-devel >= 0.8
 BuildRequires:  enca-devel
 BuildRequires:  fdupes
@@ -103,6 +100,7 @@
 BuildRequires:  libgupnp-dlna-devel >= 0.5
 %endif
 BuildRequires:  libiptcdata-devel
+BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libpoppler-glib-devel
 BuildRequires:  libtiff-devel
@@ -169,7 +167,6 @@
 %if !%{build_extras}
 
 %package -n %{_name}-miner-files

commit tracker for openSUSE:Factory

2012-01-06 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2012-01-06 11:46:55

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2011-10-29 
06:50:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2012-01-06 11:46:57.0 +0100
@@ -1,0 +2,72 @@
+Fri Dec  2 01:11:48 UTC 2011 - dims...@opensuse.org
+
+- Disable evo plugins for now: %define build_evo 0:
+  e-d-s had some major API changes on the camel store and tracker
+  needs to catch up on this again,
+
+---
+Sat Nov 26 17:48:05 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.12.8:
+  + New feature: Added userguide miner
+  + libtracker-data: Ensure that fn:timezone-from-dateTime
+returns an integer
+  + libtracker-extract:
+- Do not leak GUnixFDList on errors getting metadata
+- Call g_simple_async_result_complete*() for all error
+  conditions too getting metadata
+  + libtracker-miner: Avoid blocking other SPARQL buffers from
+being able to process update arrays
+  + tracker-extract:
+- Do not close FDs more than once for GIF, TIFF and TEXT
+  extractors
+- Fixed possible leak TrackerExtractInfos
+  + tracker-extract-albumart: Fixed memory leak with Pixbuf loader
+  + tracker-extract-pdf:
+- Fixed leak Poppler actions when reading TOC
+- Fixed uninitialised read warnings in Valgrind
+  + tracker-needle:
+- Require GTK+ 3.0 in glade file
+- Now display and allow editing of tags in the tag view
+- Now find tags as well as other results with search criteria
+  + Bugs fixed: nokia#285537, nokia#291569, nokia#292744,
+nokia#290406, nokia#285426, nokia#290165, nokia#290480,
+nokia#291088, nokia#290814, nokia#290249, nokia#289953,
+nokia#289635, nokia#286656, nokia#286610, nokia#284591,
+nokia#288530
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Add tracker-g_thread.patch: Remove g_thread_init calls.
+
+---
+Mon Nov  7 00:19:00 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.12.7:
+  + libtracker-miner:
+- Use a cancellable per crawled directory
+- Improve logging of sparql errors
+  + tracker-extract-gstreamer: Handle streams with no tags
+  + tracker-writeback: Apply writeback handlers sequentially on a
+same file
+  + Updated tests.
+  + Bugs fixed: bgo#662364, nokia#287970, nokia#287972.
+  + Updated translations.
+- Changes from version 0.12.6:
+  + tracker-control:
+- Fix crash when unable to get miner pause details
+- Do not call g_object_unref on NULL in error case
+  + tracker-extract:
+- Also complete cancelled tasks
+- Fix uninitialized variable in albumart
+  + tracker-extract-text: Fix crash if unable to open file
+  + tracker-miner-fs: Fix uninitialized variable
+  + tracker-needle: Fix crash in result store
+  + tracker-preferences: Mark tooltips in tracker-preferences.ui
+for translation
+  + Updated tests.
+  + Bugs fixed: bgo#662099, nokia#286589, nokia#287278.
+  + Updated translations.
+
+---
tracker.changes: same change

Old:

  tracker-0.12.5.tar.bz2

New:

  tracker-0.12.8.tar.xz
  tracker-g_thread.patch



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.X1nrfE/_old  2012-01-06 11:46:59.0 +0100
+++ /var/tmp/diff_new_pack.X1nrfE/_new  2012-01-06 11:46:59.0 +0100
@@ -30,7 +30,7 @@
 %define build_thunderbird 0
 %else
 %define build_applet 1
-%define build_evo 1
+%define build_evo 0
 %define build_firefox 1
 %define build_gui 1
 %define build_miner_flickr 1
@@ -50,20 +50,23 @@
 
 Name:   tracker-extras
 %define _name   tracker
-Version:0.12.5
+Version:0.12.8
 Release:1
+# FIXME: Verify if the evolution plugin can be built again (define build_evo 1 
in build_extras section)
 # FIXME: missing pkgconfig(libcue) BuildRequires: we don't have this 
packaged...
 License:GPLv2+
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
 Url:http://projects.gnome.org/tracker/
 Group:  Productivity/Other
-Source0:
http://download.gnome.org/sources/tracker/0.12/%{_name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/tracker/0.12

commit tracker for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2011-10-29 06:50:01

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2011-10-29 
00:18:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2011-10-29 06:50:03.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct 28 19:39:58 UTC 2011 - vu...@opensuse.org
+
+- Fix previous change: usage of X-SuSE-ControlCenter-Personal
+  actually makes the build fail. Use X-SuSE-Core-System instead.
+
+---
@@ -5 +11 @@
-  suppress rpmlint warnings 
+  suppress rpmlint warnings.
tracker.changes: same change



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.dioZaI/_old  2011-10-29 06:50:04.0 +0200
+++ /var/tmp/diff_new_pack.dioZaI/_new  2011-10-29 06:50:04.0 +0200
@@ -540,7 +540,7 @@
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/tracker/miners/tracker-miner-rss.desktop
 %endif
 %if %{build_gui}
-%suse_update_desktop_file -r tracker-preferences System 
X-SuSE-ControlCenter-Personal 
+%suse_update_desktop_file -r tracker-preferences System X-SuSE-Core-System
 %suse_update_desktop_file tracker-needle DesktopUtility
 %endif
 %if %{build_thunderbird}

++ tracker.spec ++
--- /var/tmp/diff_new_pack.dioZaI/_old  2011-10-29 06:50:04.0 +0200
+++ /var/tmp/diff_new_pack.dioZaI/_new  2011-10-29 06:50:04.0 +0200
@@ -538,7 +538,7 @@
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/tracker/miners/tracker-miner-rss.desktop
 %endif
 %if %{build_gui}
-%suse_update_desktop_file -r tracker-preferences System 
X-SuSE-ControlCenter-Personal 
+%suse_update_desktop_file -r tracker-preferences System X-SuSE-Core-System
 %suse_update_desktop_file tracker-needle DesktopUtility
 %endif
 %if %{build_thunderbird}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package tracker for openSUSE:Factory checked 
in at 2011-10-28 19:44:59

Comparing /work/SRC/openSUSE:Factory/tracker (Old)
 and  /work/SRC/openSUSE:Factory/.tracker.new (New)


Package is "tracker", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/tracker/tracker-extras.changes   2011-10-16 
13:08:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes  
2011-10-29 00:18:00.0 +0200
@@ -1,0 +2,18 @@
+Fri Oct 28 14:09:18 UTC 2011 - badshah...@gmail.com
+
+- Replace category SystemSetup by X-SuSE-ControlCenter-Personal to
+  suppress rpmlint warnings 
+
+---
+Fri Oct 28 10:17:53 UTC 2011 - badshah...@gmail.com
+
+- Categorise tracker-gui as System Tools using
+  %suse_update_desktop_file to replace existing categories
+  (bnc#714333)
+
+---
+Fri Oct 14 15:39:40 UTC 2011 - fcro...@suse.com
+
+- Only enable thunderbird support for 12.1 or later.
+
+---
tracker.changes: same change



Other differences:
--
++ tracker-extras.spec ++
--- /var/tmp/diff_new_pack.VaeFD8/_old  2011-10-29 00:18:01.0 +0200
+++ /var/tmp/diff_new_pack.VaeFD8/_new  2011-10-29 00:18:01.0 +0200
@@ -36,7 +36,11 @@
 %define build_miner_flickr 1
 %define build_miner_rss 1
 %define build_nautilus 1
+%if 0%{?suse_version} > 1140
 %define build_thunderbird 1
+%else
+%define build_thunderbird 0
+%endif
 %endif
 
 %define firefox_appid  \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
@@ -536,7 +540,7 @@
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/tracker/miners/tracker-miner-rss.desktop
 %endif
 %if %{build_gui}
-%suse_update_desktop_file tracker-preferences X-SuSE-ControlCenter-Personal
+%suse_update_desktop_file -r tracker-preferences System 
X-SuSE-ControlCenter-Personal 
 %suse_update_desktop_file tracker-needle DesktopUtility
 %endif
 %if %{build_thunderbird}

++ tracker.spec ++
--- /var/tmp/diff_new_pack.VaeFD8/_old  2011-10-29 00:18:01.0 +0200
+++ /var/tmp/diff_new_pack.VaeFD8/_new  2011-10-29 00:18:01.0 +0200
@@ -36,7 +36,11 @@
 %define build_miner_flickr 1
 %define build_miner_rss 1
 %define build_nautilus 1
+%if 0%{?suse_version} > 1140
 %define build_thunderbird 1
+%else
+%define build_thunderbird 0
+%endif
 %endif
 
 %define firefox_appid  \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
@@ -534,7 +538,7 @@
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/tracker/miners/tracker-miner-rss.desktop
 %endif
 %if %{build_gui}
-%suse_update_desktop_file tracker-preferences X-SuSE-ControlCenter-Personal
+%suse_update_desktop_file -r tracker-preferences System 
X-SuSE-ControlCenter-Personal 
 %suse_update_desktop_file tracker-needle DesktopUtility
 %endif
 %if %{build_thunderbird}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2011-10-16 Thread h_root

Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Sun Oct 16 13:06:03 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/tracker/tracker-extras.changes 2011-10-14 
15:23:33.0 +0200
@@ -0,0 +1,1588 @@
+---
+Fri Oct 14 13:22:34 UTC 2011 - malcolmle...@opensuse.org
+
+- Add tracker-fix-include-sched-idle.patch to enable building on
+  11.4, where path of an include is different.
+
+---
+Fri Oct 14 10:19:18 UTC 2011 - vu...@opensuse.org
+
+- Split the build of tracker in two, with a new
+  tracker-extras.spec, in order to break the tracker/nautilus build
+  loop (and avoid future similar loops):
+  + in tracker.spec, build the basis of tracker: the command-line
+tools, the libraries, the devel subpackage and the files miner.
+  + in tracker-extras.spec, build addons that have extra
+dependencies: the panel applet, the evolution miner, the
+firefox plugin, the graphical tools, the flickr miner, the rss
+miner, the nautilus extension and the thunderbird miner.
+  + re-organize tracker.spec for this since tracker-extras.spec is
+generated from it.
+- Remove unneeded graphviz BuildRequires: this was only needed when
+  rebuilding the gtk-doc documentation.
+- Remove explicit glib2-devel Requires from devel subpackage: this
+  will automatically be added the pkgconfig() way.
+
+---
+Thu Oct 13 15:54:01 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.12.5:
+  + SPARQL:
+- Support DELETE WHERE {...}
+- Support SELECT (Expression AS Var) syntax
+  + tracker-extract-gstreamer: flag renamed from TAGS to
+LIGHTWEIGHT in GStreamer
+  + Build fix.
+  + Bugs fixed: bgo#655177, bgo#272997, nokia#285979, nokia#286103.
+  + Updated translations.
+
+---
+Mon Oct 10 08:12:21 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.12.4:
+  + libtracker-common:
+- Fixed missing include directive for utils tests
+- Disable configure.ac checks for ioprio_set()
+  + libtracker-data: Set journal_size_limit to 10 MB
+  + tracker-extract: Fixed critical when FD list is missing
+  + tracker-extract-oasis: Ignore empty values and invalid dates
+  + tracker-extract-gstreamer: Fixed division by zero
+  + tracker-extract-gif: Fixed file descriptor leak in error case
+  + tracker-extract-pdf: Fixed file descriptor leak in error cases
+  + tracker-miner-fs: Fixed theme icon URIs for application indexing
+  + firefox, thunderbird: Don't operate with tracker 0.10
+libraries, only 0.12
+  + functional-tests updates.
+  + Bugs fixed: bgo#647575, bgo#660350, bgo#659995, bgo#660589,
+bgo#660601, bgo#660123, bgo#657183, nokia#257478, nokia#284711,
+nokia#217566, nokia#285251.
+  + Updated translations.
+- Drop tracker-firefox-no-tracker-0.10.patch: fixed upstream.
+- Do not rebuild gtk-doc documentation:
+  + The tarball now correctly installs the documentation without a
+rebuild, except the ontology one. This is a good enough
+trade-off (as building requires some dependencies).
+  + Remove dia and gtk-doc BuildRequires.
+  + Stop passing --enable-gtk-doc to configure.
+
+---
+Thu Oct  6 15:23:58 UTC 2011 - vu...@opensuse.org
+
+- Change vala-devel BuildRequires to vala as vala-devel is an old
+  deprecated name (bnc#720908).
+
+---
+Thu Sep 29 10:08:38 UTC 2011 - vu...@opensuse.org
+
+- Add tracker-firefox-no-tracker-0.10.patch: do not try to use the
+  0.10 libraries in the Firefox extension as it makes Firefox
+  hang/crash.
+
+---
+Mon Sep 26 11:29:31 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.12.3:
+  + tracker-extract: Allow g_open() without O_NOATIME if -EPERM is
+returned
+  + tracker-extract-png: Handle raw profiles by Imagemagick encoded
+with line changes/twists
+  + tracker-preferences: Remove throttle implementation
+  + Bugs fixed: bgo#659422, nokia#283501.
+  + Updated translations.
+
+---
+Thu Sep 22 21:08:44 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.12.2:
+  + libtracker-common: Refactor tracker_file_open() which was buggy
+and should use O_NOATIME
+  + libtracker-data:
+- Drop all indexes before index recreation
+- Make index recreation less verbose
+  + libtracker-miner: Improve documentation for
+tracker_miner_manager_pause_for_process()
+  + libtracker-extract: Do not leak GMatchInfo objects
+  + tracker-miner-fs: Disable wake ups every 10 seconds by default
+(for disk space

commit tracker for openSUSE:Factory

2011-10-13 Thread h_root

Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Thu Oct 13 19:43:56 CEST 2011.




--- openSUSE:Factory/tracker/tracker.changes2011-10-13 12:34:09.0 
+0200
+++ /mounts/work_src_done/STABLE/tracker/tracker.changes2011-10-13 
17:58:11.0 +0200
@@ -1,0 +2,13 @@
+Thu Oct 13 15:54:01 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.12.5:
+  + SPARQL:
+- Support DELETE WHERE {...}
+- Support SELECT (Expression AS Var) syntax
+  + tracker-extract-gstreamer: flag renamed from TAGS to
+LIGHTWEIGHT in GStreamer
+  + Build fix.
+  + Bugs fixed: bgo#655177, bgo#272997, nokia#285979, nokia#286103.
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  tracker-0.12.4.tar.bz2

New:

  tracker-0.12.5.tar.bz2



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.YCzNDf/_old  2011-10-13 19:43:53.0 +0200
+++ /var/tmp/diff_new_pack.YCzNDf/_new  2011-10-13 19:43:53.0 +0200
@@ -23,7 +23,7 @@
 %define thunderbird_appid  \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
 
 Name:   tracker
-Version:0.12.4
+Version:0.12.5
 Release:1
 # FIXME: missing pkgconfig(libcue) BuildRequires: we don't have this 
packaged...
 License:GPLv2+

++ tracker-0.12.4.tar.bz2 -> tracker-0.12.5.tar.bz2 ++
openSUSE:Factory/tracker/tracker-0.12.4.tar.bz2 
/mounts/work_src_done/STABLE/tracker/tracker-0.12.5.tar.bz2 differ: char 11, 
line 1

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2011-10-13 Thread h_root

Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Thu Oct 13 12:27:49 CEST 2011.




--- openSUSE:Factory/tracker/tracker.changes2011-10-07 10:32:30.0 
+0200
+++ tracker/tracker.changes 2011-10-10 10:34:34.0 +0200
@@ -1,0 +2,29 @@
+Mon Oct 10 08:12:21 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.12.4:
+  + libtracker-common:
+- Fixed missing include directive for utils tests
+- Disable configure.ac checks for ioprio_set()
+  + libtracker-data: Set journal_size_limit to 10 MB
+  + tracker-extract: Fixed critical when FD list is missing
+  + tracker-extract-oasis: Ignore empty values and invalid dates
+  + tracker-extract-gstreamer: Fixed division by zero
+  + tracker-extract-gif: Fixed file descriptor leak in error case
+  + tracker-extract-pdf: Fixed file descriptor leak in error cases
+  + tracker-miner-fs: Fixed theme icon URIs for application indexing
+  + firefox, thunderbird: Don't operate with tracker 0.10
+libraries, only 0.12
+  + functional-tests updates.
+  + Bugs fixed: bgo#647575, bgo#660350, bgo#659995, bgo#660589,
+bgo#660601, bgo#660123, bgo#657183, nokia#257478, nokia#284711,
+nokia#217566, nokia#285251.
+  + Updated translations.
+- Drop tracker-firefox-no-tracker-0.10.patch: fixed upstream.
+- Do not rebuild gtk-doc documentation:
+  + The tarball now correctly installs the documentation without a
+rebuild, except the ontology one. This is a good enough
+trade-off (as building requires some dependencies).
+  + Remove dia and gtk-doc BuildRequires.
+  + Stop passing --enable-gtk-doc to configure.
+
+---

calling whatdependson for head-i586


Old:

  tracker-0.12.3.tar.bz2
  tracker-firefox-no-tracker-0.10.patch

New:

  tracker-0.12.4.tar.bz2



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.MAS2mY/_old  2011-10-13 12:27:36.0 +0200
+++ /var/tmp/diff_new_pack.MAS2mY/_new  2011-10-13 12:27:36.0 +0200
@@ -23,8 +23,9 @@
 %define thunderbird_appid  \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
 
 Name:   tracker
-Version:0.12.3
+Version:0.12.4
 Release:1
+# FIXME: missing pkgconfig(libcue) BuildRequires: we don't have this 
packaged...
 License:GPLv2+
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
 Url:http://projects.gnome.org/tracker/
@@ -32,16 +33,12 @@
 Source0:
http://download.gnome.org/sources/tracker/0.12/%{name}-%{version}.tar.bz2
 Source1:README.SUSE.flickr
 Source2:README.SUSE.rss
-# PATCH-FIX-UPSTREAM tracker-firefox-no-tracker-0.10.patch bgo#660123 
vu...@opensuse.org -- Don't try to use tracker 0.10 libraries from Firefox 
extension
-Patch0: tracker-firefox-no-tracker-0.10.patch
 # PATCH-FIX-OPENSUSE tracker-removeable-media-off.patch bgo622288 
badshah...@gmail.com -- Disable indexing on removable media by default. This is 
only needed for 11.4 and earlier, as 12.1 and later have proper default values 
in GSettings.
 Patch1: tracker-removeable-media-off.patch
 # It's a bit annoying to require those for the build, see bgo#655618.
 BuildRequires:  MozillaFirefox
 BuildRequires:  MozillaThunderbird
 BuildRequires:  NetworkManager-devel >= 0.8
-# Needed for the gtk-doc
-BuildRequires:  dia
 BuildRequires:  enca-devel
 %if 0%{?build_evo}
 BuildRequires:  evolution-data-server-devel
@@ -55,7 +52,6 @@
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  graphviz
 BuildRequires:  gstreamer-0_10-plugins-base-devel >= 0.10.31
-BuildRequires:  gtk-doc
 BuildRequires:  gtk3-devel
 BuildRequires:  intltool
 BuildRequires:  libexempi-devel
@@ -357,7 +353,6 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch0 -p1
 %if 0%{?suse_version} <= 1140
 %patch1 -p1
 %endif
@@ -372,7 +367,6 @@
  --enable-tracker-search-bar \
  --enable-tracker-preferences \
  --disable-functional-tests \
- --enable-gtk-doc \
  
--with-firefox-plugin-dir="%{_datadir}/mozilla/extensions/%{firefox_appid}" \
  
--with-thunderbird-plugin-dir="%{_datadir}/mozilla/extensions/%{thunderbird_appid}"
 %__make %{?_smp_mflags} V=1
@@ -594,7 +588,6 @@
 %{_datadir}/gtk-doc/html/libtracker-miner/
 %{_datadir}/gtk-doc/html/libtracker-extract/
 %{_datadir}/gtk-doc/html/libtracker-sparql
-%{_datadir}/gtk-doc/html/ontology/
 %dir %{_datadir}/vala
 %dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/*.deps

++ tracker-0.12.3.tar.bz2 -> tracker-0.12.4.tar.bz2 ++
openSUSE:Factory/tracker/tracker-0.12.3.tar.bz2 tracker/tracker-0.12.4.tar.bz2 
differ: char 11, line 1

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-c

commit tracker for openSUSE:Factory

2011-10-07 Thread h_root

Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Fri Oct 7 10:32:34 CEST 2011.




--- openSUSE:Factory/tracker/tracker.changes2011-10-02 11:17:13.0 
+0200
+++ /mounts/work_src_done/STABLE/tracker/tracker.changes2011-10-06 
17:35:17.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  6 15:23:58 UTC 2011 - vu...@opensuse.org
+
+- Change vala-devel BuildRequires to vala as vala-devel is an old
+  deprecated name (bnc#720908).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.0QwqGG/_old  2011-10-07 10:32:29.0 +0200
+++ /var/tmp/diff_new_pack.0QwqGG/_new  2011-10-07 10:32:29.0 +0200
@@ -84,7 +84,7 @@
 BuildRequires:  totem-pl-parser-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  vala-devel >= 0.12.0
+BuildRequires:  vala >= 0.12.0
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(gee-1.0)
 BuildRequires:  pkgconfig(libnautilus-extension)

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2011-10-02 Thread h_root

Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Sun Oct 2 11:17:14 CEST 2011.




--- openSUSE:Factory/tracker/tracker.changes2011-09-23 12:48:58.0 
+0200
+++ /mounts/work_src_done/STABLE/tracker/tracker.changes2011-09-29 
12:10:03.0 +0200
@@ -1,0 +2,48 @@
+Thu Sep 29 10:08:38 UTC 2011 - vu...@opensuse.org
+
+- Add tracker-firefox-no-tracker-0.10.patch: do not try to use the
+  0.10 libraries in the Firefox extension as it makes Firefox
+  hang/crash.
+
+---
+Mon Sep 26 11:29:31 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.12.3:
+  + tracker-extract: Allow g_open() without O_NOATIME if -EPERM is
+returned
+  + tracker-extract-png: Handle raw profiles by Imagemagick encoded
+with line changes/twists
+  + tracker-preferences: Remove throttle implementation
+  + Bugs fixed: bgo#659422, nokia#283501.
+  + Updated translations.
+
+---
+Thu Sep 22 21:08:44 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.12.2:
+  + libtracker-common: Refactor tracker_file_open() which was buggy
+and should use O_NOATIME
+  + libtracker-data:
+- Drop all indexes before index recreation
+- Make index recreation less verbose
+  + libtracker-miner: Improve documentation for
+tracker_miner_manager_pause_for_process()
+  + libtracker-extract: Do not leak GMatchInfo objects
+  + tracker-miner-fs: Disable wake ups every 10 seconds by default
+(for disk space checks)
+  + tracker-extract-png: Handle raw profiles by Imagemagick encoded
+with line changes/twists
+  + tracker-extract: Use O_NOATIME for TEXT, XMP, PDF, TIFF, GIF,
+MSOFFICE, ODF ABW and FLAC files
+  + tracker-writeback:
+- Propagate all errors of writeback over DBus
+- Handle if there's no module for the passed rdf types
+  + tracker-control: Don't finalize TrackerMinerManager with
+--pause-for-process causing it to break
+  + tracker-preferences: Use one list for locations and add XDG
+toggle buttons
+  + Bugs fixed: bgo#659806, bgo#659470, bgo#659620, nokia#276653,
+nokia#282957, nokia#282541.
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  tracker-0.12.1.tar.bz2

New:

  tracker-0.12.3.tar.bz2
  tracker-firefox-no-tracker-0.10.patch



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.a4RmGc/_old  2011-10-02 11:17:08.0 +0200
+++ /var/tmp/diff_new_pack.a4RmGc/_new  2011-10-02 11:17:08.0 +0200
@@ -23,7 +23,7 @@
 %define thunderbird_appid  \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
 
 Name:   tracker
-Version:0.12.1
+Version:0.12.3
 Release:1
 License:GPLv2+
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
@@ -32,6 +32,8 @@
 Source0:
http://download.gnome.org/sources/tracker/0.12/%{name}-%{version}.tar.bz2
 Source1:README.SUSE.flickr
 Source2:README.SUSE.rss
+# PATCH-FIX-UPSTREAM tracker-firefox-no-tracker-0.10.patch bgo#660123 
vu...@opensuse.org -- Don't try to use tracker 0.10 libraries from Firefox 
extension
+Patch0: tracker-firefox-no-tracker-0.10.patch
 # PATCH-FIX-OPENSUSE tracker-removeable-media-off.patch bgo622288 
badshah...@gmail.com -- Disable indexing on removable media by default. This is 
only needed for 11.4 and earlier, as 12.1 and later have proper default values 
in GSettings.
 Patch1: tracker-removeable-media-off.patch
 # It's a bit annoying to require those for the build, see bgo#655618.
@@ -355,6 +357,7 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
 %if 0%{?suse_version} <= 1140
 %patch1 -p1
 %endif

++ tracker-0.12.1.tar.bz2 -> tracker-0.12.3.tar.bz2 ++
openSUSE:Factory/tracker/tracker-0.12.1.tar.bz2 
/mounts/work_src_done/STABLE/tracker/tracker-0.12.3.tar.bz2 differ: char 11, 
line 1

++ tracker-firefox-no-tracker-0.10.patch ++
>From 584e4a678b9b4b873ab8ac6cdc82b91b5b184df9 Mon Sep 17 00:00:00 2001
From: Martyn Russell 
Date: Thu, 29 Sep 2011 10:55:16 +0100
Subject: [PATCH] firefox: Don't try to load 0.10.x libraries, we're using APIs 
not available there

Fixes GB#660123.
---
 src/plugins/firefox/chrome/content/bindings.js |   12 +++-
 1 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/src/plugins/firefox/chrome/content/bindings.js 
b/src/plugins/firefox/chrome/content/bindings.js
index 87c2756..1c5dff2 100644
--- a/src/plugins/firefox/chrome/content/bindings.js
+++ b/src/plugins/firefox/chrome/content/bindings.js
@@ -2,7 +2,7 @@ if (!org.bustany.TrackerFox.TrackerSparql || 
!org.bustany.TrackerFox.TrackerSpar
 org.bustany.TrackerFox.TrackerSparql = {
_

commit tracker for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Mon Sep 19 21:39:40 CEST 2011.




--- GNOME/tracker/tracker.changes   2011-09-09 14:20:40.0 +0200
+++ /mounts/work_src_done/STABLE/tracker/tracker.changes2011-09-16 
10:58:06.0 +0200
@@ -1,0 +2,25 @@
+Fri Sep 16 07:48:07 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.12.1:
+  + libtracker-data: Support removing rdfs:subPropertyOf in
+ontology
+  + libtracker-miner:
+- Export TrackerTask* and TrackerPriority* API for new unit
+  tests
+- Check to turn create + delete events into noop was wrong in
+  check_item_queues()
+  + libtracker-extract: Fix Regions of Interest SPARQL generated
+from metadata
+  + tracker-miner-fs: Avoid trying to parse directories as desktop
+files
+  + Bugs fixed:
+- bgo#659062: Shouldn't index removable media devices by
+  default
+- bgo#659063: Should enable indexing on battery by default
+- bgo#651815, bgo#658645, bgo#658706, bgo#658787, nokia#282190,
+  nokia#282393, nokia#277052, nokia#281335.
+  + Updated translations.
+- Remove dbus-1-glib-devel: the dependency has been removed
+  upstream.
+
+---

Package does not exist at destination yet. Using Fallback GNOME/tracker
Destination is tracker
calling whatdependson for head-i586


Old:

  tracker-0.12.0.tar.bz2

New:

  tracker-0.12.1.tar.bz2



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.UTIJXJ/_old  2011-09-19 21:39:34.0 +0200
+++ /var/tmp/diff_new_pack.UTIJXJ/_new  2011-09-19 21:39:34.0 +0200
@@ -23,7 +23,7 @@
 %define thunderbird_appid  \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
 
 Name:   tracker
-Version:0.12.0
+Version:0.12.1
 Release:1
 License:GPLv2+
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
@@ -38,7 +38,6 @@
 BuildRequires:  MozillaFirefox
 BuildRequires:  MozillaThunderbird
 BuildRequires:  NetworkManager-devel >= 0.8
-BuildRequires:  dbus-1-glib-devel
 # Needed for the gtk-doc
 BuildRequires:  dia
 BuildRequires:  enca-devel

++ tracker-0.12.0.tar.bz2 -> tracker-0.12.1.tar.bz2 ++
GNOME/tracker/tracker-0.12.0.tar.bz2 
/mounts/work_src_done/STABLE/tracker/tracker-0.12.1.tar.bz2 differ: char 11, 
line 1






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2011-09-13 Thread h_root

Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Tue Sep 13 12:33:54 CEST 2011.




--- GNOME/tracker/tracker.changes   2011-09-05 11:10:46.0 +0200
+++ /mounts/work_src_done/STABLE/tracker/tracker.changes2011-09-09 
14:20:40.0 +0200
@@ -1,0 +2,22 @@
+Fri Sep  9 11:41:04 UTC 2011 - vu...@opensuse.org
+
+- Update to version 0.12.0:
+  + New Feature:
+- Region of interest support in image formats (for example
+  tagging people in images)
+  + libtracker-common: Do not delete old log files when starting
+components
+  + tracker-miner-fs:
+- Improve query performance for updating tracker:available on
+  mounting
+- Handle desktop files of Type=Link
+- Support local (in $HOME) XDG directories for desktop files
+  + tracker-control: Added --set-log-verbsosity to change component
+log verbosity
+  + Various bug fixes.
+- Remove sed hack from %build to disable call to
+  update-desktop-database on "make install": fixed upstream.
+- Change build_evo macro to 1, to build the evolution miner now
+  that it has been ported to new evolution.
+
+---

calling whatdependson for head-i586


Old:

  tracker-0.11.2.tar.bz2

New:

  tracker-0.12.0.tar.bz2



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.SM8qWg/_old  2011-09-13 12:33:47.0 +0200
+++ /var/tmp/diff_new_pack.SM8qWg/_new  2011-09-13 12:33:47.0 +0200
@@ -17,21 +17,19 @@
 #
 
 
-%define build_evo 0%{?suse_version} <= 1140
+%define build_evo 1
 
 %define firefox_appid  \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
 %define thunderbird_appid  \{3550f703-e582-4d05-9a08-453d09bdfdc6\}
 
 Name:   tracker
-Version:0.11.2
+Version:0.12.0
 Release:1
-# FIXME: on update, check if we can re-enable the evo miner for Factory, see 
bgo#653517 (last check: 0.11.2)
-# FIXME: on update, check if the sed hack in %%build is still needed (see 
bgo#658232) (last check: 0.11.2)
 License:GPLv2+
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
 Url:http://projects.gnome.org/tracker/
 Group:  Productivity/Other
-Source0:
http://download.gnome.org/sources/tracker/0.11/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/tracker/0.12/%{name}-%{version}.tar.bz2
 Source1:README.SUSE.flickr
 Source2:README.SUSE.rss
 # PATCH-FIX-OPENSUSE tracker-removeable-media-off.patch bgo622288 
badshah...@gmail.com -- Disable indexing on removable media by default. This is 
only needed for 11.4 and earlier, as 12.1 and later have proper default values 
in GSettings.
@@ -52,7 +50,7 @@
 BuildRequires:  flac-devel
 BuildRequires:  gcc-c++
 BuildRequires:  giflib-devel
-BuildRequires:  glib2-devel
+BuildRequires:  glib2-devel >= 2.28.0
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  graphviz
 BuildRequires:  gstreamer-0_10-plugins-base-devel >= 0.10.31
@@ -365,8 +363,6 @@
 cp %{S:2} src/miners/rss/README.SUSE
 
 %build
-# See bgo#658232
-sed -i "s:update-desktop-database:/bin/true:g" 
src/plugins/thunderbird/Makefile*
 %configure \
  --enable-libvorbis \
  --enable-libflac \

++ tracker-0.11.2.tar.bz2 -> tracker-0.12.0.tar.bz2 ++
GNOME/tracker/tracker-0.11.2.tar.bz2 
/mounts/work_src_done/STABLE/tracker/tracker-0.12.0.tar.bz2 differ: char 11, 
line 1






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2011-09-09 Thread h_root

Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Fri Sep 9 11:56:18 CEST 2011.




--- GNOME/tracker/tracker.changes   2011-07-06 23:00:08.0 +0200
+++ /mounts/work_src_done/STABLE/tracker/tracker.changes2011-09-05 
11:10:46.0 +0200
@@ -1,0 +2,124 @@
+Tue Aug 23 07:05:43 UTC 2011 - andrea.turr...@gmail.com
+
+- Fixed typos in descriptions.
+
+---
+Wed Aug 17 17:45:58 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.11.2:
+  + Build system:
+- Bump tracker_api_version to 0.12 but keep major/minor as 0.11
+- --with-gstreamer-backend=[tagreadbin,decodebin2,discoverer]
+  switches
+  + libtracker-extract:
+- Don't install examples/ rules mock up
+- Added some debugging to know what rules files are loaded
+  + tracker-extract:
+- Make sure we check filtered modules for dbus calls too
+- Improve checks for mimetype guessing
+- Improve debugging for filtered modules and mime guessing
+- Fix --force-module for commandline extraction
+- Make JPEG module handle DLNA profiles
+- Make PNG module handle DLNA profiles
+- Make MP3 module handle DLNA profiles
+- Let gstreamer extractor handle 'dlna/*' mimetypes
+  + tracker-extract-gstreamer:
+- Compiler warning fixes and code refactoring
+- Assume UTC for dates
+  + tracker-miner-fs: Disable writeback by default
+  + tracker-miner-flickr: Remove deprecated Encoding key in desktop
+file
+  +tracker-needle:
+- Avoid g_markup_escape_text() critical with NULL
+- Show email subject as primary information not sender
+- Fix build with Vala master
+  + thunderbird:
+- Add desktop file so needle opens email on activation
+- Use asynchronous connection opening to avoid blocking the UI
+- Don't break on consecutive make installs, use -f with ln
+  + firefox:
+- Use asynchronous connection opening to avoid blocking the UI
+- Raise compatibility level to 5.0.*
+- Don't break on consecutive make installs, use -f with ln
+  + Bugs fixed: bgo#655987, bgo#655789, bgo#655701, bgo#654441,
+nokia#247468.
+  + Updated translations.
+- Drop tracker-fix-build-system.patch: fixed upstream.
+- Remove autoreconf call in build section: no patch touches the
+  build system anymore.
+- Add hack to replace update-desktop-database in trackerbird
+  Makefiles to point to /bin/true. During build, we can not update
+  the desktop database.
+- Add %desktop_database_post/%desktop_database_postun in
+  %post/%postun of miner-thunderbird subpackages now that it
+  %contains a .desktop file.
+- Rename library sub-packages following the upstream API name bump.
+
+---
+Sat Jul 30 10:03:27 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.11.1:
+  + New Features:
+- Firefox >= 4.0 support
+- Thunderbird >= 5.0 support
+- Add --disable-journal configure option, previously it didn't
+  exist
+  + Ontology: Set tracker:writeback true for nfo:Heading
+  + SPARQL: Add support for HAVING and COALESCE
+  + libtracker-data:
+- Fix leak in db_get_locale
+- Do not print critical if db-locale.txt does not exist
+- Switch to manual SQLite WAL checkpointing in a separate
+  thread
+- Make sure we don't leak sql_dir on multiple _init() calls
+  + libtracker-miner:
+- Translate monitor events CREATE(a)+MOVE(a->b)=UPDATE(b)
+- Make sure status is set to 'Idle' on object construction
+- Fix inconsistent status with progress signals
+- Fix -0.00 progress being reported
+- Make sure "Processing..." is 2% or higher in progress
+  + libtracker-extract:
+- Use nfo:heading instead of nmm:direction
+- Support extraction of EXIF/XMP GPS information for images
+- Ignore keywords containing invalid UTF-8
+- Do not use G_CONST_RETURN
+  + tracker-store:
+- Check XDG directories after initializing log to reduce start
+  up stdout spam
+- Improve UpdateArray performance
+  + tracker-extract:
+- MP3: Use guessed ID3v1 8-bit encoding also for ID3v2
+- Playlist: Limit playlists to 1000 entries
+- Handle RealMedia files with the GStreamer extractor
+  + tracker-writeback:
+- Refactor writeback so miner-fs performs more of the operation
+  itself
+- Deprecate IgnoreNextUpdate API
+- Support longitude, latitude and altitude information to XMP
+  files
+- Always clear existing XMP fields before updating metadata
+  + tracker-miner-fs: Check XDG directories after initializing log
+to reduce start up stdout spam
+  + tracker-control:
+- Added --pause-for-process for potentially crash worthy
+  processes
+- Fix crash when unable to get miner pause details
+  + tracker-search: Support bookmarks with -b or --bookmarks
+  + tracker-preferences: Fix apply button
+  + Bug fixes: bgo#654653, 

commit tracker for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Fri Jul 8 09:39:06 CEST 2011.




--- GNOME/tracker/tracker.changes   2011-07-04 18:36:05.0 +0200
+++ /mounts/work_src_done/STABLE/tracker/tracker.changes2011-07-06 
23:00:08.0 +0200
@@ -1,0 +2,8 @@
+Wed Jul  6 22:58:30 CEST 2011 - vu...@opensuse.org
+
+- Apply tracker-removeable-media-off.patch on 11.4 and earlier
+  only: this setting is available in GSettings, and the
+  gio-branding-openSUSE package available in 12.1 and later changes
+  the default value.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.QtLlwP/_old  2011-07-08 09:38:32.0 +0200
+++ /var/tmp/diff_new_pack.QtLlwP/_new  2011-07-08 09:38:32.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   tracker
 Version:0.11.0
-Release:1
+Release:3
 # FIXME: on update, check if we can re-enable the evo miner for Factory (last 
check: 0.11.0)
 License:GPLv2+
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
@@ -30,7 +30,7 @@
 Source0:%{name}-%{version}.tar.bz2
 Source1:README.SUSE.flickr
 Source2:README.SUSE.rss
-# PATCH-FIX-OPENSUSE tracker-removeable-media-off.patch bgo622288 
badshah...@gmail.com -- Disable indexing on removable media by default. See 
bgo#622288 for how it should be done properly.
+# PATCH-FIX-OPENSUSE tracker-removeable-media-off.patch bgo622288 
badshah...@gmail.com -- Disable indexing on removable media by default. This is 
only needed for 11.4 and earlier, as 12.1 and later have proper default values 
in GSettings.
 Patch1: tracker-removeable-media-off.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  dbus-1-glib-devel
@@ -317,7 +317,9 @@
 %prep
 %setup -q
 translation-update-upstream
+%if 0%{?suse_version} <= 1140
 %patch1 -p1
+%endif
 cp %{S:1} src/miners/flickr/README.SUSE
 cp %{S:2} src/miners/rss/README.SUSE
 






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2011-07-06 Thread h_root

Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Wed Jul 6 12:34:39 CEST 2011.




--- GNOME/tracker/tracker.changes   2011-05-28 15:24:27.0 +0200
+++ /mounts/work_src_done/STABLE/tracker/tracker.changes2011-07-04 
18:36:05.0 +0200
@@ -1,0 +2,76 @@
+Mon Jul  4 16:31:13 CEST 2011 - vu...@opensuse.org
+
+- Move tracker-miner-rss man page to the miner-rss subpackage,
+  where it belongs.
+
+---
+Tue Jun  7 23:26:27 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.11.0:
+  + Remove libtracker-client library.
+  + Replace GConf usage by GSettings.
+  + Add support for MeeGoTouch (for application extraction)
+  + libtracker-sparql: Remove deprecated drop_graph API
+  + tracker-extract:
+- Completely relicensed all modules and the extractor from GPL
+  to LGPL
+- Use two threads now for extraction, a controller and worker
+  thread
+- Refactored the module management so modules can state mimes
+  supported flexibly
+- Support extra string for WHERE patterns when calling modules
+- Much improvement to the logging
+- Added EPub extractor module
+  + tracker-control: Report remaining estimated time for each
+miner's progress
+  + Updated translations.
+- Drop libtracker-client-0_10-0 subpackage, following upstream
+  drop.
+- Rename the remaining lib* packages from -0_10 to -0_11 to follow
+  the library name changes.
+- Drop tracker-nautilus-extension-compile-gtk3.patch: fixed
+  upstream.
+- Introduce a build_evo define: evolution 3.1.1 is not supported
+  at the moment. For Factory, we don't build the miner-evolution
+  subpackage, and we add a Obsoletes for it to the main package for
+  smooth upgrades.
+- Use %glib2_gsettings_schema_requires, and add
+  %glib2_gsettings_schema_* calls to post/postun.
+- Move Tracker-0.10.typelib (Tracker-0.11.typelib) to the
+  libtracker-sparql-0_11-0 subpackage, as this is the library being
+  referenced by the .typelib file.
+
+---
+Mon Jun  6 09:24:48 CEST 2011 - vu...@opensuse.org
+
+- Update to version 0.10.16:
+  + libtracker-data: Fixed memory leak in
+tracker_class_reset_super_classes()
+  + libtracker-miner:
+- Honor auto_start parameter in
+  tracker_miner_manager_new_full()
+- Fixed test case for GKeyFile password provider which was
+  failing
+- Lower TrackerMinerFS idle priorities so timeouts, monitors,
+  etc are handled with more priority
+  + tracker-miner-fs:
+- Do not spam log on recursive monitors removal
+- Create bus names before touching sensitive files to avoid
+  race conditions
+- Make sure we unref applications and files_index miners on
+  start up failure
+  + tracker-extract: Added "CancelTask" method to be called from
+tracker-miner-fs
+  + tracker-control:
+- Fixed memory leak when getting pause details
+- Don't auto-start miners for pausing/resuming/listing/pause
+  details
+- Use full API to get miner manager and report errors
+- Free GError if getting TrackerMinerManager fails
+  + functional-tests: Support cases with AND without Upstart
+  + Bugs fixed: bgo#650804, nokia#18159, nokia#258488.
+  + Updated translations.
+- Drop our local copy of tracker-search-bar.1: it is now shipped in
+  the tarball again.
+
+---

calling whatdependson for head-i586


Old:

  tracker-0.10.15.tar.bz2
  tracker-nautilus-extension-compile-gtk3.patch
  tracker-search-bar.1

New:

  tracker-0.11.0.tar.bz2



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.CIBOaY/_old  2011-07-06 12:32:14.0 +0200
+++ /var/tmp/diff_new_pack.CIBOaY/_new  2011-07-06 12:32:14.0 +0200
@@ -17,11 +17,12 @@
 #
 
 
+%define build_evo 0%{?suse_version} <= 1140
 
 Name:   tracker
-Version:0.10.15
+Version:0.11.0
 Release:1
-# FIXME: Remove tracker-search-bar.1 from Source list again. This should be 
fixed with next update.
+# FIXME: on update, check if we can re-enable the evo miner for Factory (last 
check: 0.11.0)
 License:GPLv2+
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
 Url:http://projects.gnome.org/tracker/
@@ -29,18 +30,17 @@
 Source0:%{name}-%{version}.tar.bz2
 Source1:README.SUSE.flickr
 Source2:README.SUSE.rss
-Source3:tracker-search-bar.1
 # PATCH-FIX-OPENSUSE tracker-removeable-media-off.patch bgo622288 
badshah...@gmail.com -- Disable indexing on removable media by default. See 
bgo#622288 for how it should be done properly.
 Patch1: tracker-removeable-media-off.patch
-# PATCH-FIX-UPSTREAM tracker-nautilus-e

commit tracker for openSUSE:Factory

2011-05-31 Thread h_root

Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Tue May 31 13:36:03 CEST 2011.




--- GNOME/tracker/tracker.changes   2011-05-04 10:08:12.0 +0200
+++ /mounts/work_src_done/STABLE/tracker/tracker.changes2011-05-28 
15:24:27.0 +0200
@@ -1,0 +2,85 @@
+Sat May 28 14:57:35 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.10.15:
+  + libtracker-sparql: Fix deadlock on initialization error
+  + libtracker-miner:
+- Fixed c++ builds where headers use "private" keyword
+- Include missing header tracker-albumart.h in main header
+- Do not perform removed files check if crawling was cancelled
+  + tracker-store: Reenable signals after failing to load Turtle
+file
+  + tracker-extract: Improve logging around which module is used
+for extraction per file
+  + evolution:
+- Fixed completely broken status reporting as a miner
+- Don't send "Idle" status twice
+- Added debug logging to know if the module was loaded or not
+  on the command line
+  + Bugs fixed: nokia#254855, nokia#259000, nokia#244556,
+nokia#252898, nokia#258488, nokia#258459.
+
+---
+Sat May 28 00:36:35 CEST 2011 - vu...@opensuse.org
+
+- Mention the new --add-feed option of tracker-miner-rss in
+  README.SUSE.rss.
+
+---
+Mon May 23 14:30:20 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.10.14:
+  + libtracker-data:
+- Handle EINTR instead of EGAIN when writing journal
+- Delete empty file if unable to write journal header
+- Do not trigger a journal replay with invalid ontology
+  journals
+- Propagate errors for ontology transactions
+  + libtracker-bus: Support multiple bus connection objects
+  + libtracker-direct: Support multiple bus connection objects
+  + libtracker-sparql: Protect singleton weak pointer with mutex
+  + libtracker-miner: Cleanup media-art that isn't valid anymore
+every 30 minutes or so
+  + tracker-store: Improved error handling for Data.Manager.init
+  + functional-tests: Add UID::user and GID::users to tracker-tests
+aegis file.
+
+---
+Mon May 16 15:45:05 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.10.13:
+  + libtracker-miner: Cancel TrackerMinerFS cancellables on
+finalize
+  + tracker-store: Use lazy loading for stats to improve start up
+speed
+  + Bugs fixed: nokia#254154, nokia#253807, nokia#248873.
+  + Updated translations.
+
+---
+Fri May  6 08:49:59 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.10.12:
+  + New Feature:
+- Now tracker-control has --backup and --restore options
+- Now tracker-miner-rss has an --add-feed option
+  + libtracker-extract: Fixed encoding guessing, make sure we
+init/shutdown locale module
+  + libtracker-miner: Don't load thumbnailer service properties
+over D-Bus
+  + tracker-store: Added checks to Backup method target file so it
+is a real URI
+  + tracker-miner-rss:
+- Fixed crash trying to cast TrackerSparqlConnection to
+  TrackerMinerRSS
+- Fixed recursive check with mfo:updatedTime GraphUpdated
+  signal
+- Fixed ASK SPARQL to check true/false not 0/1
+- Improved logging/debugging
+  + Bugs fixed: bgo#520670, bgo#633105, bgo#397205, nokia#249338.
+  + Updated translations.
+- Add tracker-search-bar.1 from git to Source list: it is missing
+  in the tarball. Makefile to distribute this properly is already
+  fixed in launchpad.
+- Add dia BuildRequires to fix the gtk-doc building
+- Re-enable --enable-gtk-doc configure parameter.
+
+---

calling whatdependson for head-i586


Old:

  tracker-0.10.11.tar.bz2

New:

  tracker-0.10.15.tar.bz2
  tracker-search-bar.1



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.gbU126/_old  2011-05-31 13:31:04.0 +0200
+++ /var/tmp/diff_new_pack.gbU126/_new  2011-05-31 13:31:04.0 +0200
@@ -19,9 +19,9 @@
 
 
 Name:   tracker
-Version:0.10.11
+Version:0.10.15
 Release:1
-# FIXME: 2010-03-24 building gtk-doc fails because of a bug in graphviz
+# FIXME: Remove tracker-search-bar.1 from Source list again. This should be 
fixed with next update.
 License:GPLv2+
 Summary:Powerful object database, tag/metadata database, search tool 
and indexer
 Url:http://projects.gnome.org/tracker/
@@ -29,12 +29,15 @@
 Source0:%{name}-%{version}.tar.bz2
 Source1:README.SUSE.flickr
 Source2:README.SUSE.rss
+Source3:tracker-search-bar.1
 # PATCH-FIX-OPENSUSE tracker-removeable-

commit tracker for openSUSE:Factory

2011-05-05 Thread h_root

Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Thu May 5 09:48:57 CEST 2011.




--- GNOME/tracker/tracker.changes   2011-04-29 01:37:03.0 +0200
+++ /mounts/work_src_done/STABLE/tracker/tracker.changes2011-05-04 
10:08:12.0 +0200
@@ -1,0 +2,13 @@
+Wed May  4 09:51:43 CEST 2011 - dims...@opensuse.org
+
+- Update to version 0.10.11:
+  + bgo#633108: FLAC extractor doesn't work properly
+  + bgo#632876: Wrong extraction order in MsOffice-XML powerpoint
+files
+  + nokia#250959: Huge increase in contact import time with command
+line tools in staging
+  + nokia#250455: QSparqlConnection leaks tracker-sparql objects
+  + nokia#249787: Drop libmeegotouchcore dependency from
+libtracker-sparql.
+
+---

calling whatdependson for head-i586


Old:

  tracker-0.10.10.tar.bz2

New:

  tracker-0.10.11.tar.bz2



Other differences:
--
++ tracker.spec ++
--- /var/tmp/diff_new_pack.wCwmqU/_old  2011-05-05 09:48:39.0 +0200
+++ /var/tmp/diff_new_pack.wCwmqU/_new  2011-05-05 09:48:39.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   tracker
-Version:0.10.10
+Version:0.10.11
 Release:1
 # FIXME: 2010-03-24 building gtk-doc fails because of a bug in graphviz
 License:GPLv2+

++ tracker-0.10.10.tar.bz2 -> tracker-0.10.11.tar.bz2 ++
GNOME/tracker/tracker-0.10.10.tar.bz2 
/mounts/work_src_done/STABLE/tracker/tracker-0.10.11.tar.bz2 differ: char 11, 
line 1






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tracker for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package tracker for openSUSE:Factory
checked in at Mon May 2 15:45:16 CEST 2011.




--- GNOME/tracker/tracker.changes   2011-02-17 10:51:33.0 +0100
+++ /mounts/work_src_done/STABLE/tracker/tracker.changes2011-04-29 
01:37:03.0 +0200
@@ -1,0 +2,196 @@
+Thu Apr 28 02:03:38 UTC 2011 - g...@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 - vu...@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 - fcro...@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 5
+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 - fcro...@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 - fcro...@novell.com
+
+- Update to version 0.10.5:
+  + libtracker-common: Fix localtime handling with historic UTC
+offsets.
+  + libtracker-data: Fix graph