Update to 1.8.1, fixes bug #1089044

This commit is contained in:
Orion Poplawski 2014-04-23 19:44:18 -06:00
parent d46bad0e25
commit 3562f01d8a
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ openmpi-1.4.1-RH.tar.bz2
/openmpi-1.7.4.tar.bz2
/openmpi-1.7.5.tar.bz2
/openmpi-1.8.tar.bz2
/openmpi-1.8.1.tar.bz2

View File

@ -21,7 +21,7 @@
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
Name: openmpi%{?_cc_name_suffix}
Version: 1.8
Version: 1.8.1
Release: 1%{?dist}
Summary: Open Message Passing Interface
Group: Development/Libraries
@ -238,6 +238,9 @@ make check
%changelog
* Wed Apr 23 2014 Orion Poplawski <orion@cora.nwra.com> 1.8.1-1
- Update to 1.8.1, fixes bug #1089044
* Tue Apr 1 2014 Orion Poplawski <orion@cora.nwra.com> 1.8-1
- Update to 1.8

View File

@ -1 +1 @@
5999cfb177a50c480b5d0bced379aff1 openmpi-1.8.tar.bz2
0e12c24a28a605f681ff9a19a1aca2f1 openmpi-1.8.1.tar.bz2