[pkg-boost-commits] r14278 - in boost/trunk/debian: . patches

smr at alioth.debian.org smr at alioth.debian.org
Sat Aug 16 20:32:33 UTC 2008


Author: smr
Date: 2008-08-16 20:32:33 +0000 (Sat, 16 Aug 2008)
New Revision: 14278

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/patches/gcc-4.3.patch
Log:
Adjust GCC 4.3 patch for new upstream version.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2008-08-16 20:32:11 UTC (rev 14277)
+++ boost/trunk/debian/changelog	2008-08-16 20:32:33 UTC (rev 14278)
@@ -1,6 +1,11 @@
 boost1.36 (1.36.0-1) UNRELEASED; urgency=low
 
   * New upstream version.  Closes: #495179.
+    - patches/serialisation-utility-include.patch:
+    - patches/serialization-intrinsic64.patch:
+    - patches/sp_counted_base.patch: Remove.  Applied upstream.
+  
+  * patches/gcc-4.3.patch: Adjust.
 
  -- Steve M. Robbins <smr at debian.org>  Fri, 15 Aug 2008 20:03:17 -0500
 

Modified: boost/trunk/debian/patches/gcc-4.3.patch
===================================================================
--- boost/trunk/debian/patches/gcc-4.3.patch	2008-08-16 20:32:11 UTC (rev 14277)
+++ boost/trunk/debian/patches/gcc-4.3.patch	2008-08-16 20:32:33 UTC (rev 14278)
@@ -1,6 +1,6 @@
---- boost1.35-1.35.0.orig/boost/date_time/tz_db_base.hpp
-+++ boost1.35-1.35.0/boost/date_time/tz_db_base.hpp
-@@ -158,8 +158,8 @@
+--- boost1.36-1.36.0.orig/boost/date_time/tz_db_base.hpp
++++ boost1.36-1.36.0/boost/date_time/tz_db_base.hpp
+@@ -158,7 +158,7 @@
        typedef typename time_zone_type::base_type time_zone_base_type;
        typedef typename time_zone_type::time_duration_type time_duration_type;
        typedef time_zone_names_base<char_type> time_zone_names;
@@ -9,3 +9,13 @@
        typedef std::basic_string<char_type> string_type;
  
        //! Constructs an empty database
+--- boost1.36-1.36.0.orig/tools/inspect/path_name_check.cpp
++++ boost1.36-1.36.0/tools/inspect/path_name_check.cpp
+@@ -15,6 +15,7 @@
+ #include <string>
+ #include <algorithm>
+ #include <cctype>
++#include <cstring>
+ 
+ using std::string;
+ 




More information about the pkg-boost-commits mailing list