Accepting request 1073218 from GNOME:Factory
New stable release (forwarded request 1073075 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1073218 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=155
This commit is contained in:
commit
ea43fa3310
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e6df142a4f704878fca98ebb5a224750e5ea546aa2aaabaa726a73540bd1731
|
||||
size 1865236
|
3
tracker-3.5.0.tar.xz
Normal file
3
tracker-3.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13294275dbbbad9634b3a8390c08e6f12bebfe84f6ccafb72b27b0c23ba8da2f
|
||||
size 2568708
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 09:36:43 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.5.0:
|
||||
+ Documentation improvements.
|
||||
+ Dark theme fixes in documentation.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 6 13:34:11 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.5.0.rc:
|
||||
+ Reworked documentation, based on gi-docgen.
|
||||
+ Make unicode library runtime loadable as a module.
|
||||
+ Memory leak fixes.
|
||||
+ Updated translations.
|
||||
- Add graphviz and pkgconfig(gi-docgen) BuildRequires: New
|
||||
dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 17:38:40 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.5.0.beta:
|
||||
+ VAPI generation fixes
|
||||
+ Fixes for possible FTS index corruptions
|
||||
+ Fixes for
|
||||
tracker_sparql_connection_load_statement_from_gresource with
|
||||
UPDATE statements
|
||||
+ Refurbished and modernized functional tests
|
||||
+ Documentation improvements
|
||||
+ Increased test coverage
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 17 16:04:27 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.5.0.alpha:
|
||||
+ New auto-generated VAPI file. This file is not compatible with
|
||||
the previous VAPI, updates may be necessary.
|
||||
+ TrackerSparqlStatement may now be used with SPARQL updates.
|
||||
+ JSON-LD is now supported as a RDF format.
|
||||
+ Improved gobject-introspection annotations.
|
||||
+ Improved generic handling of RDF data types.
|
||||
+ Build GVDB as a meson subproject.
|
||||
+ Performance improvements.
|
||||
+ Fix some printf format strings.
|
||||
+ Build fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 14:11:35 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
13
tracker.spec
13
tracker.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tracker
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2010 Luis Medinas, Portugal
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -21,19 +21,20 @@
|
||||
%define RPMTrackerAPI 3_0
|
||||
|
||||
Name: tracker
|
||||
Version: 3.4.2
|
||||
Version: 3.5.0
|
||||
Release: 0
|
||||
Summary: Object database, tag/metadata database, search tool and indexer
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Other
|
||||
URL: https://wiki.gnome.org/Projects/Tracker
|
||||
Source0: https://download.gnome.org/sources/tracker/3.4/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/tracker/3.5/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glib2-devel >= 2.52.0
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libicu-devel >= 4.8.1.1
|
||||
BuildRequires: meson >= 0.53
|
||||
@ -45,9 +46,9 @@ BuildRequires: vala >= 0.18.0
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gi-docgen)
|
||||
BuildRequires: pkgconfig(json-glib-1.0) >= 1.0
|
||||
BuildRequires: pkgconfig(libseccomp) >= 2.0
|
||||
#BuildRequires: pkgconfig(libsoup-2.4) >= 2.40
|
||||
BuildRequires: pkgconfig(libsoup-3.0) >= 2.99.2
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.6
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
@ -174,8 +175,8 @@ mkdir %{buildroot}%{_datadir}/tracker3/domain-ontologies
|
||||
%license COPYING
|
||||
%{_bindir}/tracker3
|
||||
%dir %{_libdir}/tracker-%{TrackerAPI}/
|
||||
#%%{_libdir}/tracker-%%{TrackerAPI}/libtracker-http-soup2.so
|
||||
%{_libdir}/tracker-%{TrackerAPI}/libtracker-http-soup3.so
|
||||
%{_libdir}/tracker-%{TrackerAPI}/libtracker-parser-libicu.so
|
||||
%{_datadir}/bash-completion/completions/tracker3
|
||||
%dir %{_datadir}/tracker3/
|
||||
%{_libexecdir}/tracker3/
|
||||
@ -202,7 +203,7 @@ mkdir %{buildroot}%{_datadir}/tracker3/domain-ontologies
|
||||
|
||||
%files -n tracker-devel
|
||||
%doc AUTHORS README.md NEWS
|
||||
%doc %{_datadir}/devhelp/
|
||||
%doc %{_datadir}/doc/Tracker-%{TrackerAPI}
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
%dir %{_datadir}/tracker3
|
||||
%dir %{_datadir}/tracker3/domain-ontologies
|
||||
|
Loading…
Reference in New Issue
Block a user