Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package VecCore for openSUSE:Factory checked in at 2025-07-14 10:54:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/VecCore (Old) and /work/SRC/openSUSE:Factory/.VecCore.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "VecCore" Mon Jul 14 10:54:48 2025 rev:6 rq:1292462 version:0.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/VecCore/VecCore.changes 2024-12-30 12:52:26.229859252 +0100 +++ /work/SRC/openSUSE:Factory/.VecCore.new.7373/VecCore.changes 2025-07-14 10:58:28.725486730 +0200 @@ -1,0 +2,6 @@ +Sat Jul 12 20:08:36 UTC 2025 - Christoph G <f...@grueninger.de> + +- Do not force C++14, most recent gtest needs C++17 as does VecCore + 0.8.2 by default + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ VecCore.spec ++++++ --- /var/tmp/diff_new_pack.nYWtcU/_old 2025-07-14 10:58:29.541520558 +0200 +++ /var/tmp/diff_new_pack.nYWtcU/_new 2025-07-14 10:58:29.545520724 +0200 @@ -1,7 +1,7 @@ # # spec file for package VecCore # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ License: Apache-2.0 URL: https://root-project.github.io/veccore Source: https://github.com/root-project/veccore/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: cmake +BuildRequires: cmake >= 3.16 BuildRequires: gcc-c++ BuildRequires: pkg-config BuildRequires: cmake(Vc) >= 1.3.3 @@ -51,7 +51,6 @@ %build # The SKIP_RPATH fix is needed for Leap 15.2, but doesn't hurt generally %cmake -DCMAKE_SKIP_RPATH:BOOL=OFF \ - -DCMAKE_CXX_STANDARD=14 \ -DVC:BOOL=ON \ -DUMESIMD:BOOL=OFF \ -DUSE_EXTERNAL_GTEST:BOOL=ON \