Accepting request 929600 from GNOME:Factory

(forwarded request 929154 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/929600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=143
This commit is contained in:
Dominique Leuenberger 2021-11-06 17:15:28 +00:00 committed by Git OBS Bridge
commit c3b1d0c5ea
4 changed files with 33 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f117a52875d4a4d09c7aa993f8c8a8d06468d5dcfb153eb8daa51eb13844513a
size 1946936

3
tracker-3.2.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1847e08b39e6e61d848735aa1f97f7d96c038201653fa0d7cb9e81b37eb9c03a
size 1947304

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Nov 4 10:48:18 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Stop passing no longer used nor recognized option
functional_tests=false to meson.
-------------------------------------------------------------------
Sat Oct 30 21:38:32 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.2.1:
+ Better, more understandable errors when parsing the ontology.
+ Compare doubles with an epsilon in tests.
+ Fixes for issues spotted by Coverity.
+ Updated translations.
- Replace post(un) handling with new ldconfig_scriplets macro for
the shared library package.
- Add missing systemd user service handling in post/preun/postun
-------------------------------------------------------------------
Mon Sep 20 17:16:11 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -21,7 +21,7 @@
%define RPMTrackerAPI 3_0
Name: tracker
Version: 3.2.0
Version: 3.2.1
Release: 0
Summary: Object database, tag/metadata database, search tool and indexer
License: GPL-2.0-or-later
@ -138,7 +138,6 @@ This subpackage contains the data files for the Tracker miners.
%build
%meson \
-Ddocs=true \
-Dfunctional_tests=false \
-Dstemmer=disabled \
%{nil}
%meson_build
@ -155,13 +154,21 @@ mkdir %{buildroot}%{_datadir}/tracker3/domain-ontologies
%fdupes %{buildroot}%{_datadir}/vala/
#ifnarch %arm
#ifnarch %%arm
#check
#meson_test
#endif
%post -n libtracker-sparql-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
%postun -n libtracker-sparql-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
%ldconfig_scriptlets -n libtracker-sparql-%{RPMTrackerAPI}-0
%post
%systemd_user_post tracker-xdg-portal-3.service
%preun
%systemd_user_preun tracker-xdg-portal-3.service
%postun
%systemd_user_postun_with_restart tracker-xdg-portal-3.service
%files
%license COPYING