rpms/boost/devel boost-gcc43.patch,1.1,1.2 boost.spec,1.43,1.44

Petr Machata (pmachata) fedora-extras-commits at redhat.com
Wed Feb 6 20:43:03 UTC 2008


Author: pmachata

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

Modified Files:
	boost-gcc43.patch boost.spec 
Log Message:
One more GCC 4.3 related nit


boost-gcc43.patch:

Index: boost-gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/boost-gcc43.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boost-gcc43.patch	6 Feb 2008 17:48:07 -0000	1.1
+++ boost-gcc43.patch	6 Feb 2008 20:42:57 -0000	1.2
@@ -138,3 +138,15 @@
  // determine if its necessary to handle (u)int64_t specifically
  // i.e. that its not a synonym for (unsigned) long
  // if there is no 64 bit int or if its the same as a long
+diff -urp boost_1_34_1/boost/archive/polymorphic_iarchive.hpp boost_1_34_1.pm/boost/archive/polymorphic_iarchive.hpp
+--- boost_1_34_1/boost/archive/polymorphic_oarchive.hpp	2005-12-11 07:12:51.000000000 +0100
++++ boost_1_34_1.pm/boost/archive/polymorphic_oarchive.hpp	2008-02-06 18:42:07.000000000 +0100
+@@ -33,6 +33,8 @@ namespace std{
+ #include <boost/archive/detail/interface_iarchive.hpp>
+ #include <boost/serialization/nvp.hpp>
+ 
++#include <limits.h>
++
+ // determine if its necessary to handle (u)int64_t specifically
+ // i.e. that its not a synonym for (unsigned) long
+ // if there is no 64 bit int or if its the same as a long


Index: boost.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/boost.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- boost.spec	6 Feb 2008 17:48:07 -0000	1.43
+++ boost.spec	6 Feb 2008 20:42:57 -0000	1.44
@@ -1,7 +1,7 @@
 Name: boost
 Summary: The Boost C++ Libraries
 Version: 1.34.1
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: Boost Software License (GPL-Compatible, Free Software License)
 URL: http://www.boost.org/
 Group: System Environment/Libraries
@@ -203,7 +203,7 @@
 %doc %{_docdir}/boost-%{version}
 
 %changelog
-* Wed Feb  6 2008 Petr Machata <pmachata at redhat.com> - 1.34.1-9
+* Wed Feb  6 2008 Petr Machata <pmachata at redhat.com> - 1.34.1-10
 - Fixes for GCC 4.3
 - Resolves: #431609
 




More information about the fedora-extras-commits mailing list