forked from pool/tracker
Accepting request 1004833 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1004833 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=151
This commit is contained in:
commit
97d8224866
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4094f704e338f2247fa6b94633279cfd07f7e952bb24627128fab78edb242464
|
|
||||||
size 1976160
|
|
3
tracker-3.4.0.tar.xz
Normal file
3
tracker-3.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b3b380c9571d7c7423b5f401e4a2f2d78de47143b035eb2c1281e2423c59218b
|
||||||
|
size 1876476
|
@ -1,3 +1,60 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 18 08:34:45 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.4.0:
|
||||||
|
+ Added tracker_sparql_connection_deserialize_async() API to
|
||||||
|
deserialize RDF content.
|
||||||
|
+ Library is no built monolithically, Vala dependency is removed.
|
||||||
|
+ Improved performance of database updates.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 5 13:51:13 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 3.4.0.rc:
|
||||||
|
+ Big performance improvements to inserts, updates and deletes.
|
||||||
|
+ Escape IRIs in TrackerResource as per IRIREF definition.
|
||||||
|
+ Update minimum meson version to 0.53.
|
||||||
|
+ Specify better ICU dependency in internal static library.
|
||||||
|
+ Plug a small memory leak.
|
||||||
|
+ Add missing include.
|
||||||
|
+ Fix/silence build time warnings.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 10 06:53:32 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.4.0.beta:
|
||||||
|
+ Fix issues with URI expansion inserting TrackerResource data.
|
||||||
|
+ Rewrite bus connection to use C and stream-based cursors, vala
|
||||||
|
dependency is no longer necessary.
|
||||||
|
+ Fix handling of nrl:InverseFunctionalProperty during database
|
||||||
|
updates.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 9 16:46:12 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.4.0.alpha:
|
||||||
|
+ Add tracker_sparql_connection_deserialize() API to load RDF
|
||||||
|
data.
|
||||||
|
+ Add tracker_resource_print_rdf() to print RDF data.
|
||||||
|
+ Implement TrackerNamespaceManager for remote connections.
|
||||||
|
+ SPARQL compliance fixes.
|
||||||
|
+ Ensure blank node ROWIDs are integer types.
|
||||||
|
+ Reimplement libsoup 1/3 support to rely on minimal loadable
|
||||||
|
modules.
|
||||||
|
+ Build libtracker-sparql as a monolithic library.
|
||||||
|
+ Fix handling of partial FTS deletions.
|
||||||
|
+ Fix handling of nrl:modified sequences.
|
||||||
|
+ Avoid redundant URN queries in TrackerNotifier for D-Bus
|
||||||
|
endpoints.
|
||||||
|
+ Documentation improvements.
|
||||||
|
+ Updated translations.
|
||||||
|
- Disable pkgconfig(libsoup-2.4) BuildRequires: Only build with
|
||||||
|
soup-3 support now that we can do that. Leave in place, should we
|
||||||
|
find that we still need the soup 2 support.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 9 15:46:12 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Tue Aug 9 15:46:12 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
12
tracker.spec
12
tracker.spec
@ -21,13 +21,13 @@
|
|||||||
%define RPMTrackerAPI 3_0
|
%define RPMTrackerAPI 3_0
|
||||||
|
|
||||||
Name: tracker
|
Name: tracker
|
||||||
Version: 3.3.3
|
Version: 3.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Object database, tag/metadata database, search tool and indexer
|
Summary: Object database, tag/metadata database, search tool and indexer
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Other
|
Group: Productivity/Other
|
||||||
URL: https://wiki.gnome.org/Projects/Tracker
|
URL: https://wiki.gnome.org/Projects/Tracker
|
||||||
Source0: https://download.gnome.org/sources/tracker/3.3/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/tracker/3.4/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -36,7 +36,7 @@ BuildRequires: glib2-devel >= 2.52.0
|
|||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libicu-devel >= 4.8.1.1
|
BuildRequires: libicu-devel >= 4.8.1.1
|
||||||
BuildRequires: meson >= 0.51
|
BuildRequires: meson >= 0.53
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: python3-gobject
|
BuildRequires: python3-gobject
|
||||||
@ -47,7 +47,7 @@ BuildRequires: pkgconfig(dbus-1)
|
|||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||||
BuildRequires: pkgconfig(json-glib-1.0) >= 1.0
|
BuildRequires: pkgconfig(json-glib-1.0) >= 1.0
|
||||||
BuildRequires: pkgconfig(libseccomp) >= 2.0
|
BuildRequires: pkgconfig(libseccomp) >= 2.0
|
||||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.40
|
#BuildRequires: pkgconfig(libsoup-2.4) >= 2.40
|
||||||
BuildRequires: pkgconfig(libsoup-3.0) >= 2.99.2
|
BuildRequires: pkgconfig(libsoup-3.0) >= 2.99.2
|
||||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.6
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.6
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
@ -174,8 +174,8 @@ mkdir %{buildroot}%{_datadir}/tracker3/domain-ontologies
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/tracker3
|
%{_bindir}/tracker3
|
||||||
%dir %{_libdir}/tracker-%{TrackerAPI}/
|
%dir %{_libdir}/tracker-%{TrackerAPI}/
|
||||||
%{_libdir}/tracker-%{TrackerAPI}/libtracker-remote-soup2.so
|
#%%{_libdir}/tracker-%%{TrackerAPI}/libtracker-http-soup2.so
|
||||||
%{_libdir}/tracker-%{TrackerAPI}/libtracker-remote-soup3.so
|
%{_libdir}/tracker-%{TrackerAPI}/libtracker-http-soup3.so
|
||||||
%{_datadir}/bash-completion/completions/tracker3
|
%{_datadir}/bash-completion/completions/tracker3
|
||||||
%dir %{_datadir}/tracker3/
|
%dir %{_datadir}/tracker3/
|
||||||
%{_libexecdir}/tracker3/
|
%{_libexecdir}/tracker3/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user