Hello community,

here is the log from the commit of package telepathy-qt5 for openSUSE:Factory 
checked in at 2020-03-17 13:06:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telepathy-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.telepathy-qt5.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "telepathy-qt5"

Tue Mar 17 13:06:11 2020 rev:13 rq:784232 version:0.9.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/telepathy-qt5/telepathy-qt5.changes      
2016-09-07 11:43:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.telepathy-qt5.new.3160/telepathy-qt5.changes    
2020-03-17 13:06:16.321620518 +0100
@@ -1,0 +2,24 @@
+Thu Mar 12 09:14:12 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Remove the unneeded dbus-python build dependency.
+
+-------------------------------------------------------------------
+Sun Jan 19 08:01:27 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- 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)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ telepathy-qt5.spec ++++++
--- /var/tmp/diff_new_pack.sd31bU/_old  2020-03-17 13:06:17.165621167 +0100
+++ /var/tmp/diff_new_pack.sd31bU/_new  2020-03-17 13:06:17.169621170 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package telepathy-qt5
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define         libname libtelepathy-qt5
-%define         major   0
-
+%define         soversion         0
+%define         service_soversion 1
 # SLE12 does not have farstream support in ppc64le but openSUSE Factory and 
Ports does
 %if 0%{?suse_version} == 1315 && !0%{?is_opensuse}
 %ifnarch ppc64le
@@ -27,78 +27,75 @@
 %else
 %define with_farstream 1
 %endif
-
 Name:           telepathy-qt5
-Version:        0.9.7
+Version:        0.9.8
 Release:        0
 Summary:        Qt5 bindings for the Telepathy Library
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Tools/Other
-Url:            http://telepathy.freedesktop.org/
-Source:         
http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-%{version}.tar.gz
+URL:            https://telepathy.freedesktop.org/
+Source:         
https://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-%{version}.tar.gz
 Source1:        baselibs.conf
-BuildRequires:  cmake >= 2.8.12
-BuildRequires:  dbus-1-python
+BuildRequires:  cmake >= 3.5
 BuildRequires:  fdupes
 # FIXME patch, or make upstream look for qhelpgenerator-qt5 first
 #BuildRequires:  libqt5-qttools-devel
 #BuildRequires:  doxygen
 BuildRequires:  libxml2-devel
-BuildRequires:  python-xml
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5DBus)
-BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Network)
-BuildRequires:  pkgconfig(Qt5Test)
-BuildRequires:  pkgconfig(Qt5Widgets)
-BuildRequires:  pkgconfig(Qt5Xml)
+BuildRequires:  pkgconfig
+BuildRequires:  python3-devel
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5DBus)
+BuildRequires:  cmake(Qt5Gui)
+BuildRequires:  cmake(Qt5Network)
+BuildRequires:  cmake(Qt5Test)
+BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  cmake(Qt5Xml)
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
+BuildRequires:  pkgconfig(telepathy-glib)
 %if 0%{?with_farstream}
 BuildRequires:  pkgconfig(farstream-0.2)
 BuildRequires:  pkgconfig(telepathy-farstream)
 %endif
-BuildRequires:  pkgconfig(telepathy-glib)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Telepathy-Qt5 is a high-level binding for Telepathy, similar to telepathy-glib 
but for Qt 5.
 
-%package -n %{libname}-%{major}
+%package -n %{libname}-%{soversion}
 Summary:        Qt5 bindings for the Telepathy Library
 Group:          Development/Tools/Other
 
-%description -n %{libname}-%{major}
+%description -n %{libname}-%{soversion}
 Telepathy-Qt5 is a high-level binding for Telepathy, similar to telepathy-glib 
but for Qt 5.
 
-
-%package -n %{libname}-service%{major}
+%package -n %{libname}-service%{service_soversion}
 Summary:        Qt5 bindings for the Telepathy Library
 Group:          Development/Tools/Other
 
-%description -n %{libname}-service%{major}
+%description -n %{libname}-service%{service_soversion}
 Service library for the Qt5 telepathy binding.
 
 %if 0%{?with_farstream}
-%package -n %{libname}-farstream%{major}
+%package -n %{libname}-farstream%{soversion}
 Summary:        Qt5 bindings for the Telepathy Library
 Group:          Development/Tools/Other
 
-%description -n %{libname}-farstream%{major}
+%description -n %{libname}-farstream%{soversion}
 Telepathy-Qt5-farstream is a high-level binding for Telepathy, similar to 
telepathy-glib but for Qt 5.
 %endif
 
 %package devel
 Summary:        Header files, libraries and development documentation for 
%{name}
 Group:          Development/Libraries/C and C++
+Requires:       %{libname}-%{soversion} = %{version}
+Requires:       %{libname}-service%{service_soversion} = %{version}
+Requires:       pkgconfig(gstreamer-1.0)
+Requires:       pkgconfig(gstreamer-plugins-base-1.0)
 Provides:       %{name}-service-devel-static = %{version}
-Requires:       %{libname}-%{major} = %{version}
-Requires:       %{libname}-service%{major} = %{version}
 %if 0%{?with_farstream}
-Requires:       %{libname}-farstream%{major} = %{version}
+Requires:       %{libname}-farstream%{soversion} = %{version}
 %endif
-Requires:       pkgconfig(gstreamer-1.0)
-Requires:       pkgconfig(gstreamer-plugins-base-1.0)
 
 %description devel
 This package contains the header files, static libraries and development 
documentation for %{name}. If you like to develop programs using %{name}, you 
will need to install %{name}-devel.
@@ -128,40 +125,36 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall -C build
+%make_install -C build
 %fdupes %{buildroot}
 
-%post -n %{libname}-%{major} -p /sbin/ldconfig
-
-%postun -n %{libname}-%{major} -p /sbin/ldconfig
-
-%post -n %{libname}-service%{major} -p /sbin/ldconfig
-
-%postun -n %{libname}-service%{major} -p /sbin/ldconfig
+%post -n %{libname}-%{soversion} -p /sbin/ldconfig
+%postun -n %{libname}-%{soversion} -p /sbin/ldconfig
+%post -n %{libname}-service%{service_soversion} -p /sbin/ldconfig
+%postun -n %{libname}-service%{service_soversion} -p /sbin/ldconfig
 
 %if 0%{?with_farstream}
-%post -n %{libname}-farstream%{major} -p /sbin/ldconfig
-
-%postun -n %{libname}-farstream%{major} -p /sbin/ldconfig
+%post -n %{libname}-farstream%{soversion} -p /sbin/ldconfig
+%postun -n %{libname}-farstream%{soversion} -p /sbin/ldconfig
 %endif
 
-%files -n %{libname}-%{major}
-%defattr(-,root,root)
+%files -n %{libname}-%{soversion}
+%license COPYING
 %{_libdir}/libtelepathy-qt5.so.*
 
-%files -n %{libname}-service%{major}
-%defattr(-,root,root)
+%files -n %{libname}-service%{service_soversion}
+%license COPYING
 %{_libdir}/libtelepathy-qt5-service.so.*
 
 %if 0%{?with_farstream}
-%files -n %{libname}-farstream%{major}
-%defattr(-,root,root)
+%files -n %{libname}-farstream%{soversion}
+%license COPYING
 %{_libdir}/libtelepathy-qt5-farstream.so.*
 %endif
 
 %files devel
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog README COPYING HACKING NEWS
+%license COPYING
+%doc AUTHORS ChangeLog README HACKING NEWS
 %{_includedir}/telepathy-qt5/
 %{_libdir}/libtelepathy-qt5*.so
 %{_libdir}/pkgconfig/TelepathyQt5*.pc

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.sd31bU/_old  2020-03-17 13:06:17.201621194 +0100
+++ /var/tmp/diff_new_pack.sd31bU/_new  2020-03-17 13:06:17.201621194 +0100
@@ -1,7 +1,7 @@
 libtelepathy-qt5-0
 libtelepathy-qt5-farstream0
-libtelepathy-qt5-service0
+libtelepathy-qt5-service1
 telepathy-qt5-devel
-        requires "libtelepathy-qt5-service0-<targettype> = <version>"
+        requires "libtelepathy-qt5-service1-<targettype> = <version>"
        requires "libtelepathy-qt5-farstream0-<targettype> = <version>"
        requires "libtelepathy-qt5-0-<targettype> = <version>"

++++++ telepathy-qt-0.9.7.tar.gz -> telepathy-qt-0.9.8.tar.gz ++++++
/work/SRC/openSUSE:Factory/telepathy-qt5/telepathy-qt-0.9.7.tar.gz 
/work/SRC/openSUSE:Factory/.telepathy-qt5.new.3160/telepathy-qt-0.9.8.tar.gz 
differ: char 5, line 1


Reply via email to