diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 3265751..1c326e0 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Apr 30 14:46:25 UTC 2020 - Stefan Dirsch + +- update to Mesa 20.0.6 + * fairly small release (a little bit of everything in here) + +------------------------------------------------------------------- +Sat Apr 25 10:36:23 UTC 2020 - Stefan Dirsch + +- require llvm/clang 10 + ------------------------------------------------------------------- Fri Apr 24 09:21:28 UTC 2020 - Stefan Dirsch diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index bc0afa3..47d386b 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -46,7 +46,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 20.0.5 +%define _version 20.0.6 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -114,7 +114,7 @@ %endif Name: Mesa-drivers -Version: 20.0.5 +Version: 20.0.6 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -211,17 +211,17 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8 BuildRequires: pkgconfig(wayland-server) >= 1.11 %if 0%{with_llvm} %if 0%{?suse_version} >= 1550 -BuildRequires: llvm-devel >= 9.0.0 +BuildRequires: llvm-devel >= 10.0.0 %else -BuildRequires: llvm9-devel +BuildRequires: llvm10-devel %endif %endif %if 0%{with_opencl} %if 0%{?suse_version} >= 1550 -BuildRequires: clang-devel >= 9.0.0 +BuildRequires: clang-devel >= 10.0.0 %else -BuildRequires: clang9-devel +BuildRequires: clang10-devel %endif BuildRequires: libclc %endif diff --git a/Mesa.changes b/Mesa.changes index 3265751..1c326e0 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Apr 30 14:46:25 UTC 2020 - Stefan Dirsch + +- update to Mesa 20.0.6 + * fairly small release (a little bit of everything in here) + +------------------------------------------------------------------- +Sat Apr 25 10:36:23 UTC 2020 - Stefan Dirsch + +- require llvm/clang 10 + ------------------------------------------------------------------- Fri Apr 24 09:21:28 UTC 2020 - Stefan Dirsch diff --git a/Mesa.spec b/Mesa.spec index 7d3a3ae..190a726 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -45,7 +45,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 20.0.5 +%define _version 20.0.6 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -113,7 +113,7 @@ %endif Name: Mesa -Version: 20.0.5 +Version: 20.0.6 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -210,17 +210,17 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8 BuildRequires: pkgconfig(wayland-server) >= 1.11 %if 0%{with_llvm} %if 0%{?suse_version} >= 1550 -BuildRequires: llvm-devel >= 9.0.0 +BuildRequires: llvm-devel >= 10.0.0 %else -BuildRequires: llvm9-devel +BuildRequires: llvm10-devel %endif %endif %if 0%{with_opencl} %if 0%{?suse_version} >= 1550 -BuildRequires: clang-devel >= 9.0.0 +BuildRequires: clang-devel >= 10.0.0 %else -BuildRequires: clang9-devel +BuildRequires: clang10-devel %endif BuildRequires: libclc %endif diff --git a/mesa-20.0.5.tar.xz b/mesa-20.0.5.tar.xz deleted file mode 100644 index c13333a..0000000 --- a/mesa-20.0.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c56a82a28cc924e40ea49752abdf1d701c9952481f53cbc7a080271597f572e -size 12257484 diff --git a/mesa-20.0.5.tar.xz.sig b/mesa-20.0.5.tar.xz.sig deleted file mode 100644 index 50db28c..0000000 Binary files a/mesa-20.0.5.tar.xz.sig and /dev/null differ diff --git a/mesa-20.0.6.tar.xz b/mesa-20.0.6.tar.xz new file mode 100644 index 0000000..caf2806 --- /dev/null +++ b/mesa-20.0.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b5d8e9201a01a0e88e18bb79850e67b1d28443b34c4c5cacad4bd10f668b96 +size 12275708 diff --git a/mesa-20.0.6.tar.xz.sig b/mesa-20.0.6.tar.xz.sig new file mode 100644 index 0000000..ec21986 Binary files /dev/null and b/mesa-20.0.6.tar.xz.sig differ