From 48bda34511d56198457b81cc6864f1508242dd8607fa543f095ce829d7bf86ac Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 12 Apr 2017 13:43:02 +0000 Subject: [PATCH] - only reverse-apply 'U_draw-use-SoA-fetch-not-AoS-one.patch' on s390x (bsc#1032272) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=597 --- Mesa.changes | 6 ++++++ Mesa.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/Mesa.changes b/Mesa.changes index c579eed..02d6ab5 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 12 13:41:30 UTC 2017 - sndirsch@suse.com + +- only reverse-apply 'U_draw-use-SoA-fetch-not-AoS-one.patch' on + s390x (bsc#1032272) + ------------------------------------------------------------------- Wed Apr 12 12:31:34 UTC 2017 - sndirsch@suse.com diff --git a/Mesa.spec b/Mesa.spec index 21fff7a..7679bee 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -660,7 +660,9 @@ rm -rf docs/README.{VMS,WIN32,OS2} %endif # reverse-apply this patch to fix OpenGL support on s390x (bsc#1032272) +%ifarch s390x %patch40 -R -p1 +%endif # Remove requires to libglvnd0/libglvnd-devel from baselibs.conf when # disabling libglvnd build; ugly ...