Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opencl-headers for openSUSE:Factory checked in at 2023-05-03 15:42:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opencl-headers (Old) and /work/SRC/openSUSE:Factory/.opencl-headers.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opencl-headers" Wed May 3 15:42:20 2023 rev:15 rq:1084261 version:2023.04.17 Changes: -------- --- /work/SRC/openSUSE:Factory/opencl-headers/opencl-headers.changes 2021-12-29 21:11:36.162317397 +0100 +++ /work/SRC/openSUSE:Factory/.opencl-headers.new.1533/opencl-headers.changes 2023-05-03 15:42:22.686755056 +0200 @@ -1,0 +2,32 @@ +Wed May 3 10:59:12 UTC 2023 - Martin Pluskal <[email protected]> + +- Update to version 2023.04.17: + * add headers for cl_khr_command_buffer_multi_device (#229) + * add code generation README (#228) + * Code Generation for Extension Headers (#161) + * Add enum for command-buffer context query (#226) + * CI Fixes (#225) + * the pointer argument to clEnqueueWriteHostPipeINTEL should be const (#222) + * Add cl_intel_program_scope_host_pipe (#220) + * Install pkgconfig file in CMAKE_INSTALL_DATADIR as headers are architecture independent. (#218) + * install pkg-config if it is not already installed (#219) + * cl_loader_layers update (#211) + * Added support for pkg-config. (#213) + * Fix CI for MacOS, see https://github.com/KhronosGroup/OpenCL-ICD-Loader/pull/198 . (#215) + * Revert "Formatted headers and added style check." + * Formatted headers and added style check. + * use cinttypes instead of inttypes.h header for C++ tests (#209) + * Add definitions for cl_arm_scheduling_controls v0.5.0 (#206) + * Disable anon struct warnings (#200) + * Definitions for cl_khr_command_buffer_mutable_dispatch (#205) + * Update cl_ext.h for cl_intel_queue_no_sync_operations (#204) + * CMakeLists.txt: fix install on macOS if GNU coreutils are used (#203) + * Update cl_icd.h (#202) + * Add cl_ext_image_from_buffer extension definition (#196) + * Add cl_ext_image_requirements_info extension definition (#197) + * Fix warnings on anonymous structs for MSVC (#198) + * option to disable tests when subproject (#195) + * Add cl_intel_mem_alloc_buffer_location property (#193) + * OpenCL-SDK base changes (#189) + +------------------------------------------------------------------- Old: ---- opencl-headers-2.2+git.20211214.obscpio New: ---- opencl-headers-2023.04.17.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opencl-headers.spec ++++++ --- /var/tmp/diff_new_pack.GkCZsJ/_old 2023-05-03 15:42:23.230758278 +0200 +++ /var/tmp/diff_new_pack.GkCZsJ/_new 2023-05-03 15:42:23.234758302 +0200 @@ -1,7 +1,7 @@ # # spec file for package opencl-headers # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,17 @@ Name: opencl-headers -Version: 2.2+git.20211214 +Version: 2023.04.17 Release: 0 Summary: OpenCL (Open Computing Language) headers License: MIT Group: Development/Libraries/C and C++ URL: https://www.khronos.org/registry/cl/ Source: %{name}-%{version}.tar.gz +BuildRequires: cmake +BuildRequires: gcc-c++ +BuildRequires: pkgconfig +BuildRequires: python3-base Conflicts: opencl-headers-1_2 BuildArch: noarch @@ -39,15 +43,22 @@ %autosetup %build +%cmake +%cmake_build %install -install -d -m 0755 %{buildroot}%{_includedir}/CL -install -p -m 0644 ./CL/*.h* %{buildroot}%{_includedir}/CL +%cmake_install + +%check +%ctest %files %doc README.md %license LICENSE %dir %{_includedir}/CL +%dir %{_datadir}/cmake/OpenCLHeaders/ +%{_datadir}/cmake/OpenCLHeaders/* +%{_datadir}/pkgconfig/OpenCL-Headers.pc %{_includedir}/CL/*.h* %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.GkCZsJ/_old 2023-05-03 15:42:23.266758492 +0200 +++ /var/tmp/diff_new_pack.GkCZsJ/_new 2023-05-03 15:42:23.270758515 +0200 @@ -1,16 +1,20 @@ <services> - <service mode="disabled" name="obs_scm"> + <service name="obs_scm" mode="disabled"> + <param name="versionformat">@PARENT_TAG@</param> <param name="url">https://github.com/KhronosGroup/OpenCL-Headers.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> + <param name="exclude">.*</param> + <param name="versionrewrite-pattern">v(.*)</param> <param name="filename">opencl-headers</param> - <param name="versionformat">2.2+git.%cd</param> + <param name="revision">refs/tags/v2023.04.17</param> </service> - <service mode="disabled" name="set_version"/> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> - <param name="file">*.tar</param> <param name="compression">gz</param> + <param name="file">*.tar</param> + </service> + <service name="set_version" mode="disabled"> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.GkCZsJ/_old 2023-05-03 15:42:23.290758634 +0200 +++ /var/tmp/diff_new_pack.GkCZsJ/_new 2023-05-03 15:42:23.294758658 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/KhronosGroup/OpenCL-Headers.git</param> - <param name="changesrevision">59ac4dc2f282286d8db83143686cfe37ec658b84</param></service></servicedata> + <param name="changesrevision">4fdcfb0ae675f2f63a9add9552e0af62c2b4ed30</param></service></servicedata> (No newline at EOF) ++++++ opencl-headers-2.2+git.20211214.obscpio -> opencl-headers-2023.04.17.obscpio ++++++ ++++ 7574 lines of diff (skipped) ++++++ opencl-headers.obsinfo ++++++ --- /var/tmp/diff_new_pack.GkCZsJ/_old 2023-05-03 15:42:23.434759487 +0200 +++ /var/tmp/diff_new_pack.GkCZsJ/_new 2023-05-03 15:42:23.438759511 +0200 @@ -1,6 +1,5 @@ name: opencl-headers -version: 2.2+git.20211214 -mtime: 1639501542 -commit: 59ac4dc2f282286d8db83143686cfe37ec658b84 - +version: 2023.04.17 +mtime: 1681720479 +commit: 4fdcfb0ae675f2f63a9add9552e0af62c2b4ed30
