From 9e41f76f2ea3add825c34e16118fdeedeae5e4d3ad49b8c99d5bd02520aaefe9 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Tue, 1 Aug 2023 10:20:00 +0000 Subject: [PATCH] Accepting request 1101594 from home:cabelo:intel - Update to 2021.10.0: * Since C++17, parallel algorithms and Flow Graph nodes are allowed to accept pointers to the member functions and member objects as the user-provided callables. * Added missed member functions, such as assignment operators and swap function, to the concurrent_queue and concurrent_bounded_queue containers. OBS-URL: https://build.opensuse.org/request/show/1101594 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=86 --- tbb-2021.10.0.tar.gz | 3 +++ tbb-2021.9.0.tar.gz | 3 --- tbb.changes | 7 +++++++ tbb.spec | 3 ++- 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 tbb-2021.10.0.tar.gz delete mode 100644 tbb-2021.9.0.tar.gz diff --git a/tbb-2021.10.0.tar.gz b/tbb-2021.10.0.tar.gz new file mode 100644 index 0000000..7bad5c4 --- /dev/null +++ b/tbb-2021.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e45dd015801e7b1606ce922b9fa9d19dfe410446282846d682660336f61bfc +size 2701487 diff --git a/tbb-2021.9.0.tar.gz b/tbb-2021.9.0.tar.gz deleted file mode 100644 index 03bb78b..0000000 --- a/tbb-2021.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ce48f34dada7837f510735ff1172f6e2c261b09460e3bf773b49791d247d24e -size 2579150 diff --git a/tbb.changes b/tbb.changes index 194de1a..7543858 100644 --- a/tbb.changes +++ b/tbb.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 1 01:27:35 UTC 2023 - Alessandro de Oliveira Faria + +- Update to 2021.10.0: + * Since C++17, parallel algorithms and Flow Graph nodes are allowed to accept pointers to the member functions and member objects as the user-provided callables. + * Added missed member functions, such as assignment operators and swap function, to the concurrent_queue and concurrent_bounded_queue containers. + ------------------------------------------------------------------- Thu Jun 15 08:34:01 UTC 2023 - Paolo Stivanin diff --git a/tbb.spec b/tbb.spec index 761cc18..58d02da 100644 --- a/tbb.spec +++ b/tbb.spec @@ -2,6 +2,7 @@ # spec file for package tbb # # Copyright (c) 2023 SUSE LLC +# Copyright (c) 2023 Alessandro de Oliveira Faria (A.K.A. CABELO) # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,7 +41,7 @@ %bcond_with python3 %endif Name: tbb -Version: 2021.9.0 +Version: 2021.10.0 Release: 0 Summary: Threading Building Blocks (TBB) License: Apache-2.0