From 20a9f900065b27baddedde19bf56d4dcbdf8449cd94ae1babc4f315ca4501536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 3 Aug 2020 05:55:05 +0000 Subject: [PATCH] - Update to version 2020.3 * Changed body type concept of the flow::input_node. Set TBB_DEPRECATED_INPUT_NODE_BODY to 1 to compile with the previous concept of the body type. * Fixed compilation errors in C++20 mode due to ambiguity of comparison operators. Inspired by Barry Revzin (https://github.com/oneapi-src/oneTBB/pull/251). * Fixed an issue in TBBBuild.cmake that causes the build with no arguments to fail (https://github.com/oneapi-src/oneTBB/pull/233) OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=66 --- tbb-2020.2.tar.gz | 3 --- tbb-2020.3.tar.gz | 3 +++ tbb.changes | 13 +++++++++++++ tbb.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 tbb-2020.2.tar.gz create mode 100644 tbb-2020.3.tar.gz diff --git a/tbb-2020.2.tar.gz b/tbb-2020.2.tar.gz deleted file mode 100644 index 72d23d8..0000000 --- a/tbb-2020.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4804320e1e6cbe3a5421997b52199e3c1a3829b2ecb6489641da4b8e32faf500 -size 2637066 diff --git a/tbb-2020.3.tar.gz b/tbb-2020.3.tar.gz new file mode 100644 index 0000000..7d6a5bc --- /dev/null +++ b/tbb-2020.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc4f6aa47972daed1f7bf71d100ae5bf6931c2e3144cf299c8cc7d041dca2f3 +size 2639737 diff --git a/tbb.changes b/tbb.changes index d925865..2bdbffd 100644 --- a/tbb.changes +++ b/tbb.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Aug 3 05:52:53 UTC 2020 - Ismail Dönmez + +- Update to version 2020.3 + * Changed body type concept of the flow::input_node. + Set TBB_DEPRECATED_INPUT_NODE_BODY to 1 to compile with the previous + concept of the body type. + * Fixed compilation errors in C++20 mode due to ambiguity of comparison + operators. Inspired by Barry Revzin + (https://github.com/oneapi-src/oneTBB/pull/251). + * Fixed an issue in TBBBuild.cmake that causes the build with no arguments + to fail (https://github.com/oneapi-src/oneTBB/pull/233) + ------------------------------------------------------------------- Mon Mar 30 15:50:42 UTC 2020 - Ismail Dönmez diff --git a/tbb.spec b/tbb.spec index 771a038..859af13 100644 --- a/tbb.spec +++ b/tbb.spec @@ -22,7 +22,7 @@ %bcond_without python3 Name: tbb -Version: 2020.2 +Version: 2020.3 Release: 0 Summary: Threading Building Blocks (TBB) License: Apache-2.0