From c4fe2b68a286bf0fb23730ba8eb6288b8d9a7d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:51:40 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- tbb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tbb.spec b/tbb.spec index a702c02..4e5bda8 100644 --- a/tbb.spec +++ b/tbb.spec @@ -1,7 +1,7 @@ Name: tbb Summary: The Threading Building Blocks library abstracts low-level threading details Version: 2020.2 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 URL: http://threadingbuildingblocks.org/ @@ -206,6 +206,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/cmake/%{name}/README.rst %{python3_sitearch}/__pycache__/TBB* %changelog +* Tue May 26 2020 Miro HronĨok - 2020.2-3 +- Rebuilt for Python 3.9 + * Mon Apr 27 2020 Timm Baeder - 2020.2-2 - Pass the compiler to when building - Update the tbb-2019-test-thread-monitor.patch to use std::atomic