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-02-27 17:04:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openvino (Old) and /work/SRC/openSUSE:Factory/.openvino.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openvino" Fri Feb 27 17:04:56 2026 rev:20 rq:1335342 version:2026.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openvino/openvino.changes 2026-02-21 21:05:38.529958162 +0100 +++ /work/SRC/openSUSE:Factory/.openvino.new.29461/openvino.changes 2026-02-27 17:10:54.510601689 +0100 @@ -1,0 +2,140 @@ +Wed Feb 25 02:46:52 UTC 2026 - Alessandro de Oliveira Faria <[email protected]> + +- Update to 2026.0.0 +- More GenAI coverage and framework integrations to minimize code + changes + * New models supported on CPUs & GPUs: GPT-OSS-20B, + MiniCPM-V-4_5-8B, and MiniCPM-o-2.6. + * New models supported on NPUs: MiniCPM-o-2.6. In addition, NPU + support is now available on Qwen2.5-1.5B-Instruct, + Qwen3-Embedding-0.6B, Qwen-2.5-coder-0.5B. + * OpenVINO? GenAI now adds word-level timestamp functionality to + the Whisper Pipeline on CPUs, GPUs, and NPUs, enabling more + accurate transcriptions and subtitling in line with OpenAI and + FasterWhisper implementations. + * Phi-3-mini FastDraft model is now available on Hugging Face to + accelerate LLM inference on NPUs. FastDraft optimizes + speculative decoding for LLMs. +- Broader LLM model support and more model compression techniques + * With the new int4 data-aware weight compression for 3D + MatMuls, the Neural Network Compression Framework enables MoE + LLMs to run with reduced memory, bandwidth, and improved + accuracy compared to data-free schemes-delivering faster, + more efficient deployment on resource-constrained devices. + * Preview: the Neural Network Compression Framework now + supports per-layer and per-group Look-Up Tables (LUT) for + FP8-4BLUT quantization. This enables fine-grained, + codebook-based compression that reduces model size and + bandwidth while improving inference speed and accuracy for + LLMs and transformer workloads. +- More portability and performance to run AI at the edge, in the + cloud, or locally. + * Preview: OpenVINO? GenAI adds VLM pipeline support to enhance + Agentic AI framework integration. + * OpenVINO GenAI now supports speculative decoding for NPUs, + delivering improved performance and efficient text generation + through a small draft model that is periodically validated by + the full-size model. + * Preview: NPU compiler integration with the NPU plugin enables + ahead-of-time and on-device compilation without relying on + OEM driver updates. Developers can enable this feature for a + single, ready-to-ship package that reduces integration + friction and accelerates time-to-value. + * OpenVINO? Model Server adds enhanced support for audio + endpoint plus agentic continuous batching and concurrent runs + for improved LLM performance in agentic workflows on Intel + CPUs and GPUs. +- Support Change and Deprecation Notices + * Discontinued in 2026.0: + + The deprecated openvino.runtime namespace has been removed. + Please use the openvino namespace directly. + + The deprecated openvino.Type.undefined has been removed. + Please use openvino.Type.dynamic instead. + + The PostponedConstant constructor signature has been + updated for improved usability: + - Old (removed): Callable[[Tensor], None] + - New: Callable[[], Tensor] + + The deprecated OpenVINO GenAI predefined generation + configs were removed. + + The deprecated OpenVINO GenAI support for whisper + stateless decoder model has been removed. Please use a + stateful model. + + The deprecated OpenVINO GenAI StreamerBase put method, bool + return type for callbacks, and ChunkStreamer class has been + removed. + + NNCF create_compressed_model() method is now deprecated and + removed in 2026. Please use nncf.prune() method for + unstructured pruning and nncf.quantize() for INT8 + quantization. + + NNCF optimization methods for TensorFlow models and + TensorFlow backend in NNCF are deprecated and removed in + 2026. It is recommended to use PyTorch analogous models for + training-aware optimization methods and OpenVINO? IR, + PyTorch, and ONNX models for post-training optimization + methods from NNCF. + + The following experimental NNCF methods are deprecated and + removed: NAS, Structural Pruning, AutoML, Knowledge + Distillation, Mixed-Precision Quantization, Movement + Sparsity. + + CPU plugin now requires support for the AVX2 instruction + set as a minimum system requirement. The SSE instruction + set will no longer be supported. + + OpenVINO migrated builds based on RHEL 8 to RHEL 9. + + manylinux2014 upgraded to manylinux_2_28. This aligns with + modern toolchain requirements but also means that CentOS 7 + will no longer be supported due to glibc incompatibility. + + MacOS x86 is no longer supported. + + APT & YUM Repositories Restructure: Starting with release + 2025.1, users can switch to the new repository structure for + APT and YUM, which no longer uses year-based subdirectories + (like 2025). The old (legacy) structure is unavailable + starting 2026.0. Detailed instructions are available on the + relevant documentation pages: + - Installation guide - yum + - Installation guide - apt + + OpenCV binaries removed from Docker images. + * Deprecated and to be removed in the future: + + Support for Ubuntu 20.04 has been discontinued due to the + end of its standard support. + + auto shape and auto batch size (reshaping a model in + runtime) will be removed in the future. OpenVINO?s dynamic + shape models are recommended instead. + + With the release of Node.js v22, updated Node.js bindings + are now available and compatible with the latest LTS + version. These bindings do not support CentOS 7, as they + rely on newer system libraries unavailable on legacy + systems. + + Starting with 2026.0 release major internal refactoring of + the graph iteration mechanism has been implemented for + improved performance and maintainability. The legacy path + can be enabled by setting the ONNX_ITERATOR=0 environment + variable. This legacy path is deprecated and will be + removed in future releases. + + OpenVINO Model Server: + - The dedicated OpenVINO operator for Kubernetes and + OpenShift is now deprecated in favor of the recommended + KServe operator. The OpenVINO operator will remain + functional in upcoming OpenVINO Model Server releases + but will no longer be actively developed. Since KServe + provides broader capabilities, no loss of functionality is + expected. On the contrary, more functionalities will be + accessible and migration between other serving solutions + and OpenVINO Model Server will be much easier. + - TensorFlow Serving (TFS) API support is planned for + deprecation. With increasing adoption of the KServe API + for classic models and the OpenAI API for generative + workloads, usage of the TFS API has significantly + declined. Dropping date is to be determined based on the + feedback, with a tentative target of mid-2026. + - Support for Stateful models will be deprecated. These + capabilities were originally introduced for Kaldi audio + models which is no longer relevant. Current audio models + support relies on the OpenAI API, and pipelines + implemented via OpenVINO GenAI library. + - Directed Acyclic Graph Scheduler will be deprecated in + favor of pipelines managed by MediaPipe scheduler and + will be removed in 2026.3. That approach gives more + flexibility, includes wider range of calculators and has + support for using processing accelerators. + +------------------------------------------------------------------- Old: ---- openvino-2025.4.1.obscpio New: ---- openvino-2026.0.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openvino.spec ++++++ --- /var/tmp/diff_new_pack.kXx1Rf/_old 2026-02-27 17:10:57.314717895 +0100 +++ /var/tmp/diff_new_pack.kXx1Rf/_new 2026-02-27 17:10:57.314717895 +0100 @@ -1,6 +1,7 @@ # # spec file for package openvino # +# Copyright (c) 2026 SUSE LLC # Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2024 Alessandro de Oliveira Faria (A.K.A. CABELO) <[email protected]> or <[email protected]> # @@ -31,13 +32,13 @@ %define pythons python3 %endif %define __builder ninja -%define so_ver 2541 +%define so_ver 2600 %define shlib lib%{name}%{so_ver} %define shlib_c lib%{name}_c%{so_ver} %define prj_name OpenVINO Name: openvino -Version: 2025.4.1 +Version: 2026.0.0 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 @@ -284,6 +285,9 @@ %autosetup -p1 %build +%set_build_flags +export CFLAGS="$CFLAGS -Wno-error=free-nonheap-object" +export CXXFLAGS="$CXXFLAGS -Wno-error=free-nonheap-object" %if %{defined isLeap} export CC=gcc-12 CXX=g++-12 %endif ++++++ _service ++++++ --- /var/tmp/diff_new_pack.kXx1Rf/_old 2026-02-27 17:10:57.370720216 +0100 +++ /var/tmp/diff_new_pack.kXx1Rf/_new 2026-02-27 17:10:57.374720382 +0100 @@ -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">2025.4.1</param> - <param name="version">2025.4.1</param> + <param name="revision">2026.0.0</param> + <param name="version">2026.0.0</param> <param name="submodules">enable</param> <param name="filename">openvino</param> <param name="exclude">.git</param> ++++++ openvino-2025.4.1.obscpio -> openvino-2026.0.0.obscpio ++++++ /work/SRC/openSUSE:Factory/openvino/openvino-2025.4.1.obscpio /work/SRC/openSUSE:Factory/.openvino.new.29461/openvino-2026.0.0.obscpio differ: char 49, line 1 ++++++ openvino.obsinfo ++++++ --- /var/tmp/diff_new_pack.kXx1Rf/_old 2026-02-27 17:10:57.438723034 +0100 +++ /var/tmp/diff_new_pack.kXx1Rf/_new 2026-02-27 17:10:57.446723366 +0100 @@ -1,5 +1,5 @@ name: openvino -version: 2025.4.1 -mtime: 1765395126 -commit: 82bbf0292c5bd490bc25a383e63d6461d3ee05c5 +version: 2026.0.0 +mtime: 1771428797 +commit: c6d6a13a8863f576b627dabcda0c40b090638f9e
