diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 8523c03..881111e 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Sep 3 09:24:31 UTC 2020 - Stefan Dirsch + +- update to 20.1.7 + * seventh bugfix release for the 20.1 branch + +------------------------------------------------------------------- +Wed Sep 2 10:14:00 UTC 2020 - Stefan Dirsch + +- switched to llvm9 usage for Leap/SLE15 since llvm10 is not (yet) + in Leap/SLE15 + +------------------------------------------------------------------- +Mon Aug 31 19:36:31 UTC 2020 - Stefan Dirsch + +- version 20.1.6 needed for jira#SLE/SLE-12880, jira#SLE/SLE-12882 + +------------------------------------------------------------------- +Mon Aug 31 19:12:50 UTC 2020 - Stefan Dirsch + +- use again /etc/OpenCL/vendors for openSUSE Leap, i.e. use + /usr/etc/OpenCL/vendors only for Tumbleweed + ------------------------------------------------------------------- Wed Aug 26 10:37:17 UTC 2020 - Callum Farmer diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 2abfe82..101bf3e 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -41,7 +41,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 20.1.6 +%define _version 20.1.7 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -109,7 +109,7 @@ %endif Name: Mesa-drivers -Version: 20.1.6 +Version: 20.1.7 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -210,7 +210,7 @@ BuildRequires: pkgconfig(wayland-server) >= 1.11 %if 0%{?suse_version} >= 1550 BuildRequires: llvm-devel >= 10.0.0 %else -BuildRequires: llvm10-devel +BuildRequires: llvm9-devel %endif %endif @@ -218,7 +218,7 @@ BuildRequires: llvm10-devel %if 0%{?suse_version} >= 1550 BuildRequires: clang-devel >= 10.0.0 %else -BuildRequires: clang10-devel +BuildRequires: clang9-devel %endif BuildRequires: libclc %endif @@ -746,7 +746,9 @@ egl_platforms=x11,drm,surfaceless,wayland %endif %if 0%{with_opencl} -Dgallium-opencl=icd \ +%if 0%{?suse_version} >= 1550 --sysconfdir=%{_datadir} \ +%endif %endif -Ddri-search-path=%{_libdir}/dri \ %if 0%{with_llvm} @@ -1083,9 +1085,15 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %if 0%{with_opencl} %files -n Mesa-libOpenCL +%if 0%{?suse_version} >= 1550 %dir %{_datadir}/OpenCL %dir %{_datadir}/OpenCL/vendors %{_datadir}/OpenCL/vendors/mesa.icd +%else +%dir %{_sysconfdir}/OpenCL +%dir %{_sysconfdir}/OpenCL/vendors +%{_sysconfdir}/OpenCL/vendors/mesa.icd +%endif %{_libdir}/libMesaOpenCL.so* %endif diff --git a/Mesa.changes b/Mesa.changes index 8523c03..881111e 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Sep 3 09:24:31 UTC 2020 - Stefan Dirsch + +- update to 20.1.7 + * seventh bugfix release for the 20.1 branch + +------------------------------------------------------------------- +Wed Sep 2 10:14:00 UTC 2020 - Stefan Dirsch + +- switched to llvm9 usage for Leap/SLE15 since llvm10 is not (yet) + in Leap/SLE15 + +------------------------------------------------------------------- +Mon Aug 31 19:36:31 UTC 2020 - Stefan Dirsch + +- version 20.1.6 needed for jira#SLE/SLE-12880, jira#SLE/SLE-12882 + +------------------------------------------------------------------- +Mon Aug 31 19:12:50 UTC 2020 - Stefan Dirsch + +- use again /etc/OpenCL/vendors for openSUSE Leap, i.e. use + /usr/etc/OpenCL/vendors only for Tumbleweed + ------------------------------------------------------------------- Wed Aug 26 10:37:17 UTC 2020 - Callum Farmer diff --git a/Mesa.spec b/Mesa.spec index e481dff..8ec66fa 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -40,7 +40,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 20.1.6 +%define _version 20.1.7 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -108,7 +108,7 @@ %endif Name: Mesa -Version: 20.1.6 +Version: 20.1.7 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -209,7 +209,7 @@ BuildRequires: pkgconfig(wayland-server) >= 1.11 %if 0%{?suse_version} >= 1550 BuildRequires: llvm-devel >= 10.0.0 %else -BuildRequires: llvm10-devel +BuildRequires: llvm9-devel %endif %endif @@ -217,7 +217,7 @@ BuildRequires: llvm10-devel %if 0%{?suse_version} >= 1550 BuildRequires: clang-devel >= 10.0.0 %else -BuildRequires: clang10-devel +BuildRequires: clang9-devel %endif BuildRequires: libclc %endif @@ -745,7 +745,9 @@ egl_platforms=x11,drm,surfaceless,wayland %endif %if 0%{with_opencl} -Dgallium-opencl=icd \ +%if 0%{?suse_version} >= 1550 --sysconfdir=%{_datadir} \ +%endif %endif -Ddri-search-path=%{_libdir}/dri \ %if 0%{with_llvm} @@ -1082,9 +1084,15 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen %if 0%{with_opencl} %files -n Mesa-libOpenCL +%if 0%{?suse_version} >= 1550 %dir %{_datadir}/OpenCL %dir %{_datadir}/OpenCL/vendors %{_datadir}/OpenCL/vendors/mesa.icd +%else +%dir %{_sysconfdir}/OpenCL +%dir %{_sysconfdir}/OpenCL/vendors +%{_sysconfdir}/OpenCL/vendors/mesa.icd +%endif %{_libdir}/libMesaOpenCL.so* %endif diff --git a/mesa-20.1.6.tar.xz b/mesa-20.1.6.tar.xz deleted file mode 100644 index acaa80f..0000000 --- a/mesa-20.1.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23bed40114b03ad640c95bfe72cc879ed2f941d0d481b77b5204a1fc567fa93c -size 12805724 diff --git a/mesa-20.1.6.tar.xz.sig b/mesa-20.1.6.tar.xz.sig deleted file mode 100644 index ffbc729..0000000 Binary files a/mesa-20.1.6.tar.xz.sig and /dev/null differ diff --git a/mesa-20.1.7.tar.xz b/mesa-20.1.7.tar.xz new file mode 100644 index 0000000..c05c4c2 --- /dev/null +++ b/mesa-20.1.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de9dd0cb2ca367606cada421db62fbf6d276dfd533e522bfab6001ff9aba288 +size 12825368 diff --git a/mesa-20.1.7.tar.xz.sig b/mesa-20.1.7.tar.xz.sig new file mode 100644 index 0000000..e520ee5 Binary files /dev/null and b/mesa-20.1.7.tar.xz.sig differ