diff --git a/ocl-icd.spec b/ocl-icd.spec index 74c7efe..1343718 100644 --- a/ocl-icd.spec +++ b/ocl-icd.spec @@ -1,5 +1,5 @@ Name: ocl-icd -Version: 2.3.1 +Version: 2.3.2 Release: 1 Summary: OpenCL ICD Bindings License: BSD @@ -19,6 +19,9 @@ This package contains the development files for %{name}. %prep %autosetup -p1 +#remove pkgconfig(OpenCL-Headers) requires +sed -i '/OpenCL-Headers/d' OpenCL.pc.in +sed -i '/OpenCL-Headers/d' ocl-icd.pc.in %build autoreconf -vfi @@ -42,11 +45,15 @@ make check %files devel %doc ocl_icd_loader_gen.map ocl_icd_bindings.c %{_includedir}/ocl_icd.h +%{_bindir}/cllayerinfo %{_libdir}/libOpenCL.so %{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/OpenCL.pc %changelog +* Thu Feb 22 2024 liyanan - 2.3.2-1 +- update to version 2.3.2 + * Fri Dec 08 2023 Ge Wang - 2.3.1-1 - update to version 2.3.1 diff --git a/v2.3.1.tar.gz b/v2.3.1.tar.gz deleted file mode 100644 index b2f938d..0000000 Binary files a/v2.3.1.tar.gz and /dev/null differ diff --git a/v2.3.2.tar.gz b/v2.3.2.tar.gz new file mode 100644 index 0000000..ce511ee Binary files /dev/null and b/v2.3.2.tar.gz differ