From 1c448fcab04deeb959e070a0058aeb3b740cce24 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 9 Jan 2014 16:47:59 -0600 Subject: [PATCH] ppc64le is a multilib arch (#1051208) --- GraphicsMagick.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/GraphicsMagick.spec b/GraphicsMagick.spec index 1e48362..696cd2f 100644 --- a/GraphicsMagick.spec +++ b/GraphicsMagick.spec @@ -14,7 +14,7 @@ %global libQ -Q16 %endif -%define multilib_archs x86_64 %{ix86} ppc64 ppc s390x s390 sparc64 sparcv9 +%define multilib_archs x86_64 %{ix86} ppc64 ppc64le ppc s390x s390 sparc64 sparcv9 # hack for older platforms/rpm-versions that do not support %%__isa_bits (like el5) %ifarch %{multilib_archs} %if ! 0%{?__isa_bits:1} @@ -32,7 +32,7 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick Version: 1.3.19 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: Applications/Multimedia @@ -299,6 +299,9 @@ rm -rf %{buildroot} %changelog +* Thu Jan 09 2014 Rex Dieter 1.3.19-3 +- ppc64le is a multilib arch (#1051208) + * Wed Jan 01 2014 Rex Dieter 1.3.19-2 - BR: jbigkit, libwebp, xdg-utils, xz