pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/telepathy-gabble Update to 0.7.21, convert to use...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/357e9e471f85
branches:  trunk
changeset: 555002:357e9e471f85
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 23 11:05:03 2009 +0000

description:
Update to 0.7.21, convert to user-destdir.

telepathy-gabble 0.7.21 (2009-02-19)
====================================

The "what?! why do I have flowers outside of my window?" release.

Dependencies:

* telepathy-glib 0.7.23 is now required

Enhancements:

* Implement new tube API for muc stream tubes
* Implement new tube API for 1-1 and muc D-Bus tubes
* Implement the Messages interface for Text channels.

Changes:

* In multi-user chats, the point at which Sent is emitted has changed.
  Previously, Sent was emitted when the message was echoed back to you by the
  server; now, it is emitted (as is Messages.MessageSent) when you send the
  message. When the message is echoed, a delivery report is emitted with
  Messages.MessageReceived, and Received is emitted with an empty body and the
  Non_Text_Content flag set. Clients that don't understand the Messages
  interface should just immediately ack the ID in that signal.

  If clients want to preserve the total ordering of MUC messages, they now need
  to care about the Messages interface and watch out for the delivery report.

Fixes:

* Various tubes related leaks
* fd.o#20003: fix a crash starting Jingle calls on some 64-bit platforms
* fd.o#20133: fix various bugs where idle callbacks outlived their user-data.
* Don't start sending video when the other side adds a video stream.

telepathy-gabble 0.7.20 (2009-01-02)
====================================

The "crêpes du belge" release.

Enhancements:

* Implement the draft version of Location from telepathy-spec 0.17.19
* Announce generic tube capabilities when contacts support tubes

Fixes:

* Don't get confused if MUC services auto-rename us (as much as is possible)
* Don't get confused if we have to change our own nick in order to join a MUC
* Set the correct actor when Jingle sessions are terminated
* Don't omit offline, unknown and error from Statuses and GetStatuses()
  (regression in 0.7.19)
* Close and ChannelClosed signals are now fired when a tube is closed (new API)

telepathy-gabble 0.7.19 (2009-01-29)
====================================

The "redecorated" release.

Fixes:

* Don't crash when closing a muc channel containing an closed D-Bus tube.
* Don't resurrect removed streams if the call responder includes them in
  session-accept
* Don't crash in calls if using glib with debugging enabled (fd.o #19327).
* Don't crash when removing contact from known list (fd.o #19524).
* Fix D-Bus muc tubes (dev.sugarlabs.org #60).
* Fix refcount leak in jingle code (fd.o #19385).
* Don't crash if "offline" presence status is requested.
* Raise the appropriate error from RequestHandles for telepathy-spec 0.17.18
  compliance (fd.o #19611).

diffstat:

 chat/telepathy-gabble/Makefile |  8 +++++---
 chat/telepathy-gabble/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r b40dafa23a45 -r 357e9e471f85 chat/telepathy-gabble/Makefile
--- a/chat/telepathy-gabble/Makefile    Mon Feb 23 11:00:01 2009 +0000
+++ b/chat/telepathy-gabble/Makefile    Mon Feb 23 11:05:03 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2009/02/09 22:56:21 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2009/02/23 11:05:03 wiz Exp $
 #
 
-DISTNAME=      telepathy-gabble-0.7.18
-PKGREVISION=   1
+DISTNAME=      telepathy-gabble-0.7.21
 CATEGORIES=    chat
 MASTER_SITES=  http://telepathy.freedesktop.org/releases/telepathy-gabble/
 
@@ -10,6 +9,8 @@
 HOMEPAGE=      http://telepathy.freedesktop.org/wiki/Components
 COMMENT=       Jabber/XMPP connection manager for Telepathy
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake pkg-config
@@ -19,6 +20,7 @@
 BUILD_DEPENDS+=                ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 .endif
 
+BUILDLINK_API_DEPENDS.telepathy-glib+= telepathy-glib>=0.7.23
 .include "../../chat/telepathy-glib/buildlink3.mk"
 BUILDLINK_API_DEPENDS.loudmouth+=      loudmouth>=1.3.2
 .include "../../chat/loudmouth/buildlink3.mk"
diff -r b40dafa23a45 -r 357e9e471f85 chat/telepathy-gabble/distinfo
--- a/chat/telepathy-gabble/distinfo    Mon Feb 23 11:00:01 2009 +0000
+++ b/chat/telepathy-gabble/distinfo    Mon Feb 23 11:05:03 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2009/01/17 20:36:28 wiz Exp $
+$NetBSD: distinfo,v 1.4 2009/02/23 11:05:03 wiz Exp $
 
-SHA1 (telepathy-gabble-0.7.18.tar.gz) = d5ec712bd598fc332d092251690ca2e7d05dd14b
-RMD160 (telepathy-gabble-0.7.18.tar.gz) = 585d0eb52cf4e092aaffa42f399928b7bdbbbfb5
-Size (telepathy-gabble-0.7.18.tar.gz) = 1474712 bytes
+SHA1 (telepathy-gabble-0.7.21.tar.gz) = b6c19456ace1812e98c69b52648b324fdf6f1faa
+RMD160 (telepathy-gabble-0.7.21.tar.gz) = 3f2ba18a09bab5bc9fb1f58ce3dd5922f8a3fcbc
+Size (telepathy-gabble-0.7.21.tar.gz) = 1597740 bytes
 SHA1 (patch-aa) = c6f579acd92f43bd327136b4ebabce8d3a54976c
 SHA1 (patch-ab) = 13941682938233289efe12328f1cf0b325475700
 SHA1 (patch-ac) = f36bceb45e8ac89b463d7e4526957b055e2dfe84



Home | Main Index | Thread Index | Old Index