diff --git a/python-numpy.changes b/python-numpy.changes index 629dc96..6a106a9 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 30 19:43:03 UTC 2017 - eich@suse.com + +- Fix Requires: of devel package for openblas. + ------------------------------------------------------------------- Tue Oct 17 14:27:47 UTC 2017 - eich@suse.com @@ -55,7 +60,7 @@ Sat Sep 30 16:20:39 UTC 2017 - arun@gmx.de * #9732 BUG: Make scalar function elision check if temp is writeable. * #9736 BUG: Various fixes to np.gradient - * #9742 BUG: Fix np.pad for CVE-2017-12852 + * #9742 BUG: Fix np.pad for CVE-2017-12852 (bsc#1053963) * #9744 BUG: Check for exception in sort functions, add tests * #9745 DOC: Add whitespace after "versionadded::" directive so it actually... diff --git a/python-numpy.spec b/python-numpy.spec index e94d82b..f17a778 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -136,7 +136,7 @@ Requires: blas-devel Requires: lapack-devel %endif %else -Requires: openblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc-devel +Requires: libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc-devel %hpc_requires_devel %endif