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 2026-04-29 19:20:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/intel-opencl (Old) and /work/SRC/openSUSE:Factory/.intel-opencl.new.30200 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "intel-opencl" Wed Apr 29 19:20:07 2026 rev:27 rq:1349958 version:26.09.37435.1 Changes: -------- --- /work/SRC/openSUSE:Factory/intel-opencl/intel-opencl.changes 2026-03-23 17:12:22.995217311 +0100 +++ /work/SRC/openSUSE:Factory/.intel-opencl.new.30200/intel-opencl.changes 2026-04-29 19:21:43.610623206 +0200 @@ -1,0 +2,6 @@ +Wed Apr 29 09:22:18 UTC 2026 - Patrik Jakobsson <[email protected]> + +- 0001-fix-add-missing-include.patch + * Fix for building with GCC 16 + +------------------------------------------------------------------- New: ---- 0001-fix-add-missing-include.patch ----------(New B)---------- New: - 0001-fix-add-missing-include.patch * Fix for building with GCC 16 ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ intel-opencl.spec ++++++ --- /var/tmp/diff_new_pack.VQaqnc/_old 2026-04-29 19:21:44.262649894 +0200 +++ /var/tmp/diff_new_pack.VQaqnc/_new 2026-04-29 19:21:44.266650057 +0200 @@ -30,6 +30,7 @@ Group: Development/Libraries/C and C++ URL: https://github.com/intel/compute-runtime Source0: https://github.com/intel/compute-runtime/archive/%{version}/compute-runtime-%{version}.tar.gz +Patch0: 0001-fix-add-missing-include.patch BuildRequires: cmake BuildRequires: gcc-c++ %if %{with level_zero} ++++++ 0001-fix-add-missing-include.patch ++++++ >From c1eb6c1a183c2f69e0d6e9ed5aa042fac2201217 Mon Sep 17 00:00:00 2001 From: Mateusz Jablonski <[email protected]> Date: Wed, 8 Apr 2026 08:44:42 +0000 Subject: [PATCH] fix: add missing include https://github.com/intel/compute-runtime/issues/908 Signed-off-by: Mateusz Jablonski <[email protected]> --- opencl/source/mem_obj/image.h | 1 + 1 file changed, 1 insertion(+) diff --git a/opencl/source/mem_obj/image.h b/opencl/source/mem_obj/image.h index 8eee0919c142..31fd3390f88b 100644 --- a/opencl/source/mem_obj/image.h +++ b/opencl/source/mem_obj/image.h @@ -9,6 +9,7 @@ #include "shared/source/memory_manager/graphics_allocation.h" #include "opencl/source/helpers/surface_formats.h" +#include "opencl/source/mem_obj/buffer.h" #include "opencl/source/mem_obj/mem_obj.h" namespace NEO { -- 2.54.0
