Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xtensor-python for openSUSE:Factory checked in at 2026-04-11 22:26:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xtensor-python (Old) and /work/SRC/openSUSE:Factory/.xtensor-python.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xtensor-python" Sat Apr 11 22:26:37 2026 rev:7 rq:1346073 version:0.29.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xtensor-python/xtensor-python.changes 2026-03-23 17:17:59.017189401 +0100 +++ /work/SRC/openSUSE:Factory/.xtensor-python.new.21863/xtensor-python.changes 2026-04-11 22:32:16.346864838 +0200 @@ -1,0 +2,6 @@ +Wed Apr 1 11:43:52 UTC 2026 - Matwey Kornilov <[email protected]> + +- Add 0001-Fix-C-version-requirement-for-testing-331.patch: + fix build with gcc16 (boo#1260947) + +------------------------------------------------------------------- New: ---- 0001-Fix-C-version-requirement-for-testing-331.patch ----------(New B)---------- New: - Add 0001-Fix-C-version-requirement-for-testing-331.patch: fix build with gcc16 (boo#1260947) ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xtensor-python.spec ++++++ --- /var/tmp/diff_new_pack.xfoAFt/_old 2026-04-11 22:32:16.966890197 +0200 +++ /var/tmp/diff_new_pack.xfoAFt/_new 2026-04-11 22:32:16.970890361 +0200 @@ -23,6 +23,7 @@ License: BSD-3-Clause URL: https://github.com/xtensor-stack/xtensor-python Source0: https://github.com/xtensor-stack/xtensor-python/archive/refs/tags/%{version}/%{name}-%{version}.tar.gz +Patch0: 0001-Fix-C-version-requirement-for-testing-331.patch BuildRequires: %{python_module breathe} BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module sphinx_rtd_theme} ++++++ 0001-Fix-C-version-requirement-for-testing-331.patch ++++++ >From 8cf31b05232e253fe874986d6ee586d8c0c5d126 Mon Sep 17 00:00:00 2001 From: serge-sans-paille <[email protected]> Date: Tue, 24 Feb 2026 17:09:38 +0000 Subject: [PATCH] Fix C++ version requirement for testing (#331) --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 60fcf10..fb31c6e 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -29,7 +29,7 @@ include(CheckCXXCompilerFlag) string(TOUPPER "${CMAKE_BUILD_TYPE}" U_CMAKE_BUILD_TYPE) -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17") +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++20") if(MSVC) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /EHsc /MP /bigobj") -- 2.51.0
