Accepting request 751358 from GNOME:Factory

- Enable test suite / %check section. (forwarded request 751073 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/751358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=123
This commit is contained in:
Dominique Leuenberger 2019-11-29 14:58:51 +00:00 committed by Git OBS Bridge
commit 94bd278382
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 26 15:46:07 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- Enable test suite / %check section.
-------------------------------------------------------------------
Sat Oct 12 16:21:51 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
@ -181,7 +186,8 @@ Wed Dec 19 13:27:05 UTC 2018 - Dominique Leuenberger <dimstar@opensuse.org>
Thu Nov 8 14:13:28 UTC 2018 - Dominique Leuenberger <dimstar@opensuse.org>
- Add tracker-sqlte-3.25-rename-tables.patch: drop FTS table/view
before ontology update (glgo#GNOME/tracker#40, boo#1110090)
before ontology update (glgo#GNOME/tracker#40, boo#1110090,
boo#1131229)
-------------------------------------------------------------------
Wed Nov 7 06:52:58 UTC 2018 - bjorn.lie@gmail.com
@ -225,7 +231,7 @@ Thu Aug 16 09:14:00 UTC 2018 - bjorn.lie@gmail.com
- Update to version 2.1.2:
+ libtracker-sparql:
- Delete TrackerResource elements one by one.
- Delete TrackerResource elements one by one (boo#1123869).
- Fix compilation with C++.
+ build:
- Fixes for FreeBSD.

View File

@ -1,7 +1,7 @@
#
# spec file for package tracker
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2010 Luis Medinas, Portugal
#
# All modifications and additions to the file contributed by third parties
@ -233,6 +233,9 @@ mkdir -p %{buildroot}%{_datadir}/tracker/icons/
%fdupes %{buildroot}%{_datadir}/gtk-doc
rm -f %{buildroot}%{_libdir}/tracker-%{TrackerAPI}/libtracker-common.a
%check
%meson_test
%post -n libtracker-control-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
%postun -n libtracker-control-%{RPMTrackerAPI}-0 -p /sbin/ldconfig
%post -n libtracker-miner-%{RPMTrackerAPI}-0 -p /sbin/ldconfig