diff --git a/sources b/sources index 7590d95..ea06a6f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tbb-2020.tar.gz) = 4cb1eafe386d5788c74f4fc19f0f4a0573507b3c0c1657b67f355defd2e2f05feeb3cb1f73a211029aed265d0d7f6bc72db45991e6fa2bc8795ade5f50a3e955 +SHA512 (tbb-2020.1.tar.gz) = 4bcde2084c7bfee372d9473876659af59bd273f8e56ebe7fcaef41e51e18dcf8070ca2ab019caddabe6ef5c1c08c0da2f4362567b090872a5d461c9b9b6a73a7 diff --git a/tbb-2019-fetchadd4.patch b/tbb-2019-fetchadd4.patch index b018ec1..72b0d09 100644 --- a/tbb-2019-fetchadd4.patch +++ b/tbb-2019-fetchadd4.patch @@ -1,7 +1,7 @@ diff -up tbb-2019_U9/src/tbb/tools_api/ittnotify_config.h.orig tbb-2019_U9/src/tbb/tools_api/ittnotify_config.h ---- tbb-2019_U9/src/tbb/tools_api/ittnotify_config.h.orig 2019-10-09 08:58:36.000000000 -0600 -+++ tbb-2019_U9/src/tbb/tools_api/ittnotify_config.h 2019-10-13 10:02:40.917579950 -0600 -@@ -331,7 +331,7 @@ ITT_INLINE long +--- tbb-2020.1/src/tbb/tools_api/ittnotify_config.h.orig 2020-01-21 04:26:46.000000000 -0700 ++++ tbb-2020.1/src/tbb/tools_api/ittnotify_config.h 2020-01-22 20:59:51.911673011 -0700 +@@ -335,7 +335,7 @@ ITT_INLINE long __itt_interlocked_increment(volatile long* ptr) ITT_INLINE_ATTRIBUTE; ITT_INLINE long __itt_interlocked_increment(volatile long* ptr) { @@ -9,4 +9,4 @@ diff -up tbb-2019_U9/src/tbb/tools_api/ittnotify_config.h.orig tbb-2019_U9/src/t + return __atomic_fetch_add(ptr, 1L, __ATOMIC_SEQ_CST) + 1L; } #endif /* ITT_SIMPLE_INIT */ - #endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */ + diff --git a/tbb.spec b/tbb.spec index dc4ac16..f7752ec 100644 --- a/tbb.spec +++ b/tbb.spec @@ -1,11 +1,11 @@ Name: tbb Summary: The Threading Building Blocks library abstracts low-level threading details -Version: 2020 +Version: 2020.1 Release: 1%{?dist} License: ASL 2.0 URL: http://threadingbuildingblocks.org/ -Source0: https://github.com/intel/tbb/archive/%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/intel/tbb/archive/v%{version}/%{name}-%{version}.tar.gz # These three are downstream sources. Source6: tbb.pc Source7: tbbmalloc.pc @@ -195,6 +195,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/cmake/%{name}/README.rst %{python3_sitearch}/__pycache__/TBB* %changelog +* Wed Jan 22 2020 Jerry James - 2020.1-1 +- Rebase to version 2020.1 + * Tue Dec 31 2019 Jerry James - 2020-1 - Rebase to version 2020