- Add an include to boost/spirit/phoenix/operators.hpp

- Resolves: #431609
This commit is contained in:
Petr Machata 2008-02-06 15:53:03 +00:00
parent a94fed9eaf
commit 7bb17cb51c
2 changed files with 19 additions and 1 deletions

View File

@ -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 <boost/spirit/phoenix/composite.hpp>
#include <boost/config.hpp>
#include <boost/mpl/if.hpp>
+#include <limits.h>
///////////////////////////////////////////////////////////////////////////////
namespace phoenix {
Only in boost_1_34_1.pm/boost/spirit/phoenix: operators.hpp~

View File

@ -1,7 +1,7 @@
Name: boost Name: boost
Summary: The Boost C++ Libraries Summary: The Boost C++ Libraries
Version: 1.34.1 Version: 1.34.1
Release: 7%{?dist} Release: 8%{?dist}
License: Boost Software License (GPL-Compatible, Free Software License) License: Boost Software License (GPL-Compatible, Free Software License)
URL: http://www.boost.org/ URL: http://www.boost.org/
Group: System Environment/Libraries Group: System Environment/Libraries
@ -26,6 +26,7 @@ Patch1: boost-gcc-soname.patch
Patch2: boost-use-rpm-optflags.patch Patch2: boost-use-rpm-optflags.patch
Patch3: boost-run-tests.patch Patch3: boost-run-tests.patch
Patch4: boost-regex.patch Patch4: boost-regex.patch
Patch5: boost-phoenix-limits.patch
%description %description
Boost provides free peer-reviewed portable C++ source libraries. The Boost provides free peer-reviewed portable C++ source libraries. The
@ -71,6 +72,7 @@ rm -rf %{buildroot}
%patch2 -p0 %patch2 -p0
%patch3 -p0 %patch3 -p0
%patch4 -p0 %patch4 -p0
%patch5 -p1
%build %build
BOOST_ROOT=`pwd` BOOST_ROOT=`pwd`
@ -201,6 +203,10 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_docdir}/boost-%{version} %doc %{_docdir}/boost-%{version}
%changelog %changelog
* Wed Feb 6 2008 Petr Machata <pmachata@redhat.com> - 1.34.1-8
- Add an include to boost/spirit/phoenix/operators.hpp
- Resolves: #431609
* Mon Jan 14 2008 Benjamin Kosnik <bkoz@redhat.com> 1.34.1-7 * Mon Jan 14 2008 Benjamin Kosnik <bkoz@redhat.com> 1.34.1-7
- Fixes for boost.regex (rev 42674). - Fixes for boost.regex (rev 42674).