diff --git a/boost-phoenix-limits.patch b/boost-phoenix-limits.patch new file mode 100644 index 0000000..baa3645 --- /dev/null +++ b/boost-phoenix-limits.patch @@ -0,0 +1,12 @@ +diff -urp boost_1_34_1/boost/spirit/phoenix/operators.hpp boost_1_34_1.pm/boost/spirit/phoenix/operators.hpp +--- boost_1_34_1/boost/spirit/phoenix/operators.hpp 2006-08-25 18:27:30.000000000 +0200 ++++ boost_1_34_1.pm/boost/spirit/phoenix/operators.hpp 2008-02-06 16:29:32.000000000 +0100 +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + + /////////////////////////////////////////////////////////////////////////////// + namespace phoenix { +Only in boost_1_34_1.pm/boost/spirit/phoenix: operators.hpp~ diff --git a/boost.spec b/boost.spec index 7016bce..c9a516d 100644 --- a/boost.spec +++ b/boost.spec @@ -1,7 +1,7 @@ Name: boost Summary: The Boost C++ Libraries Version: 1.34.1 -Release: 7%{?dist} +Release: 8%{?dist} License: Boost Software License (GPL-Compatible, Free Software License) URL: http://www.boost.org/ Group: System Environment/Libraries @@ -26,6 +26,7 @@ Patch1: boost-gcc-soname.patch Patch2: boost-use-rpm-optflags.patch Patch3: boost-run-tests.patch Patch4: boost-regex.patch +Patch5: boost-phoenix-limits.patch %description Boost provides free peer-reviewed portable C++ source libraries. The @@ -71,6 +72,7 @@ rm -rf %{buildroot} %patch2 -p0 %patch3 -p0 %patch4 -p0 +%patch5 -p1 %build BOOST_ROOT=`pwd` @@ -201,6 +203,10 @@ rm -rf $RPM_BUILD_ROOT %doc %{_docdir}/boost-%{version} %changelog +* Wed Feb 6 2008 Petr Machata - 1.34.1-8 +- Add an include to boost/spirit/phoenix/operators.hpp +- Resolves: #431609 + * Mon Jan 14 2008 Benjamin Kosnik 1.34.1-7 - Fixes for boost.regex (rev 42674).