OBS User unknown 2009-04-23 23:11:06 +00:00 committed by Git OBS Bridge
parent 40d9d3818d
commit ec57b45677
4 changed files with 35 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Apr 5 13:31:44 CEST 2009 - vuntz@novell.com
- Update to version 0.7.29:
+ Enhancements:
- TpBaseConnectionManager, tp_cm_param_setter_offset: support
parameters of various extra types - object path, double,
64-bit signed and unsigned integer, array of strings, array
of bytes - and add regression tests
- TpContact: enhance documentation to spell out that change
notification is via GObject::notify::alias etc.
- tp_asv_new(), a shorthand for creating hash tables from
strings to slice-allocated GValues, along with tp_asv_set_*
and tp_asv_take_* helpers to add entries to such hash tables.
(Fixes fdo#20942)
-------------------------------------------------------------------
Wed Mar 25 14:21:34 CET 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package telepathy-glib (Version 0.7.28)
# spec file for package telepathy-glib (Version 0.7.29)
#
# 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.28
Version: 0.7.29
Release: 1
License: LGPL v2.1 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -166,6 +166,19 @@ rm -rf "$RPM_BUILD_ROOT"
%{_datadir}/gtk-doc/html/telepathy-glib
%changelog
* Sun Apr 05 2009 vuntz@novell.com
- Update to version 0.7.29:
+ Enhancements:
- TpBaseConnectionManager, tp_cm_param_setter_offset: support
parameters of various extra types - object path, double,
64-bit signed and unsigned integer, array of strings, array
of bytes - and add regression tests
- TpContact: enhance documentation to spell out that change
notification is via GObject::notify::alias etc.
- tp_asv_new(), a shorthand for creating hash tables from
strings to slice-allocated GValues, along with tp_asv_set_*
and tp_asv_take_* helpers to add entries to such hash tables.
(Fixes fdo#20942)
* Wed Mar 25 2009 vuntz@novell.com
- Update to version 0.7.28:
+ API changes:
@ -352,7 +365,7 @@ rm -rf "$RPM_BUILD_ROOT"
* 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 2008 hfiguiere@suse.de
* 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