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 ...