Hello community, here is the log from the commit of package python-numpy for openSUSE:Factory checked in at 2019-04-04 12:01:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-numpy (Old) and /work/SRC/openSUSE:Factory/.python-numpy.new.3908 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-numpy" Thu Apr 4 12:01:22 2019 rev:78 rq:690313 version:1.16.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes 2019-03-27 16:13:31.563635066 +0100 +++ /work/SRC/openSUSE:Factory/.python-numpy.new.3908/python-numpy.changes 2019-04-04 12:01:26.677315833 +0200 @@ -1,0 +2,5 @@ +Fri Mar 29 12:20:01 UTC 2019 - Colleen Murphy <[email protected]> + +- Fix python sitearch paths for SLE_12_SP3/4 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-numpy.spec ++++++ --- /var/tmp/diff_new_pack.sltQgr/_old 2019-04-04 12:01:27.709316660 +0200 +++ /var/tmp/diff_new_pack.sltQgr/_new 2019-04-04 12:01:27.709316660 +0200 @@ -259,6 +259,15 @@ %python2_only %{p_bindir}/f2py2* %python3_only %{p_bindir}/f2py3* %python3_only %{p_bindir}/f2py +%if %{without hpc} +%{python_sitearch}/numpy/ +%{python_sitearch}/numpy-%{version}-py*.egg-info +%exclude %{python_sitearch}/numpy/*/*/*.c +%exclude %{python_sitearch}/numpy/*/*.h +%exclude %{python_sitearch}/numpy/*/*/*.h +%exclude %{python_sitearch}/numpy/*/*/*/*.h +%exclude %{python_sitearch}/numpy/core/lib/libnpymath.a +%else %{p_python_sitearch}/numpy/ %{p_python_sitearch}/numpy-%{version}-py*.egg-info %exclude %{p_python_sitearch}/numpy/*/*/*.c @@ -266,6 +275,7 @@ %exclude %{p_python_sitearch}/numpy/*/*/*.h %exclude %{p_python_sitearch}/numpy/*/*/*/*.h %exclude %{p_python_sitearch}/numpy/core/lib/libnpymath.a +%endif %if %{with hpc} %define hpc_module_pname python%(a=%{hpc_python_version}; echo -n ${a/.*/})-numpy @@ -279,10 +289,18 @@ %files %{python_files devel} %defattr(-,root,root) %license LICENSE.txt +%if %{without hpc} +%{python_sitearch}/numpy/*/*/*.c +%{python_sitearch}/numpy/*/*.h +%{python_sitearch}/numpy/*/*/*.h +%{python_sitearch}/numpy/*/*/*/*.h +%{python_sitearch}/numpy/core/lib/libnpymath.a +%else %{p_python_sitearch}/numpy/*/*/*.c %{p_python_sitearch}/numpy/*/*.h %{p_python_sitearch}/numpy/*/*/*.h %{p_python_sitearch}/numpy/*/*/*/*.h %{p_python_sitearch}/numpy/core/lib/libnpymath.a +%endif %changelog
