diff --git a/pixman.changes b/pixman.changes index ad566b4..6ef6cfb 100644 --- a/pixman.changes +++ b/pixman.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Jun 6 20:26:14 CEST 2014 - fcrozat@suse.com + +- RENDER extension hotfix: Add --disable-vmx for PPC64LE. + This makes the RENDER extension work for the time being. + Proper fix for vmx will come later (bnc#876757) (from Egbert + Eich). +------------------------------------------------------------------- Mon Nov 18 19:41:03 UTC 2013 - dimstar@opensuse.org - Update to version 0.32.4: diff --git a/pixman.spec b/pixman.spec index a9ee682..59be3f4 100644 --- a/pixman.spec +++ b/pixman.spec @@ -1,7 +1,7 @@ # # spec file for package pixman # -# 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 @@ -57,6 +57,9 @@ Pixman is a pixel manipulation library for X and cairo. %ifarch %arm --disable-arm-iwmmxt \ --disable-arm-neon \ +%endif +%ifarch ppc64le + --disable-vmx \ %endif --disable-static make V=1 %{?_smp_mflags}