Changelog for
libtelepathy-qt5-service1-32bit-0.9.8-2.12.x86_64.rpm :
* Thu Mar 12 2020 Christophe Giboudeaux
- Remove the unneeded dbus-python build dependency.
* Sun Jan 19 2020 Christophe Giboudeaux - Update to 0.9.8:
* Python3 port
* Improved the documentation generation
* Reworked exported CMake targets
* GNUInstallDirs used to simplify packaging
* Added constructor from initializer_list to generated Telepathy types
* Added a getter for \'silent\' Message flag
* Adjusted BaseChannelTextType API
* Added BaseConnectionContactGroupsInterface
* Fixed BaseDebug API
* Added BaseConnection::getExistingChannel()
* Fixed work with threaded QtDBus
* Omit parts with non-empty \'interface\' key value for Message::text()
* A lot of fixes in tests
* fd.o #40008: Fix dependencies lookup (we used to prefer system-wide libs)
* Fri Sep 02 2016 buschmann23AATTopensuse.org- add libtelepathy-qt5-service0 to baselibs.conf
* Fri Sep 02 2016 buschmann23AATTopensuse.org- Update to 0.9.7 - Dependencies:
* CMake minimum version bumped to 2.8.12. - Enhancements:
* Various documentation fixes and improvements.
* Service library is now a shared library with own ABI versioning.
* Implemented BaseConnectionContactsInterface::getContactByID().
* Reimplemented BaseChannelGroupInterface class - Has new future-proof API. - Has documentation for all methods. - Flags Properties and MembersChangedDetailed now always ON.
* Added service-side Debug Interface implementation.
* Added service-side Connection ClientTypes interface.
* Added service-side Connection ContactCapabilities interface.
* Implemented service-side FileTransfer Interface: - Well documented and covered with tests! - Supports IPv4 and IPv6 socket types with localhost access control. - Supports custom sockets and access control.
* Added IODevice class, which is interesting for all CMs that have backend, that accepts a QIODevice for file transfers.
* Other improvements. - API changes:
* Service-side of ChannelGroup Interface redone with different API. - Fixes:
* Fixed build with glibc-2.20+
* Fixed build with GStreamer-1.5.1+
* Added missing link to QtTest in tests.
* Added missing link to glib2 in Farstream.
* Fixed hash calculation of QList for Qt-5.6.
* fd.o #91659: CMake now search for Python 2, rather than Python 3.
* fd.o #95376: Removed usage of deprecated QDBusArgument stream operators (fixes build with Qt-5.7 beta and (probably) Qt-5.8+).
* fd.o #65981: Fixed build with Ninja (cmake).
* Fixed memory leak in DBusError.
* Fixed BaseConnection::createChannel() \".Requested\" property processing.
* Fixed BaseChannelGroupInterface::removeMembers().
* Fixed BaseChannelGroupInterface::groupFlagsChanged() signal emission.
* Fixed CreationTimestamp property in BaseChannelRoomInterface.
* Fixed device management in IncomingFileTransferChannel.
* Fixed device management in OutgoingFileTransferChannel.
* BaseConnection now properly closes channels on disconnect.
* BaseConnection and BaseChannel debug output now respects Tp::enableDebug().
* Other small fixes.- removed obsolete patch telepathy-qt5-gst-1_6.patch, now included upstream- set minimum required cmake version to 2.8.12
* Mon Jan 11 2016 mlinAATTsuse.com- Do not require libtelepathy-qt5-farstream if it does not build
* Sun Jan 10 2016 mlinAATTsuse.com- Partial revert the last commit, do not disable the farstream subpackage for ppc64le on all version, just disabled it on SLE12.
* Tue Dec 22 2015 alarrosaAATTsuse.com- Disable the farstream subpackage for ppc64le, since SLE12 doesn\'t have farstream packages in that architecture
* Sun Nov 29 2015 zaitorAATTopensuse.org- Update to version 0.9.6.1: + Fixed illegal C++ statement in one of service interfaces.- Add telepathy-qt5-gst-1_6.patch: Fix build with gstreamer-1.6.
* Tue May 19 2015 hrvoje.senjanAATTgmail.com- Update to 0.9.6: - Enhancements:
* Added TP_QT_VERSION and TP_QT_VERSION_CHECK macros - Can be used like #if (TP_QT_VERSION == TP_QT_VERSION_CHECK(0, 9, 6)) - Absence of the TP_QT_VERSION macros indicates previous versions (might be useful for service bindings compatibility)
* Added client side support for conference calls
* Implemented numerous interfaces for service bindings - API changes:
* Refactored service-side bindings API - BaseConnection createChannel() and ensureChannel() methods now accept request map instead of several extracted values. - BaseChannel::create() arguments reordered in natural way. - Fixes:
* Fixed CallContent interfaces exposing (required for DTMF)
* fd0#86312: Fixed condition in adaptor methods generation- Drop patches merged upstream: Add-missing-QObject-include.patch and add-the-telepathy-qt-include.patch
* Sun Mar 29 2015 hrvoje.senjanAATTgmail.com- Add-missing-QObject-include.patch: fixed build with Qt 5.5