Hello community,

here is the log from the commit of package python-numpy for openSUSE:Factory 
checked in at 2012-04-17 22:01:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-numpy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numpy", Maintainer is "jmate...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes        
2011-10-04 17:01:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-numpy.new/python-numpy.changes   
2012-04-17 22:01:03.000000000 +0200
@@ -1,0 +2,11 @@
+Sun Apr 15 19:23:41 UTC 2012 - idon...@suse.com
+
+- Fix SLE_11 build 
+
+-------------------------------------------------------------------
+Fri Apr 13 02:56:50 UTC 2012 - badshah...@gmail.com
+
+- Modify BuildRequires to match recent name changes of lapack and
+  blas in project.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-numpy.spec ++++++
--- /var/tmp/diff_new_pack.3h3vew/_old  2012-04-17 22:01:04.000000000 +0200
+++ /var/tmp/diff_new_pack.3h3vew/_new  2012-04-17 22:01:04.000000000 +0200
@@ -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 @@
 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 @@
 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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to