import openmpi-4.0.3-1.el8

This commit is contained in:
CentOS Sources 2020-07-28 03:47:48 -04:00 committed by Stepan Oksanichenko
parent a9fe4a58d1
commit 8a5a0bda88
3 changed files with 11 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/openmpi-4.0.2.tar.bz2
SOURCES/openmpi-4.0.3.tar.bz2

View File

@ -1 +1 @@
32ce3761288575fb8e4f6296c9105c3a25cf3235 SOURCES/openmpi-4.0.2.tar.bz2
d958454e32da2c86dd32b7d557cf9a401f0a08d3 SOURCES/openmpi-4.0.3.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: 4.0.2
Version: 4.0.3
Release: 1%{?dist}
Summary: Open Message Passing Interface
Group: Development/Libraries
@ -287,6 +287,14 @@ make check
%changelog
* Tue May 12 2020 Honggang Li <honli@redhat.com> - 4.0.3-1
- Update to upstream v4.0.3 release
- Resolves: rhbz#1817834
* Sun Jan 19 2020 Honggang Li <honli@redhat.com> - 4.0.2-2
- Rebuild against ucx-1.6
- Resolves: rhbz#1791483
* Wed Oct 16 2019 Jarod Wilson <jarod@redhat.com> - 4.0.2-1
- Update to upstream v4.0.2 release
- Resolves: rhbz#1725631