[Pkg-voip-commits] r5852 - in /libccrtp/trunk/debian: changelog control libccrtp1-1.6-0.install libccrtp1-1.6-1.install patches/gcc-4.3.patch

msp at alioth.debian.org msp at alioth.debian.org
Thu Jun 12 11:09:13 UTC 2008


Author: msp
Date: Thu Jun 12 11:09:13 2008
New Revision: 5852

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5852
Log:
* (NOT RELEASED YET) New upstream release
* New Package: libccrtp1-1.6-1 - soname bump

Added:
    libccrtp/trunk/debian/libccrtp1-1.6-1.install
      - copied unchanged from r5851, libccrtp/trunk/debian/libccrtp1-1.6-0.install
Removed:
    libccrtp/trunk/debian/libccrtp1-1.6-0.install
Modified:
    libccrtp/trunk/debian/changelog
    libccrtp/trunk/debian/control
    libccrtp/trunk/debian/patches/gcc-4.3.patch

Modified: libccrtp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libccrtp/trunk/debian/changelog?rev=5852&op=diff
==============================================================================
--- libccrtp/trunk/debian/changelog (original)
+++ libccrtp/trunk/debian/changelog Thu Jun 12 11:09:13 2008
@@ -1,3 +1,10 @@
+libccrtp (1.6.1-1) UNRELEASED; urgency=low
+
+  * (NOT RELEASED YET) New upstream release
+  * New Package: libccrtp1-1.6-1 - soname bump
+
+ -- Mark Purcell <msp at debian.org>  Thu, 12 Jun 2008 20:48:57 +1000
+
 libccrtp (1.6.0-1) unstable; urgency=low
 
   * New upstream release

Modified: libccrtp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/libccrtp/trunk/debian/control?rev=5852&op=diff
==============================================================================
--- libccrtp/trunk/debian/control (original)
+++ libccrtp/trunk/debian/control Thu Jun 12 11:09:13 2008
@@ -12,7 +12,7 @@
 Package: libccrtp-dev
 Section: libdevel
 Architecture: any
-Depends: libccrtp1-1.6-0 (= ${binary:Version}), libc6-dev, libcommoncpp2-dev (>= 1.3.21-2), pkg-config
+Depends: libccrtp1-1.6-1 (= ${binary:Version}), libc6-dev, libcommoncpp2-dev (>= 1.3.21-2), pkg-config
 Description: Common C++ class framework for RTP packets
  GNU ccRTP is a GNU Common C++ based high performance RTP stack. RTP is
  the Internet-standard protocol for the transport of real-time data, 
@@ -40,7 +40,7 @@
  streaming with different underlying transport protocols, not just
  with IPV4 UDP sockets. 
 
-Package: libccrtp1-1.6-0
+Package: libccrtp1-1.6-1
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}

Modified: libccrtp/trunk/debian/patches/gcc-4.3.patch
URL: http://svn.debian.org/wsvn/pkg-voip/libccrtp/trunk/debian/patches/gcc-4.3.patch?rev=5852&op=diff
==============================================================================
--- libccrtp/trunk/debian/patches/gcc-4.3.patch (original)
+++ libccrtp/trunk/debian/patches/gcc-4.3.patch Thu Jun 12 11:09:13 2008
@@ -1,6 +1,6 @@
-diff -urN ccrtp-1.5.1.orig/src/ccrtp/cqueue.h ccrtp-1.5.1/src/ccrtp/cqueue.h
---- ccrtp-1.5.1.orig/src/ccrtp/cqueue.h	2006-12-31 14:11:39.000000000 +0100
-+++ ccrtp-1.5.1/src/ccrtp/cqueue.h	2007-07-27 19:42:50.000000000 +0200
+diff -Nur -x '*.orig' -x '*~' libccrtp-1.6.1/src/ccrtp/cqueue.h libccrtp-1.6.1.new/src/ccrtp/cqueue.h
+--- libccrtp-1.6.1/src/ccrtp/cqueue.h	2008-05-23 01:03:39.000000000 +1000
++++ libccrtp-1.6.1.new/src/ccrtp/cqueue.h	2008-06-12 20:58:56.000000000 +1000
 @@ -131,7 +131,7 @@
  	 */
  	inline void
@@ -33,9 +33,9 @@
  
  	/**
  	 * This method is used to send an RTCP BYE packet.  An RTCP
-diff -urN ccrtp-1.5.1.orig/src/ccrtp/ioqueue.h ccrtp-1.5.1/src/ccrtp/ioqueue.h
---- ccrtp-1.5.1.orig/src/ccrtp/ioqueue.h	2006-12-31 14:11:44.000000000 +0100
-+++ ccrtp-1.5.1/src/ccrtp/ioqueue.h	2007-07-27 19:42:50.000000000 +0200
+diff -Nur -x '*.orig' -x '*~' libccrtp-1.6.1/src/ccrtp/ioqueue.h libccrtp-1.6.1.new/src/ccrtp/ioqueue.h
+--- libccrtp-1.6.1/src/ccrtp/ioqueue.h	2008-05-23 01:03:39.000000000 +1000
++++ libccrtp-1.6.1.new/src/ccrtp/ioqueue.h	2008-06-12 20:58:56.000000000 +1000
 @@ -282,7 +282,7 @@
  	{ return; }
  
@@ -45,9 +45,9 @@
  
  private:
  	RTPDataQueue(const RTPDataQueue &o);
-diff -urN ccrtp-1.5.1.orig/src/ccrtp/iqueue.h ccrtp-1.5.1/src/ccrtp/iqueue.h
---- ccrtp-1.5.1.orig/src/ccrtp/iqueue.h	2006-12-31 14:11:46.000000000 +0100
-+++ ccrtp-1.5.1/src/ccrtp/iqueue.h	2007-07-27 19:42:50.000000000 +0200
+diff -Nur -x '*.orig' -x '*~' libccrtp-1.6.1/src/ccrtp/iqueue.h libccrtp-1.6.1.new/src/ccrtp/iqueue.h
+--- libccrtp-1.6.1/src/ccrtp/iqueue.h	2008-05-23 01:03:39.000000000 +1000
++++ libccrtp-1.6.1.new/src/ccrtp/iqueue.h	2008-06-12 20:58:56.000000000 +1000
 @@ -432,7 +432,7 @@
  		 * @return 32 bit timestamp starting from 0 for each source.
  		 */
@@ -57,9 +57,9 @@
  
  		inline void setTimestamp(uint32 ts)
  		{ shiftedTimestamp = ts;}
-diff -urN ccrtp-1.5.1.orig/src/ccrtp/oqueue.h ccrtp-1.5.1/src/ccrtp/oqueue.h
---- ccrtp-1.5.1.orig/src/ccrtp/oqueue.h	2006-12-31 14:11:45.000000000 +0100
-+++ ccrtp-1.5.1/src/ccrtp/oqueue.h	2007-07-27 19:42:50.000000000 +0200
+diff -Nur -x '*.orig' -x '*~' libccrtp-1.6.1/src/ccrtp/oqueue.h libccrtp-1.6.1.new/src/ccrtp/oqueue.h
+--- libccrtp-1.6.1/src/ccrtp/oqueue.h	2008-05-23 01:03:39.000000000 +1000
++++ libccrtp-1.6.1.new/src/ccrtp/oqueue.h	2008-06-12 20:58:56.000000000 +1000
 @@ -540,11 +540,11 @@
  	void purgeOutgoingQueue();
  
@@ -102,9 +102,9 @@
  #endif
  
  	static const microtimeout_t defaultSchedulingTimeout;
-diff -urN ccrtp-1.5.1.orig/src/ccrtp/queuebase.h ccrtp-1.5.1/src/ccrtp/queuebase.h
---- ccrtp-1.5.1.orig/src/ccrtp/queuebase.h	2006-12-31 14:11:46.000000000 +0100
-+++ ccrtp-1.5.1/src/ccrtp/queuebase.h	2007-07-27 19:42:50.000000000 +0200
+diff -Nur -x '*.orig' -x '*~' libccrtp-1.6.1/src/ccrtp/queuebase.h libccrtp-1.6.1.new/src/ccrtp/queuebase.h
+--- libccrtp-1.6.1/src/ccrtp/queuebase.h	2008-05-23 01:03:39.000000000 +1000
++++ libccrtp-1.6.1.new/src/ccrtp/queuebase.h	2008-06-12 20:58:56.000000000 +1000
 @@ -95,7 +95,7 @@
  	 */
  	inline PayloadType
@@ -131,9 +131,9 @@
  
  	/**
  	 * @return Source that sent this data
-diff -urN ccrtp-1.5.1.orig/src/ccrtp/rtp.h ccrtp-1.5.1/src/ccrtp/rtp.h
---- ccrtp-1.5.1.orig/src/ccrtp/rtp.h	2006-12-31 14:11:40.000000000 +0100
-+++ ccrtp-1.5.1/src/ccrtp/rtp.h	2007-07-27 19:42:50.000000000 +0200
+diff -Nur -x '*.orig' -x '*~' libccrtp-1.6.1/src/ccrtp/rtp.h libccrtp-1.6.1.new/src/ccrtp/rtp.h
+--- libccrtp-1.6.1/src/ccrtp/rtp.h	2008-06-02 05:20:19.000000000 +1000
++++ libccrtp-1.6.1.new/src/ccrtp/rtp.h	2008-06-12 20:58:56.000000000 +1000
 @@ -190,7 +190,7 @@
  			}
  
@@ -178,9 +178,9 @@
  
  #if defined(_MSC_VER) && _MSC_VER >= 1300
  virtual void run(void);
-diff -urN ccrtp-1.5.1.orig/src/ccrtp/rtppkt.h ccrtp-1.5.1/src/ccrtp/rtppkt.h
---- ccrtp-1.5.1.orig/src/ccrtp/rtppkt.h	2006-12-31 14:11:39.000000000 +0100
-+++ ccrtp-1.5.1/src/ccrtp/rtppkt.h	2007-07-27 19:42:50.000000000 +0200
+diff -Nur -x '*.orig' -x '*~' libccrtp-1.6.1/src/ccrtp/rtppkt.h libccrtp-1.6.1.new/src/ccrtp/rtppkt.h
+--- libccrtp-1.6.1/src/ccrtp/rtppkt.h	2008-05-23 01:03:39.000000000 +1000
++++ libccrtp-1.6.1.new/src/ccrtp/rtppkt.h	2008-06-12 20:58:56.000000000 +1000
 @@ -279,11 +279,11 @@
  	 **/
  	inline uint32
@@ -249,21 +249,20 @@
  
  	/**
           * Sets the sequence number in the header.
-diff -urN ccrtp-1.5.1.orig/src/control.cpp ccrtp-1.5.1/src/control.cpp
---- ccrtp-1.5.1.orig/src/control.cpp	2006-12-31 14:12:43.000000000 +0100
-+++ ccrtp-1.5.1/src/control.cpp	2007-07-27 19:42:50.000000000 +0200
-@@ -43,6 +43,8 @@
- 
+diff -Nur -x '*.orig' -x '*~' libccrtp-1.6.1/src/control.cpp libccrtp-1.6.1.new/src/control.cpp
+--- libccrtp-1.6.1/src/control.cpp	2008-06-02 06:06:29.000000000 +1000
++++ libccrtp-1.6.1.new/src/control.cpp	2008-06-12 21:00:09.000000000 +1000
+@@ -44,6 +44,7 @@
  #include "private.h"
  #include <ccrtp/cqueue.h>
-+#include <cstdlib>
+ #include <cstdlib>
 +#include <climits>
  
  #ifdef  CCXX_NAMESPACES
  namespace ost {
-diff -urN ccrtp-1.5.1.orig/src/queue.cpp ccrtp-1.5.1/src/queue.cpp
---- ccrtp-1.5.1.orig/src/queue.cpp	2006-12-31 14:12:45.000000000 +0100
-+++ ccrtp-1.5.1/src/queue.cpp	2007-07-27 19:42:50.000000000 +0200
+diff -Nur -x '*.orig' -x '*~' libccrtp-1.6.1/src/queue.cpp libccrtp-1.6.1.new/src/queue.cpp
+--- libccrtp-1.6.1/src/queue.cpp	2008-05-23 01:03:39.000000000 +1000
++++ libccrtp-1.6.1.new/src/queue.cpp	2008-06-12 20:58:56.000000000 +1000
 @@ -96,7 +96,7 @@
  	virtual std::ostream &strDigest(std::ostream &os) = 0;
  




More information about the Pkg-voip-commits mailing list