From b83c351b2a461a7d12ba26fe633d6ebe1a11537d5cfe9fff3e2c3498276955d1 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 11 Jul 2014 19:11:01 +0000 Subject: [PATCH] Accepting request 240488 from home:dimstar:branches:GNOME:Factory Update to 1.0.2 - stable branch OBS-URL: https://build.opensuse.org/request/show/240488 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=54 --- tracker-1.0.1.tar.xz | 3 --- tracker-1.0.2.tar.xz | 3 +++ tracker-extras.changes | 23 +++++++++++++++++++++++ tracker-extras.spec | 5 ++++- tracker-missing-include.patch | 26 ++++++++++++++++++++++++++ tracker.changes | 23 +++++++++++++++++++++++ tracker.spec | 5 ++++- 7 files changed, 83 insertions(+), 5 deletions(-) delete mode 100644 tracker-1.0.1.tar.xz create mode 100644 tracker-1.0.2.tar.xz create mode 100644 tracker-missing-include.patch diff --git a/tracker-1.0.1.tar.xz b/tracker-1.0.1.tar.xz deleted file mode 100644 index af6f1c3..0000000 --- a/tracker-1.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76e7918e62526a8209f9c9226f82abe592a6332826ac7c12e6e405063181e889 -size 6060276 diff --git a/tracker-1.0.2.tar.xz b/tracker-1.0.2.tar.xz new file mode 100644 index 0000000..662aa38 --- /dev/null +++ b/tracker-1.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73491517006a58802630ff28243fc6fe07a24fe8bea563670da0ad28595468c4 +size 6046600 diff --git a/tracker-extras.changes b/tracker-extras.changes index 93a478c..f451210 100644 --- a/tracker-extras.changes +++ b/tracker-extras.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jul 11 15:52:39 UTC 2014 - dimstar@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. + ------------------------------------------------------------------- Fri Jun 13 10:01:07 UTC 2014 - fezhang@suse.com diff --git a/tracker-extras.spec b/tracker-extras.spec index 4eeaaa1..aec4b2f 100644 --- a/tracker-extras.spec +++ b/tracker-extras.spec @@ -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 @@ Source1: autogen.sh Source2: README.SUSE.rss # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs Patch0: tracker-extract-private.patch +# PATCH-FIX-UPSTREAM tracker-missing-include.patch dimstar@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 @@ This package contains an nautilus plugin to tag files with Tracker. %prep %setup -q -n %{_name}-%{version} %patch0 -p1 +%patch1 -p1 cp %{S:1} . translation-update-upstream cp %{S:2} src/miners/rss/README.SUSE diff --git a/tracker-missing-include.patch b/tracker-missing-include.patch new file mode 100644 index 0000000..f73dbef --- /dev/null +++ b/tracker-missing-include.patch @@ -0,0 +1,26 @@ +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 + diff --git a/tracker.changes b/tracker.changes index 93a478c..f451210 100644 --- a/tracker.changes +++ b/tracker.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Jul 11 15:52:39 UTC 2014 - dimstar@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. + ------------------------------------------------------------------- Fri Jun 13 10:01:07 UTC 2014 - fezhang@suse.com diff --git a/tracker.spec b/tracker.spec index 090d7b3..e3abf63 100644 --- a/tracker.spec +++ b/tracker.spec @@ -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 @@ Source1: autogen.sh Source2: README.SUSE.rss # PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs Patch0: tracker-extract-private.patch +# PATCH-FIX-UPSTREAM tracker-missing-include.patch dimstar@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 @@ This package contains an nautilus plugin to tag files with Tracker. %prep %setup -q -n %{_name}-%{version} %patch0 -p1 +%patch1 -p1 cp %{S:1} . translation-update-upstream cp %{S:2} src/miners/rss/README.SUSE