forked from pool/tracker
Accepting request 360420 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360420 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=87
This commit is contained in:
parent
67de012390
commit
8da8f9a213
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:653ed73f4f454b836df56bec1f1141c7a8d77cbeba97ea1e38df9f60a5f0c1ed
|
|
||||||
size 4905544
|
|
3
tracker-1.7.3.tar.xz
Normal file
3
tracker-1.7.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b1f61e792db47035fda8524a65a661274fe75b9f8dd3b70ca4c00ae561a4c911
|
||||||
|
size 4920820
|
@ -1,3 +1,79 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 16 09:32:22 UTC 2016 - dimstar@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.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 18 09:34:07 UTC 2016 - dimstar@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
|
||||||
|
code.
|
||||||
|
+ ontology: Set domain index on nie:contentCreated for
|
||||||
|
nmo:Message.
|
||||||
|
+ libtracker-miner: Add ::remove-file signal vfunc.
|
||||||
|
+ libtracker-common: Return total available space if running as
|
||||||
|
admin.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 23 13:51:55 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.7.1:
|
||||||
|
+ libtracker-data:
|
||||||
|
- Support for Sparql 1.1 BIND and DELETE {...} INSERT {...}
|
||||||
|
WHERE {...} syntax.
|
||||||
|
- Support for Sparql 1.1 functions: NOW, RAND.
|
||||||
|
- Silence criticals on REGEX() with empty strings.
|
||||||
|
+ libtracker-miner: Improved performance of move operations in
|
||||||
|
TrackerMinerFS.
|
||||||
|
+ libtracker-miner, libtracker-extract: Fix double frees.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 27 21:56:49 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.7.0:
|
||||||
|
+ libtracker-data: Support for Sparql 1.1 functions: CONCAT,
|
||||||
|
CONTAINS, LCASE/UCASE, STRLEN, SUBSTR, STRSTARTS/STRENDS, ABS,
|
||||||
|
ROUND, ENCODE_FOR_URI, STRBEFORE/STRAFTER, CEIL/FLOOR,
|
||||||
|
YEAR/MONTH/DAY/HOUR/MINUTES/SECONDS, MD5/SHA1/SHA256/SHA512.
|
||||||
|
+ libtracker-miner: Move previous data deletion on file updates
|
||||||
|
to TrackerMinerFS implementations.
|
||||||
|
+ libtracker-miner/libtracker-data/libtracker-extract: Partial
|
||||||
|
port to GTask.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 25 22:39:50 UTC 2015 - zaitor@opensuse.org
|
Wed Nov 25 22:39:50 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tracker-extras
|
# spec file for package tracker-extras
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2010 Luis Medinas, Portugal
|
# Copyright (c) 2010 Luis Medinas, Portugal
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# 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.
|
# Do not edit this auto generated file! Edit tracker.spec.
|
||||||
Name: tracker-extras
|
Name: tracker-extras
|
||||||
%define _name tracker
|
%define _name tracker
|
||||||
Version: 1.6.1
|
Version: 1.7.3
|
||||||
Release: 0
|
Release: 0
|
||||||
%define TrackerAPI 1.0
|
%define TrackerAPI 1.0
|
||||||
%define RPMTrackerAPI 1_0
|
%define RPMTrackerAPI 1_0
|
||||||
@ -49,7 +49,7 @@ Summary: Powerful object database, tag/metadata database, search tool and
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Other
|
Group: Productivity/Other
|
||||||
Url: http://projects.gnome.org/tracker/
|
Url: http://projects.gnome.org/tracker/
|
||||||
Source0: http://download.gnome.org/sources/tracker/1.6/%{_name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/tracker/1.7/%{_name}-%{version}.tar.xz
|
||||||
# Needed for patch0: we need to bootstrap
|
# Needed for patch0: we need to bootstrap
|
||||||
Source2: README.SUSE.rss
|
Source2: README.SUSE.rss
|
||||||
# PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs
|
# PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs
|
||||||
@ -633,13 +633,6 @@ rm -rf %{buildroot}
|
|||||||
%{_sysconfdir}/xdg/autostart/tracker-extract.desktop
|
%{_sysconfdir}/xdg/autostart/tracker-extract.desktop
|
||||||
%{_sysconfdir}/xdg/autostart/tracker-store.desktop
|
%{_sysconfdir}/xdg/autostart/tracker-store.desktop
|
||||||
%{_bindir}/tracker
|
%{_bindir}/tracker
|
||||||
%{_bindir}/tracker-control
|
|
||||||
%{_bindir}/tracker-import
|
|
||||||
%{_bindir}/tracker-info
|
|
||||||
%{_bindir}/tracker-search
|
|
||||||
%{_bindir}/tracker-sparql
|
|
||||||
%{_bindir}/tracker-stats
|
|
||||||
%{_bindir}/tracker-tag
|
|
||||||
%{_libexecdir}/tracker-extract
|
%{_libexecdir}/tracker-extract
|
||||||
%{_libexecdir}/tracker-store
|
%{_libexecdir}/tracker-store
|
||||||
%{_libexecdir}/tracker-writeback
|
%{_libexecdir}/tracker-writeback
|
||||||
|
@ -1,3 +1,79 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 16 09:32:22 UTC 2016 - dimstar@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.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 18 09:34:07 UTC 2016 - dimstar@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
|
||||||
|
code.
|
||||||
|
+ ontology: Set domain index on nie:contentCreated for
|
||||||
|
nmo:Message.
|
||||||
|
+ libtracker-miner: Add ::remove-file signal vfunc.
|
||||||
|
+ libtracker-common: Return total available space if running as
|
||||||
|
admin.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 23 13:51:55 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.7.1:
|
||||||
|
+ libtracker-data:
|
||||||
|
- Support for Sparql 1.1 BIND and DELETE {...} INSERT {...}
|
||||||
|
WHERE {...} syntax.
|
||||||
|
- Support for Sparql 1.1 functions: NOW, RAND.
|
||||||
|
- Silence criticals on REGEX() with empty strings.
|
||||||
|
+ libtracker-miner: Improved performance of move operations in
|
||||||
|
TrackerMinerFS.
|
||||||
|
+ libtracker-miner, libtracker-extract: Fix double frees.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 27 21:56:49 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.7.0:
|
||||||
|
+ libtracker-data: Support for Sparql 1.1 functions: CONCAT,
|
||||||
|
CONTAINS, LCASE/UCASE, STRLEN, SUBSTR, STRSTARTS/STRENDS, ABS,
|
||||||
|
ROUND, ENCODE_FOR_URI, STRBEFORE/STRAFTER, CEIL/FLOOR,
|
||||||
|
YEAR/MONTH/DAY/HOUR/MINUTES/SECONDS, MD5/SHA1/SHA256/SHA512.
|
||||||
|
+ libtracker-miner: Move previous data deletion on file updates
|
||||||
|
to TrackerMinerFS implementations.
|
||||||
|
+ libtracker-miner/libtracker-data/libtracker-extract: Partial
|
||||||
|
port to GTask.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 25 22:39:50 UTC 2015 - zaitor@opensuse.org
|
Wed Nov 25 22:39:50 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
13
tracker.spec
13
tracker.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tracker
|
# spec file for package tracker
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2010 Luis Medinas, Portugal
|
# Copyright (c) 2010 Luis Medinas, Portugal
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
Name: tracker
|
Name: tracker
|
||||||
%define _name tracker
|
%define _name tracker
|
||||||
Version: 1.6.1
|
Version: 1.7.3
|
||||||
Release: 0
|
Release: 0
|
||||||
%define TrackerAPI 1.0
|
%define TrackerAPI 1.0
|
||||||
%define RPMTrackerAPI 1_0
|
%define RPMTrackerAPI 1_0
|
||||||
@ -48,7 +48,7 @@ Summary: Powerful object database, tag/metadata database, search tool and
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Other
|
Group: Productivity/Other
|
||||||
Url: http://projects.gnome.org/tracker/
|
Url: http://projects.gnome.org/tracker/
|
||||||
Source0: http://download.gnome.org/sources/tracker/1.6/%{_name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/tracker/1.7/%{_name}-%{version}.tar.xz
|
||||||
# Needed for patch0: we need to bootstrap
|
# Needed for patch0: we need to bootstrap
|
||||||
Source2: README.SUSE.rss
|
Source2: README.SUSE.rss
|
||||||
# PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs
|
# PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs
|
||||||
@ -632,13 +632,6 @@ rm -rf %{buildroot}
|
|||||||
%{_sysconfdir}/xdg/autostart/tracker-extract.desktop
|
%{_sysconfdir}/xdg/autostart/tracker-extract.desktop
|
||||||
%{_sysconfdir}/xdg/autostart/tracker-store.desktop
|
%{_sysconfdir}/xdg/autostart/tracker-store.desktop
|
||||||
%{_bindir}/tracker
|
%{_bindir}/tracker
|
||||||
%{_bindir}/tracker-control
|
|
||||||
%{_bindir}/tracker-import
|
|
||||||
%{_bindir}/tracker-info
|
|
||||||
%{_bindir}/tracker-search
|
|
||||||
%{_bindir}/tracker-sparql
|
|
||||||
%{_bindir}/tracker-stats
|
|
||||||
%{_bindir}/tracker-tag
|
|
||||||
%{_libexecdir}/tracker-extract
|
%{_libexecdir}/tracker-extract
|
||||||
%{_libexecdir}/tracker-store
|
%{_libexecdir}/tracker-store
|
||||||
%{_libexecdir}/tracker-writeback
|
%{_libexecdir}/tracker-writeback
|
||||||
|
Loading…
x
Reference in New Issue
Block a user