From b4d25a709144ea187c2940a0038f7b3417aba94a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Aug 2019 08:50:38 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- mpich.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mpich.spec b/mpich.spec index 2b30d9b..29c2d76 100644 --- a/mpich.spec +++ b/mpich.spec @@ -1,7 +1,7 @@ Summary: A high-performance implementation of MPI Name: mpich Version: 3.1.1 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: http://www.mpich.org/ @@ -231,6 +231,9 @@ make check VERBOSE=1 \ %{python3_sitearch}/%{name}.pth %changelog +* Mon Aug 19 2019 Miro Hrončok - 3.1.1-2 +- Rebuilt for Python 3.8 + * Tue Jul 30 2019 Zbigniew Jędrzejewski-Szmek - 3.1.1-1 - Update to latest version (#1718376)