- Update to 2017_20170226 release

* Added support for C++11 move semantics in parallel_do.
  * Constructors for many classes, including graph nodes, concurrent
    containers, thread-local containers, etc., are declared explicit
    and cannot be used for implicit conversions anymore.
  * Added a workaround for bug 16657 in the GNU C Library (glibc)
    affecting the debug version of tbb::mutex.
  * Fixed a crash in pool_identify() called for an object allocated in
    another thread.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=25
This commit is contained in:
Ismail Dönmez
2017-03-05 19:48:28 +00:00
committed by Git OBS Bridge
parent 5efb4b0192
commit 2eccd1b952
4 changed files with 22 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package tbb
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,17 @@
#
%define rel_ver 2017_U5
%define so_ver 2
Name: tbb
Version: 2017_20161128
Version: 2017_20170226
Release: 0
Summary: Threading Building Blocks (TBB)
License: Apache-2.0
Group: Development/Libraries/C and C++
Url: https://www.threadingbuildingblocks.org/
Source0: https://www.threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb%{version}oss_src.tgz
Source0: https://github.com/01org/tbb/archive/%{rel_ver}.tar.gz
# PATCH-FIX-OPENSUSE optflags.patch -- Use rpm optflags
Patch1: optflags.patch
BuildRequires: gcc-c++
@@ -85,7 +87,7 @@ details and threading mechanism for performance and scalability.
This package contains the header files needed for development with tbb.
%prep
%setup -q -n %{name}%{version}oss
%setup -q -n %{name}-%{rel_ver}
%patch1 -p1
%build