diff --git a/mpich.spec b/mpich.spec index 959f3de..1bd5c2c 100644 --- a/mpich.spec +++ b/mpich.spec @@ -1,7 +1,7 @@ Summary: A high-performance implementation of MPI Name: mpich Version: 3.4.1 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: https://www.mpich.org/ @@ -257,6 +257,9 @@ make check VERBOSE=1 \ %{python3_sitearch}/%{name}.pth %changelog +* Fri Jun 04 2021 Python Maint - 3.4.1-2 +- Rebuilt for Python 3.10 + * Mon May 17 2021 Zbigniew Jędrzejewski-Szmek - 3.4.1-1 - Rip out part of configure.ac to fix build under autoconf-2.71 (#1943036)