rpms/boost/F-10 boost-gcc43.patch,1.9,1.10 boost.spec,1.53,1.54

Petr Machata pmachata at fedoraproject.org
Mon Jan 5 15:20:49 UTC 2009


Author: pmachata

Update of /cvs/pkgs/rpms/boost/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17758

Modified Files:
	boost-gcc43.patch boost.spec 
Log Message:
- Fix missing <limits.h> include in relaxed_heap.hpp
- Related: #475587


boost-gcc43.patch:

Index: boost-gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/boost/F-10/boost-gcc43.patch,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- boost-gcc43.patch	6 Oct 2008 13:59:54 -0000	1.9
+++ boost-gcc43.patch	5 Jan 2009 15:20:19 -0000	1.10
@@ -213,3 +213,14 @@
  
            rules = 
              boost::shared_ptr<rule_type>(parse_rules(result[START_DATE_RULE],
+diff -urp boost/pending/relaxed_heap.hpp /usr/include/boost/pending/relaxed_heap.hpp
+--- boost_1_34_1/boost/pending/relaxed_heap.hpp	2005-12-08 03:56:25.000000000 +0100
++++ boost_1_34_1-pm/boost/pending/relaxed_heap.hpp	2009-01-05 13:49:23.000000000 +0100
+@@ -13,6 +13,7 @@
+ #include <boost/property_map.hpp>
+ #include <boost/optional.hpp>
+ #include <vector>
++#include <limits.h>
+ 
+ #ifdef BOOST_RELAXED_HEAP_DEBUG
+ #  include <iostream>


Index: boost.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boost/F-10/boost.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- boost.spec	6 Oct 2008 13:59:55 -0000	1.53
+++ boost.spec	5 Jan 2009 15:20:19 -0000	1.54
@@ -3,7 +3,7 @@
 Name: boost
 Summary: The Boost C++ Libraries
 Version: 1.34.1
-Release: 17%{?dist}
+Release: 18%{?dist}
 License: Boost
 URL: http://www.boost.org/
 Group: System Environment/Libraries
@@ -198,6 +198,10 @@
 %doc %{_docdir}/%{name}-%{version}
 
 %changelog
+* Mon Jan  5 2009 Petr Machata <pmachata at redhat.com> - 1.34.1-18
+- Fix missing <limits.h> include in relaxed_heap.hpp
+- Related: #475587
+
 * Mon Oct  6 2008 Petr Machata <pmachata at redhat.com> - 1.34.1-17
 - Fix gcc43 patch to apply cleanly under --fuzz=0
 - Resolves: #465003




More information about the fedora-extras-commits mailing list