From 679b1757e4d3e1a67e758ddbf364b8a25501a761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 25 May 2020 12:22:18 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- mpich.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mpich.spec b/mpich.spec index 650b337..b1ea4d8 100644 --- a/mpich.spec +++ b/mpich.spec @@ -1,7 +1,7 @@ Summary: A high-performance implementation of MPI Name: mpich Version: 3.3.2 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT URL: https://www.mpich.org/ @@ -229,6 +229,9 @@ make check VERBOSE=1 %{python3_sitearch}/%{name}.pth %changelog +* Mon May 25 2020 Miro HronĨok - 3.3.2-5 +- Rebuilt for Python 3.9 + * Fri Feb 14 2020 Christoph Junghans - 3.3.2-4 - Add 4320.patch to fix #1793563 and #1799473