Hello community, here is the log from the commit of package telepathy-glib for openSUSE:Factory checked in at 2012-10-03 15:11:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/telepathy-glib (Old) and /work/SRC/openSUSE:Factory/.telepathy-glib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telepathy-glib", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/telepathy-glib/telepathy-glib.changes 2012-08-07 08:22:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.telepathy-glib.new/telepathy-glib.changes 2012-10-03 15:11:07.000000000 +0200 @@ -1,0 +2,162 @@ +Wed Sep 26 19:38:42 UTC 2012 - [email protected] + +- Update to version 0.19.10: + + Enhancements: + - Add tp_vardict_get_uint32() etc., analogous to + tp_asv_get_uint32() etc. + - tp_channel_dispatch_operation_get_channels() is now + introspected (fdo#55102). + - Add tp_vardict_get_*() helper functions to lookup values in a + GVariant of type %G_VARIANT_TYPE_VARDICT. + - Add tp_variant_convert() and tp_variant_type_classify() to + manipulate and convert GVariant. + - A bunch of GVariant oriented API have been added as an + alternative of their GValue equivalent: fdo#55024, + fdo#55096, fdo#55099, fdo#55101, fdo#55024, fdo#55095 and + fdo#55100. + +------------------------------------------------------------------- +Wed Sep 12 06:54:57 UTC 2012 - [email protected] + +- Update to version 0.19.9: + + Enhancements: + - Some functions from util.h, such as tp_utf8_make_valid(), + tp_escape_as_identifier() and user-action-time functions are + now available via gobject-introspection (fdo#54543) + + Fixes: + - Get the remote contact from a MediaDescription correctly + (fdo#54425) + - Fix an incorrect error on UpdateLocalMediaDescription + - Fix use of an unterminated string in the tls-certificates + test + - Fix service-side codegen using single includes, which + prevents extensions to build with TP_DISABLE_SINGLE_INCLUDE. + + Several API deprecations. +- Changes from version 0.19.8: + + Enhancements: + - New introspectable function + tp_account_channel_request_set_hint() to add hints one by + one. + + Fixes: + - Set the ChannelRequests immutable properties when + observing/handling channels. +- Changes from version 0.19.7: + + Enhancements: + - Add API to TpBaseChannel to allow it to disappear and + reappear from the bus without disposing the object + (fdo#48210) + + Fixes: + - In tp_account_dup_storage_identifier_variant, don't fail if + there is no storage identifier (fdo#53201) + - Remove duplicate TpBaseConnection typedef, fixing compilation + with pre-C11 compilers like gcc < 4.6 (fdo#53100) + - Use AS_CASE instead of case/esac, and AS_IF instead of + if/then/[else/]fi in configure.ac, as they are safer and + guaranteed to work (fdo#681413) + +------------------------------------------------------------------- +Tue Aug 7 18:42:58 UTC 2012 - [email protected] + +- Update to version 0.19.6: + + Enhancements: + - Add tp_account_manager_can_set_default() + + Fixes: + - Fix generation of reentrant-methods.list in highly parallel + builds (fdo#52480) + - TpBaseChannel: assert that the subclass sets + TargetHandleType. + +------------------------------------------------------------------- +Fri Aug 3 20:20:15 UTC 2012 - [email protected] + +- Update to version 0.19.5: + + fdo#52441: fix warning when preparing blocked contacts before + TP_CONNECTION_FEATURE_CONNECTED is officially prepared. + + TpAccountManager: set the requested presence on newly created + accounts +- Changes from version 0.19.4: + + Enhancements: + - TpBaseConnectionManager, TpBaseConnection and TpBaseProtocol: + add virtual methods to get interfaces. + - Add tp_account_request_set_storage_provider(). + + Fixes: + - base-connection: return from RequestHandles if called with no + names. + - TpAccountRequest: add missing 'service' property getter. +- Changes from version 0.19.3: + + Fix Crash in TpBaseClient (fdo#51444) + + Several API deprecations. +- Changes from version 0.19.2: + + Enhancements: + - TpDynamicHandleRepo can now have an asynchronous ID + normalization function. + + Fixes: + - tp_debug_client_get_messages_async: error is not propagated + (fdo#51250) + +------------------------------------------------------------------- +Thu Aug 2 17:03:45 UTC 2012 - [email protected] + +- Update to version 0.19.1: + + Enhancements: + - New TpAccountRequest object to help account creation + - TpSimpleClientFactory gained API to prepare TpContact objects + with the features set on it. + - tp_simple/automatic_client_factory_new() now accept NULL + TpDBusDaemon arg. + + Fixes: + - Fixed possible case where TP_CONTACT_FEATURE_AVATAR_DATA does + not get prepared. + - Fix Vala bindings build when srcdir is different from + builddir. (fdo#49802) + + Several API deprecations. +- Changes from version 0.19.0: + + Enhancements: + - <telepathy-glib/telepathy-glib.h> now includes all + non-generated code except proxy-subclass.h. Please use it + instead of individual headers + - A new meta-header, <telepathy-glib/telepathy-glib-dbus.h>, + now includes all generated code. + - Replace --disable-coding-style-checks and + --disable-doc-checks with --disable-fatal-warnings. + - Add TpRoomList and TpRoomInfo (fdo#30338) + - Add TpDebugClient (fdo#23344) + - Add tp_account_channel_request_new_text(), + tp_account_channel_request_new_audio_call(), + tp_account_channel_request_set_target_contact() etc., which + do not require the caller to know D-Bus property names + (fdo#48780) + - Add tp_connection_dup_detailed_error_vardict(), + tp_base_connection_disconnect_with_dbus_error_vardict(), + tp_connection_manager_param_dup_default_variant(), + tp_capabilities_dup_channel_classes_variant() which + use/return GVariants instead of dbus-glib parameterized types + - Add a simple PyGtk3 dialler to the examples, and optionally + install the Python examples as well as the C ones (fdo#48504) + - Add tp_contact_get_account() + - Improve documentation + - Add "clean-for-new-branch" Makefile target which is more + thorough than clean, but less thorough than distclean + - Add TpTLSCertificate, a TpProxy subclass representing a TLS + certificate (fdo#30460) + - TpMessageMixin now has helpers to implement the ChatState + interface. + + Fixes: + - Make it safe to hold refs to a remaining GAsyncResult after + returning to the main loop (fdo#45554) + - When a TpProxy method call returns, which can occasionally be + synchronous, use an idle to finish the corresponding + GAsyncResult (fdo#45514) + - Add TP_NUM_DBUS_ERRORS (etc.) to supersede NUM_TP_DBUS_ERRORS + (fdo#46470) + - Make several methods returning a GStrv introspectable + (fdo#46471) + - Retry preparation of features that depended on a missing + connection interface after the connection connects, in the + hope that the interface has now become available (fdo#42981) + - Interpret capabilities more strictly, avoiding falsely saying + we support channel requests with fixed properties we don't + understand. + + Several API deprecations. + +------------------------------------------------------------------- Old: ---- telepathy-glib-0.18.2.tar.gz New: ---- telepathy-glib-0.19.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ telepathy-glib.spec ++++++ --- /var/tmp/diff_new_pack.nlVOgc/_old 2012-10-03 15:11:08.000000000 +0200 +++ /var/tmp/diff_new_pack.nlVOgc/_new 2012-10-03 15:11:08.000000000 +0200 @@ -17,7 +17,7 @@ Name: telepathy-glib -Version: 0.18.2 +Version: 0.19.10 Release: 0 Summary: GObject-based library for the Telepathy D-Bus API License: LGPL-2.1+ @@ -27,13 +27,13 @@ BuildRequires: gtk-doc >= 1.17 BuildRequires: libxslt-devel BuildRequires: python-xml -BuildRequires: vala >= 0.14.0 +BuildRequires: vala >= 0.16.0 BuildRequires: pkgconfig(dbus-1) >= 0.95 BuildRequires: pkgconfig(dbus-glib-1) >= 0.90 -BuildRequires: pkgconfig(gio-2.0) >= 2.30.0 +BuildRequires: pkgconfig(gio-2.0) >= 2.32.0 BuildRequires: pkgconfig(gio-unix-2.0) -BuildRequires: pkgconfig(glib-2.0) >= 2.30.0 -BuildRequires: pkgconfig(gobject-2.0) >= 2.30.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.32.0 +BuildRequires: pkgconfig(gobject-2.0) >= 2.32.0 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.30 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ telepathy-glib-0.18.2.tar.gz -> telepathy-glib-0.19.10.tar.gz ++++++ ++++ 182286 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
