From 68ba61c95e262a3f113b5425fbaac4ed712ddfda Mon Sep 17 00:00:00 2001 From: dongyuzhen Date: Thu, 27 Oct 2022 06:48:00 +0000 Subject: [PATCH] update for mass rebuild and upgrade verification Signed-off-by: dongyuzhen --- tbb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tbb.spec b/tbb.spec index 98b58e0..de05c3d 100644 --- a/tbb.spec +++ b/tbb.spec @@ -1,6 +1,6 @@ Name: tbb Version: 2020.3 -Release: 4 +Release: 5 Summary: Threading Building Blocks lets you easily write parallel C++ programs License: ASL 2.0 URL: http://threadingbuildingblocks.org/ @@ -147,6 +147,9 @@ rm %{buildroot}%{_libdir}/cmake/tbb/README.rst %{python3_sitearch}/__pycache__/TBB* %changelog +* Thu Oct 27 2022 dongyuzhen - 2020.3-5 +- Rebuild for next release + * Fri Jul 2 2021 Hugel - 2020.3-4 - Add multiple threads to make test -- Gitee