From b526b3db070cfa84adb2d26177116528d480d55697d5a612b4b610b139afdcfd Mon Sep 17 00:00:00 2001 From: Dirk Mueller <dmueller@suse.com> Date: Mon, 12 Dec 2022 21:03:04 +0000 Subject: [PATCH] Accepting request 1042203 from home:dirkmueller:Factory - update to v2021.7.0: * Memory allocator crash on a system with an incomplete /proc/meminfo (GitHub* #584). * Incorrect blocking of task stealing (GitHub* #478). * Hang due to incorrect decrement of a limiter_node (GitHub* #634). * Memory corruption in some rare cases when passing big messages in a flow graph (GitHub* #639). * Possible deadlock in a throwable flow graph node with a lightweight policy. The lightweight policy is now ignored for functors that can throw exceptions (GitHub* #420). * Crash when obtaining a range from empty ordered and unordered containers (GitHub* #641). * Deadlock in a concurrent_vector resize() that could happen when the new size is less than the previous size (GitHub* #733). OBS-URL: https://build.opensuse.org/request/show/1042203 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=79 --- tbb-2021.6.0.tar.gz | 3 --- tbb-2021.7.0.tar.gz | 3 +++ tbb.changes | 18 ++++++++++++++++++ tbb.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 tbb-2021.6.0.tar.gz create mode 100644 tbb-2021.7.0.tar.gz diff --git a/tbb-2021.6.0.tar.gz b/tbb-2021.6.0.tar.gz deleted file mode 100644 index 847e243..0000000 --- a/tbb-2021.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4897dd106d573e9dacda8509ca5af1a0e008755bf9c383ef6777ac490223031f -size 2566074 diff --git a/tbb-2021.7.0.tar.gz b/tbb-2021.7.0.tar.gz new file mode 100644 index 0000000..54322eb --- /dev/null +++ b/tbb-2021.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cae2a80cda7d45dc7c072e4295c675fff5ad8316691f26f40539f7e7e54c0cc +size 2571727 diff --git a/tbb.changes b/tbb.changes index c0278c0..87cc97d 100644 --- a/tbb.changes +++ b/tbb.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Dec 11 18:37:06 UTC 2022 - Dirk Müller <dmueller@suse.com> + +- update to v2021.7.0: + * Memory allocator crash on a system with an incomplete /proc/meminfo + (GitHub* #584). + * Incorrect blocking of task stealing (GitHub* #478). + * Hang due to incorrect decrement of a limiter_node (GitHub* #634). + * Memory corruption in some rare cases when passing big messages in a flow + graph (GitHub* #639). + * Possible deadlock in a throwable flow graph node with a lightweight + policy. The lightweight policy is now ignored for functors that can + throw exceptions (GitHub* #420). + * Crash when obtaining a range from empty ordered and unordered containers + (GitHub* #641). + * Deadlock in a concurrent_vector resize() that could happen when the new + size is less than the previous size (GitHub* #733). + ------------------------------------------------------------------- Sat Sep 24 12:16:41 UTC 2022 - Dirk Müller <dmueller@suse.com> diff --git a/tbb.spec b/tbb.spec index b8fe409..1ea1d3c 100644 --- a/tbb.spec +++ b/tbb.spec @@ -40,7 +40,7 @@ %bcond_with python3 %endif Name: tbb -Version: 2021.6.0 +Version: 2021.7.0 Release: 0 Summary: Threading Building Blocks (TBB) License: Apache-2.0