[packages/python-numpy] - updated to 1.7.2

baggins baggins at pld-linux.org
Tue Feb 25 21:44:17 CET 2014


commit fa3a1a65b81513465701573fc3a6143fe3359ad6
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Feb 25 21:44:07 2014 +0100

    - updated to 1.7.2

 python-numpy-fortran-version.patch | 4 ++--
 python-numpy.spec                  | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/python-numpy.spec b/python-numpy.spec
index 6d23107..8d001f1 100644
--- a/python-numpy.spec
+++ b/python-numpy.spec
@@ -6,13 +6,13 @@
 Summary:	Python numerical facilities
 Summary(pl.UTF-8):	Moduły do obliczeń numerycznych dla języka Python
 Name:		python-%{module}
-Version:	1.7.1
-Release:	2
+Version:	1.7.2
+Release:	1
 Epoch:		1
 License:	BSD
 Group:		Libraries/Python
 Source0:	http://downloads.sourceforge.net/numpy/%{module}-%{version}.tar.gz
-# Source0-md5:	0ab72b3b83528a7ae79c6df9042d61c6
+# Source0-md5:	6eba32e71bd30cf70b9ea2ef28519d9a
 Patch0:		%{name}-fortran-version.patch
 URL:		http://sourceforge.net/projects/numpy/
 %if %{with python2}
diff --git a/python-numpy-fortran-version.patch b/python-numpy-fortran-version.patch
index 54593e0..843bb03 100644
--- a/python-numpy-fortran-version.patch
+++ b/python-numpy-fortran-version.patch
@@ -9,8 +9,8 @@ diff -dur numpy-1.7.1.orig/numpy/distutils/fcompiler/gnu.py numpy-1.7.1/numpy/di
 +        m = re.match(r'GNU Fortran\s+95.*?(\d[0-9-.]*)', version_string)
          if m:
              return ('gfortran', m.group(1))
--        m = re.match(r'GNU Fortran.*?([0-9-.]+)', version_string)
-+        m = re.match(r'GNU Fortran.*?(\d[0-9-.]*)', version_string)
+-        m = re.match(r'GNU Fortran.*?\-?([0-9-.]+)', version_string)
++        m = re.match(r'GNU Fortran.*?\-?(\d[0-9-.]*)', version_string)
          if m:
              v = m.group(1)
              if v.startswith('0') or v.startswith('2') or v.startswith('3'):
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-numpy.git/commitdiff/fa3a1a65b81513465701573fc3a6143fe3359ad6



More information about the pld-cvs-commit mailing list