diff --git a/boost-1.47.0-tuple.patch b/boost-1.47.0-tuple.patch new file mode 100644 index 0000000..a409cf8 --- /dev/null +++ b/boost-1.47.0-tuple.patch @@ -0,0 +1,11 @@ +Index: /trunk/boost/math/tools/tuple.hpp +=================================================================== +--- /trunk/boost/math/tools/tuple.hpp (revision 65320) ++++ /trunk/boost/math/tools/tuple.hpp (revision 74891) +@@ -32,5 +32,5 @@ + #elif defined(BOOST_HAS_TR1_TUPLE) + +-#include ++#include + + namespace boost{ namespace math{ diff --git a/boost.spec b/boost.spec index bb8e5dd..5705f4c 100644 --- a/boost.spec +++ b/boost.spec @@ -28,7 +28,7 @@ Name: boost Summary: The free peer-reviewed portable C++ source libraries Version: 1.47.0 %define version_enc 1_47_0 -Release: 3%{?dist} +Release: 4%{?dist} License: Boost # The CMake build framework (set of CMakeLists.txt and module.cmake files) is @@ -95,6 +95,9 @@ Patch2: boost-1.47.0-signals-erase.patch # https://svn.boost.org/trac/boost/ticket/5731 Patch3: boost-1.47.0-exceptions.patch +# https://svn.boost.org/trac/boost/ticket/5934 +Patch4: boost-1.47.0-tuple.patch + %bcond_with tests %bcond_with docs_generated @@ -439,6 +442,7 @@ sed 's/_FEDORA_SONAME/%{sonamever}/' %{PATCH1} | %{__patch} -p0 --fuzz=0 # Fixes %patch2 -p1 %patch3 -p0 +%patch4 -p2 %build # Support for building tests. @@ -891,6 +895,10 @@ find $RPM_BUILD_ROOT%{_includedir}/ \( -name '*.pl' -o -name '*.sh' \) -exec %{_ %{_bindir}/bjam %changelog +* Thu Nov 3 2011 Petr Machata - 1.47.0-4 +- Use instead of C++11 header in boost math. +- Resolves: #751210 + * Tue Jul 26 2011 Petr Machata - 1.47.0-3 - Package examples - Resolves: #722844