Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libtelepathy-qt5-service0 | Distribution: openSUSE Leap 15.0 |
Version: 0.9.7 | Vendor: openSUSE |
Release: lp150.1.2 | Build date: Fri May 18 10:42:10 2018 |
Group: Development/Tools/Other | Build host: armbuild01 |
Size: 1463624 | Source RPM: telepathy-qt5-0.9.7-lp150.1.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://telepathy.freedesktop.org/ | |
Summary: Qt5 bindings for the Telepathy Library |
Service library for the Qt5 telepathy binding.
LGPL-2.1+
* Fri Sep 02 2016 buschmann23@opensuse.org - add libtelepathy-qt5-service0 to baselibs.conf * Fri Sep 02 2016 buschmann23@opensuse.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<ChannelClassSpec> 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 mlin@suse.com - Do not require libtelepathy-qt5-farstream if it does not build * Sun Jan 10 2016 mlin@suse.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 alarrosa@suse.com - Disable the farstream subpackage for ppc64le, since SLE12 doesn't have farstream packages in that architecture * Sun Nov 29 2015 zaitor@opensuse.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.senjan@gmail.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.senjan@gmail.com - Add-missing-QObject-include.patch: fixed build with Qt 5.5 * Mon Dec 15 2014 hrvoje.senjan@gmail.com - Added add-the-telepathy-qt-include.patch * Tue Sep 09 2014 hrvoje.senjan@gmail.com - Update to 0.9.5: * Added more service side bindings * Service bindings now enabled by default * Bump Farstream version * Allow subclass of Tp::ReceivedMessage * Workaround invalid channelRequests when delegating, fdo#77986 - Drop search-for-gstreamer1.0.diff and search-for-farstream0.2.diff, merged upstream - Provide telepathy-qt5-service-devel-static, due to newly enabled service library * Thu Jul 31 2014 hrvoje.senjan@gmail.com - Move to gstreamer 1.0 API for Factory - Drop search-for-telepathy-farstream-0.4.diff (support for older openSUSE versions is dropped) - Adjust baselibs.conf for new subpackage - Update descriptions * Mon Jun 16 2014 hrvoje.senjan@gmail.com - Update to 0.9.4 + Enhancements: * fdo#63098: add method Account::createDbusTubeRoom + Fixes: * fdo#46241: Fixed linking in farstream and farsight * Require tp-glib 0.18 and fix 0.19-ism * fdo#47647: Fixed storing avatars, so that they are not stored millions of times each. * fdo#62711: Fixed stack overflow in SimpleObserver::create * Fix compilation and running against release Qt5 - Drop patches included in this release: 0012-Fix-warning-in-DBusTubeChannel.patch 0035-Fix-ChannelDispatcher.Messages-test.patch 0031-Update-to-spec-0.27.3.patch 0026-Fix-tests-build-for-Qt5-release.patch 0021-account-add-method-Account-createDbusTubeRoom.patch 0036-Fix-moc-command-for-Qt5.2.patch 0030-Fix-HandledChannelNotifier-for-Qt5.patch 0007-Link-telepathy-qt4-farsight-against-gobject.patch 0005-Start-0.9.4-development.patch 0039-Add-Q_UNUSED-as-Q_ASSERT-is-a-no-op-in-release-mode.patch 0025-Fix-build-for-Qt5-release.patch 0010-cmake-Require-tp-glib-0.18.patch 0006-farsight-Fix-linking.patch 0029-Fix-TestDBusProxyFactory-testDropRefs.patch 0009-glib-Disable-tp_tests_connection_run_until_contact_b.patch 0028-Fix-TestAccountSet-testFilters.patch 0038-Allow-compilation-when-only-qmake-qt4-is-in-the-path.patch 0023-Kill-the-last-bits-of-Farsight.patch 0027-Fix-TestKeyFile-sort-list-before-comparing.patch 0018-tests-sync-simple-channel-dispatch-operation.c-from-.patch 0040-Add-5-to-pkg-config-package-names-for-Qt5.patch 0037-Simplify-FindQt5.cmake.patch 0032-Update-changes-from-Channel_Dispatcher_Future.patch 0034-Add-Room-Subject-RoomConfig-interfaces-to-generation.patch 0015-Fix-stack-overflow-in-SimpleObserver-create.patch 0024-Fix-compilation-on-new-versions-of-cmake.patch 0017-Remove-references-to-deprecated-tp_channel_borrow_im.patch 0013-Fix-storing-avatars-so-that-they-are-not-stored-mill.patch 0019-Removing-old-Farsight-files.patch 0033-Update-test-library-to-match-spec-changes.patch - Simplify cmake usage during %build phase * Mon Jun 02 2014 hrvoje.senjan@gmail.com - Add baselibs.conf * Sun Apr 13 2014 hrvoje.senjan@gmail.com - Activate telepathy-qt5 package
/usr/lib/libtelepathy-qt5-service.so.0 /usr/lib/libtelepathy-qt5-service.so.0.0.9.7
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Apr 9 10:47:22 2022