diff --git a/Mesa.changes b/Mesa.changes index 613e983..24f64ef 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 19 17:31:26 UTC 2024 - Mikhail Paulyshka + +- Disable LTO on %ix86/x86_64 due to rendering bugs on Radeon + graphics (boo#1226462) + ------------------------------------------------------------------- Tue Jun 18 06:18:47 UTC 2024 - Dominique Leuenberger diff --git a/Mesa.spec b/Mesa.spec index f164747..a39a35b 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -1,5 +1,5 @@ # -# spec file for package Mesa +# spec file # # Copyright (c) 2024 SUSE LLC # @@ -25,7 +25,7 @@ %global psuffix %{nil} %endif -%ifarch armv6l armv6hl +%ifarch %{ix86} x86_64 armv6l armv6hl %define _lto_cflags %{nil} %endif