[Pkg-voip-commits] r3389 - in libcommoncpp2/trunk/debian: . patches

Mark Purcell msp at alioth.debian.org
Thu Apr 12 17:08:24 UTC 2007


Author: msp
Date: 2007-04-12 17:08:24 +0000 (Thu, 12 Apr 2007)
New Revision: 3389

Added:
   libcommoncpp2/trunk/debian/patches/sp_is_running_always_true.dpatch
Modified:
   libcommoncpp2/trunk/debian/changelog
   libcommoncpp2/trunk/debian/patches/00list
   libcommoncpp2/trunk/debian/patches/gnutls.dpatch
   libcommoncpp2/trunk/debian/patches/soname-1.5.3.dpatch
Log:
* NOT RELEASED YET
* Patch to fix threads: isRunning() always returns true (Closes: #410219)

Modified: libcommoncpp2/trunk/debian/changelog
===================================================================
--- libcommoncpp2/trunk/debian/changelog	2007-04-12 16:29:29 UTC (rev 3388)
+++ libcommoncpp2/trunk/debian/changelog	2007-04-12 17:08:24 UTC (rev 3389)
@@ -1,3 +1,10 @@
+libcommoncpp2 (1.5.6-2) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * Patch to fix threads: isRunning() always returns true (Closes: #410219)
+
+ -- Mark Purcell <msp at debian.org>  Thu, 12 Apr 2007 18:07:47 +0100
+
 libcommoncpp2 (1.5.6-1) unstable; urgency=low
 
   * New upstream release

Modified: libcommoncpp2/trunk/debian/patches/00list
===================================================================
--- libcommoncpp2/trunk/debian/patches/00list	2007-04-12 16:29:29 UTC (rev 3388)
+++ libcommoncpp2/trunk/debian/patches/00list	2007-04-12 17:08:24 UTC (rev 3389)
@@ -1,3 +1,4 @@
 01_debian
 gnutls
 soname-1.5.3
+sp_is_running_always_true.dpatch

Modified: libcommoncpp2/trunk/debian/patches/gnutls.dpatch
===================================================================
--- libcommoncpp2/trunk/debian/patches/gnutls.dpatch	2007-04-12 16:29:29 UTC (rev 3388)
+++ libcommoncpp2/trunk/debian/patches/gnutls.dpatch	2007-04-12 17:08:24 UTC (rev 3389)
@@ -4,6 +4,7 @@
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: libccext2 need to be linked against ssl libraries,
 ## DP: but the ssl libs don't need to be added to the pkg-config file.
+## DP: http://bugs.debian.org/395148
 
 @DPATCH@
 diff -urNad libcommoncpp2-1.5.5~/src/Makefile.in libcommoncpp2-1.5.5/src/Makefile.in

Modified: libcommoncpp2/trunk/debian/patches/soname-1.5.3.dpatch
===================================================================
--- libcommoncpp2/trunk/debian/patches/soname-1.5.3.dpatch	2007-04-12 16:29:29 UTC (rev 3388)
+++ libcommoncpp2/trunk/debian/patches/soname-1.5.3.dpatch	2007-04-12 17:08:24 UTC (rev 3389)
@@ -3,6 +3,7 @@
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: v1.5.3 requires an soname update
+## DP: http://bugs.debian.org/402009
 
 @DPATCH@
 diff -urNad libcommoncpp2-1.5.6~/configure libcommoncpp2-1.5.6/configure

Added: libcommoncpp2/trunk/debian/patches/sp_is_running_always_true.dpatch
===================================================================
--- libcommoncpp2/trunk/debian/patches/sp_is_running_always_true.dpatch	2007-04-12 16:29:29 UTC (rev 3388)
+++ libcommoncpp2/trunk/debian/patches/sp_is_running_always_true.dpatch	2007-04-12 17:08:24 UTC (rev 3389)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## is_running_always_true.dpatch by Stephan Suerken <stephan.suerken at 1und1.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: http://bugs.debian.org/410219
+
+ at DPATCH@
+diff -urNad libcommoncpp2-1.5.6~/src/thread.cpp libcommoncpp2-1.5.6/src/thread.cpp
+--- libcommoncpp2-1.5.6~/src/thread.cpp	2007-02-14 00:03:59.000000000 +0000
++++ libcommoncpp2-1.5.6/src/thread.cpp	2007-04-12 18:02:18.000000000 +0100
+@@ -1033,6 +1033,7 @@
+ 		if(priv) {
+ #ifndef	WIN32
+ 			priv->_jtid = priv->_tid;
++			priv->_tid = 0;
+ #else
+ 			priv->_active = false;
+ #endif




More information about the Pkg-voip-commits mailing list