Просмотр исходного кода

add patches for ppc

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1671 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 14 лет назад
Родитель
Сommit
577718d8a5
1 измененных файлов с 10 добавлено и 1 удалено
  1. 10 1
      n/numpy/numpy-vl.spec

+ 10 - 1
n/numpy/numpy-vl.spec

@@ -5,7 +5,7 @@
 Name:           numpy
 Summary:        A fast multidimensional array facility for Python
 Version:        1.4.1
-Release:        7%{?_dist_release}
+Release:        8%{?_dist_release}
 
 Group:          Development/Languages
 License:        BSD
@@ -20,6 +20,10 @@ Patch1:         numpy_doublefree.patch
 # Patch is a combination of upstream changeset 7926 followed by 8387
 Patch2:         numpy-1.4.1-remove-PyOS_ascii_strtod.patch
 
+## patches from debian
+Patch3:		changeset_r8510.diff
+Patch4:		changeset_r8511.diff
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 #BuildRequires:  python-devel lapack-devel python-setuptools gcc-gfortran atlas-devel python-nose
@@ -54,6 +58,8 @@ This package includes a version of f2py that works properly with NumPy.
 %patch0 -p1 -b .f2py
 %patch1 -p0 
 %patch2 -p1 -b .remove-PyOS_ascii_strtod
+%patch3 -p1 -b .r8510
+%patch4 -p1 -b .r8511
 
 %build
 env FFTW=%{_libdir} BLAS=%{_libdir} \
@@ -132,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-8
+- add Patch3(changeset_r8510.diff) and Patch4(changeset_r8511.diff) from debian
+
 * Fri Aug 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.1-7
 - Initial build for Vine Linux