Accepting request 539352 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/539352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=59
This commit is contained in:
Dominique Leuenberger 2017-11-09 12:53:36 +00:00 committed by Git OBS Bridge
parent 560a227704
commit 24df67b9a4
2 changed files with 7 additions and 2 deletions

View File

@ -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...

View File

@ -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