From 6591a6ac7c4cc27e8d5ee737ee8e46195bc847a08fb113654097e6602bf5a9c4 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 29 Oct 2012 20:53:11 +0000 Subject: [PATCH] Accepting request 139212 from GNOME:Next Update to 0.14.3 OBS-URL: https://build.opensuse.org/request/show/139212 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=21 --- libtracker-fts-ICU-complx-locale.patch | 29 ----------------------- tracker-0.14.2.tar.xz | 3 --- tracker-0.14.3.tar.xz | 3 +++ tracker-extras.changes | 32 +++++++++++++++++++++++++- tracker-extras.spec | 5 +--- tracker.changes | 32 +++++++++++++++++++++++++- tracker.spec | 5 +--- 7 files changed, 67 insertions(+), 42 deletions(-) delete mode 100644 libtracker-fts-ICU-complx-locale.patch delete mode 100644 tracker-0.14.2.tar.xz create mode 100644 tracker-0.14.3.tar.xz diff --git a/libtracker-fts-ICU-complx-locale.patch b/libtracker-fts-ICU-complx-locale.patch deleted file mode 100644 index 990c01b..0000000 --- a/libtracker-fts-ICU-complx-locale.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 48713ba26af38a15a97fc7ebb0828cd287ef2447 Mon Sep 17 00:00:00 2001 -From: Alexandre Rostovtsev -Date: Fri, 20 Jul 2012 14:46:33 +0000 -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 diff --git a/tracker-0.14.2.tar.xz b/tracker-0.14.2.tar.xz deleted file mode 100644 index b6b1d24..0000000 --- a/tracker-0.14.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b59330aa2e9e09feee587ded895e9247f71fc25f46b023d616d9969314bc7f1 -size 5985464 diff --git a/tracker-0.14.3.tar.xz b/tracker-0.14.3.tar.xz new file mode 100644 index 0000000..5b8da4c --- /dev/null +++ b/tracker-0.14.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1ecf3705ecbd2a0278d04277cd1bd8c89d5838913de922fef32321ce67abe4 +size 6120108 diff --git a/tracker-extras.changes b/tracker-extras.changes index 24ca249..ac69f40 100644 --- a/tracker-extras.changes +++ b/tracker-extras.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Wed Oct 24 19:03:14 UTC 2012 - dimstar@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. + ------------------------------------------------------------------- Tue Sep 18 11:07:46 UTC 2012 - zaitor@opensuse.org -- Add libtracker-fts-ICU-complx-locale.patch, fixes bnc#780614. +- Add libtracker-fts-ICU-complx-locale.patch, fixes bnc#780614. ------------------------------------------------------------------- Mon Aug 20 08:53:17 UTC 2012 - dimstar@opensuse.org diff --git a/tracker-extras.spec b/tracker-extras.spec index ccfce83..f54b20e 100644 --- a/tracker-extras.spec +++ b/tracker-extras.spec @@ -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 @@ Patch2: tracker-fix-include-sched-idle.patch Patch3: tracker-libgrss-0.5.patch # PATCH-FIX-UPSTREAM tracker-evo-implicit.patch bgo#675413 dimstar@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 zaitor@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 @@ translation-update-upstream %endif %patch3 -p1 %patch4 -p1 -%patch5 -p1 cp %{S:1} src/miners/flickr/README.SUSE cp %{S:2} src/miners/rss/README.SUSE diff --git a/tracker.changes b/tracker.changes index 24ca249..ac69f40 100644 --- a/tracker.changes +++ b/tracker.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Wed Oct 24 19:03:14 UTC 2012 - dimstar@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. + ------------------------------------------------------------------- Tue Sep 18 11:07:46 UTC 2012 - zaitor@opensuse.org -- Add libtracker-fts-ICU-complx-locale.patch, fixes bnc#780614. +- Add libtracker-fts-ICU-complx-locale.patch, fixes bnc#780614. ------------------------------------------------------------------- Mon Aug 20 08:53:17 UTC 2012 - dimstar@opensuse.org diff --git a/tracker.spec b/tracker.spec index 0a73a20..54a8f59 100644 --- a/tracker.spec +++ b/tracker.spec @@ -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 @@ Patch2: tracker-fix-include-sched-idle.patch Patch3: tracker-libgrss-0.5.patch # PATCH-FIX-UPSTREAM tracker-evo-implicit.patch bgo#675413 dimstar@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 zaitor@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 @@ translation-update-upstream %endif %patch3 -p1 %patch4 -p1 -%patch5 -p1 cp %{S:1} src/miners/flickr/README.SUSE cp %{S:2} src/miners/rss/README.SUSE