Hello community,

here is the log from the commit of package notmuch for openSUSE:Factory checked 
in at 2020-03-11 18:53:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notmuch (Old)
 and      /work/SRC/openSUSE:Factory/.notmuch.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notmuch"

Wed Mar 11 18:53:35 2020 rev:25 rq:783703 version:0.29.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/notmuch/notmuch.changes  2020-01-07 
23:57:41.956166662 +0100
+++ /work/SRC/openSUSE:Factory/.notmuch.new.3160/notmuch.changes        
2020-03-11 18:55:30.447679203 +0100
@@ -1,0 +2,11 @@
+Wed Mar 11 09:13:41 UTC 2020 - Dan Čermák <dcer...@suse.com>
+
+- Improve Python 3.8 workaround:
+  silence python warnings emitted by gdb instead of skipping tests
+
+-------------------------------------------------------------------
+Tue Mar 10 15:57:03 UTC 2020 - Dan Čermák <dcer...@suse.com>
+
+- Add workaround for Python 3.8 + GDB 8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ notmuch.spec ++++++
--- /var/tmp/diff_new_pack.mvBrXv/_old  2020-03-11 18:55:31.283679577 +0100
+++ /var/tmp/diff_new_pack.mvBrXv/_new  2020-03-11 18:55:31.287679579 +0100
@@ -222,6 +222,15 @@
 export NOTMUCH_SKIP_TESTS="T357-index-decryption ${NOTMUCH_SKIP_TESTS}"
 %endif # Leap 15.x
 
+# FIXME: these two tests use gdb which prints warnings with gdb <= 8 and
+# python 3.8 thereby breaking the diff
+# We silence the python warnings for now:
+# https://docs.python.org/3/using/cmdline.html#envvar-PYTHONWARNINGS
+# until we get a more recent version of gdb
+%if 0%{?suse_version} > 1500
+export PYTHONWARNINGS=ignore
+%endif
+
 # can only run the testsuite when debugging symbols are available (boo#1152451)
 if echo "%{optflags}"|grep -q '\-g'; then
     make %{?_smp_mflags} check




Reply via email to