Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-matplotlib for openSUSE:Factory checked in at 2024-01-24 19:03:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old) and /work/SRC/openSUSE:Factory/.python-matplotlib.new.16006 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-matplotlib" Wed Jan 24 19:03:57 2024 rev:103 rq:1141080 version:3.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes 2023-12-25 19:04:26.071587757 +0100 +++ /work/SRC/openSUSE:Factory/.python-matplotlib.new.16006/python-matplotlib.changes 2024-01-24 19:04:02.736707405 +0100 @@ -1,0 +2,8 @@ +Tue Jan 23 17:01:35 UTC 2024 - Stefan Dirsch <sndir...@suse.com> + +- force 'swrast' ("llvmpipe") Mesa/OpenGL driver to be used by + setting and exporting LIBGL_ALWAYS_SOFTWARE=1 to get rid of + issues when Mesa is trying to load 'zink' driver (messages are + just warnings, but seem to be fatal for the tests here) (boo#1219095) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-matplotlib.spec ++++++ --- /var/tmp/diff_new_pack.BFmF8m/_old 2024-01-24 19:04:03.784745268 +0100 +++ /var/tmp/diff_new_pack.BFmF8m/_new 2024-01-24 19:04:03.784745268 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -306,6 +306,11 @@ %if %{with test} %check +# force 'swrast' ("llvmpipe") Mesa/OpenGL driver to be used by +# setting and exporting LIBGL_ALWAYS_SOFTWARE=1 to get rid of +# issues when Mesa is trying to load 'zink' driver (messages are +# just warnings, but seem to be fatal for the tests here) (boo#1219095) +export LIBGL_ALWAYS_SOFTWARE=1 # fails to detect alternative backend within xvfb skip_tests+=" or test_backend_fallback_headful" # test_usetex.py::test_usetex[png] - no tex text -- do not skip test_empty[png] and test_unicode_minus[png]