Accepting request 228700 from GNOME:Next

Push GNOME:Next - GNOME 3.12.0

OBS-URL: https://build.opensuse.org/request/show/228700
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/telepathy-glib?expand=0&rev=158
This commit is contained in:
Dominique Leuenberger 2014-04-03 21:13:42 +00:00 committed by Git OBS Bridge
parent 57244150a2
commit bec6126937
4 changed files with 62 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,59 @@
-------------------------------------------------------------------
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

View File

@ -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.23.2
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