Accepting request 111783 from GNOME:Factory

Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/111783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telepathy-glib?expand=0&rev=62
This commit is contained in:
Stephan Kulow 2012-03-29 12:06:42 +00:00 committed by Git OBS Bridge
commit 69992719e1
4 changed files with 62 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,56 @@
-------------------------------------------------------------------
Fri Mar 23 06:41:38 UTC 2012 - praful.johari@gmail.com
- Update to version 0.17.7:
+ Enhancements:
- 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
- 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

View File

@ -17,7 +17,7 @@
Name: telepathy-glib
Version: 0.17.5
Version: 0.17.7
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