[qpid-cpp] removed bootstrap patch, already included in updated qmf patch

Nuno Santos nsantos at fedoraproject.org
Mon Feb 14 18:24:41 UTC 2011


commit 4f87f367b19b030ae142e35d855982d03be84e74
Author: Nuno Santos <nsantos at redhat.com>
Date:   Mon Feb 14 13:24:38 2011 -0500

    removed bootstrap patch, already included in updated qmf patch

 fedora.patch |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/fedora.patch b/fedora.patch
index 92f3d22..27613a9 100644
--- a/fedora.patch
+++ b/fedora.patch
@@ -16507,3 +16507,16 @@ Index: extras/qmf/setup.py
        package_dir={"": "src/py"},
        url="http://qpid.apache.org/",
        license="Apache Software License",
+Index: cpp/src/qpid/framing/SendContent.h
+===================================================================
+--- cpp/src/qpid/framing/SendContent.h	2009-03-12 16:55:34.000000000 -0400
++++ cpp/src/qpid/framing/SendContent.h	2011-02-07 16:12:01.949172798 -0500
+@@ -37,7 +37,7 @@
+  */
+ class SendContent
+ {
+-    mutable FrameHandler& handler;
++    FrameHandler& handler;
+     const uint16_t maxFrameSize;
+     uint expectedFrameCount;
+     uint frameCount;


More information about the scm-commits mailing list