From 64bf7c4d92ec9b66991d99678d757d25e22ba5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:39:21 +0200 Subject: [PATCH] Rebuilt for Python 3.8.0rc1 (#1748018) --- tbb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tbb.spec b/tbb.spec index 0c5eaca..7de669d 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: %{upver}%{?uprel:.%{uprel}} -Release: 3%{?dist} +Release: 4%{?dist} License: ASL 2.0 URL: http://threadingbuildingblocks.org/ @@ -188,6 +188,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/cmake/%{name}/README.rst %{python3_sitearch}/__pycache__/TBB* %changelog +* Thu Oct 03 2019 Miro HronĨok - 2019.8-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Tue Aug 27 2019 Jerry James - 2019.8-3 - Add -test-thread-monitor and -test-task-scheduler-init patches to fix FTBFS