From 8e32c40a85c38f0de08ef86336656c746e7c54c1 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 13 Feb 2019 19:39:13 -0700 Subject: [PATCH] Rebuild for openmpi 3.1.3 --- boost.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/boost.spec b/boost.spec index 9ffacba..8eae8c7 100644 --- a/boost.spec +++ b/boost.spec @@ -45,7 +45,7 @@ Summary: The free peer-reviewed portable C++ source libraries Version: 1.69.0 %global version_enc 1_69_0 %global version_suffix 169 -Release: 4%{?dist} +Release: 5%{?dist} License: Boost and MIT and Python %global toplev_dirname %{real_name}_%{version_enc} @@ -1477,6 +1477,9 @@ fi %{_mandir}/man1/bjam.1* %changelog +* Thu Feb 14 2019 Orion Poplawski - 1.69.0-5 +- Rebuild for openmpi 3.1.3 + * Tue Feb 12 2019 Jonathan Wakely - 1.69.0-4 - Patch Boost.Random to fix warning (#1673669)