From ac38811d4cf56802d707fb5f92dc3b6b9131de6e8f644d254844d63372ce0977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 14 May 2019 07:58:57 +0000 Subject: [PATCH] - Update to version 2019_U6 * Added support for enqueuing tbb::task into tbb::task_arena (https://github.com/01org/tbb/issues/116). * Improved support for allocator propagation on concurrent_hash_map assigning and swapping. * Improved scalable_allocation_command cleanup operations to release more memory buffered by the calling thread. * Separated allocation of small and large objects into distinct memory regions, which helps to reduce excessive memory caching inside the TBB allocator. - Disable python2 support OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=53 --- 2019_U5.tar.gz | 3 --- 2019_U6.tar.gz | 3 +++ tbb.changes | 15 +++++++++++++++ tbb.spec | 8 +++++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 2019_U5.tar.gz create mode 100644 2019_U6.tar.gz diff --git a/2019_U5.tar.gz b/2019_U5.tar.gz deleted file mode 100644 index cc58d26..0000000 --- a/2019_U5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ea82d74dec50e18075b4982b8d360f8bd2bf2950f38e2db483aef82e0047444 -size 2563877 diff --git a/2019_U6.tar.gz b/2019_U6.tar.gz new file mode 100644 index 0000000..eaefa86 --- /dev/null +++ b/2019_U6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba197b3964fce8a84429dd15b75eba7434cb89afc54f86d5ee6f726fdbe97fd +size 2553257 diff --git a/tbb.changes b/tbb.changes index 4109934..e5b7fbc 100644 --- a/tbb.changes +++ b/tbb.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue May 14 07:53:56 UTC 2019 - Ismail Dönmez + +- Update to version 2019_U6 + * Added support for enqueuing tbb::task into tbb::task_arena + (https://github.com/01org/tbb/issues/116). + * Improved support for allocator propagation on concurrent_hash_map + assigning and swapping. + * Improved scalable_allocation_command cleanup operations to release + more memory buffered by the calling thread. + * Separated allocation of small and large objects into distinct memory + regions, which helps to reduce excessive memory caching inside the + TBB allocator. +- Disable python2 support + ------------------------------------------------------------------- Thu Apr 25 07:56:20 UTC 2019 - Ismail Dönmez diff --git a/tbb.spec b/tbb.spec index 8254260..4bf1c51 100644 --- a/tbb.spec +++ b/tbb.spec @@ -16,12 +16,14 @@ # -%define rel_ver 2019_U5 +%define rel_ver 2019_U6 %define so_ver 2 -%bcond_without python2 + +%bcond_with python2 %bcond_without python3 + Name: tbb -Version: 2019_20190320 +Version: 2019_20190410 Release: 0 Summary: Threading Building Blocks (TBB) License: Apache-2.0