From 43ec8d3aa1c23533d4350542dcb73dc46eb17a4adc7da97269004beeab0195a8 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 27 Jun 2024 09:00:28 +0000 Subject: [PATCH] - apply patches below to get GL on s390x working again only on s390x, because they break colors during YaST installation also on x86_64 platform (QT/GTK using GL backend?) (boo#1226725) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1309 --- Mesa.changes | 7 +++++++ Mesa.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/Mesa.changes b/Mesa.changes index 7af2b4c..0f3bb61 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 27 08:55:00 UTC 2024 - Stefan Dirsch + +- apply patches below to get GL on s390x working again only on + s390x, because they break colors during YaST installation + also on x86_64 platform (QT/GTK using GL backend?) (boo#1226725) + ------------------------------------------------------------------- Wed Jun 26 08:27:46 UTC 2024 - Stefan Dirsch diff --git a/Mesa.spec b/Mesa.spec index f5f306e..17c50d9 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -840,9 +840,11 @@ cp %{SOURCE6} subprojects/packagecache/ %patch -P 58 -p1 %patch -P 100 -p1 %patch -P 400 -p1 +%ifarch s390x %patch -P 500 -p1 %patch -P 501 -p1 %patch -P 502 -p1 +%endif # Remove requires to vulkan libs from baselibs.conf on platforms # where vulkan build is disabled; ugly ...