[numpy] Update to 1.9.2

Orion Poplawski orion at fedoraproject.org
Sun Mar 1 21:58:34 UTC 2015


commit ad63033c9daf132484236a469562c0405fb9bcd0
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Sun Mar 1 14:58:33 2015 -0700

    Update to 1.9.2

 .gitignore |   1 +
 5392.patch | 127 -------------------------------------------------------------
 numpy.spec |  11 +++---
 sources    |   2 +-
 4 files changed, 7 insertions(+), 134 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0d20d5d..9d19d7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ numpy-1.4.1.tar.gz
 /numpy-1.9.0rc1.tar.gz
 /numpy-1.9.0.tar.gz
 /numpy-1.9.1.tar.gz
+/numpy-1.9.2.tar.gz
diff --git a/numpy.spec b/numpy.spec
index 57f8d0d..1c482c4 100644
--- a/numpy.spec
+++ b/numpy.spec
@@ -8,8 +8,8 @@
 %global relc %{nil}
 
 Name:           numpy
-Version:        1.9.1
-Release:        2%{?dist}
+Version:        1.9.2
+Release:        1%{?dist}
 Epoch:          1
 Summary:        A fast multidimensional array facility for Python
 
@@ -18,9 +18,6 @@ Group:          Development/Languages
 License:        BSD and Python
 URL:            http://www.numpy.org/
 Source0:        http://downloads.sourceforge.net/numpy/%{name}-%{version}%{?relc}.tar.gz
-# Upstream patch to fix xerbla linkage
-# https://bugzilla.redhat.com/show_bug.cgi?id=1172834
-Patch0:         https://github.com/numpy/numpy/pull/5392.patch
 
 BuildRequires:  python2-devel lapack-devel python-setuptools gcc-gfortran atlas-devel python-nose
 Requires:       python-nose
@@ -86,7 +83,6 @@ This package includes a version of f2py that works properly with NumPy.
 
 %prep
 %setup -q -n %{name}-%{version}%{?relc}
-%patch0 -p1 -b .xerbla
 
 # workaround for rhbz#849713
 # http://mail.scipy.org/pipermail/numpy-discussion/2012-July/063530.html
@@ -227,6 +223,9 @@ popd &> /dev/null
 
 
 %changelog
+* Sun Mar 1 2015 Orion Poplawski <orion at nwra.com> - 1:1.9.2-1
+- Update to 1.9.2
+
 * Tue Jan 6 2015 Orion Poplawski <orion at nwra.com> - 1:1.9.1-2
 - Add upstream patch to fix xerbla linkage (bug #1172834)
 
diff --git a/sources b/sources
index 835ecdb..8d57d2f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-78842b73560ec378142665e712ae4ad9  numpy-1.9.1.tar.gz
+a1ed53432dbcd256398898d35bc8e645  numpy-1.9.2.tar.gz


More information about the scm-commits mailing list