From 44fa6db1d232787b924d0e319eb02f7c6c89f58c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 25 May 2020 11:46:40 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- openmpi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openmpi.spec b/openmpi.spec index c0a4c54..37c2004 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -41,7 +41,7 @@ Name: openmpi%{?_cc_name_suffix} Version: 4.0.4 -Release: 0.2.rc1%{?dist} +Release: 0.3.rc1%{?dist} Summary: Open Message Passing Interface License: BSD and MIT and Romio URL: http://www.open-mpi.org/ @@ -367,6 +367,9 @@ make check %changelog +* Mon May 25 2020 Miro HronĨok - 4.0.4-0.3.rc1 +- Rebuilt for Python 3.9 + * Sun May 24 2020 Orion Poplawski - 4.0.4-0.2.rc1 - Set OMPI_MCA_rmaps_base_oversubscribe=1 in %%_openmpi_load (bz#1839571)