Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Vc for openSUSE:Factory checked in at 2021-06-06 22:40:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Vc (Old) and /work/SRC/openSUSE:Factory/.Vc.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Vc" Sun Jun 6 22:40:33 2021 rev:14 rq:897758 version:1.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/Vc/Vc.changes 2020-05-13 22:56:54.983106658 +0200 +++ /work/SRC/openSUSE:Factory/.Vc.new.1898/Vc.changes 2021-06-06 22:40:36.943390919 +0200 @@ -1,0 +2,6 @@ +Sat Jun 5 17:12:32 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Add GCC 11 compatibility fix: + * 0001-Add-missing-include-to-simdarray.h-275.patch + +------------------------------------------------------------------- New: ---- 0001-Add-missing-include-to-simdarray.h-275.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Vc.spec ++++++ --- /var/tmp/diff_new_pack.sXI2vc/_old 2021-06-06 22:40:37.583392172 +0200 +++ /var/tmp/diff_new_pack.sXI2vc/_new 2021-06-06 22:40:37.587392180 +0200 @@ -1,7 +1,7 @@ # # spec file for package Vc # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2018 Asterios Dramis <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -25,6 +25,8 @@ Group: System/Libraries URL: https://github.com/VcDevel/Vc/ Source0: https://github.com/VcDevel/Vc/releases/download/%{version}/%{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM +Patch0: 0001-Add-missing-include-to-simdarray.h-275.patch BuildRequires: cmake BuildRequires: doxygen BuildRequires: gcc-c++ @@ -74,7 +76,7 @@ This package provides the Vc static library. %prep -%setup -q +%autosetup -p1 %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects ++++++ 0001-Add-missing-include-to-simdarray.h-275.patch ++++++ >From d259ff47fa62d8417663507f95c7014a51ade78f Mon Sep 17 00:00:00 2001 From: Guilherme Amadio <[email protected]> Date: Wed, 12 May 2021 17:13:56 +0200 Subject: [PATCH] Add missing include to simdarray.h (#275) --- Vc/common/simdarray.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Vc/common/simdarray.h b/Vc/common/simdarray.h index 67d1c23..50f89cd 100644 --- a/Vc/common/simdarray.h +++ b/Vc/common/simdarray.h @@ -33,6 +33,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. //#include "../IO" #include <array> +#include <limits> #include "writemaskedvector.h" #include "simdarrayhelper.h" -- 2.31.1
