Accepting request 831650 from X11:XOrg
- update to 20.1.7 * seventh bugfix release for the 20.1 branch - switched to llvm9 usage for Leap/SLE15 since llvm10 is not (yet) in Leap/SLE15 - version 20.1.6 needed for jira#SLE/SLE-12880, jira#SLE/SLE-12882 - use again /etc/OpenCL/vendors for openSUSE Leap, i.e. use /usr/etc/OpenCL/vendors only for Tumbleweed OBS-URL: https://build.opensuse.org/request/show/831650 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=391
This commit is contained in:
commit
8da5b1761d
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 3 09:24:31 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- update to 20.1.7
|
||||||
|
* seventh bugfix release for the 20.1 branch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 2 10:14:00 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- 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 <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- version 20.1.6 needed for jira#SLE/SLE-12880, jira#SLE/SLE-12882
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 31 19:12:50 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- 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 <callumjfarmer13@gmail.com>
|
Wed Aug 26 10:37:17 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
%define _name_archive mesa
|
%define _name_archive mesa
|
||||||
%define _version 20.1.6
|
%define _version 20.1.7
|
||||||
%define with_opencl 0
|
%define with_opencl 0
|
||||||
%define with_vulkan 0
|
%define with_vulkan 0
|
||||||
%define with_llvm 0
|
%define with_llvm 0
|
||||||
@ -109,7 +109,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: Mesa-drivers
|
Name: Mesa-drivers
|
||||||
Version: 20.1.6
|
Version: 20.1.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System for rendering 3-D graphics
|
Summary: System for rendering 3-D graphics
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -210,7 +210,7 @@ BuildRequires: pkgconfig(wayland-server) >= 1.11
|
|||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
BuildRequires: llvm-devel >= 10.0.0
|
BuildRequires: llvm-devel >= 10.0.0
|
||||||
%else
|
%else
|
||||||
BuildRequires: llvm10-devel
|
BuildRequires: llvm9-devel
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -218,7 +218,7 @@ BuildRequires: llvm10-devel
|
|||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
BuildRequires: clang-devel >= 10.0.0
|
BuildRequires: clang-devel >= 10.0.0
|
||||||
%else
|
%else
|
||||||
BuildRequires: clang10-devel
|
BuildRequires: clang9-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libclc
|
BuildRequires: libclc
|
||||||
%endif
|
%endif
|
||||||
@ -746,7 +746,9 @@ egl_platforms=x11,drm,surfaceless,wayland
|
|||||||
%endif
|
%endif
|
||||||
%if 0%{with_opencl}
|
%if 0%{with_opencl}
|
||||||
-Dgallium-opencl=icd \
|
-Dgallium-opencl=icd \
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
--sysconfdir=%{_datadir} \
|
--sysconfdir=%{_datadir} \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
-Ddri-search-path=%{_libdir}/dri \
|
-Ddri-search-path=%{_libdir}/dri \
|
||||||
%if 0%{with_llvm}
|
%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}
|
%if 0%{with_opencl}
|
||||||
%files -n Mesa-libOpenCL
|
%files -n Mesa-libOpenCL
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
%dir %{_datadir}/OpenCL
|
%dir %{_datadir}/OpenCL
|
||||||
%dir %{_datadir}/OpenCL/vendors
|
%dir %{_datadir}/OpenCL/vendors
|
||||||
%{_datadir}/OpenCL/vendors/mesa.icd
|
%{_datadir}/OpenCL/vendors/mesa.icd
|
||||||
|
%else
|
||||||
|
%dir %{_sysconfdir}/OpenCL
|
||||||
|
%dir %{_sysconfdir}/OpenCL/vendors
|
||||||
|
%{_sysconfdir}/OpenCL/vendors/mesa.icd
|
||||||
|
%endif
|
||||||
%{_libdir}/libMesaOpenCL.so*
|
%{_libdir}/libMesaOpenCL.so*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
23
Mesa.changes
23
Mesa.changes
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 3 09:24:31 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- update to 20.1.7
|
||||||
|
* seventh bugfix release for the 20.1 branch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 2 10:14:00 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- 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 <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- version 20.1.6 needed for jira#SLE/SLE-12880, jira#SLE/SLE-12882
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 31 19:12:50 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- 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 <callumjfarmer13@gmail.com>
|
Wed Aug 26 10:37:17 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||||
|
|
||||||
|
16
Mesa.spec
16
Mesa.spec
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
%define _name_archive mesa
|
%define _name_archive mesa
|
||||||
%define _version 20.1.6
|
%define _version 20.1.7
|
||||||
%define with_opencl 0
|
%define with_opencl 0
|
||||||
%define with_vulkan 0
|
%define with_vulkan 0
|
||||||
%define with_llvm 0
|
%define with_llvm 0
|
||||||
@ -108,7 +108,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: Mesa
|
Name: Mesa
|
||||||
Version: 20.1.6
|
Version: 20.1.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System for rendering 3-D graphics
|
Summary: System for rendering 3-D graphics
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -209,7 +209,7 @@ BuildRequires: pkgconfig(wayland-server) >= 1.11
|
|||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
BuildRequires: llvm-devel >= 10.0.0
|
BuildRequires: llvm-devel >= 10.0.0
|
||||||
%else
|
%else
|
||||||
BuildRequires: llvm10-devel
|
BuildRequires: llvm9-devel
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -217,7 +217,7 @@ BuildRequires: llvm10-devel
|
|||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
BuildRequires: clang-devel >= 10.0.0
|
BuildRequires: clang-devel >= 10.0.0
|
||||||
%else
|
%else
|
||||||
BuildRequires: clang10-devel
|
BuildRequires: clang9-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libclc
|
BuildRequires: libclc
|
||||||
%endif
|
%endif
|
||||||
@ -745,7 +745,9 @@ egl_platforms=x11,drm,surfaceless,wayland
|
|||||||
%endif
|
%endif
|
||||||
%if 0%{with_opencl}
|
%if 0%{with_opencl}
|
||||||
-Dgallium-opencl=icd \
|
-Dgallium-opencl=icd \
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
--sysconfdir=%{_datadir} \
|
--sysconfdir=%{_datadir} \
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
-Ddri-search-path=%{_libdir}/dri \
|
-Ddri-search-path=%{_libdir}/dri \
|
||||||
%if 0%{with_llvm}
|
%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}
|
%if 0%{with_opencl}
|
||||||
%files -n Mesa-libOpenCL
|
%files -n Mesa-libOpenCL
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
%dir %{_datadir}/OpenCL
|
%dir %{_datadir}/OpenCL
|
||||||
%dir %{_datadir}/OpenCL/vendors
|
%dir %{_datadir}/OpenCL/vendors
|
||||||
%{_datadir}/OpenCL/vendors/mesa.icd
|
%{_datadir}/OpenCL/vendors/mesa.icd
|
||||||
|
%else
|
||||||
|
%dir %{_sysconfdir}/OpenCL
|
||||||
|
%dir %{_sysconfdir}/OpenCL/vendors
|
||||||
|
%{_sysconfdir}/OpenCL/vendors/mesa.icd
|
||||||
|
%endif
|
||||||
%{_libdir}/libMesaOpenCL.so*
|
%{_libdir}/libMesaOpenCL.so*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:23bed40114b03ad640c95bfe72cc879ed2f941d0d481b77b5204a1fc567fa93c
|
|
||||||
size 12805724
|
|
Binary file not shown.
3
mesa-20.1.7.tar.xz
Normal file
3
mesa-20.1.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4de9dd0cb2ca367606cada421db62fbf6d276dfd533e522bfab6001ff9aba288
|
||||||
|
size 12825368
|
BIN
mesa-20.1.7.tar.xz.sig
Normal file
BIN
mesa-20.1.7.tar.xz.sig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user