Hello community,

here is the log from the commit of package python-scipy for openSUSE:Factory 
checked in at 2012-10-09 13:55:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scipy (Old)
 and      /work/SRC/openSUSE:Factory/.python-scipy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-scipy", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-scipy/python-scipy.changes        
2012-09-11 09:18:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-scipy.new/python-scipy.changes   
2012-10-09 13:59:30.000000000 +0200
@@ -1,0 +2,24 @@
+Mon Oct  1 12:45:12 UTC 2012 - [email protected]
+
+- Update to version 0.11.0:
+  * Sparse Graph Submodule
+  * scipy.optimize improvements
+    * A unified interface to minimizers of univariate and 
+      multivariate functions has been added. 
+    * A unified interface to root finding algorithms for 
+      multivariate functions has been added.
+    * The L-BFGS-B algorithm has been updated to version 3.0.
+  * scipy.linalg improvements
+    * New matrix equation solvers
+    * QZ and QR Decomposition
+    * Pascal matrices
+    * Sparse matrix construction and operations
+    * LSMR iterative solver 
+    * Discrete Sine Transform
+  * scipy.interpolate improvements
+    * Interpolation in spherical coordinates
+  * scipy.stats improvements
+    * Binned statistics
+- Remove upstreamed patches
+
+-------------------------------------------------------------------
python3-scipy.changes: same change

Old:
----
  integrate_dop-no-return-in-non-void.patch
  qhull-bufferoverflowstrncat.patch
  rboxlib-bufferoverflowstrncat.patch
  scipy-0.10.1.tar.gz

New:
----
  scipy-0.11.0.tar.gz

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

Other differences:
------------------
++++++ python-scipy.spec ++++++
--- /var/tmp/diff_new_pack.a7xlon/_old  2012-10-09 13:59:31.000000000 +0200
+++ /var/tmp/diff_new_pack.a7xlon/_new  2012-10-09 13:59:31.000000000 +0200
@@ -11,30 +11,28 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define modname scipy
 Name:           python-%{modname}
-Version:        0.10.1
+Version:        0.11.0
 Release:        0
-License:        BSD-3-Clause
 Summary:        Scientific Tools for Python
-Url:            http://www.scipy.org
+License:        BSD-3-Clause
 Group:          Development/Libraries/Python
+Url:            http://www.scipy.org
 Source0:        %{modname}-%{version}.tar.gz
-Patch0:         qhull-bufferoverflowstrncat.patch
-Patch1:         rboxlib-bufferoverflowstrncat.patch
-Patch2:         integrate_dop-no-return-in-non-void.patch
+BuildRequires:  blas-devel
 BuildRequires:  fdupes
 BuildRequires:  fftw-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-fortran
+BuildRequires:  lapack-devel
 BuildRequires:  python-devel
 BuildRequires:  python-numpy-devel
-BuildRequires:  blas-devel
-BuildRequires:  lapack-devel
 BuildRequires:  swig
 %if 0%{?suse_version} > 1140
 BuildRequires:  suitesparse-devel-static
@@ -79,9 +77,6 @@
 
 %prep
 %setup -q -n %{modname}-%{version}
-%patch0 -p1 -b .bufferoverflowstrncat
-%patch1 -p1 -b .bufferoverflowstrncat
-%patch2 -p1
 find . -type f -name "*.py" -exec sed -i "s|#!/usr/bin/env python||" {} \;
 
 cat > site.cfg << EOF

++++++ python3-scipy.spec ++++++
--- /var/tmp/diff_new_pack.a7xlon/_old  2012-10-09 13:59:31.000000000 +0200
+++ /var/tmp/diff_new_pack.a7xlon/_new  2012-10-09 13:59:31.000000000 +0200
@@ -11,31 +11,29 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define modname scipy
 Name:           python3-%{modname}
-Version:        0.10.1
+Version:        0.11.0
 Release:        0
-License:        BSD-3-Clause and LGPL-2.0+
 Summary:        Scientific Tools for Python
-Url:            http://www.scipy.org
+License:        BSD-3-Clause and LGPL-2.0+
 Group:          Development/Libraries/Python
+Url:            http://www.scipy.org
 Source0:        %{modname}-%{version}.tar.gz
-Patch0:         qhull-bufferoverflowstrncat.patch
-Patch1:         rboxlib-bufferoverflowstrncat.patch
-Patch2:         integrate_dop-no-return-in-non-void.patch
+BuildRequires:  blas-devel
 BuildRequires:  fdupes
 BuildRequires:  fftw-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-fortran
+BuildRequires:  lapack-devel
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  python3-numpy-devel
-BuildRequires:  blas-devel
-BuildRequires:  lapack-devel
 BuildRequires:  swig
 %if 0%{?suse_version} > 1140
 BuildRequires:  suitesparse-devel-static
@@ -81,9 +79,6 @@
 
 %prep
 %setup -q -n %{modname}-%{version}
-%patch0 -p1 -b .bufferoverflowstrncat
-%patch1 -p1 -b .bufferoverflowstrncat
-%patch2 -p1
 find . -type f -name "*.py" -exec sed -i "s|#!/usr/bin/env python||" {} \;
 
 cat > site.cfg << EOF

++++++ scipy-0.10.1.tar.gz -> scipy-0.11.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-scipy/scipy-0.10.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-scipy.new/scipy-0.11.0.tar.gz differ: char 
5, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to