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

Steven Michael Robbins smr at alioth.debian.org
Mon Feb 20 22:08:32 UTC 2012


Author: smr
Date: 2012-02-20 22:08:31 +0000 (Mon, 20 Feb 2012)
New Revision: 14706

Removed:
   boost/trunk/debian/patches/fusion-push-front-broken.patch
Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/patches/series
Log:
Updated for 1.49 Release Candidate.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2012-02-01 06:37:32 UTC (rev 14705)
+++ boost/trunk/debian/changelog	2012-02-20 22:08:31 UTC (rev 14706)
@@ -1,6 +1,14 @@
+boost1.49 (1.49.0rc1-1) UNRELEASED; urgency=low
+
+  * Upstream Release Candidate.
+
+  * patches/fusion-push-front-broken.patch: Remove.  Applied upstream.
+
+ -- Steve M. Robbins <smr at debian.org>  Mon, 20 Feb 2012 15:43:41 -0600
+
 boost1.49 (1.49.0beta1-1) UNRELEASED; urgency=low
 
-  * Upstream Release Candidate.
+  * Upstream Beta 1 Release Candidate.
   
   * patches/foreach.patch:
   * patches/sh4.patch:

Deleted: boost/trunk/debian/patches/fusion-push-front-broken.patch
===================================================================
--- boost/trunk/debian/patches/fusion-push-front-broken.patch	2012-02-01 06:37:32 UTC (rev 14705)
+++ boost/trunk/debian/patches/fusion-push-front-broken.patch	2012-02-20 22:08:31 UTC (rev 14706)
@@ -1,32 +0,0 @@
-Description: Fix inclusion of header push_front.hpp
- Without this, a simple
-  #include <boost/fusion/algorithm/transformation/push_front.hpp>
- fails to compile. Patch taken from upstream changeset 76238
-Author: Joel de Guzman
-Bug: 653812
-Forwarded: https://svn.boost.org/trac/boost/ticket/6338
-
-Boost 1.49: On trunk, not release.
-
-
---- boost1.48-1.48.0.orig/boost/fusion/view/iterator_range/detail/segmented_iterator_range.hpp
-+++ boost1.48-1.48.0/boost/fusion/view/iterator_range/detail/segmented_iterator_range.hpp
-@@ -39,11 +39,18 @@
-     {
-         template <typename Sequence, typename T>
-         struct push_back;
-+
-+        template <typename Sequence, typename T>
-+        struct push_front;
-     }
- 
-     template <typename Sequence, typename T>
-     typename result_of::push_back<Sequence const, T>::type
-     push_back(Sequence const& seq, T const& x);
-+
-+    template <typename Sequence, typename T>
-+    typename result_of::push_front<Sequence const, T>::type
-+    push_front(Sequence const& seq, T const& x);
- }}
- 
- namespace boost { namespace fusion { namespace detail

Modified: boost/trunk/debian/patches/series
===================================================================
--- boost/trunk/debian/patches/series	2012-02-01 06:37:32 UTC (rev 14705)
+++ boost/trunk/debian/patches/series	2012-02-20 22:08:31 UTC (rev 14706)
@@ -2,5 +2,4 @@
 endian.patch
 boost-1.44-py3.1.patch
 pythonid.patch
-fusion-push-front-broken.patch
 mpi-allocator-c++0x.patch




More information about the pkg-boost-commits mailing list