Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package intel-opencl for openSUSE:Factory 
checked in at 2022-11-10 14:21:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intel-opencl (Old)
 and      /work/SRC/openSUSE:Factory/.intel-opencl.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "intel-opencl"

Thu Nov 10 14:21:55 2022 rev:5 rq:1034848 version:21.43.21438

Changes:
--------
--- /work/SRC/openSUSE:Factory/intel-opencl/intel-opencl.changes        
2022-06-09 15:41:54.153357465 +0200
+++ /work/SRC/openSUSE:Factory/.intel-opencl.new.1597/intel-opencl.changes      
2022-11-10 14:22:21.874376885 +0100
@@ -1,0 +2,5 @@
+Wed Nov  9 12:21:19 UTC 2022 - Stefan Dirsch <sndir...@suse.com>
+
+- keep icd file in /etc/OpenCL/vendors on Leap 15.x/sle-15-SPx
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ intel-opencl.spec ++++++
--- /var/tmp/diff_new_pack.ctnt2I/_old  2022-11-10 14:22:22.282379195 +0100
+++ /var/tmp/diff_new_pack.ctnt2I/_new  2022-11-10 14:22:22.286379218 +0100
@@ -66,8 +66,10 @@
 %install
 %cmake_install
 chmod +x %{buildroot}%{_libdir}/intel-opencl/libigdrcl.so
+%if 0%{?suse_version} > 1500
 mkdir -p %{buildroot}/%{_datadir}/OpenCL/vendors
 mv %{buildroot}/%{_sysconfdir}/OpenCL/vendors/intel.icd 
%{buildroot}/%{_datadir}/OpenCL/vendors/
+%endif
 rm -Rf %{buildroot}%{_prefix}/lib/debug
 
 %post -p /sbin/ldconfig
@@ -77,10 +79,16 @@
 %{_libdir}/intel-opencl/libigdrcl.so
 %{_libdir}/libocloc.so
 %{_bindir}/ocloc
-%{_datadir}/OpenCL/vendors/intel.icd
 %{_libdir}/intel-opencl
+%if 0%{?suse_version} > 1500
 %{_datadir}/OpenCL
 %{_datadir}/OpenCL/vendors
+%{_datadir}/OpenCL/vendors/intel.icd
+%else
+%{_sysconfdir}/OpenCL
+%{_sysconfdir}/OpenCL/vendors
+%{_sysconfdir}/OpenCL/vendors/intel.icd
+%endif
 
 %files devel
 %{_includedir}/ocloc_api.h

Reply via email to