From 8b498c9907dab43b972b2c48fd2153ad73fe0a0d36b5220f6f823e03f24db7aa Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Wed, 27 May 2020 15:46:04 +0000 Subject: [PATCH] - renamed latest patch according to X.Org bug policy - apply patch also for Mesa.spec OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=959 --- Mesa-drivers.changes | 2 +- Mesa-drivers.spec | 2 +- Mesa.changes | 12 ++++++++++++ Mesa.spec | 2 ++ ...ime-dse-fix.patch => U_add-lifetime-dse-fix.patch | 0 5 files changed, 16 insertions(+), 2 deletions(-) rename add-lifetime-dse-fix.patch => U_add-lifetime-dse-fix.patch (100%) diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 3775005..71fd498 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Tue May 19 19:22:02 UTC 2020 - Martin Liška -- Add add-lifetime-dse-fix.patch as a proper fix for boo#1171855. +- Add U_add-lifetime-dse-fix.patch as a proper fix for boo#1171855. ------------------------------------------------------------------- Tue May 19 05:52:31 UTC 2020 - Martin Liška diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 4dc47e5..26c1f0b 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -129,7 +129,7 @@ Source4: manual-pages.tar.bz2 Source6: %{name}-rpmlintrc Source7: Mesa.keyring Patch2: n_add-Mesa-headers-again.patch -Patch3: add-lifetime-dse-fix.patch +Patch3: U_add-lifetime-dse-fix.patch # never to be upstreamed Patch54: n_drirc-disable-rgb10-for-chromium-on-amd.patch Patch58: u_dep_xcb.patch diff --git a/Mesa.changes b/Mesa.changes index 838866f..71fd498 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue May 19 19:22:02 UTC 2020 - Martin Liška + +- Add U_add-lifetime-dse-fix.patch as a proper fix for boo#1171855. + +------------------------------------------------------------------- +Tue May 19 05:52:31 UTC 2020 - Martin Liška + +- Disable LTO for now as there's a known upstream bug + that hasn't been resolved with GCC 10: + boo#1171855. + ------------------------------------------------------------------- Fri May 15 09:52:07 UTC 2020 - Stefan Dirsch diff --git a/Mesa.spec b/Mesa.spec index 5639af6..66631c5 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -128,6 +128,7 @@ Source4: manual-pages.tar.bz2 Source6: %{name}-rpmlintrc Source7: Mesa.keyring Patch2: n_add-Mesa-headers-again.patch +Patch3: U_add-lifetime-dse-fix.patch # never to be upstreamed Patch54: n_drirc-disable-rgb10-for-chromium-on-amd.patch Patch58: u_dep_xcb.patch @@ -735,6 +736,7 @@ programs against the XA state tracker. rm -rf docs/README.{VMS,WIN32,OS2} %patch2 -p1 +%patch3 -p1 %patch54 -p1 %patch58 -p1 diff --git a/add-lifetime-dse-fix.patch b/U_add-lifetime-dse-fix.patch similarity index 100% rename from add-lifetime-dse-fix.patch rename to U_add-lifetime-dse-fix.patch