OBS User unknown 2009-05-20 22:55:25 +00:00 committed by Git OBS Bridge
parent ec57b45677
commit d5ab2a9ead
4 changed files with 54 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3aa0fa71e3839c5361718d604d878b83f1066b63a22d766a66bf0b4d9cc1e8d4
size 3469476

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df9747b885086fd3ba61ec6e158b407752732ae967125dca4e6d887983077808
size 1748492

View File

@ -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

View File

@ -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: