Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package unified-runtime for openSUSE:Factory
checked in at 2026-09-01 15:47:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unified-runtime (Old)
and /work/SRC/openSUSE:Factory/.unified-runtime.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "unified-runtime"
Tue Sep 1 15:47:43 2026 rev:5 rq:1374898 version:0.11.10
Changes:
--------
--- /work/SRC/openSUSE:Factory/unified-runtime/unified-runtime.changes
2025-05-07 19:22:25.486143704 +0200
+++
/work/SRC/openSUSE:Factory/.unified-runtime.new.1265/unified-runtime.changes
2026-09-01 15:49:12.794549497 +0200
@@ -1,0 +2,7 @@
+Mon Aug 31 15:52:12 UTC 2026 - Eyad Issa <[email protected]>
+
+- Add opencl-enable-beta-extensions.patch to fix building the OpenCL
+ adapter with current OpenCL headers
+- Add a hardware-independent urinfo smoke test
+
+-------------------------------------------------------------------
New:
----
opencl-enable-beta-extensions.patch
----------(New B)----------
New:
- Add opencl-enable-beta-extensions.patch to fix building the OpenCL
adapter with current OpenCL headers
----------(New E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ unified-runtime.spec ++++++
--- /var/tmp/diff_new_pack.kcVgq6/_old 2026-09-01 15:49:13.395570465 +0200
+++ /var/tmp/diff_new_pack.kcVgq6/_new 2026-09-01 15:49:13.397570535 +0200
@@ -29,6 +29,7 @@
URL: https://github.com/oneapi-src/unified-runtime
Source0:
https://github.com/oneapi-src/unified-runtime/archive/v%{version}/%{name}-%{version}.tar.gz
Patch1: remove-link.patch
+Patch2: opencl-enable-beta-extensions.patch
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: ninja
@@ -102,6 +103,9 @@
%cmake_build
%cmake_build urinfo
+%check
+LD_LIBRARY_PATH="$PWD/build/lib" build/bin/urinfo --version
+
%install
%cmake_install
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.kcVgq6/_old 2026-09-01 15:49:13.429571652 +0200
+++ /var/tmp/diff_new_pack.kcVgq6/_new 2026-09-01 15:49:13.433571791 +0200
@@ -1,5 +1,5 @@
-mtime: 1746623906
-commit: c75d958dd7efb985ca223097505a3b4ccdae79ae41ef05f1eb8be3a120972957
+mtime: 1788191545
+commit: 243c91aab7ebcc76297c11cda1ae8402fb1fa432d551a043ff47eaceaa171c44
url: https://src.opensuse.org/clibs/unified-runtime
revision: master
++++++ build.specials.obscpio ++++++
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-08-31 17:52:25.000000000 +0200
@@ -0,0 +1,2 @@
+.osc
+unified-runtime/
++++++ opencl-enable-beta-extensions.patch ++++++
diff --git a/source/adapters/opencl/CMakeLists.txt
b/source/adapters/opencl/CMakeLists.txt
index d6cf2dc0..bcc0e2bb 100644
--- a/source/adapters/opencl/CMakeLists.txt
+++ b/source/adapters/opencl/CMakeLists.txt
@@ -75,6 +75,7 @@ message(STATUS "OpenCL ICD Loader Library:
${OpenCLICDLoaderLibrary}")
# Define all symbols up to OpenCL 3.0.
target_compile_definitions(ur_adapter_opencl PRIVATE
CL_TARGET_OPENCL_VERSION=300
+ CL_ENABLE_BETA_EXTENSIONS
CL_USE_DEPRECATED_OPENCL_1_2_APIS
)