diff --git a/.gitignore b/.gitignore index 51e8ad7..68a3d06 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /mpich-3.0.4.tar.gz +/mpich-3.1.tar.gz diff --git a/mpich.spec b/mpich.spec index cb18bab..fb41517 100644 --- a/mpich.spec +++ b/mpich.spec @@ -2,8 +2,8 @@ Summary: A high-performance implementation of MPI Name: mpich -Version: 3.0.4 -Release: 7%{?dist} +Version: 3.1 +Release: 1%{?dist} License: MIT Group: Development/Libraries URL: http://www.mpich.org/ @@ -227,6 +227,9 @@ make check %{_mandir}/%{name}/man3/ %changelog +* Fri Feb 21 2014 Deji Akingunola - 3.1-1 +- Update to 3.1 + * Mon Jan 6 2014 Peter Robinson 3.0.4-7 - Set the aarch64 compiler options diff --git a/sources b/sources index 73a95ad..e346b4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c5d5d4fe1e17dd12153f40bc5b6dbc0 mpich-3.0.4.tar.gz +5643dd176499bfb7d25079aaff25f2ec mpich-3.1.tar.gz