Hello community, here is the log from the commit of package python-slycot for openSUSE:Factory checked in at 2019-09-23 12:46:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-slycot (Old) and /work/SRC/openSUSE:Factory/.python-slycot.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-slycot" Mon Sep 23 12:46:25 2019 rev:4 rq:732528 version:0.3.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-slycot/python-slycot.changes 2019-07-08 16:39:42.384847689 +0200 +++ /work/SRC/openSUSE:Factory/.python-slycot.new.7948/python-slycot.changes 2019-09-23 12:46:29.233520431 +0200 @@ -1,0 +2,6 @@ +Sun Sep 22 16:42:44 UTC 2019 - Benjamin Greiner <[email protected]> + +- Make sure the correct F2PY flavor is executed +- Enforce Unix Makefile generator for CMake + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-slycot.spec ++++++ --- /var/tmp/diff_new_pack.xxiBnx/_old 2019-09-23 12:46:29.789520340 +0200 +++ /var/tmp/diff_new_pack.xxiBnx/_new 2019-09-23 12:46:29.789520340 +0200 @@ -52,10 +52,12 @@ %build export CFLAGS="%{optflags}" -%python_build +%{python_expand # make sure the correct f2py flavor is executed +%{$python_build} --generator "Unix Makefiles" -- -DF2PY_EXECUTABLE=/usr/bin/f2py%{$python_bin_suffix} +} %install -%python_expand %{$python_install} --install-lib %{$python_sitearch} +%python_expand %{$python_install} --install-lib %{$python_sitearch} --generator "Unix Makefiles" %python_expand %fdupes %{buildroot}%{$python_sitearch} %check
