From d5ab2a9eadc7413f32f71babd2faadd9747b219f8167b2a7740c298de7f7a2f4 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 20 May 2009 22:55:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telepathy-glib?expand=0&rev=14 --- telepathy-glib-0.7.29.tar.bz2 | 3 --- telepathy-glib-0.7.30.tar.bz2 | 3 +++ telepathy-glib.changes | 26 ++++++++++++++++++++++++++ telepathy-glib.spec | 27 +++++++++++++++++++++++++-- 4 files changed, 54 insertions(+), 5 deletions(-) delete mode 100644 telepathy-glib-0.7.29.tar.bz2 create mode 100644 telepathy-glib-0.7.30.tar.bz2 diff --git a/telepathy-glib-0.7.29.tar.bz2 b/telepathy-glib-0.7.29.tar.bz2 deleted file mode 100644 index f537fe6..0000000 --- a/telepathy-glib-0.7.29.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3aa0fa71e3839c5361718d604d878b83f1066b63a22d766a66bf0b4d9cc1e8d4 -size 3469476 diff --git a/telepathy-glib-0.7.30.tar.bz2 b/telepathy-glib-0.7.30.tar.bz2 new file mode 100644 index 0000000..31db1d6 --- /dev/null +++ b/telepathy-glib-0.7.30.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9747b885086fd3ba61ec6e158b407752732ae967125dca4e6d887983077808 +size 1748492 diff --git a/telepathy-glib.changes b/telepathy-glib.changes index 5c49f8d..6779b66 100644 --- a/telepathy-glib.changes +++ b/telepathy-glib.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue May 19 05:19:38 CEST 2009 - vuntz@novell.com + +- Update to version 0.7.30: + + API changes: + - tp_proxy_add_interface_by_id() may not be called on an + invalidated proxy. (It never made sense to do this, but now + telepathy-glib will complain if you do.) + + Enhancements: + - Added tp_dbus_daemon_request_name() and + tp_dbus_daemon_release_name(). (Fixes fdo#21771.) + - Update to telepathy-spec 0.17.23, adding the Terminated + error. + - Added optional support for Shave, to give kernel-style pretty + make output. (This is disabled by default; to enable it, pass + --enable-shave to configure.) + - Channel introspection will now fail more quickly when the + channel is invalidated. + + Fixes: + - Generated GInterfaces now install type information sooner, + fixing a bug where object construction could make dbus-glib + assert. + + fdo#21792: + tp_presence_mixin_simple_presence_fill_contact_attributes + asserts if get_contact_statuses returns NULL. + ------------------------------------------------------------------- Sun Apr 5 13:31:44 CEST 2009 - vuntz@novell.com diff --git a/telepathy-glib.spec b/telepathy-glib.spec index 7881159..2d7c8a9 100644 --- a/telepathy-glib.spec +++ b/telepathy-glib.spec @@ -1,5 +1,5 @@ # -# spec file for package telepathy-glib (Version 0.7.29) +# spec file for package telepathy-glib (Version 0.7.30) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,7 +24,7 @@ BuildRequires: dbus-1-glib-devel BuildRequires: gtk-doc BuildRequires: libxslt-devel BuildRequires: python-xml -Version: 0.7.29 +Version: 0.7.30 Release: 1 License: LGPL v2.1 or later BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -166,6 +166,29 @@ rm -rf "$RPM_BUILD_ROOT" %{_datadir}/gtk-doc/html/telepathy-glib %changelog +* Tue May 19 2009 vuntz@novell.com +- Update to version 0.7.30: + + API changes: + - tp_proxy_add_interface_by_id() may not be called on an + invalidated proxy. (It never made sense to do this, but now + telepathy-glib will complain if you do.) + + Enhancements: + - Added tp_dbus_daemon_request_name() and + tp_dbus_daemon_release_name(). (Fixes fdo#21771.) + - Update to telepathy-spec 0.17.23, adding the Terminated + error. + - Added optional support for Shave, to give kernel-style pretty + make output. (This is disabled by default; to enable it, pass + --enable-shave to configure.) + - Channel introspection will now fail more quickly when the + channel is invalidated. + + Fixes: + - Generated GInterfaces now install type information sooner, + fixing a bug where object construction could make dbus-glib + assert. + + fdo#21792: + tp_presence_mixin_simple_presence_fill_contact_attributes + asserts if get_contact_statuses returns NULL. * Sun Apr 05 2009 vuntz@novell.com - Update to version 0.7.29: + Enhancements: