rpms/boost/devel boost-phoenix-limits.patch, NONE, 1.1 boost.spec, 1.41, 1.42

Petr Machata (pmachata) fedora-extras-commits at redhat.com
Wed Feb 6 15:53:37 UTC 2008


Author: pmachata

Update of /cvs/pkgs/rpms/boost/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8873

Modified Files:
	boost.spec 
Added Files:
	boost-phoenix-limits.patch 
Log Message:
- Add an include to boost/spirit/phoenix/operators.hpp
- Resolves: #431609


boost-phoenix-limits.patch:

--- NEW FILE boost-phoenix-limits.patch ---
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~


Index: boost.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/boost.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- boost.spec	16 Jan 2008 16:31:14 -0000	1.41
+++ boost.spec	6 Feb 2008 15:53:03 -0000	1.42
@@ -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 @@
 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 @@
 %patch2 -p0
 %patch3 -p0
 %patch4 -p0
+%patch5 -p1
 
 %build
 BOOST_ROOT=`pwd`
@@ -201,6 +203,10 @@
 %doc %{_docdir}/boost-%{version}
 
 %changelog
+* Wed Feb  6 2008 Petr Machata <pmachata at redhat.com> - 1.34.1-8
+- Add an include to boost/spirit/phoenix/operators.hpp
+- Resolves: #431609
+
 * Mon Jan 14 2008 Benjamin Kosnik <bkoz at redhat.com> 1.34.1-7
 - Fixes for boost.regex (rev 42674).
 




More information about the fedora-extras-commits mailing list