From 20b18894eef1da26ba155a76c9efc8f96ee8343d Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 10 Nov 2015 14:48:13 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 --- mpich.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mpich.spec b/mpich.spec index 6ffac7b..9f4ba51 100644 --- a/mpich.spec +++ b/mpich.spec @@ -1,7 +1,7 @@ Summary: A high-performance implementation of MPI Name: mpich Version: 3.1.4 -Release: 6%{?dist} +Release: 7%{?dist} License: MIT Group: Development/Libraries URL: http://www.mpich.org/ @@ -235,6 +235,9 @@ make check VERBOSE=1 %{_mandir}/%{name}/man3/ %changelog +* Tue Nov 10 2015 Fedora Release Engineering - 3.1.4-7 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + * Thu Aug 27 2015 Zbigniew Jędrzejewski-Szmek - 3.1.4-6 - Use .pth files to set the python path (https://fedorahosted.org/fpc/ticket/563) - Cleanups to the spec file