- Update to version 2020.1

* Fixed the issue of task_arena constraints not propagated on
    copy construction.
  * Fixed TBBGet.cmake script broken by TBB package name changes
    (https://github.com/intel/tbb/issues/209).

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=63
This commit is contained in:
Ismail Dönmez
2020-01-21 15:28:03 +00:00
committed by Git OBS Bridge
parent 1f422cf3bf
commit 768c08c6e0
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 21 15:25:51 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
- Update to version 2020.1
* Fixed the issue of task_arena constraints not propagated on
copy construction.
* Fixed TBBGet.cmake script broken by TBB package name changes
(https://github.com/intel/tbb/issues/209).
-------------------------------------------------------------------
Wed Dec 18 16:28:51 UTC 2019 - Ismail Dönmez <idonmez@suse.com>