From 5b22870945c032856c46be2e6fe7b369dd1b599a3c00c57fd76d829dc7c4ae15 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 4 Feb 2014 20:50:23 +0000 Subject: [PATCH] Accepting request 220836 from devel:languages:python - add numpy-double-double-le.patch for ppc64le (forwarded request 220757 from k0da) OBS-URL: https://build.opensuse.org/request/show/220836 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=38 --- python-numpy-doc.changes | 5 +++++ python-numpy-doc.spec | 4 +++- python-numpy.spec | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-numpy-doc.changes b/python-numpy-doc.changes index 957e6a2..b440b10 100644 --- a/python-numpy-doc.changes +++ b/python-numpy-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 4 00:55:42 UTC 2014 - dvaleev@suse.com + +- add numpy-double-double-le.patch for ppc64le + ------------------------------------------------------------------- Thu Oct 31 10:17:25 UTC 2013 - toddrme2178@gmail.com diff --git a/python-numpy-doc.spec b/python-numpy-doc.spec index 751ed15..7ddbc18 100644 --- a/python-numpy-doc.spec +++ b/python-numpy-doc.spec @@ -1,7 +1,7 @@ # # spec file for package python-numpy-doc # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -28,6 +28,7 @@ License: BSD-3-Clause Group: Development/Libraries/Python Source: %{modname}-%{version}.tar.gz Patch0: numpy-buildfix.patch +Patch1: numpy-double-double-le.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: blas-devel BuildRequires: lapack-devel @@ -107,6 +108,7 @@ This package provides the PDF documentation for NumPy %prep %setup -q -n %{modname}-%{version} %patch0 -p1 +%patch1 -p1 %build # make the documentation diff --git a/python-numpy.spec b/python-numpy.spec index 272d66a..9a18c77 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -1,7 +1,7 @@ # # spec file for package python-numpy # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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