From 5efb4b01922a8838e0a9e38d6041cba517d21e75fe1b802ab4690b88bf9305f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 12 Dec 2016 09:08:31 +0000 Subject: [PATCH] - Update to 2017_20161128 release * Added template class gfx_factory to the flow graph API. It implements the Factory concept for streaming_node to offload computations to Intel processor graphics. * Fixed a possible deadlock caused by missed wakeup signals in task_arena::execute(). OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=23 --- tbb.changes | 10 ++++++++++ tbb.spec | 2 +- tbb2017_20161004oss_src.tgz | 3 --- tbb2017_20161128oss_src.tgz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 tbb2017_20161004oss_src.tgz create mode 100644 tbb2017_20161128oss_src.tgz diff --git a/tbb.changes b/tbb.changes index a38fc7b..7003b65 100644 --- a/tbb.changes +++ b/tbb.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Dec 12 09:04:36 UTC 2016 - idonmez@suse.com + +- Update to 2017_20161128 release + * Added template class gfx_factory to the flow graph API. It + implements the Factory concept for streaming_node to offload + computations to Intel processor graphics. + * Fixed a possible deadlock caused by missed wakeup signals in + task_arena::execute(). + ------------------------------------------------------------------- Thu Nov 3 07:52:18 UTC 2016 - idonmez@suse.com diff --git a/tbb.spec b/tbb.spec index 59ea83b..a3d7cc8 100644 --- a/tbb.spec +++ b/tbb.spec @@ -18,7 +18,7 @@ %define so_ver 2 Name: tbb -Version: 2017_20161004 +Version: 2017_20161128 Release: 0 Summary: Threading Building Blocks (TBB) License: Apache-2.0 diff --git a/tbb2017_20161004oss_src.tgz b/tbb2017_20161004oss_src.tgz deleted file mode 100644 index b822a71..0000000 --- a/tbb2017_20161004oss_src.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4ba7a7ed1bcb6c05d47e73624ca2e4580104bc0d3e0a3ccc7b67fa324760cb1 -size 2941119 diff --git a/tbb2017_20161128oss_src.tgz b/tbb2017_20161128oss_src.tgz new file mode 100644 index 0000000..ab494f2 --- /dev/null +++ b/tbb2017_20161128oss_src.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c009166233c8ea0e34530a1c5f870b79314316d19e6876b37a7e7c854080a540 +size 2965854