From 768c08c6e0536e5e2f63e4d6e591414a0781f9dd8d8e4f6bf96d09353d89ab8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 21 Jan 2020 15:28:03 +0000 Subject: [PATCH] - 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 --- tbb-2020.0.tar.gz | 3 --- tbb-2020.1.tar.gz | 3 +++ tbb.changes | 9 +++++++++ tbb.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 tbb-2020.0.tar.gz create mode 100644 tbb-2020.1.tar.gz diff --git a/tbb-2020.0.tar.gz b/tbb-2020.0.tar.gz deleted file mode 100644 index 1ad0f6b..0000000 --- a/tbb-2020.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8eed2377ac62e6ac10af5a8303ce861e4525ffe491a061b48e8fe094fc741ce9 -size 2624531 diff --git a/tbb-2020.1.tar.gz b/tbb-2020.1.tar.gz new file mode 100644 index 0000000..3c7909f --- /dev/null +++ b/tbb-2020.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d51c63b16787af54e1ee4aaf30042087f20564b4eecf9a032d5568bc2f0bf8 +size 2639021 diff --git a/tbb.changes b/tbb.changes index c76e01e..3ac4651 100644 --- a/tbb.changes +++ b/tbb.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 21 15:25:51 UTC 2020 - Ismail Dönmez + +- 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 diff --git a/tbb.spec b/tbb.spec index c07ec33..b8fe7b8 100644 --- a/tbb.spec +++ b/tbb.spec @@ -1,7 +1,7 @@ # # spec file for package tbb # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %bcond_without python3 Name: tbb -Version: 2020.0 +Version: 2020.1 Release: 0 Summary: Threading Building Blocks (TBB) License: Apache-2.0