From d65f67c4d2c93c50510bbe2455d774a463de2d67 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Tue, 30 Jul 2013 16:34:46 +0200 Subject: [PATCH] Build without webp support on ppc* archs (#988767) --- python-pillow.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-pillow.spec b/python-pillow.spec index 9441d48..7cfff2a 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -25,7 +25,7 @@ Name: python-pillow Version: 2.1.0 -Release: 1%{?snap}%{?dist} +Release: 2%{?snap}%{?dist} Summary: Python image processing library # License: see http://www.pythonware.com/products/pil/license.htm @@ -50,8 +50,9 @@ BuildRequires: freetype-devel BuildRequires: lcms-devel BuildRequires: sane-backends-devel # Don't build with webp support on s390* archs -# see bug #962091 -%ifnarch s390 s390x +# see bug #962091 (s390*) +# see bug #988767 (ppc*) +%ifnarch s390 s390x ppc %{power64} BuildRequires: libwebp-devel %endif BuildRequires: PyQt4 @@ -357,6 +358,9 @@ popd %endif %changelog +* Tue Jul 30 2013 Karsten Hopp 2.1.0-2 +- Build without webp support on ppc* archs (#988767) + * Wed Jul 03 2013 Sandro Mani - 2.1.0-1 - Update to 2.1.0 - Run tests in builddir, not installroot