diff --git a/python-numpy.changes b/python-numpy.changes index 3312bfa..e1df61f 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Apr 15 19:23:41 UTC 2012 - idonmez@suse.com + +- Fix SLE_11 build + +------------------------------------------------------------------- +Fri Apr 13 02:56:50 UTC 2012 - badshah400@gmail.com + +- Modify BuildRequires to match recent name changes of lapack and + blas in project. + ------------------------------------------------------------------- Sat Oct 01 13:49:14 UTC 2011 - behrisch@users.sf.net diff --git a/python-numpy.spec b/python-numpy.spec index 6861311..27d2b5a 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -1,7 +1,7 @@ # # spec file for package python-numpy # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # - Name: python-numpy Version: 1.6.1 Release: 0 @@ -27,9 +26,14 @@ Group: Development/Libraries/Python Source: numpy-%{version}.tar.gz Patch1: numpy-buildfix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python-devel -BuildRequires: lapack +%if 0%{?suse_version} > 1130 +BuildRequires: blas-devel +BuildRequires: lapack-devel +%else BuildRequires: blas +BuildRequires: lapack +%endif +BuildRequires: python-devel %if 0%{?suse_version} BuildRequires: gcc-fortran %py_requires @@ -62,9 +66,14 @@ basic linear algebra and random number generation. Summary: Development files for numpy applications Group: Development/Libraries/Python Requires: %{name} = %{version} -Requires: python-devel -Requires: lapack +%if 0%{?suse_version} > 1130 +Requires: blas-devel +Requires: lapack-devel +%else Requires: blas +Requires: lapack +%endif +Requires: python-devel %if 0%{?suse_version} Requires: gcc-fortran %else