From d23e9c9525dcf604ed2a4d6299cf6b0796253bf3 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 05:54:31 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/tbb.git#177a3e4a3358ba69a069ed2ed54aa15c7e0f3a4d --- tbb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tbb.spec b/tbb.spec index 0e7cf75..cd0cb31 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.3 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 URL: http://threadingbuildingblocks.org/ @@ -33,6 +33,7 @@ Patch4: tbb-2019-fetchadd4.patch BuildRequires: doxygen BuildRequires: gcc-c++ +BuildRequires: make BuildRequires: python3-devel BuildRequires: swig @@ -51,7 +52,6 @@ maintenance is required as more processor cores become available. %package devel Summary: The Threading Building Blocks C++ headers and shared development libraries Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: cmake-filesystem%{?_isa} %description devel Header files and shared object symlinks for the Threading Building @@ -205,6 +205,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/cmake/%{name}/README.rst %{python3_sitearch}/__pycache__/TBB* %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 2020.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 2020.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild