Hello community,

here is the log from the commit of package notmuch for openSUSE:Factory checked 
in at 2019-10-16 09:18:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notmuch (Old)
 and      /work/SRC/openSUSE:Factory/.notmuch.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notmuch"

Wed Oct 16 09:18:05 2019 rev:21 rq:738579 version:0.29.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/notmuch/notmuch.changes  2019-07-02 
10:38:31.726593952 +0200
+++ /work/SRC/openSUSE:Factory/.notmuch.new.2352/notmuch.changes        
2019-10-16 09:18:24.834983776 +0200
@@ -1,0 +2,6 @@
+Fri Oct  4 12:39:15 UTC 2019 - Dan Čermák <dcer...@suse.com>
+
+- Only run the testsuite when debugging symbols are available
+  This fixes the issue reported in boo#1152451
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ notmuch.spec ++++++
--- /var/tmp/diff_new_pack.DSeNHV/_old  2019-10-16 09:18:25.722981487 +0200
+++ /var/tmp/diff_new_pack.DSeNHV/_new  2019-10-16 09:18:25.722981487 +0200
@@ -22,10 +22,10 @@
 Summary:        The mail indexer
 License:        GPL-3.0-or-later
 Group:          Productivity/Networking/Email/Utilities
-Url:            https://notmuchmail.org
-Source0:        https://notmuchmail.org/releases/notmuch-%{version}.tar.xz
-Source1:        https://notmuchmail.org/releases/notmuch-%{version}.tar.xz.asc
-Source3:        
https://notmuchmail.org/releases/test-databases/database-v1.tar.xz
+URL:            https://notmuchmail.org
+Source0:        %{URL}/releases/notmuch-%{version}.tar.xz
+Source1:        %{URL}/releases/notmuch-%{version}.tar.xz.asc
+Source3:        %{URL}/releases/test-databases/database-v1.tar.xz
 Source4:        notmuch.keyring
 
 %{bcond_without python}
@@ -267,7 +267,11 @@
 export NOTMUCH_SKIP_TESTS="T357-index-decryption ${NOTMUCH_SKIP_TESTS}"
 %endif # Leap 15.x
 
-make check
+# can only run the testsuite when debugging symbols are available (boo#1152451)
+if echo "%{optflags}"|grep -q '\-g'; then
+    make check
+fi
+
 %endif # {with tests}
 
 %post -n libnotmuch%{libversion} -p /sbin/ldconfig



Reply via email to