Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libtelepathy-glib0-0.24.1-lp152.3.6 RPM for ppc64le

From OpenSuSE Ports Leap 15.2 for ppc64le

Name: libtelepathy-glib0 Distribution: openSUSE:Leap:15.2:PowerPC / ports
Version: 0.24.1 Vendor: openSUSE
Release: lp152.3.6 Build date: Sat Apr 25 20:11:19 2020
Group: Development/Languages/C and C++ Build host: obs-power9-07
Size: 2996104 Source RPM: telepathy-glib-0.24.1-lp152.3.6.src.rpm
Packager: https://bugs.opensuse.org
Url: http://telepathy.freedesktop.org/
Summary: GObject-based library for the Telepathy D-Bus API
The telepathy-glib library is a GObject-based C binding for the
Telepathy D-Bus API.

Provides

Requires

License

LGPL-2.1+

Changelog

* Thu Apr 14 2016 idonmez@suse.com
  - Update to GNOME 3.20  Fate#318572
  - Remove upstreamed patches: 0001-fix-file-path-leaks.patch
    0001-tp_list_connection_managers_async-terminate-properly.patch
* Mon Aug 25 2014 zaitor@opensuse.org
  - Update to version 0.24.1:
    + Fixes:
    - base-client: fix potential uninitialized variable bug.
    - Fix a potential crash in contact-list example (fdo#79006).
* Sun Apr 06 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).
* Fri Mar 28 2014 mgorse@suse.com
  - Add 0001-fix-file-path-leaks.patch: fix leak when calling
    g_file_get_path (fdo#76119).
* Fri Mar 21 2014 fcrozat@suse.com
  - Add
    0001-tp_list_connection_managers_async-terminate-properly.patch:
    terminate properly if there is no CM [fdo#68892]
* Mon Mar 03 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 03 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 03 2014 zaitor@opensuse.org
  - Update to version 0.22.1:
    + In the examples, specifically ask for "TelepathyGlib-0.12"
      (this API version), not Telepathy 1.0 (fdo#49737).
    + Fix a critical warning for each new connection under GLib 2.39
      (fdo#72303).
    + Fix a TpConnection reference-leak in TpBaseClient.
    + channel-group: don't crash if no message has been provided.
* Wed Oct 02 2013 dimstar@opensuse.org
  - Update to version 0.22.0:
    + When an avatar is downloaded, announce the change to the avatar
      token immediately; if the avatar changes from A to B while
      we're still doing the asynchronous file saving, don't set A as
      the new avatar when it has been saved (fdo#70010).
* Sun Sep 29 2013 zaitor@opensuse.org
  - Update to version 0.21.2:
    + Enhancements:
    - Writing avatars into cache now uses asynchronous I/O
      (fdo#63402).
    - telepathy-spec 0.27.2: add SelfID, SelfContactChanged.
    - tp_dbus_properties_mixin_dup_all() is now public (fdo#69283).
    - TpBaseProtocol now lists Presence.Statuses as an immutable
      property (fdo#69520).
    - TpBaseConnection: Implement SelfID and SelfContactChanged as
      defined in spec 0.27.2.
    - The inspect-cm example now inspects all CMs if run without
      arguments (fdo#68390).
    + Fixes:
    - Don't crash if GetContactInfo() fails (fdo#46430).
    - Fix a race condition that could result in telepathy-haze
      protocol support not being detected (fdo#67183).
    - Fix documentation for tp_connection_get_self_handle.
    - Make TpHeap work correctly with GComparator functions that
      return values outside {-1, 0, 1} (fdo#68932).
    - Examples have been updated to use more recent API.
    - Better debug-logging (fdo#68390).

Files

/usr/lib64/libtelepathy-glib.so.0
/usr/lib64/libtelepathy-glib.so.0.84.1


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:11:19 2024