From f28d3cb9d764fdcae2fe973f66150bf025c9d7474696e742527ad6837798454d Mon Sep 17 00:00:00 2001 From: Asterios Dramis Date: Mon, 23 Oct 2023 20:36:34 +0000 Subject: [PATCH] Accepting request 1119725 from home:mathletic:branches:devel:libraries:c_c++ - Update to version 1.4.4 * Add missing vectorcall to isImplementationSupported * Adapt to cpp17: std::iterator is deprecated * Rename None to NoTransformation in enum class Category to avoid a clash with X11 library * Fix horizontal min/max for uchar OBS-URL: https://build.opensuse.org/request/show/1119725 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Vc?expand=0&rev=41 --- Vc-1.4.3.tar.gz | 3 --- Vc-1.4.4.tar.gz | 3 +++ Vc.changes | 10 ++++++++++ Vc.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 Vc-1.4.3.tar.gz create mode 100644 Vc-1.4.4.tar.gz diff --git a/Vc-1.4.3.tar.gz b/Vc-1.4.3.tar.gz deleted file mode 100644 index 6ac7693..0000000 --- a/Vc-1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:988ea0053f3fbf17544ca776a2749c097b3139089408b0286fa4e9e8513e037f -size 640398 diff --git a/Vc-1.4.4.tar.gz b/Vc-1.4.4.tar.gz new file mode 100644 index 0000000..27bd48e --- /dev/null +++ b/Vc-1.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5933108196be44c41613884cd56305df320263981fe6a49e648aebb3354d57f3 +size 645346 diff --git a/Vc.changes b/Vc.changes index f181d5e..2097175 100644 --- a/Vc.changes +++ b/Vc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Oct 23 20:12:57 UTC 2023 - Christoph G + +- Update to version 1.4.4 + * Add missing vectorcall to isImplementationSupported + * Adapt to cpp17: std::iterator is deprecated + * Rename None to NoTransformation in enum class Category to avoid + a clash with X11 library + * Fix horizontal min/max for uchar + ------------------------------------------------------------------- Tue Jul 5 22:20:40 UTC 2022 - Asterios Dramis diff --git a/Vc.spec b/Vc.spec index 4d34b63..d68ceb3 100644 --- a/Vc.spec +++ b/Vc.spec @@ -1,7 +1,7 @@ # # spec file for package Vc # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: Vc -Version: 1.4.3 +Version: 1.4.4 Release: 0 Summary: Collection of SIMD Vector Classes License: BSD-3-Clause