Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openvino for openSUSE:Factory checked in at 2026-08-29 17:41:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openvino (Old) and /work/SRC/openSUSE:Factory/.openvino.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openvino" Sat Aug 29 17:41:49 2026 rev:28 rq:1374508 version:2026.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/openvino/openvino.changes 2026-08-09 21:45:51.191783884 +0200 +++ /work/SRC/openSUSE:Factory/.openvino.new.1265/openvino.changes 2026-08-29 17:43:39.741804949 +0200 @@ -1,0 +2,38 @@ +Fri Aug 28 01:45:13 UTC 2026 - Alessandro de Oliveira Faria <[email protected]> + +- Update to 2026.3.1 +- Added openvino-fix-opencl-clhpp.patch - Fix build with + OpenCL-CLHPP >= 2026.05.29 +- Summary of major features and improvements + * Functionally enabled Muse-Glimmer-30B model: + + Model card and IR available: + OpenVINO/Muse-Glimmer-30B-int4-ov · Hugging Face + - Notebooks to try: + * Muse Glimmer-30B multimodal reasoning with OpenVINO™ + * Create VLM-powered Chatbot using OpenVINO Generate API + - Blogs: + * Running Meta’s Muse Glimmer 30B Locally with OpenVINO + GenAI; + * Day 0 Support for Muse Glimmer from Meta on Intel + Platforms + * Functionally enabled Qwen3.8-27B model: + + Model card and IR available: OpenVINO/Qwen3.8-27B-int4-ov + Hugging Face + + Notebook to try: Create VLM-powered Chatbot using OpenVINO + Generate API + + Blog: Day 0 Support for Qwen3.8–27B: Run the New Model on + Intel Agentic PCs with OpenVINO™ from Day One + * Fixed issues: + + Property ENABLE_CPU_PINNING supported now on dual-socket + Intel® Xeon® 6+ processors (formerly codenamed Clearwater + Forest) Windows Servers. + + Chat template was updated for Gemma 4 models. Now it can be + parced by the Minja templating engine. + + Fixed accuracy issue for the Gemma 4 26B A4B model when the + input prompt is long. + + Fixed accuracy issue for the Gemma 4 31B model when an image + is included in the input. + + Fixed accuracy issue for lfm2-1.2b, lfm2.5-1.2b-instruct + models for NPU device target. + +------------------------------------------------------------------- Old: ---- openvino-2026.3.0.obscpio New: ---- openvino-2026.3.1.obscpio openvino-fix-opencl-clhpp.patch ----------(New B)---------- New:- Update to 2026.3.1 - Added openvino-fix-opencl-clhpp.patch - Fix build with OpenCL-CLHPP >= 2026.05.29 ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openvino.spec ++++++ --- /var/tmp/diff_new_pack.HRj1In/_old 2026-08-29 17:43:44.553975153 +0200 +++ /var/tmp/diff_new_pack.HRj1In/_new 2026-08-29 17:43:44.555975223 +0200 @@ -32,13 +32,13 @@ %define pythons python3 %endif %define __builder ninja -%define so_ver 2630 +%define so_ver 2631 %define shlib lib%{name}%{so_ver} %define shlib_c lib%{name}_c%{so_ver} %define prj_name OpenVINO Name: openvino -Version: 2026.3.0 +Version: 2026.3.1 Release: 0 Summary: A toolkit for optimizing and deploying AI inference # Let's be safe and put all third party licenses here, no matter that we use specific thirdparty libs or not @@ -52,6 +52,8 @@ Patch1: openvino-ComputeLibrary-include-string.patch # PATCH-FIX-UPSTREAM openvino-fix-build-sample-path.patch [email protected] -- Fix sample source path in build script Patch2: openvino-fix-build-sample-path.patch +# PATCH-FIX-UPSTREAM Fix build with OpenCL-CLHPP >= 2026.05.29 +Patch3: openvino-fix-opencl-clhpp.patch BuildRequires: ade-devel BuildRequires: cmake BuildRequires: fdupes @@ -268,7 +270,7 @@ %package -n python-openvino Summary: Python module for openVINO toolkit Requires: python-openvino-telemetry -Requires: (python-numpy >= 1.16.6 with python-numpy < 2.5.0) +Requires: (python-numpy >= 1.16.6 with python-numpy <= 2.5.2) %description -n python-openvino OpenVINO is an open-source toolkit for optimizing and deploying AI inference. ++++++ _service ++++++ --- /var/tmp/diff_new_pack.HRj1In/_old 2026-08-29 17:43:44.604976956 +0200 +++ /var/tmp/diff_new_pack.HRj1In/_new 2026-08-29 17:43:44.607977062 +0200 @@ -2,8 +2,8 @@ <service name="obs_scm" mode="manual"> <param name="url">https://github.com/openvinotoolkit/openvino.git</param> <param name="scm">git</param> - <param name="revision">2026.3.0</param> - <param name="version">2026.3.0</param> + <param name="revision">2026.3.1</param> + <param name="version">2026.3.1</param> <param name="submodules">enable</param> <param name="filename">openvino</param> <param name="exclude">.git</param> ++++++ openvino-2026.3.0.obscpio -> openvino-2026.3.1.obscpio ++++++ /work/SRC/openSUSE:Factory/openvino/openvino-2026.3.0.obscpio /work/SRC/openSUSE:Factory/.openvino.new.1265/openvino-2026.3.1.obscpio differ: char 49, line 1 ++++++ openvino-fix-opencl-clhpp.patch ++++++ --- openvino-2026.3.1-origin/src/plugins/intel_gpu/src/runtime/ocl/ocl_wrapper.hpp 2026-08-27 22:14:16.524973350 -0300 +++ openvino-2026.3.1/src/plugins/intel_gpu/src/runtime/ocl/ocl_wrapper.hpp 2026-08-27 23:02:49.666799469 -0300 @@ -72,7 +72,8 @@ #include "ocl_ext.hpp" -#if CL_HPP_TARGET_OPENCL_VERSION >= 200 && CL_HPP_MINIMUM_OPENCL_VERSION >= 200 +#if defined(CL_HPP_PARAM_NAME_INFO_1_1_DEPRECATED_IN_2_0_) && \ + CL_HPP_TARGET_OPENCL_VERSION >= 200 && CL_HPP_MINIMUM_OPENCL_VERSION >= 200 namespace cl { namespace detail { CL_HPP_PARAM_NAME_INFO_1_1_DEPRECATED_IN_2_0_(CL_HPP_DECLARE_PARAM_TRAITS_) ++++++ openvino.obsinfo ++++++ --- /var/tmp/diff_new_pack.HRj1In/_old 2026-08-29 17:43:44.683979751 +0200 +++ /var/tmp/diff_new_pack.HRj1In/_new 2026-08-29 17:43:44.686979857 +0200 @@ -1,5 +1,5 @@ name: openvino -version: 2026.3.0 -mtime: 1784798962 -commit: 8a17657b995fd3b4a52f8484acfcf2bb61214623 +version: 2026.3.1 +mtime: 1786633438 +commit: 759c5a6ab8c066af5f4bc5ebd04643706012a37d
