Accepting request 107291 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/107291 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telepathy-glib?expand=0&rev=61
This commit is contained in:
commit
028ca27948
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd9395178d2e11e6caaf14100bbfcb8bf3ceeb574538c670dbef68750dd24b3c
|
||||
size 3329245
|
3
telepathy-glib-0.17.5.tar.gz
Normal file
3
telepathy-glib-0.17.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:011ad936f1d592dbc685073244750303fe2201246b16f9a7fa495cf9f8a3fe8d
|
||||
size 3533913
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 21 07:37:17 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 0.17.5:
|
||||
+ Enhancements:
|
||||
- telepathy-spec 0.25.2:
|
||||
· the Call1 family of interfaces
|
||||
· Conn.I.Addressing1
|
||||
· Chan.I.CaptchaAuthentication1
|
||||
· Account.Supersedes
|
||||
- Add TpCallChannel, TpBaseCallChannel and other Call-related
|
||||
high-level API.
|
||||
- tp_account_manager_get_most_available_presence() now returns
|
||||
(AVAILABLE, "available, "") if the only connected accounts
|
||||
does not implement SimplePresence.
|
||||
- Add tp_base_channel_get_self_handle().
|
||||
- TpBaseChannel now has a virtual get_interfaces() method.
|
||||
- tp_connection_disconnect_async: high level API to disconnect
|
||||
a TpConnection.
|
||||
- tp_unix_connection_receive_credentials_with_byte() and
|
||||
tp_unix_connection_send_credentials_with_byte() now have
|
||||
async equivalents.
|
||||
- Produce DLL files when compiled for Windows.
|
||||
+ Fixes:
|
||||
- fdo#45554: fix use-after-free if various async results are
|
||||
kept until after the callback has returned, which is
|
||||
considered valid.
|
||||
- tp_account_manager_get_most_available_presence() now returns
|
||||
("offline, "") as status and message if no account is
|
||||
connected, as stated in the doc, instead of (NULL, NULL).
|
||||
- TpChannel: fix a crash when preparing contacts.
|
||||
- fdo#45982: fix a crash in TpBaseContactList when using
|
||||
RenameGroup()'s fallback code.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 9 10:44:24 UTC 2012 - cfarrell@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package telepathy-glib
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: telepathy-glib
|
||||
Version: 0.17.4
|
||||
Version: 0.17.5
|
||||
Release: 0
|
||||
Summary: GObject-based library for the Telepathy D-Bus API
|
||||
License: LGPL-2.1+
|
||||
@ -42,7 +42,6 @@ Telepathy D-Bus API.
|
||||
|
||||
%package -n libtelepathy-glib0
|
||||
Summary: GObject-based library for the Telepathy D-Bus API
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
%description -n libtelepathy-glib0
|
||||
@ -51,7 +50,6 @@ Telepathy D-Bus API.
|
||||
|
||||
%package -n typelib-1_0-TelepathyGlib-0_12
|
||||
Summary: GObject-based library for the Telepathy D-Bus API -- Introspection bindings
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-TelepathyGlib-0_12
|
||||
@ -63,7 +61,6 @@ telepathy-glib library.
|
||||
|
||||
%package devel
|
||||
Summary: GObject-based library for the Telepathy D-Bus API -- Development Files
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: glibc-devel
|
||||
Requires: libtelepathy-glib0 = %{version}
|
||||
@ -75,7 +72,6 @@ Telepathy D-Bus API.
|
||||
|
||||
%package doc
|
||||
Summary: GObject-based library for the Telepathy D-Bus API -- Developer documentation
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: libtelepathy-glib0 = %{version}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user