Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package VecCore for openSUSE:Factory checked in at 2022-04-25 23:36:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/VecCore (Old) and /work/SRC/openSUSE:Factory/.VecCore.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "VecCore" Mon Apr 25 23:36:05 2022 rev:2 rq:972628 version:0.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/VecCore/VecCore.changes 2021-06-11 00:19:37.817416638 +0200 +++ /work/SRC/openSUSE:Factory/.VecCore.new.1538/VecCore.changes 2022-04-25 23:36:28.342495893 +0200 @@ -1,0 +2,11 @@ +Fri Apr 22 00:34:16 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 0.8.0: + * New backend based on GCC 11's implementation of + std::experimental::simd, which is part of the experimental + support for data parallel types in C++20. + * This backend offers the best of both Vc and UME::SIMD, + as it performs well in most cases, from SSE2 up to AVX512. +- Drop upstream fixed VecCore-support-external-ctest.patch + +------------------------------------------------------------------- Old: ---- VecCore-0.7.0.tar.gz VecCore-support-external-ctest.patch New: ---- VecCore-0.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ VecCore.spec ++++++ --- /var/tmp/diff_new_pack.xuvLeV/_old 2022-04-25 23:36:28.922496706 +0200 +++ /var/tmp/diff_new_pack.xuvLeV/_new 2022-04-25 23:36:28.930496717 +0200 @@ -1,7 +1,7 @@ # # spec file for package VecCore # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,17 @@ Name: VecCore -Version: 0.7.0 +Version: 0.8.0 Release: 0 Summary: C++ Library for Portable SIMD Vectorization License: Apache-2.0 URL: https://root-project.github.io/veccore -Source: https://github.com/root-project/veccore/archive/v0.7.0.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM VecCore-support-external-ctest.patch gh#root-project/veccore#18 badshah...@gmail.com -- Support using external gtest instead of building it in-source; patch sent upstream -Patch0: VecCore-support-external-ctest.patch -BuildRequires: Vc-devel-static +Source: https://github.com/root-project/veccore/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: cmake(Vc) >= 1.3.3 BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkg-config -BuildRequires: pkgconfig(gtest) +BuildRequires: pkgconfig(gtest) >= 1.11.0 %description VecCore is a simple abstraction layer on top of other vectorization libraries. @@ -47,6 +45,8 @@ %prep %autosetup -p1 -n veccore-%{version} +# make sure to build with system libraries +rm -rf builtins/* %build # The SKIP_RPATH fix is needed for Leap 15.2, but doesn't hurt generally ++++++ VecCore-0.7.0.tar.gz -> VecCore-0.8.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/VecCore/VecCore-0.7.0.tar.gz /work/SRC/openSUSE:Factory/.VecCore.new.1538/VecCore-0.8.0.tar.gz differ: char 12, line 1