Accepting request 229253 from GNOME:Factory
Update to 0.24.0 - stable release (forwarded request 229173 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/229253 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telepathy-glib?expand=0&rev=79
This commit is contained in:
commit
68193f9ee4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e82891404793b88407f3696ffb540b28d5949c4ed6f70a9aefb69477606ec26d
|
||||
size 3749276
|
3
telepathy-glib-0.24.0.tar.gz
Normal file
3
telepathy-glib-0.24.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae0002134991217f42e503c43dea7817853afc18863b913744d51ffa029818cf
|
||||
size 3890992
|
@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 6 12:06:54 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.24.0:
|
||||
+ Don't leak every D-Bus method call result, a regression in
|
||||
0.23.1.
|
||||
- Changes from version 0.23.3:
|
||||
+ Enhancements:
|
||||
- TpProtocol gained API to access to its immutable properties
|
||||
as a GVariant (fdo#55108).
|
||||
- TpCallStream and TpCallContent now inherit the factory from
|
||||
their TpCallChannel (fdo#76168).
|
||||
+ Fixes:
|
||||
- Fix a memory leak when cleaning up TpProxy "prepare" requests
|
||||
(fdo#76000).
|
||||
- Fix a memory leak for paths to contacts' avatar data
|
||||
(fdo#76000).
|
||||
- Fix crashes in TpFileTransferChannel with GLib 2.39
|
||||
(fdo#72319).
|
||||
- Fix some paths memory leaks (fdo#76119).
|
||||
- tp_list_connection_managers_async() now terminates properly
|
||||
if there is no CM installed (fdo#68892).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 3 21:00:00 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.23.2:
|
||||
+ Enhancements:
|
||||
- TpBaseConnection now has an "account-path-suffix" property
|
||||
(fdo#74030).
|
||||
- New high level TpAccountChannelRequest API, including tubes,
|
||||
Conference and SMSChannel (fdo#75450).
|
||||
- 'TargetHandleType: None' is now automatically added when
|
||||
requesting a channel with TpAccountChannelRequest if no
|
||||
handle type has been defined (fdo#75450).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 3 20:00:00 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.23.1:
|
||||
+ Dependencies: GLib 2.36 or later is required.
|
||||
+ Deprecations: TpPresenceMixin: optional arguments are
|
||||
deprecated, apart from a string named "message". This matches
|
||||
our current D-Bus API.
|
||||
+ Enhancements:
|
||||
- tp_protocol_normalize_contact_async(),
|
||||
tp_protocol_identify_account_async(), and high-level API for
|
||||
the Protocol Addressing and Presence interfaces (fdo#71048).
|
||||
- More accessors for TpPresenceStatusSpec, which is now a boxed
|
||||
type (fdo#71048).
|
||||
- tp_connection_manager_param_dup_variant_type() (fdo#71093).
|
||||
- Better debug output (fdo#68390, fdo#71048).
|
||||
+ Fixes:
|
||||
- In the examples, specifically ask for "TelepathyGlib-0.12"
|
||||
(this API version), not Telepathy 1.0 (fdo#49737).
|
||||
- Improve tests' isolation from the real session bus.
|
||||
- Fix a critical warning for each new connection under GLib
|
||||
2.39 (fdo#72303).
|
||||
- Fix some possible crashes in file transfer channels,
|
||||
particularly under GLib 2.39 (fdo#72319).
|
||||
- Correct tp_account_request_set_avatar documentation.
|
||||
- Fix a TpConnection reference-leak in TpBaseClient.
|
||||
- Changes from version 0.23.0:
|
||||
+ Dependencies: GLib 2.34 or later is required.
|
||||
+ Enhancements:
|
||||
- Spec 0.27.3:
|
||||
. Added Conn.I.Sidecars1.
|
||||
. Added Conn.I.Renaming.
|
||||
. Added CD.I.Messages1.
|
||||
- TpAccount::avatar-changed signal (fdo#52938).
|
||||
- tp_value_array_free: equivalent of g_value_array_free but
|
||||
does not provoke deprecation warnings from GLib (fdo#69849).
|
||||
- tp_account_is_prepared and tp_account_manager_is_prepared are
|
||||
now deprecated.
|
||||
+ Fixes:
|
||||
- tp_contact_set_attributes: don't warn on genuinely absent
|
||||
interfaces (fdo#68149).
|
||||
- channel-group: don't crash if no message has been provided.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 3 19:12:03 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package telepathy-glib
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 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.22.1
|
||||
Version: 0.24.0
|
||||
Release: 0
|
||||
Summary: GObject-based library for the Telepathy D-Bus API
|
||||
License: LGPL-2.1+
|
||||
@ -33,7 +33,7 @@ BuildRequires: pkgconfig(dbus-1) >= 0.95
|
||||
BuildRequires: pkgconfig(dbus-glib-1) >= 0.90
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.32.0
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.36.0
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.32.0
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.30
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user