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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tracker.new/tracker-extras.changes      
2014-07-21 22:35:18.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.cBRhSS/_new  2014-07-21 22:35:20.000000000 +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 TrackerAPI    1.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.000000000 +0200
+++ /var/tmp/diff_new_pack.cBRhSS/_new  2014-07-21 22:35:20.000000000 +0200
@@ -44,7 +44,7 @@
 
 Name:           tracker
 %define _name   tracker
-Version:        1.0.1
+Version:        1.0.2
 Release:        0
 %define TrackerAPI    1.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 <dims...@opensuse.org>
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 <libtracker-common/tracker-date-time.h>
 #include <libtracker-common/tracker-file-utils.h>
 #include <libtracker-common/tracker-ontologies.h>
+#include <libtracker-common/tracker-utils.h>
 
 #include <libtracker-miner/tracker-miner-common.h>
 
-- 
1.9.2

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

Reply via email to