OBS User unknown 2008-10-13 14:59:27 +00:00 committed by Git OBS Bridge
parent 55d67a9099
commit aead5340c3
4 changed files with 49 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Oct 13 15:01:53 CEST 2008 - sbrabec@suse.cz
- Signed-off.
-------------------------------------------------------------------
Thu Oct 2 20:37:17 CEST 2008 - dominique-opensuse@leuenberger.net
- Update to version 0.7.16:
* We now support EnsureChannel on the Requests interface - to implement this,
put a suitable function pointer in TpChannelManagerIface::ensure_channel
* Channel factories' RequestChannel implementations no longer need to
validate handles - TpBaseConnection now does this automatically
* Added a function to compare presence types in order of "availability"
Fixes:
* The gtkdoc now documents GInterfaces' signals and properties (fd.o #16995,
fd.o #17308)
* TpBaseConnection::self_handle is unreffed and cleared slightly later,
for the benefit of channel managers that want to use it in their
status-changed(Disconnected) callback
* Fixed a compiler warning on platforms with daemon(3) in their libc
* TpChannelManager can no longer be crashed by asking for unsupported
handle types
-------------------------------------------------------------------
Tue Aug 19 18:54:12 EDT 2008 - hfiguiere@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package telepathy-glib (Version 0.7.14)
# spec file for package telepathy-glib (Version 0.7.16)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -21,7 +21,7 @@
Name: telepathy-glib
Url: http://telepathy.freedesktop.org/
BuildRequires: dbus-1-glib-devel gtk-doc libxslt-devel python-xml
Version: 0.7.14
Version: 0.7.16
Release: 1
License: LGPL v2.1 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -165,7 +165,25 @@ rm -rf "$RPM_BUILD_ROOT"
%{_datadir}/gtk-doc/html/telepathy-glib
%changelog
* Tue Aug 19 2008 hfiguiere@suse.de
* Mon Oct 13 2008 sbrabec@suse.cz
- Signed-off.
* Thu Oct 02 2008 dominique-opensuse@leuenberger.net
- Update to version 0.7.16:
* We now support EnsureChannel on the Requests interface - to implement this,
put a suitable function pointer in TpChannelManagerIface::ensure_channel
* Channel factories' RequestChannel implementations no longer need to
validate handles - TpBaseConnection now does this automatically
* Added a function to compare presence types in order of "availability"
Fixes:
* The gtkdoc now documents GInterfaces' signals and properties (fd.o #16995,
fd.o #17308)
* TpBaseConnection::self_handle is unreffed and cleared slightly later,
for the benefit of channel managers that want to use it in their
status-changed(Disconnected) callback
* Fixed a compiler warning on platforms with daemon(3) in their libc
* TpChannelManager can no longer be crashed by asking for unsupported
handle types
* Wed Aug 20 2008 hfiguiere@suse.de
- Upgrade to 0.7.14
* Updated to specification 0.17.9
* Added TpContactsMixin, a generic implementation of the Contacts interface