SHA256
1
0
forked from pool/Mesa

- version 2.4.102 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/package/show/X11:XOrg/Mesa?expand=0&rev=989
This commit is contained in:
Stefan Dirsch 2020-08-31 20:10:10 +00:00 committed by Git OBS Bridge
parent 2c121fb789
commit 4ce98c5b30
4 changed files with 38 additions and 0 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Aug 31 19:36:31 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- version 2.4.102 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>

View File

@ -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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Aug 31 19:36:31 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
- version 2.4.102 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>

View File

@ -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