Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mayavi for openSUSE:Factory checked in at 2023-03-21 17:43:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mayavi (Old) and /work/SRC/openSUSE:Factory/.mayavi.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mayavi" Tue Mar 21 17:43:49 2023 rev:7 rq:1073392 version:4.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mayavi/mayavi.changes 2022-11-24 12:23:34.933432132 +0100 +++ /work/SRC/openSUSE:Factory/.mayavi.new.31432/mayavi.changes 2023-03-21 17:44:33.266698761 +0100 @@ -1,0 +2,6 @@ +Tue Mar 21 04:02:30 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com> + +- Add patch python-311-support.patch: + * Avoid an interpreter segfault. + +------------------------------------------------------------------- New: ---- python-311-support.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mayavi.spec ++++++ --- /var/tmp/diff_new_pack.87WsMh/_old 2023-03-21 17:44:34.014702338 +0100 +++ /var/tmp/diff_new_pack.87WsMh/_new 2023-03-21 17:44:34.018702358 +0100 @@ -1,7 +1,7 @@ # # spec file for package mayavi # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,6 +29,8 @@ Source1: mayavi.desktop Source2: tvtk_doc.desktop Source99: mayavi-rpmlintrc +# PATCH-FIX-UPSTREAM Based on gh#enthought/mayavi#1199 +Patch0: python-311-support.patch BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros @@ -97,7 +99,7 @@ run mayavi in a Jupyter notebook. %prep -%setup -q -n mayavi-%{version} +%autosetup -p1 -n mayavi-%{version} # wrong-file-end-of-line-encoding sed -i 's|\r||' examples/mayavi/data/room_vis.wrl ++++++ python-311-support.patch ++++++ ++++ 6477 lines (skipped)