Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-scipy for openSUSE:Factory checked in at 2023-10-11 23:53:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-scipy (Old) and /work/SRC/openSUSE:Factory/.python-scipy.new.1807 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scipy" Wed Oct 11 23:53:38 2023 rev:66 rq:1116438 version:1.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-scipy/python-scipy.changes 2023-08-06 16:29:20.283611737 +0200 +++ /work/SRC/openSUSE:Factory/.python-scipy.new.1807/python-scipy.changes 2023-10-12 11:55:44.294551743 +0200 @@ -1,0 +2,5 @@ +Mon Oct 9 06:52:54 UTC 2023 - ecsos <ec...@opensuse.org> + +- Let it build for Leap 15.6 also. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-scipy.spec ++++++ --- /var/tmp/diff_new_pack.yIe8bJ/_old 2023-10-12 11:55:45.054579134 +0200 +++ /var/tmp/diff_new_pack.yIe8bJ/_new 2023-10-12 11:55:45.054579134 +0200 @@ -126,7 +126,7 @@ %endif %if %{without hpc} BuildRequires: %{python_module numpy-devel >= 1.18.5} -%if 0%{?sle_version} && 0%{?sle_version} <= 150500 +%if 0%{?sle_version} && 0%{?sle_version} <= 150600 # The default gcc on SLE15 is gcc7 we need something newer BuildRequires: gcc10-c++ BuildRequires: gcc10-fortran @@ -182,7 +182,7 @@ %if !%{with test} %build -%if 0%{?sle_version} && 0%{?sle_version} <= 150500 +%if 0%{?sle_version} && 0%{?sle_version} <= 150600 # We need gcc >= 8 for SLE15 export CC=gcc-10 export CXX=g++-10