From 218cc61036396130018aee81ebefe627d18b9cdb Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 25 Apr 2017 10:46:17 +0100 Subject: [PATCH] Rebuild for rpm-mpi-hooks fix (#1435690) --- boost.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/boost.spec b/boost.spec index 66f752c..d1369ba 100644 --- a/boost.spec +++ b/boost.spec @@ -35,7 +35,7 @@ Name: boost Summary: The free peer-reviewed portable C++ source libraries Version: 1.63.0 %global version_enc 1_63_0 -Release: 6%{?dist} +Release: 7%{?dist} License: Boost and MIT and Python %global toplev_dirname %{name}_%{version_enc} @@ -1295,6 +1295,9 @@ fi %{_mandir}/man1/bjam.1* %changelog +* Tue Apr 25 2017 Jonathan Wakely - 1.63.0-7 +- Rebuild for rpm-mpi-hooks fix (#1435690) + * Wed Apr 05 2017 Jonathan Wakely - 1.63.0-6 - Patch boost::function to fix strict aliasing problem (#1422456) - Per packaging guidelines don't clean buildroot in %%install and %%clean.