From 9a93cd656e4afa03a8d479869f060750f9581318 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 25 Jan 2024 16:09:29 +0000 Subject: [PATCH] Bump %release because -4 has already been built --- tbb.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tbb.spec b/tbb.spec index 3857590..ffca524 100644 --- a/tbb.spec +++ b/tbb.spec @@ -5,7 +5,7 @@ Name: tbb Summary: The Threading Building Blocks library abstracts low-level threading details Version: 2021.11.0 -Release: 4%{?dist} +Release: 5%{?dist} License: Apache-2.0 AND BSD-3-Clause URL: http://threadingbuildingblocks.org/ @@ -187,9 +187,11 @@ ctest --output-on-failure --force-new-ctest-process %{python3_sitearch}/__pycache__/TBB* %changelog +* Thu Jan 25 2024 Jonathan Wakely - 2021.11.0-5 +- Remove Requires:python3-docs for tbb-doc subpackage + * Mon Jan 22 2024 Jonathan Wakely - 2021.11.0-4 - Rename 32-bit arch /usr/lib/pkgconfig/tbb32.pc to tbb.pc -- Remove Requires:python3-docs for tbb-doc subpackage * Fri Jan 19 2024 Yaakov Selkowitz - 2021.11.0-3 - Avoid python3-docs dependency on RHEL