From 09e2ba213a19744e06727102e24e71ef2e9b8d1370bf24eef144ba94b668c16f Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Sun, 8 Jun 2014 12:09:28 +0000 Subject: [PATCH] Accepting request 236497 from home:fcrozat:branches:GNOME:Factory - 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). OBS-URL: https://build.opensuse.org/request/show/236497 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=79 --- pixman.changes | 7 +++++++ pixman.spec | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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}