From aca1ed1dd98a5aed6131bb5fb30ca99fcca54fe6fc8355efaf474b05e88fe1e9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 5 Nov 2021 08:45:27 +0000 Subject: [PATCH 1/2] 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 --- tracker-3.2.0.tar.xz | 3 --- tracker-3.2.1.tar.xz | 3 +++ tracker.changes | 11 +++++++++++ tracker.spec | 16 ++++++++++++---- 4 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 tracker-3.2.0.tar.xz create mode 100644 tracker-3.2.1.tar.xz diff --git a/tracker-3.2.0.tar.xz b/tracker-3.2.0.tar.xz deleted file mode 100644 index 1063fd3..0000000 --- a/tracker-3.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f117a52875d4a4d09c7aa993f8c8a8d06468d5dcfb153eb8daa51eb13844513a -size 1946936 diff --git a/tracker-3.2.1.tar.xz b/tracker-3.2.1.tar.xz new file mode 100644 index 0000000..fca4dce --- /dev/null +++ b/tracker-3.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1847e08b39e6e61d848735aa1f97f7d96c038201653fa0d7cb9e81b37eb9c03a +size 1947304 diff --git a/tracker.changes b/tracker.changes index a92056a..85753c0 100644 --- a/tracker.changes +++ b/tracker.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Oct 30 21:38:32 UTC 2021 - Bjørn Lie + +- 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 diff --git a/tracker.spec b/tracker.spec index 0aea0af..4c648b8 100644 --- a/tracker.spec +++ b/tracker.spec @@ -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 From 1365a9fb988d5b21ba8c7ad9a80a7695875855adc0ace38e477070948a67e83f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 5 Nov 2021 08:46:01 +0000 Subject: [PATCH 2/2] Accepting request 929154 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/929154 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=225 --- tracker.changes | 7 +++++++ tracker.spec | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/tracker.changes b/tracker.changes index 85753c0..0d146ed 100644 --- a/tracker.changes +++ b/tracker.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 4 10:48:18 UTC 2021 - Bjørn Lie + +- Stop passing no longer used nor recognized option + functional_tests=false to meson. + ------------------------------------------------------------------- Sat Oct 30 21:38:32 UTC 2021 - Bjørn Lie @@ -5,6 +11,7 @@ Sat Oct 30 21:38:32 UTC 2021 - Bjørn Lie + 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 diff --git a/tracker.spec b/tracker.spec index 4c648b8..d116290 100644 --- a/tracker.spec +++ b/tracker.spec @@ -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