SHA256
6
0
forked from pool/tbb

- 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
This commit is contained in:
Ismail Dönmez 2019-06-06 12:24:17 +00:00 committed by Git OBS Bridge
parent fdca4ccf0a
commit 475245188d
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4204a93f4c0fd989fb6f79acae74feb02ee39725c93968773d9b6efeb75c7a6a
size 2579237

3
2019_U8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b1fd8caea14be72ae4175896510bf99c809cd7031306a1917565e6de7382fba
size 2580540

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jun 6 12:22:31 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
- 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 <idonmez@suse.com>

View File

@ -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