Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bluez-qt for openSUSE:Factory checked in at 2021-07-15 23:59:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bluez-qt (Old) and /work/SRC/openSUSE:Factory/.bluez-qt.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bluez-qt" Thu Jul 15 23:59:09 2021 rev:79 rq:905466 version:5.84.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bluez-qt/bluez-qt.changes 2021-06-16 20:33:50.343017600 +0200 +++ /work/SRC/openSUSE:Factory/.bluez-qt.new.2625/bluez-qt.changes 2021-07-15 23:59:26.073965914 +0200 @@ -1,0 +2,12 @@ +Sun Jul 4 07:45:03 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.84.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.84.0 +- Changes since 5.83.0: + * Fix build + * Remove unused forward declaration +- Only install the license files once + +------------------------------------------------------------------- Old: ---- bluez-qt-5.83.0.tar.xz bluez-qt-5.83.0.tar.xz.sig New: ---- bluez-qt-5.84.0.tar.xz bluez-qt-5.84.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bluez-qt.spec ++++++ --- /var/tmp/diff_new_pack.NpmCfk/_old 2021-07-15 23:59:26.605961635 +0200 +++ /var/tmp/diff_new_pack.NpmCfk/_new 2021-07-15 23:59:26.609961604 +0200 @@ -18,7 +18,7 @@ %define sonum 6 %define _libname KF5BluezQt -%define _tar_path 5.83 +%define _tar_path 5.84 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) @@ -26,7 +26,7 @@ # Only needed for the package signature condition %bcond_without lang Name: bluez-qt -Version: 5.83.0 +Version: 5.84.0 Release: 0 Summary: Async Bluez wrapper library License: LGPL-2.1-or-later @@ -111,15 +111,12 @@ %{_libqt5_libdir}/lib%{_libname}*.so.* %files imports -%license LICENSES/* -%doc README* %{_kf5_qmldir}/ %files udev %{_udevrulesdir}/61-kde-bluetooth-rfkill.rules %files devel -%license LICENSES/* %{_kf5_includedir}/ %{_kf5_libdir}/cmake/%{_libname}/ %{_kf5_libdir}/lib%{_libname}*.so ++++++ bluez-qt-5.83.0.tar.xz -> bluez-qt-5.84.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.83.0/CMakeLists.txt new/bluez-qt-5.84.0/CMakeLists.txt --- old/bluez-qt-5.83.0/CMakeLists.txt 2021-06-05 10:49:26.000000000 +0200 +++ new/bluez-qt-5.84.0/CMakeLists.txt 2021-06-28 00:15:42.000000000 +0200 @@ -1,10 +1,10 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.83.0") # handled by release scripts +set(KF_VERSION "5.84.0") # handled by release scripts project(BluezQt VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.83.0 NO_MODULE) +find_package(ECM 5.84.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) @@ -35,6 +35,8 @@ SOVERSION 6 ) +set(CMAKE_C_STANDARD 99) + # Dependencies set(REQUIRED_QT_VERSION 5.15.0) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.83.0/autotests/fakebluez/batteryinterface.h new/bluez-qt-5.84.0/autotests/fakebluez/batteryinterface.h --- old/bluez-qt-5.83.0/autotests/fakebluez/batteryinterface.h 2021-06-05 10:49:26.000000000 +0200 +++ new/bluez-qt-5.84.0/autotests/fakebluez/batteryinterface.h 2021-06-28 00:15:42.000000000 +0200 @@ -11,7 +11,6 @@ #include <QDBusAbstractAdaptor> -class QDBusMessage; class QDBusObjectPath; class BatteryObject : public QObject diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.83.0/autotests/fakebluez/inputinterface.h new/bluez-qt-5.84.0/autotests/fakebluez/inputinterface.h --- old/bluez-qt-5.83.0/autotests/fakebluez/inputinterface.h 2021-06-05 10:49:26.000000000 +0200 +++ new/bluez-qt-5.84.0/autotests/fakebluez/inputinterface.h 2021-06-28 00:15:42.000000000 +0200 @@ -11,7 +11,6 @@ #include <QDBusAbstractAdaptor> -class QDBusMessage; class QDBusObjectPath; class InputObject : public QObject diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.83.0/autotests/fakebluez/mediaplayerinterface.h new/bluez-qt-5.84.0/autotests/fakebluez/mediaplayerinterface.h --- old/bluez-qt-5.83.0/autotests/fakebluez/mediaplayerinterface.h 2021-06-05 10:49:26.000000000 +0200 +++ new/bluez-qt-5.84.0/autotests/fakebluez/mediaplayerinterface.h 2021-06-28 00:15:42.000000000 +0200 @@ -11,7 +11,6 @@ #include <QDBusAbstractAdaptor> -class QDBusMessage; class QDBusObjectPath; class MediaPlayerObject : public QObject diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.83.0/src/agentadaptor.h new/bluez-qt-5.84.0/src/agentadaptor.h --- old/bluez-qt-5.83.0/src/agentadaptor.h 2021-06-05 10:49:26.000000000 +0200 +++ new/bluez-qt-5.84.0/src/agentadaptor.h 2021-06-28 00:15:42.000000000 +0200 @@ -16,7 +16,6 @@ namespace BluezQt { -class Device; class Manager; class Agent; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.83.0/src/gattservice.h new/bluez-qt-5.84.0/src/gattservice.h --- old/bluez-qt-5.83.0/src/gattservice.h 2021-06-05 10:49:26.000000000 +0200 +++ new/bluez-qt-5.84.0/src/gattservice.h 2021-06-28 00:15:42.000000000 +0200 @@ -22,6 +22,7 @@ * * This class represents a Bluetooth GattService. */ +class GattApplication; class BLUEZQT_EXPORT GattService : public QObject { Q_OBJECT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.83.0/src/obexagent.h new/bluez-qt-5.84.0/src/obexagent.h --- old/bluez-qt-5.83.0/src/obexagent.h 2021-06-05 10:49:26.000000000 +0200 +++ new/bluez-qt-5.84.0/src/obexagent.h 2021-06-28 00:15:42.000000000 +0200 @@ -19,7 +19,6 @@ namespace BluezQt { -class Device; class ObexTransfer; /** diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.83.0/src/profileadaptor.h new/bluez-qt-5.84.0/src/profileadaptor.h --- old/bluez-qt-5.83.0/src/profileadaptor.h 2021-06-05 10:49:26.000000000 +0200 +++ new/bluez-qt-5.84.0/src/profileadaptor.h 2021-06-28 00:15:42.000000000 +0200 @@ -17,7 +17,6 @@ namespace BluezQt { -class Device; class Manager; class Profile; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bluez-qt-5.83.0/src/types.h new/bluez-qt-5.84.0/src/types.h --- old/bluez-qt-5.83.0/src/types.h 2021-06-05 10:49:26.000000000 +0200 +++ new/bluez-qt-5.84.0/src/types.h 2021-06-28 00:15:42.000000000 +0200 @@ -22,22 +22,12 @@ class LEAdvertisingManager; class Media; class MediaPlayer; -class MediaPlayerTrack; class MediaTransport; class Agent; -class DevicesModel; -class InitManagerJob; -class Profile; -class PendingCall; class ObexManager; class ObexSession; class ObexTransfer; -class InitObexManagerJob; -class ObexAgent; class ObexFileTransfer; -class ObexFileTransferEntry; -class ObexObjectPush; -class GattApplication; typedef QSharedPointer<BluezQt::Manager> ManagerPtr; typedef QSharedPointer<BluezQt::Adapter> AdapterPtr;
