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
This commit is contained in:
parent
e2280163a8
commit
3fc2130eae
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:011ad936f1d592dbc685073244750303fe2201246b16f9a7fa495cf9f8a3fe8d
|
|
||||||
size 3533913
|
|
3
telepathy-glib-0.17.6.tar.gz
Normal file
3
telepathy-glib-0.17.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ab8738807e69e15f3f8b3bf2415192f94dcaaf578bd4131562acd949f704be93
|
||||||
|
size 3577198
|
@ -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
|
Tue Feb 21 07:37:17 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: telepathy-glib
|
Name: telepathy-glib
|
||||||
Version: 0.17.5
|
Version: 0.17.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GObject-based library for the Telepathy D-Bus API
|
Summary: GObject-based library for the Telepathy D-Bus API
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
@ -28,11 +28,12 @@ BuildRequires: gtk-doc >= 1.17
|
|||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
BuildRequires: python-xml
|
BuildRequires: python-xml
|
||||||
BuildRequires: vala >= 0.14.0
|
BuildRequires: vala >= 0.14.0
|
||||||
BuildRequires: pkgconfig(dbus-1)
|
BuildRequires: pkgconfig(dbus-1) >= 0.95
|
||||||
BuildRequires: pkgconfig(dbus-glib-1)
|
BuildRequires: pkgconfig(dbus-glib-1) >= 0.90
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0) >= 2.30.0
|
||||||
BuildRequires: pkgconfig(gio-unix-2.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
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.30
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user