From 5ee990c80bf4b797345c0f08d02a821a97fd003e0434a19a1e1152a2f2007e1c Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 7 Sep 2012 17:30:48 +0000 Subject: [PATCH 1/5] Accepting request 132801 from GNOME:Next Starting to push GNOME:Next... OBS-URL: https://build.opensuse.org/request/show/132801 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=132 --- telepathy-glib-0.18.2.tar.gz | 3 -- telepathy-glib-0.19.6.tar.gz | 3 ++ telepathy-glib.changes | 98 ++++++++++++++++++++++++++++++++++++ telepathy-glib.spec | 2 +- 4 files changed, 102 insertions(+), 4 deletions(-) delete mode 100644 telepathy-glib-0.18.2.tar.gz create mode 100644 telepathy-glib-0.19.6.tar.gz diff --git a/telepathy-glib-0.18.2.tar.gz b/telepathy-glib-0.18.2.tar.gz deleted file mode 100644 index 1c15b38..0000000 --- a/telepathy-glib-0.18.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:372375578be8053398f9fb1e12188a8b472d6d897e0ac73b230d31e112c68b3f -size 3539165 diff --git a/telepathy-glib-0.19.6.tar.gz b/telepathy-glib-0.19.6.tar.gz new file mode 100644 index 0000000..0c40d33 --- /dev/null +++ b/telepathy-glib-0.19.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fdb1260f4df7a89ff5245ffa72c0331f77affd2cd58cca3714bcfaa5bf473a8 +size 3717839 diff --git a/telepathy-glib.changes b/telepathy-glib.changes index 7accc19..0542e18 100644 --- a/telepathy-glib.changes +++ b/telepathy-glib.changes @@ -1,3 +1,101 @@ +------------------------------------------------------------------- +Tue Aug 7 18:42:58 UTC 2012 - dimstar@opensuse.org + +- 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 - dimstar@opensuse.org + +- 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) +- 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 - dimstar@opensuse.org + +- 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. +- Changes from version 0.19.0: + + Enhancements: + - now includes all + non-generated code except proxy-subclass.h. Please use it + instead of individual headers + - 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. + ------------------------------------------------------------------- Wed Aug 1 11:25:17 UTC 2012 - dimstar@opensuse.org diff --git a/telepathy-glib.spec b/telepathy-glib.spec index 32f1fd4..9060440 100644 --- a/telepathy-glib.spec +++ b/telepathy-glib.spec @@ -17,7 +17,7 @@ Name: telepathy-glib -Version: 0.18.2 +Version: 0.19.6 Release: 0 Summary: GObject-based library for the Telepathy D-Bus API License: LGPL-2.1+ From 97cfa9fe989fc714c4da62dee3c5831aebe5369a11648862d719127a79d8af03 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 7 Sep 2012 17:35:14 +0000 Subject: [PATCH 2/5] Accepting request 133295 from home:vuntz:branches:GNOME:Factory suggested tweak OBS-URL: https://build.opensuse.org/request/show/133295 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=133 --- telepathy-glib.changes | 7 +++++++ telepathy-glib.spec | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/telepathy-glib.changes b/telepathy-glib.changes index 0542e18..bd03768 100644 --- a/telepathy-glib.changes +++ b/telepathy-glib.changes @@ -29,6 +29,7 @@ Fri Aug 3 20:20:15 UTC 2012 - dimstar@opensuse.org - 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 @@ -50,11 +51,16 @@ Thu Aug 2 17:03:45 UTC 2012 - dimstar@opensuse.org + 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: - now includes all non-generated code except proxy-subclass.h. Please use it instead of individual headers + - A new meta-header, , + now includes all generated code. - Replace --disable-coding-style-checks and --disable-doc-checks with --disable-fatal-warnings. - Add TpRoomList and TpRoomInfo (fdo#30338) @@ -95,6 +101,7 @@ Thu Aug 2 17:03:45 UTC 2012 - dimstar@opensuse.org - Interpret capabilities more strictly, avoiding falsely saying we support channel requests with fixed properties we don't understand. + + Several API deprecations. ------------------------------------------------------------------- Wed Aug 1 11:25:17 UTC 2012 - dimstar@opensuse.org diff --git a/telepathy-glib.spec b/telepathy-glib.spec index 9060440..6caa0dd 100644 --- a/telepathy-glib.spec +++ b/telepathy-glib.spec @@ -27,13 +27,13 @@ Source: http://telepathy.freedesktop.org/releases/telepathy-glib/%{name} 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 From 5f9e1f52a73cc72b69ca082b47b3b708a910b23762a4b2d94a119de742bfa6c8 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 14 Sep 2012 12:35:23 +0000 Subject: [PATCH 3/5] Accepting request 133724 from home:vuntz:branches:GNOME:Factory Update to 0.19.9 OBS-URL: https://build.opensuse.org/request/show/133724 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=134 --- telepathy-glib-0.19.6.tar.gz | 3 --- telepathy-glib-0.19.9.tar.gz | 3 +++ telepathy-glib.changes | 39 ++++++++++++++++++++++++++++++++++++ telepathy-glib.spec | 2 +- 4 files changed, 43 insertions(+), 4 deletions(-) delete mode 100644 telepathy-glib-0.19.6.tar.gz create mode 100644 telepathy-glib-0.19.9.tar.gz diff --git a/telepathy-glib-0.19.6.tar.gz b/telepathy-glib-0.19.6.tar.gz deleted file mode 100644 index 0c40d33..0000000 --- a/telepathy-glib-0.19.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fdb1260f4df7a89ff5245ffa72c0331f77affd2cd58cca3714bcfaa5bf473a8 -size 3717839 diff --git a/telepathy-glib-0.19.9.tar.gz b/telepathy-glib-0.19.9.tar.gz new file mode 100644 index 0000000..9c7e178 --- /dev/null +++ b/telepathy-glib-0.19.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a2cd51cde99515495349091bcd87b33431ee83bef914f28c88325883354ba1 +size 3720029 diff --git a/telepathy-glib.changes b/telepathy-glib.changes index bd03768..c8d63f1 100644 --- a/telepathy-glib.changes +++ b/telepathy-glib.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Wed Sep 12 06:54:57 UTC 2012 - vuntz@opensuse.org + +- 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 - dimstar@opensuse.org diff --git a/telepathy-glib.spec b/telepathy-glib.spec index 6caa0dd..f66dba7 100644 --- a/telepathy-glib.spec +++ b/telepathy-glib.spec @@ -17,7 +17,7 @@ Name: telepathy-glib -Version: 0.19.6 +Version: 0.19.9 Release: 0 Summary: GObject-based library for the Telepathy D-Bus API License: LGPL-2.1+ From 29ded2d52c068df64d107995a77a8f5fe3dda907a6c925c5e8625dab3bfbd830 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 27 Sep 2012 15:11:07 +0000 Subject: [PATCH 4/5] Accepting request 136210 from home:Zaitor:branches:GNOME:Factory fix post review OBS-URL: https://build.opensuse.org/request/show/136210 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=135 --- telepathy-glib-0.19.10.tar.gz | 3 +++ telepathy-glib-0.19.9.tar.gz | 3 --- telepathy-glib.changes | 18 ++++++++++++++++++ telepathy-glib.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 telepathy-glib-0.19.10.tar.gz delete mode 100644 telepathy-glib-0.19.9.tar.gz diff --git a/telepathy-glib-0.19.10.tar.gz b/telepathy-glib-0.19.10.tar.gz new file mode 100644 index 0000000..a1f55e1 --- /dev/null +++ b/telepathy-glib-0.19.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a22211b2dfe75a4448b198e30ff9b8ceb7956d64c1a7a042ef48a62f23e921a +size 3679511 diff --git a/telepathy-glib-0.19.9.tar.gz b/telepathy-glib-0.19.9.tar.gz deleted file mode 100644 index 9c7e178..0000000 --- a/telepathy-glib-0.19.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78a2cd51cde99515495349091bcd87b33431ee83bef914f28c88325883354ba1 -size 3720029 diff --git a/telepathy-glib.changes b/telepathy-glib.changes index c8d63f1..1733aa3 100644 --- a/telepathy-glib.changes +++ b/telepathy-glib.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Sep 26 19:38:42 UTC 2012 - zaitor@opensuse.org + +- 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 - vuntz@opensuse.org diff --git a/telepathy-glib.spec b/telepathy-glib.spec index f66dba7..961e692 100644 --- a/telepathy-glib.spec +++ b/telepathy-glib.spec @@ -17,7 +17,7 @@ Name: telepathy-glib -Version: 0.19.9 +Version: 0.19.10 Release: 0 Summary: GObject-based library for the Telepathy D-Bus API License: LGPL-2.1+ From 8fe3cbb1fb921d60b846eaa5c7a9fb5f460b5fcea63e6cab2444b15611043d6c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 27 Sep 2012 15:11:39 +0000 Subject: [PATCH 5/5] Accepting request 136256 from home:dimstar:branches:GNOME:Factory tweak OBS-URL: https://build.opensuse.org/request/show/136256 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=136 --- telepathy-glib.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telepathy-glib.changes b/telepathy-glib.changes index 1733aa3..6af393f 100644 --- a/telepathy-glib.changes +++ b/telepathy-glib.changes @@ -12,7 +12,7 @@ Wed Sep 26 19:38:42 UTC 2012 - zaitor@opensuse.org - 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), + alternative of their GValue equivalent: fdo#55024, fdo#55096, fdo#55099, fdo#55101, fdo#55024, fdo#55095 and fdo#55100.