Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2020-06-22 17:43:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Mesa (Old)
 and      /work/SRC/openSUSE:Factory/.Mesa.new.2956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Mesa"

Mon Jun 22 17:43:36 2020 rev:383 rq:815765 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/Mesa/Mesa-drivers.changes        2020-06-17 
14:46:38.544226074 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new.2956/Mesa-drivers.changes      
2020-06-22 17:43:46.501436921 +0200
@@ -1,0 +2,6 @@
+Thu Jun 18 11:02:23 UTC 2020 - Stefan Dirsch <[email protected]>
+
+- switch to /usr/etc/OpenCL/vendors for mesa.icd OpenCL file
+  location (boo#1173005) 
+
+-------------------------------------------------------------------
Mesa.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Mesa-drivers.spec ++++++
--- /var/tmp/diff_new_pack.U7pKRv/_old  2020-06-22 17:43:49.833447615 +0200
+++ /var/tmp/diff_new_pack.U7pKRv/_new  2020-06-22 17:43:49.833447615 +0200
@@ -84,6 +84,9 @@
 
 %if 0%{with_opencl}
 %define have_gallium 1
+%if 0%{?suse_version} < 1550
+  %define _distconfdir /etc
+%endif
 %else
 %define have_gallium 0
 %endif
@@ -793,6 +796,7 @@
 %endif
 %if 0%{with_opencl}
             -Dgallium-opencl=icd \
+            --sysconfdir=%{_distconfdir} \
 %endif
             -Ddri-search-path=%{_libdir}/dri \
 %if 0%{with_llvm}
@@ -1171,9 +1175,9 @@
 
 %if 0%{with_opencl}
 %files -n Mesa-libOpenCL
-%dir %{_sysconfdir}/OpenCL
-%dir %{_sysconfdir}/OpenCL/vendors
-%{_sysconfdir}/OpenCL/vendors/mesa.icd
+%dir %{_distconfdir}/OpenCL
+%dir %{_distconfdir}/OpenCL/vendors
+%{_distconfdir}/OpenCL/vendors/mesa.icd
 %{_libdir}/libMesaOpenCL.so*
 %endif
 

++++++ Mesa.spec ++++++
--- /var/tmp/diff_new_pack.U7pKRv/_old  2020-06-22 17:43:49.857447692 +0200
+++ /var/tmp/diff_new_pack.U7pKRv/_new  2020-06-22 17:43:49.861447705 +0200
@@ -83,6 +83,9 @@
 
 %if 0%{with_opencl}
 %define have_gallium 1
+%if 0%{?suse_version} < 1550
+  %define _distconfdir /etc
+%endif
 %else
 %define have_gallium 0
 %endif
@@ -792,6 +795,7 @@
 %endif
 %if 0%{with_opencl}
             -Dgallium-opencl=icd \
+            --sysconfdir=%{_distconfdir} \
 %endif
             -Ddri-search-path=%{_libdir}/dri \
 %if 0%{with_llvm}
@@ -1170,9 +1174,9 @@
 
 %if 0%{with_opencl}
 %files -n Mesa-libOpenCL
-%dir %{_sysconfdir}/OpenCL
-%dir %{_sysconfdir}/OpenCL/vendors
-%{_sysconfdir}/OpenCL/vendors/mesa.icd
+%dir %{_distconfdir}/OpenCL
+%dir %{_distconfdir}/OpenCL/vendors
+%{_distconfdir}/OpenCL/vendors/mesa.icd
 %{_libdir}/libMesaOpenCL.so*
 %endif
 




Reply via email to