From 3fc2130eaeef079e223d74bb77ef41cccffbd75bcaff11c1f88e5a6b61bcd11a Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 21 Mar 2012 08:44:58 +0000 Subject: [PATCH 1/3] Accepting request 110207 from home:vuntz:branches:GNOME:Factory Update to 0.17.6 OBS-URL: https://build.opensuse.org/request/show/110207 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=122 --- telepathy-glib-0.17.5.tar.gz | 3 --- telepathy-glib-0.17.6.tar.gz | 3 +++ telepathy-glib.changes | 40 ++++++++++++++++++++++++++++++++++++ telepathy-glib.spec | 11 +++++----- 4 files changed, 49 insertions(+), 8 deletions(-) delete mode 100644 telepathy-glib-0.17.5.tar.gz create mode 100644 telepathy-glib-0.17.6.tar.gz diff --git a/telepathy-glib-0.17.5.tar.gz b/telepathy-glib-0.17.5.tar.gz deleted file mode 100644 index 9ccc6d9..0000000 --- a/telepathy-glib-0.17.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:011ad936f1d592dbc685073244750303fe2201246b16f9a7fa495cf9f8a3fe8d -size 3533913 diff --git a/telepathy-glib-0.17.6.tar.gz b/telepathy-glib-0.17.6.tar.gz new file mode 100644 index 0000000..56a6664 --- /dev/null +++ b/telepathy-glib-0.17.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8738807e69e15f3f8b3bf2415192f94dcaaf578bd4131562acd949f704be93 +size 3577198 diff --git a/telepathy-glib.changes b/telepathy-glib.changes index 26a5701..bf3ba7d 100644 --- a/telepathy-glib.changes +++ b/telepathy-glib.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Mar 20 16:11:12 UTC 2012 - vuntz@opensuse.org + +- Update to version 0.17.6: + + Enhancements: + - TpCapabilities: add API to check for Call and FileTransfer + support + - Use GObject's FFI-based generic marshaller instead of + generating our own marshallers (fdo#46523) + - Add tp_list_connection_managers_async, + tp_protocol_dup_params, tp_protocol_dup_param, + tp_protocol_borrow_params, + tp_connection_manager_dup_protocols + - Add accessors for TpAccount properties, parameters and + storage identifier represented as a GVariant (fdo#30422) + - TpCallChannel: add API to put the call on hold. + - TpCallContentMediaDescription now implements the + RTPHeaderExtensions, RTCPFeedback and RTCPExtendedReports + interfaces. + + Fixes: + - Don't change the direction of Call streams because of a Hold + - Use the right error when rejecting incompatible codecs + - Reject local updates to a media description while an offer is + pending + - Avoid forward-declaring Call classes, fixing compilation on + clang, older gcc, and other compilers not targeting C1x + - Fix namespaces in example_call.manager + - Produce self-contained header files from + glib-interfaces-gen.py (fdo#46835) + - Correctly implement and document tp_call_channel_has_dtmf() + - Fix various build failures in out-of-tree or parallel builds, + and don't rebuild everything whenever the documentation + changes (fdo#36398) + - Improve test coverage for the connection manager test + (fdo#46358) + - TpCallChannel::state-changed is properly annotate (fdo#47410) + + Several API deprecations, see NEWS for details. +- Add explicit pkgconfig(glib-2.0) BuildRequires so it can be + versioned. + ------------------------------------------------------------------- Tue Feb 21 07:37:17 UTC 2012 - vuntz@opensuse.org diff --git a/telepathy-glib.spec b/telepathy-glib.spec index ba51ef8..6525c48 100644 --- a/telepathy-glib.spec +++ b/telepathy-glib.spec @@ -17,7 +17,7 @@ Name: telepathy-glib -Version: 0.17.5 +Version: 0.17.6 Release: 0 Summary: GObject-based library for the Telepathy D-Bus API License: LGPL-2.1+ @@ -28,11 +28,12 @@ BuildRequires: gtk-doc >= 1.17 BuildRequires: libxslt-devel BuildRequires: python-xml BuildRequires: vala >= 0.14.0 -BuildRequires: pkgconfig(dbus-1) -BuildRequires: pkgconfig(dbus-glib-1) -BuildRequires: pkgconfig(gio-2.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-unix-2.0) -BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(glib-2.0) >= 2.30.0 +BuildRequires: pkgconfig(gobject-2.0) >= 2.30.0 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.30 BuildRoot: %{_tmppath}/%{name}-%{version}-build From d3b9bc15974b83ecccd12fc90d6db3b73cbb896cbeecb6b002c57b3af88133c9 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 26 Mar 2012 08:07:04 +0000 Subject: [PATCH 2/3] Accepting request 110713 from home:neo_optimus:branches:GNOME:Factory Update to 0.17.7 OBS-URL: https://build.opensuse.org/request/show/110713 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=123 --- telepathy-glib-0.17.6.tar.gz | 3 --- telepathy-glib-0.17.7.tar.gz | 3 +++ telepathy-glib.changes | 23 +++++++++++++++++++++++ telepathy-glib.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 telepathy-glib-0.17.6.tar.gz create mode 100644 telepathy-glib-0.17.7.tar.gz diff --git a/telepathy-glib-0.17.6.tar.gz b/telepathy-glib-0.17.6.tar.gz deleted file mode 100644 index 56a6664..0000000 --- a/telepathy-glib-0.17.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab8738807e69e15f3f8b3bf2415192f94dcaaf578bd4131562acd949f704be93 -size 3577198 diff --git a/telepathy-glib-0.17.7.tar.gz b/telepathy-glib-0.17.7.tar.gz new file mode 100644 index 0000000..efa1b2e --- /dev/null +++ b/telepathy-glib-0.17.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfeb69d96e9a5f1cab7a7a66e47ed53957bf7ef3757de7f2819e718519e03faf +size 3570340 diff --git a/telepathy-glib.changes b/telepathy-glib.changes index bf3ba7d..c94dc54 100644 --- a/telepathy-glib.changes +++ b/telepathy-glib.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Mar 23 06:41:38 UTC 2012 - praful.johari@gmail.com + +- Update to version 0.17.7: + + API additions: + - get_local_sending on TpBaseMediaCallStream exposes the local + sending state. + - TpCallStateReason structure now has a message string + member. + + Fixes: + - TpBaseMediaCallContent: be sure to update the local sending state on + call acceptance. + - A few miscellaneous fixes to the Call1 code, including: + . ensuring local sending state is updated on call acceptance, + . ignoring sending/receiving failures while held, + . only emitting STUNServersChanged when they have actually + changed, + . and not waiting for streams to start again after holding if they + weren't sending before. + + Enhancements: + - Use close_channels_async on the channel dispatch operation in the + example approver. + ------------------------------------------------------------------- Tue Mar 20 16:11:12 UTC 2012 - vuntz@opensuse.org diff --git a/telepathy-glib.spec b/telepathy-glib.spec index 6525c48..8731213 100644 --- a/telepathy-glib.spec +++ b/telepathy-glib.spec @@ -17,7 +17,7 @@ Name: telepathy-glib -Version: 0.17.6 +Version: 0.17.7 Release: 0 Summary: GObject-based library for the Telepathy D-Bus API License: LGPL-2.1+ From 5eecfbe9f9ddda74bc29846a8b6c5d2cdd5e1166db4546d1765928e805269d52 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 26 Mar 2012 08:08:29 +0000 Subject: [PATCH 3/3] Accepting request 111048 from home:vuntz:branches:GNOME:Factory .changes cleanup OBS-URL: https://build.opensuse.org/request/show/111048 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=124 --- telepathy-glib.changes | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/telepathy-glib.changes b/telepathy-glib.changes index c94dc54..bf15ced 100644 --- a/telepathy-glib.changes +++ b/telepathy-glib.changes @@ -2,24 +2,14 @@ Fri Mar 23 06:41:38 UTC 2012 - praful.johari@gmail.com - Update to version 0.17.7: - + API additions: - - get_local_sending on TpBaseMediaCallStream exposes the local - sending state. - - TpCallStateReason structure now has a message string - member. - + Fixes: - - TpBaseMediaCallContent: be sure to update the local sending state on - call acceptance. - - A few miscellaneous fixes to the Call1 code, including: - . ensuring local sending state is updated on call acceptance, - . ignoring sending/receiving failures while held, - . only emitting STUNServersChanged when they have actually - changed, - . and not waiting for streams to start again after holding if they - weren't sending before. + Enhancements: - - Use close_channels_async on the channel dispatch operation in the - example approver. + - Use close_channels_async on the channel dispatch operation in + the example approver. + - API additions + + Fixes: + - TpBaseMediaCallContent: be sure to update the local sending + state on call acceptance. + - A few miscellaneous fixes to the Call1 code. ------------------------------------------------------------------- Tue Mar 20 16:11:12 UTC 2012 - vuntz@opensuse.org