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

smr at alioth.debian.org smr at alioth.debian.org
Sun Feb 22 05:18:37 UTC 2009


Author: smr
Date: 2009-02-22 05:18:36 +0000 (Sun, 22 Feb 2009)
New Revision: 14377

Added:
   boost/trunk/debian/patches/boost_python_translate_exception.patch
Modified:
   boost/trunk/debian/Notes
   boost/trunk/debian/changelog
   boost/trunk/debian/patches/series
Log:
Revise list of GCC 4.3 bugs; add one patch.

Modified: boost/trunk/debian/Notes
===================================================================
--- boost/trunk/debian/Notes	2009-02-21 17:45:06 UTC (rev 14376)
+++ boost/trunk/debian/Notes	2009-02-22 05:18:36 UTC (rev 14377)
@@ -1,7 +1,7 @@
 	GCC 4.3 Patches
 	---------------
 
-As of 2008-08-16, there are a number of issues with respect to GCC
+As of 2009-02-21, there are a number of issues with respect to GCC
 4.3.  A post on the Boost list gives a query to list all the open
 reports in the Boost trac system:
 
@@ -12,19 +12,13 @@
 
   Ticket  Inc?  Comment
   ------  ----  ----------------------------------
-  1570     no   Patch applied upstream, present in 1.36.0
-  1605     no   Library property_tree not present in 1.36.0
-  1615    yes   gcc43-date_time.patch
-  1955     no   Library property_tree not present in 1.37.0
-  2083     no   Duplicate of ticket 1615
-  2091     no   Duplicate of ticket 1615
+  1605     no   Library property_tree not present in 1.38
+  1955     no   Library property_tree not present in 1.38
   2321     no	Warning
   2388     no	Warning
-  2389     no	Warning
   2390     no   Warning
-  2462     no	Warning
-  2465     no	Duplicate of ticket 1615
-  2474    yes	(request to merge 2210 to release branch) gcc43-path_name_check.patch
+  2582	   yes  boost_python_translate_exception.patch
+  2680     no   Test suite failure, no patch.
 
 
 	Thread Support

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2009-02-21 17:45:06 UTC (rev 14376)
+++ boost/trunk/debian/changelog	2009-02-22 05:18:36 UTC (rev 14377)
@@ -13,6 +13,9 @@
   
   * patches/jam-wall-clean.patch: Updated; partially applied upstream.
   * patches/kfreebsd-jam.patch: Refreshed.
+
+  * patches/boost_python_translate_exception.patch: New.  From upstream
+    ticket 2582.
   
   * patches/series: Modified to account for removed patches.  Temporarily
     removed add-disable-long-double.patch; a variant applied upstream, but

Added: boost/trunk/debian/patches/boost_python_translate_exception.patch
===================================================================
--- boost/trunk/debian/patches/boost_python_translate_exception.patch	                        (rev 0)
+++ boost/trunk/debian/patches/boost_python_translate_exception.patch	2009-02-22 05:18:36 UTC (rev 14377)
@@ -0,0 +1,13 @@
+Taken from upstream Ticket 2582
+https://svn.boost.org/trac/boost/attachment/ticket/2582/boost_python_translate_exception.patch
+
+--- boost1.38-1.38.0.orig/boost/python/detail/translate_exception.hpp
++++ boost1.38-1.38.0/boost/python/detail/translate_exception.hpp
+@@ -9,6 +9,7 @@
+ 
+ # include <boost/call_traits.hpp>
+ # include <boost/type_traits/add_const.hpp>
++# include <boost/type_traits/add_reference.hpp>
+ 
+ # include <boost/function/function0.hpp>
+ 

Modified: boost/trunk/debian/patches/series
===================================================================
--- boost/trunk/debian/patches/series	2009-02-21 17:45:06 UTC (rev 14376)
+++ boost/trunk/debian/patches/series	2009-02-22 05:18:36 UTC (rev 14377)
@@ -9,3 +9,4 @@
 date_time_date_formatting_hpp.patch
 mpi-python.patch
 jam-wall-clean.patch
+boost_python_translate_exception.patch




More information about the pkg-boost-commits mailing list