This commit is contained in:
Peter Robinson 2015-11-10 14:48:13 +00:00
parent 5d4ee7ee9f
commit 20b18894ee

View File

@ -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 <rel-eng@lists.fedoraproject.org> - 3.1.4-7
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
* Thu Aug 27 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.1.4-6
- Use .pth files to set the python path (https://fedorahosted.org/fpc/ticket/563)
- Cleanups to the spec file