From 31dc54c623ee3b2df87ffb04b8649e678534a5cac55db413ac4b4a1cee3740fc Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 9 Jul 2011 19:28:20 +0000 Subject: [PATCH] Accepting request 75964 from home:dimstar:branches:GNOME:Factory Update to 0.15.3 OBS-URL: https://build.opensuse.org/request/show/75964 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=91 --- telepathy-glib-0.15.2.tar.bz2 | 3 --- telepathy-glib-0.15.3.tar.gz | 3 +++ telepathy-glib.changes | 22 ++++++++++++++++++++++ telepathy-glib.spec | 4 ++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 telepathy-glib-0.15.2.tar.bz2 create mode 100644 telepathy-glib-0.15.3.tar.gz diff --git a/telepathy-glib-0.15.2.tar.bz2 b/telepathy-glib-0.15.2.tar.bz2 deleted file mode 100644 index 51e8ab7..0000000 --- a/telepathy-glib-0.15.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81723f57c7d605cdfd6cc6428a2507fe59096f28177206228a0f66ee65cf0e83 -size 2100726 diff --git a/telepathy-glib-0.15.3.tar.gz b/telepathy-glib-0.15.3.tar.gz new file mode 100644 index 0000000..09b9b45 --- /dev/null +++ b/telepathy-glib-0.15.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e634571b461dec00d1d30f652fb0a9ebf9ec600f1fce3d20a73aa846593c398e +size 3085968 diff --git a/telepathy-glib.changes b/telepathy-glib.changes index 38cf8c0..d65763e 100644 --- a/telepathy-glib.changes +++ b/telepathy-glib.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Jul 9 11:56:05 CEST 2011 - dimstar@opensuse.org + +- Update to version 0.15.3: + + Enhancements: + - fro#38559: TpTextChannel: + tp_text_channel_ack_all_pending_messages_async: convenient + function to easily ack all the pending messages. + - fdo#38605: TpChannelRequest: add properties and accessors for + Account, UserActionTime and PreferredHandler + preferred-handler and user-action-time. + - TpAccountChannelRequest and TpBaseClient: API to use the + DelegateToPreferredHandler hint. + - TpMessage: tp_message_get_pending_message_id: convenient + function to get the pending-message-id of the message. + - TpChannel: Annotate tp_channe_group_ methods. + + Fixes: + - Fix some set-but-not-used warnings with --disable-debug. + - Honor NOCONFIGURE for compatibility with gnome-autogen.sh. + - Fix tests failing on some arch. + - fdo#38944: Fix memory leaks in TpConnection. + ------------------------------------------------------------------- Wed Jun 22 11:04:47 CEST 2011 - dimstar@opensuse.org diff --git a/telepathy-glib.spec b/telepathy-glib.spec index 819f296..0e715ce 100644 --- a/telepathy-glib.spec +++ b/telepathy-glib.spec @@ -18,13 +18,13 @@ Name: telepathy-glib -Version: 0.15.2 +Version: 0.15.3 Release: 1 License: LGPLv2.1 Summary: Libraries for adding telepathy support to applications that use glib Url: http://telepathy.freedesktop.org/ Group: Development/Languages/C and C++ -Source: telepathy-glib-%{version}.tar.bz2 +Source: http://telepathy.freedesktop.org/releases/telepathy-glib/%{name}-%{version}.tar.gz BuildRequires: gtk-doc BuildRequires: libxslt-devel BuildRequires: python-xml