Accepting request 233262 from home:Zaitor:branches:GNOME:Factory
Stable update OBS-URL: https://build.opensuse.org/request/show/233262 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=48
This commit is contained in:
parent
1848250065
commit
c0466e2b95
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1d033faf2c78f0e239f3c2c961b96623c9a7dabd938c08e3f5660bd70f54ba2
|
||||
size 6172700
|
3
tracker-1.0.1.tar.xz
Normal file
3
tracker-1.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76e7918e62526a8209f9c9226f82abe592a6332826ac7c12e6e405063181e889
|
||||
size 6060276
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 9 15:27:00 UTC 2014 - zaitor@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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 19:01:47 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -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 TrackerAPI 1.0
|
||||
%define RPMTrackerAPI 1_0
|
||||
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 9 15:27:00 UTC 2014 - zaitor@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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 19:01:47 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
|
||||
Name: tracker
|
||||
%define _name tracker
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
%define TrackerAPI 1.0
|
||||
%define RPMTrackerAPI 1_0
|
||||
|
Loading…
Reference in New Issue
Block a user