Accepting request 920980 from GNOME:Next
Scripted push from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/920980 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=223
This commit is contained in:
parent
0a30614fb8
commit
18843536e4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da368962665d587bb2e4f164d75919a81dacb35c7d4cfae6f93a94c60f60ec8f
|
||||
size 1429356
|
3
tracker-3.2.0.tar.xz
Normal file
3
tracker-3.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f117a52875d4a4d09c7aa993f8c8a8d06468d5dcfb153eb8daa51eb13844513a
|
||||
size 1946936
|
@ -1,9 +1,68 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 20 17:16:11 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.2.0:
|
||||
+ Fuller docs, with updated examples
|
||||
+ Improved developer experience when designing ontologies, better
|
||||
handling of inconsistent ontologies, and more accurate error
|
||||
reporting.
|
||||
+ Added new GDateTime helper API to resources, cursors and
|
||||
statements.
|
||||
+ Several fixes to build and run on MacOS, with a brew recipe now
|
||||
available.
|
||||
+ Added support for libsoup 3.x.
|
||||
+ Fresher and more complete documentation, built with hotdoc.
|
||||
+ Many other code fixes and performance improvements.
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(libsoup-3.0) BuildRequires, following upstreams
|
||||
changes to allow build against multiple versions of libsoup.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 02:07:36 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
|
||||
|
||||
- Remove obsolete translation-update-upstream support
|
||||
(jsc#SLE-21105).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 6 06:14:26 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.2.0.rc:
|
||||
+ Dropped bogus files from pre-generated documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 1 14:21:07 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.2.0.beta:
|
||||
+ Improved error reporting when parsing ontologies.
|
||||
+ Improvements to database rollback on ontology errors.
|
||||
+ Ontology parsing crash fixes.
|
||||
+ Make soup 2.x/3.x chosen at runtime.
|
||||
+ Disable GVFS in functional tests.
|
||||
+ Check accessible graphs when looking up resource URIs/IDs.
|
||||
+ Port documentation to hotdoc.
|
||||
+ Avoid "UPDATE ... FROM ..." SQL syntax only present in
|
||||
recent SQLite versions.
|
||||
+ Multiple build, ci, website and maintenance improvements.
|
||||
+ Updated translations.
|
||||
- Drop gtk-doc BuildRequires with hotdoc: No longer needed, as
|
||||
upstream switched to hotdoc and we ship the upstream pre-built
|
||||
documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 6 12:05:55 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.2.0.alpha.1:
|
||||
+ Add support for libsoup 3.x.
|
||||
+ Documentation fixes and updates.
|
||||
+ Handle arbitrary order of SERVICE and regular graph patterns.
|
||||
+ Added new GDateTime helper API to resources, cursors and
|
||||
statements.
|
||||
+ Implement missing TrackerSparqlConnection methods in bus
|
||||
connections.
|
||||
+ Many code cleanups and improvements.
|
||||
+ Updated translatiosn.
|
||||
- Add python3-gobject BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 12 08:57:56 UTC 2021 - Yifan Jiang <yfjiang@suse.com>
|
||||
|
||||
|
15
tracker.spec
15
tracker.spec
@ -21,25 +21,25 @@
|
||||
%define RPMTrackerAPI 3_0
|
||||
|
||||
Name: tracker
|
||||
Version: 3.1.2
|
||||
Version: 3.2.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.1/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/tracker/3.2/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glib2-devel >= 2.52.0
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libicu-devel >= 4.8.1.1
|
||||
BuildRequires: meson >= 0.50.0
|
||||
BuildRequires: meson >= 0.51
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-gobject
|
||||
BuildRequires: sqlite3-devel >= 3.35.2
|
||||
BuildRequires: vala >= 0.18.0
|
||||
BuildRequires: zlib-devel
|
||||
@ -48,6 +48,7 @@ BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
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)
|
||||
BuildRequires: pkgconfig(upower-glib) >= 0.9.0
|
||||
@ -153,7 +154,6 @@ mkdir -p %{buildroot}%{_datadir}/tracker/icons/
|
||||
mkdir %{buildroot}%{_datadir}/tracker3/domain-ontologies
|
||||
|
||||
%fdupes %{buildroot}%{_datadir}/vala/
|
||||
%fdupes %{buildroot}%{_datadir}/gtk-doc
|
||||
|
||||
#ifnarch %arm
|
||||
#check
|
||||
@ -167,6 +167,8 @@ mkdir %{buildroot}%{_datadir}/tracker3/domain-ontologies
|
||||
%license COPYING
|
||||
%{_bindir}/tracker3
|
||||
%dir %{_libdir}/tracker-%{TrackerAPI}/
|
||||
%{_libdir}/tracker-%{TrackerAPI}/libtracker-remote-soup2.so
|
||||
%{_libdir}/tracker-%{TrackerAPI}/libtracker-remote-soup3.so
|
||||
%{_datadir}/bash-completion/completions/tracker3
|
||||
%dir %{_datadir}/tracker3/
|
||||
%{_libexecdir}/tracker3/
|
||||
@ -193,9 +195,8 @@ mkdir %{buildroot}%{_datadir}/tracker3/domain-ontologies
|
||||
|
||||
%files -n tracker-devel
|
||||
%doc AUTHORS README.md NEWS
|
||||
%doc %{_datadir}/devhelp/
|
||||
%{_datadir}/gir-1.0/*.gir
|
||||
%{_datadir}/gtk-doc/html/libtracker-sparql-3/
|
||||
%{_datadir}/gtk-doc/html/ontology-3/
|
||||
%dir %{_datadir}/tracker3
|
||||
%dir %{_datadir}/tracker3/domain-ontologies
|
||||
%dir %{_datadir}/vala
|
||||
|
Loading…
Reference in New Issue
Block a user