Hello community,

here is the log from the commit of package telepathy-qt5 for openSUSE:Factory 
checked in at 2016-09-07 11:43:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telepathy-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.telepathy-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "telepathy-qt5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/telepathy-qt5/telepathy-qt5.changes      
2016-01-11 19:11:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.telepathy-qt5.new/telepathy-qt5.changes 
2016-09-07 11:43:08.000000000 +0200
@@ -1,0 +2,54 @@
+Fri Sep  2 15:30:31 UTC 2016 - [email protected]
+
+- add libtelepathy-qt5-service0 to baselibs.conf
+
+-------------------------------------------------------------------
+Fri Sep  2 15:15:41 UTC 2016 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  telepathy-qt-0.9.6.1.tar.gz
  telepathy-qt5-gst-1_6.patch

New:
----
  telepathy-qt-0.9.7.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ telepathy-qt5.spec ++++++
--- /var/tmp/diff_new_pack.NwKoGU/_old  2016-09-07 11:43:09.000000000 +0200
+++ /var/tmp/diff_new_pack.NwKoGU/_new  2016-09-07 11:43:09.000000000 +0200
@@ -29,17 +29,15 @@
 %endif
 
 Name:           telepathy-qt5
-Version:        0.9.6.1
+Version:        0.9.7
 Release:        0
-Summary:        Qt4 bindings for the Telepathy Library
+Summary:        Qt5 bindings for the Telepathy Library
 License:        LGPL-2.1+
 Group:          Development/Tools/Other
 Url:            http://telepathy.freedesktop.org/
 Source:         
http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-%{version}.tar.gz
 Source1:        baselibs.conf
-# PATCH-FIX-UPSTREAM telepathy-qt5-gst-1_6.patch [email protected] -- Fix 
build with gstreamer 1.6 and newer.
-Patch0:         telepathy-qt5-gst-1_6.patch
-BuildRequires:  cmake
+BuildRequires:  cmake >= 2.8.12
 BuildRequires:  dbus-1-python
 BuildRequires:  fdupes
 # FIXME patch, or make upstream look for qhelpgenerator-qt5 first
@@ -67,19 +65,27 @@
 Telepathy-Qt5 is a high-level binding for Telepathy, similar to telepathy-glib 
but for Qt 5.
 
 %package -n %{libname}-%{major}
-Summary:        Library for performing syntax highlighting in Qt documents
+Summary:        Qt5 bindings for the Telepathy Library
 Group:          Development/Tools/Other
 
 %description -n %{libname}-%{major}
 Telepathy-Qt5 is a high-level binding for Telepathy, similar to telepathy-glib 
but for Qt 5.
 
+
+%package -n %{libname}-service%{major}
+Summary:        Qt5 bindings for the Telepathy Library
+Group:          Development/Tools/Other
+
+%description -n %{libname}-service%{major}
+Service library for the Qt5 telepathy binding.
+
 %if 0%{?with_farstream}
 %package -n %{libname}-farstream%{major}
-Summary:        Library for performing syntax highlighting in Qt documents
+Summary:        Qt5 bindings for the Telepathy Library
 Group:          Development/Tools/Other
 
 %description -n %{libname}-farstream%{major}
-Telepathy-farstream-Qt4 is a high-level binding for Telepathy, similar to 
telepathy-glib but for Qt 5.
+Telepathy-Qt5-farstream is a high-level binding for Telepathy, similar to 
telepathy-glib but for Qt 5.
 %endif
 
 %package devel
@@ -87,6 +93,7 @@
 Group:          Development/Libraries/C and C++
 Provides:       %{name}-service-devel-static = %{version}
 Requires:       %{libname}-%{major} = %{version}
+Requires:       %{libname}-service%{major} = %{version}
 %if 0%{?with_farstream}
 Requires:       %{libname}-farstream%{major} = %{version}
 %endif
@@ -98,7 +105,6 @@
 
 %prep
 %setup -q -n telepathy-qt-%{version}
-%patch0 -p1
 
 %build
 if [ %{_lib} = lib64 ]; then
@@ -129,6 +135,10 @@
 
 %postun -n %{libname}-%{major} -p /sbin/ldconfig
 
+%post -n %{libname}-service%{major} -p /sbin/ldconfig
+
+%postun -n %{libname}-service%{major} -p /sbin/ldconfig
+
 %if 0%{?with_farstream}
 %post -n %{libname}-farstream%{major} -p /sbin/ldconfig
 
@@ -139,6 +149,10 @@
 %defattr(-,root,root)
 %{_libdir}/libtelepathy-qt5.so.*
 
+%files -n %{libname}-service%{major}
+%defattr(-,root,root)
+%{_libdir}/libtelepathy-qt5-service.so.*
+
 %if 0%{?with_farstream}
 %files -n %{libname}-farstream%{major}
 %defattr(-,root,root)
@@ -150,7 +164,6 @@
 %doc AUTHORS ChangeLog README COPYING HACKING NEWS
 %{_includedir}/telepathy-qt5/
 %{_libdir}/libtelepathy-qt5*.so
-%{_libdir}/libtelepathy-qt5-service.a
 %{_libdir}/pkgconfig/TelepathyQt5*.pc
 %{_libdir}/cmake/TelepathyQt5*/
 

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.NwKoGU/_old  2016-09-07 11:43:09.000000000 +0200
+++ /var/tmp/diff_new_pack.NwKoGU/_new  2016-09-07 11:43:09.000000000 +0200
@@ -1,5 +1,7 @@
 libtelepathy-qt5-0
 libtelepathy-qt5-farstream0
+libtelepathy-qt5-service0
 telepathy-qt5-devel
+        requires "libtelepathy-qt5-service0-<targettype> = <version>"
        requires "libtelepathy-qt5-farstream0-<targettype> = <version>"
-       requires "libtelepathy-qt5-0-<targettype> = <version>"
\ No newline at end of file
+       requires "libtelepathy-qt5-0-<targettype> = <version>"

++++++ telepathy-qt-0.9.6.1.tar.gz -> telepathy-qt-0.9.7.tar.gz ++++++
++++ 689021 lines of diff (skipped)


Reply via email to