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