SHA256
1
0
forked from pool/tracker

Accepting request 928320 from GNOME:Next

- 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.
- Replace post(un) handling with new ldconfig_scriplets macro for
  the shared library package.
- Add missing systemd user service handling in post/preun/postun

OBS-URL: https://build.opensuse.org/request/show/928320
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=224
This commit is contained in:
Dominique Leuenberger 2021-11-05 08:45:27 +00:00 committed by Git OBS Bridge
parent 18843536e4
commit aca1ed1dd9
4 changed files with 26 additions and 7 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,14 @@
-------------------------------------------------------------------
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.
- 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
@ -155,13 +155,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