From 475245188d8fe741b171e24857620a35685afc07c4485ea7966876c31de2a5de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 6 Jun 2019 12:24:17 +0000 Subject: [PATCH] - Update to version 2019_U8 * Fixed a bug in TBB 2019 Update 7 that could lead to incorrect memory reallocation on Linux (https://github.com/intel/tbb/issues/148). * Fixed enqueuing tbb::task into tbb::task_arena not to fail on threads with no task scheduler initialized (https://github.com/intel/tbb/issues/116). OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=56 --- 2019_U7.tar.gz | 3 --- 2019_U8.tar.gz | 3 +++ tbb.changes | 10 ++++++++++ tbb.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 2019_U7.tar.gz create mode 100644 2019_U8.tar.gz diff --git a/2019_U7.tar.gz b/2019_U7.tar.gz deleted file mode 100644 index b1267ae..0000000 --- a/2019_U7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4204a93f4c0fd989fb6f79acae74feb02ee39725c93968773d9b6efeb75c7a6a -size 2579237 diff --git a/2019_U8.tar.gz b/2019_U8.tar.gz new file mode 100644 index 0000000..b798117 --- /dev/null +++ b/2019_U8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1fd8caea14be72ae4175896510bf99c809cd7031306a1917565e6de7382fba +size 2580540 diff --git a/tbb.changes b/tbb.changes index 4e6ff55..54715c2 100644 --- a/tbb.changes +++ b/tbb.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jun 6 12:22:31 UTC 2019 - Ismail Dönmez + +- Update to version 2019_U8 + * Fixed a bug in TBB 2019 Update 7 that could lead to incorrect memory + reallocation on Linux (https://github.com/intel/tbb/issues/148). + * Fixed enqueuing tbb::task into tbb::task_arena not to fail on threads + with no task scheduler initialized + (https://github.com/intel/tbb/issues/116). + ------------------------------------------------------------------- Tue Jun 4 14:54:09 UTC 2019 - Ismail Dönmez diff --git a/tbb.spec b/tbb.spec index 74ca3bd..1450b8a 100644 --- a/tbb.spec +++ b/tbb.spec @@ -16,14 +16,14 @@ # -%define rel_ver 2019_U7 +%define rel_ver 2019_U8 %define so_ver 2 %bcond_with python2 %bcond_without python3 Name: tbb -Version: 2019_20190522 +Version: 2019_20190605 Release: 0 Summary: Threading Building Blocks (TBB) License: Apache-2.0