Patch for missing include (boost-1.58.0-variant-includes.patch).

This commit is contained in:
Jonathan Wakely 2015-07-27 11:48:14 +01:00
parent 49492cb891
commit 488acc0800
2 changed files with 26 additions and 1 deletions

View File

@ -0,0 +1,18 @@
commit 2b2cc6543c44beeb8331dc8e1a7eff2e071a8cc8
Author: Antony Polukhin <antoshkka@gmail.com>
Date: Sun May 10 21:53:27 2015 +0300
Fix error with missing include, that was found by Maarten de Vries
diff --git a/include/boost/variant/detail/element_index.hpp b/include/boost/variant/detail/element_index.hpp
index bd80bdd..842b018 100644
--- a/include/boost/variant/detail/element_index.hpp
+++ b/include/boost/variant/detail/element_index.hpp
@@ -16,6 +16,7 @@
#include "boost/variant/recursive_wrapper_fwd.hpp"
#include "boost/variant/variant_fwd.hpp"
+#include "boost/type_traits/remove_cv.hpp"
#include "boost/mpl/find_if.hpp"
namespace boost { namespace detail { namespace variant {

View File

@ -32,7 +32,7 @@ Name: boost
Summary: The free peer-reviewed portable C++ source libraries
Version: 1.58.0
%define version_enc 1_58_0
Release: 1%{?dist}
Release: 2%{?dist}
License: Boost and MIT and Python
%define toplev_dirname %{name}_%{version_enc}
@ -124,6 +124,9 @@ Patch65: boost-1.57.0-build-optflags.patch
# https://svn.boost.org/trac/boost/ticket/10510
Patch66: boost-1.57.0-uuid-comparison.patch
# https://svn.boost.org/trac/boost/ticket/11283
Patch67: boost-1.58.0-variant-includes.patch
Patch78: boost-context-use-sysv-not-aapcs.patch
%bcond_with tests
@ -613,6 +616,7 @@ a number of significant features and is now developed independently
%patch63 -p1
%patch65 -p1
%patch66 -p2
%patch67 -p2
%patch78 -p1
# At least python2_version needs to be a macro so that it's visible in
@ -1233,6 +1237,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/bjam.1*
%changelog
* Mon Jul 27 2015 Jonathan Wakely <jwakely@redhat.com> 1.58.0-2
- Patch for missing include (boost-1.58.0-variant-includes.patch).
* Fri Jul 17 2015 Jonathan Wakely <jwakely@redhat.com> - 1.58.0-1
- Rebase to 1.58.0