From aa4af618be1b559bddbc8e4a95738ddc68509580f6d0bf6a7d4a226177139a04 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 25 Apr 2019 08:09:08 +0000 Subject: [PATCH 1/2] Accepting request 697616 from home:marxin:branches:X11:XOrg Disable LTO (boo#1133265). OBS-URL: https://build.opensuse.org/request/show/697616 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=830 --- Mesa.changes | 5 +++++ Mesa.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/Mesa.changes b/Mesa.changes index cc91f70..849b631 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 24 17:24:16 UTC 2019 - Martin Liška + +- Disable LTO (boo#1133265). + ------------------------------------------------------------------- Wed Apr 17 16:10:26 UTC 2019 - Tobias Klausmann diff --git a/Mesa.spec b/Mesa.spec index a7f7b35..c94a61a 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -745,6 +745,7 @@ grep -v -i vulkan "%{_sourcedir}/baselibs.conf" >"%{_sourcedir}/temp" && \ %endif %build +%define _lto_cflags %{nil} %if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse}) egl_platforms=x11,drm,surfaceless,wayland %else From 244eeedccce973e1027e6243bc50aec538bb2244b9a5d680c77179da994ed450 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 26 Apr 2019 10:31:50 +0000 Subject: [PATCH 2/2] - Update to 19.0.3 * quiet release with just 19 patches (excluding release churn) since 19.0.2 * no sub component was touched too much * virgl, glsl, nir, intel, radeonsi, radv, ac, and gallivm received a few patches - Disable LTO (boo#1133265). OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=831 --- Mesa-drivers.changes | 15 +++++++++++++++ Mesa-drivers.spec | 7 ++++--- Mesa.changes | 10 ++++++++++ Mesa.spec | 6 +++--- mesa-19.0.2.tar.xz | 3 --- mesa-19.0.2.tar.xz.sig | Bin 119 -> 0 bytes mesa-19.0.3.tar.xz | 3 +++ mesa-19.0.3.tar.xz.sig | Bin 0 -> 119 bytes 8 files changed, 35 insertions(+), 9 deletions(-) delete mode 100644 mesa-19.0.2.tar.xz delete mode 100644 mesa-19.0.2.tar.xz.sig create mode 100644 mesa-19.0.3.tar.xz create mode 100644 mesa-19.0.3.tar.xz.sig diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index cc91f70..394fe75 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Apr 26 10:03:02 UTC 2019 - Stefan Dirsch + +- Update to 19.0.3 + * quiet release with just 19 patches (excluding release churn) + since 19.0.2 + * no sub component was touched too much + * virgl, glsl, nir, intel, radeonsi, radv, ac, and gallivm + received a few patches + +------------------------------------------------------------------- +Wed Apr 24 17:24:16 UTC 2019 - Martin Liška + +- Disable LTO (boo#1133265). + ------------------------------------------------------------------- Wed Apr 17 16:10:26 UTC 2019 - Tobias Klausmann diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index e307144..9c98680 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -42,7 +42,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 19.0.2 +%define _version 19.0.3 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -110,7 +110,7 @@ %endif Name: Mesa-drivers -Version: 19.0.2 +Version: 19.0.3 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -746,6 +746,7 @@ grep -v -i vulkan "%{_sourcedir}/baselibs.conf" >"%{_sourcedir}/temp" && \ %endif %build +%define _lto_cflags %{nil} %if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 0%{?is_opensuse}) egl_platforms=x11,drm,surfaceless,wayland %else diff --git a/Mesa.changes b/Mesa.changes index 849b631..394fe75 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Apr 26 10:03:02 UTC 2019 - Stefan Dirsch + +- Update to 19.0.3 + * quiet release with just 19 patches (excluding release churn) + since 19.0.2 + * no sub component was touched too much + * virgl, glsl, nir, intel, radeonsi, radv, ac, and gallivm + received a few patches + ------------------------------------------------------------------- Wed Apr 24 17:24:16 UTC 2019 - Martin Liška diff --git a/Mesa.spec b/Mesa.spec index c94a61a..4997d9b 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -41,7 +41,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 19.0.2 +%define _version 19.0.3 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -109,7 +109,7 @@ %endif Name: Mesa -Version: 19.0.2 +Version: 19.0.3 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/mesa-19.0.2.tar.xz b/mesa-19.0.2.tar.xz deleted file mode 100644 index 62d50da..0000000 --- a/mesa-19.0.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a2edc3ce56906a676c91e6851298db45903df1f5cb9827395a922c1452db802 -size 11959876 diff --git a/mesa-19.0.2.tar.xz.sig b/mesa-19.0.2.tar.xz.sig deleted file mode 100644 index 2819da893088ba1a675c7079c8cd3839fb59d4c8af41fa94b4837932fbcbe3a2..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEGVvrS6WGOtdJxpOwX+gL5ZB?JCzgF9AD1O7r6tiyIE(R`60howPGb6*s zf+w;|R%|&~cse;u>Qb(!k*1G37k`