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 2023-04-09 18:39:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bluez-qt (Old)
 and      /work/SRC/openSUSE:Factory/.bluez-qt.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bluez-qt"

Sun Apr  9 18:39:19 2023 rev:100 rq:1078026 version:5.105.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bluez-qt/bluez-qt.changes        2023-03-12 
16:22:40.372349122 +0100
+++ /work/SRC/openSUSE:Factory/.bluez-qt.new.19717/bluez-qt.changes     
2023-04-09 18:39:21.105186215 +0200
@@ -1,0 +2,9 @@
+Sat Apr  1 17:00:32 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 5.105.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.105.0
+- No code change since 5.104.0
+
+-------------------------------------------------------------------

Old:
----
  bluez-qt-5.104.0.tar.xz
  bluez-qt-5.104.0.tar.xz.sig

New:
----
  bluez-qt-5.105.0.tar.xz
  bluez-qt-5.105.0.tar.xz.sig

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

Other differences:
------------------
++++++ bluez-qt.spec ++++++
--- /var/tmp/diff_new_pack.tmFI4Y/_old  2023-04-09 18:39:21.745189836 +0200
+++ /var/tmp/diff_new_pack.tmFI4Y/_new  2023-04-09 18:39:21.749189858 +0200
@@ -18,7 +18,7 @@
 
 %define sonum   6
 %define _libname KF5BluezQt
-%define _tar_path 5.104
+%define _tar_path 5.103
 # 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 released
 Name:           bluez-qt
-Version:        5.104.0
+Version:        5.105.0
 Release:        0
 Summary:        Async Bluez wrapper library
 License:        LGPL-2.1-or-later

++++++ bluez-qt-5.104.0.tar.xz -> bluez-qt-5.105.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/CMakeLists.txt 
new/bluez-qt-5.105.0/CMakeLists.txt
--- old/bluez-qt-5.104.0/CMakeLists.txt 2023-03-04 10:57:52.000000000 +0100
+++ new/bluez-qt-5.105.0/CMakeLists.txt 2023-03-31 22:59:52.000000000 +0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.104.0") # handled by release scripts
+set(KF_VERSION "5.105.0") # handled by release scripts
 project(BluezQt VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.104.0 NO_MODULE)
+find_package(ECM 5.105.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/adapter.h 
new/bluez-qt-5.105.0/src/adapter.h
--- old/bluez-qt-5.104.0/src/adapter.h  2023-03-04 10:57:52.000000000 +0100
+++ new/bluez-qt-5.105.0/src/adapter.h  2023-03-31 22:59:52.000000000 +0200
@@ -407,7 +407,7 @@
     void deviceChanged(DevicePtr device);
 
 private:
-    explicit Adapter(const QString &path, const QVariantMap &properties);
+    BLUEZQT_NO_EXPORT explicit Adapter(const QString &path, const QVariantMap 
&properties);
 
     class AdapterPrivate *const d;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/battery.h 
new/bluez-qt-5.105.0/src/battery.h
--- old/bluez-qt-5.104.0/src/battery.h  2023-03-04 10:57:52.000000000 +0100
+++ new/bluez-qt-5.105.0/src/battery.h  2023-03-31 22:59:52.000000000 +0200
@@ -55,7 +55,7 @@
     void percentageChanged(int percentage);
 
 private:
-    explicit Battery(const QString &path, const QVariantMap &properties);
+    BLUEZQT_NO_EXPORT explicit Battery(const QString &path, const QVariantMap 
&properties);
 
     class BatteryPrivate *const d;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/device.h 
new/bluez-qt-5.105.0/src/device.h
--- old/bluez-qt-5.104.0/src/device.h   2023-03-04 10:57:52.000000000 +0100
+++ new/bluez-qt-5.105.0/src/device.h   2023-03-31 22:59:52.000000000 +0200
@@ -596,7 +596,7 @@
     void mediaTransportChanged(MediaTransportPtr mediaTransport);
 
 private:
-    explicit Device(const QString &path, const QVariantMap &properties, 
AdapterPtr adapter);
+    BLUEZQT_NO_EXPORT explicit Device(const QString &path, const QVariantMap 
&properties, AdapterPtr adapter);
 
     class DevicePrivate *const d;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/gattcharacteristicremote.h 
new/bluez-qt-5.105.0/src/gattcharacteristicremote.h
--- old/bluez-qt-5.104.0/src/gattcharacteristicremote.h 2023-03-04 
10:57:52.000000000 +0100
+++ new/bluez-qt-5.105.0/src/gattcharacteristicremote.h 2023-03-31 
22:59:52.000000000 +0200
@@ -278,7 +278,7 @@
     void MTUChanged(quint16 MTU);
 
 private:
-    explicit GattCharacteristicRemote(const QString &path, const QVariantMap 
&properties, GattServiceRemotePtr service);
+    BLUEZQT_NO_EXPORT explicit GattCharacteristicRemote(const QString &path, 
const QVariantMap &properties, GattServiceRemotePtr service);
 
     const std::unique_ptr<class GattCharacteristicRemotePrivate> d;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/gattdescriptorremote.h 
new/bluez-qt-5.105.0/src/gattdescriptorremote.h
--- old/bluez-qt-5.104.0/src/gattdescriptorremote.h     2023-03-04 
10:57:52.000000000 +0100
+++ new/bluez-qt-5.105.0/src/gattdescriptorremote.h     2023-03-31 
22:59:52.000000000 +0200
@@ -157,7 +157,7 @@
     void handleChanged(quint16 handle);
 
 private:
-    explicit GattDescriptorRemote(const QString &path, const QVariantMap 
&properties, GattCharacteristicRemotePtr characteristic);
+    BLUEZQT_NO_EXPORT explicit GattDescriptorRemote(const QString &path, const 
QVariantMap &properties, GattCharacteristicRemotePtr characteristic);
 
     const std::unique_ptr<class GattDescriptorRemotePrivate> d;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/gattmanager.h 
new/bluez-qt-5.105.0/src/gattmanager.h
--- old/bluez-qt-5.104.0/src/gattmanager.h      2023-03-04 10:57:52.000000000 
+0100
+++ new/bluez-qt-5.105.0/src/gattmanager.h      2023-03-31 22:59:52.000000000 
+0200
@@ -83,7 +83,7 @@
     PendingCall *unregisterApplication(GattApplication *application);
 
 private:
-    explicit GattManager(const QString &path, QObject *parent = nullptr);
+    BLUEZQT_NO_EXPORT explicit GattManager(const QString &path, QObject 
*parent = nullptr);
 
     class GattManagerPrivate *const d;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/gattserviceremote.h 
new/bluez-qt-5.105.0/src/gattserviceremote.h
--- old/bluez-qt-5.104.0/src/gattserviceremote.h        2023-03-04 
10:57:52.000000000 +0100
+++ new/bluez-qt-5.105.0/src/gattserviceremote.h        2023-03-31 
22:59:52.000000000 +0200
@@ -162,7 +162,7 @@
     void includesChanged(const QList<QDBusObjectPath> &includes);
 
 private:
-    explicit GattServiceRemote(const QString &path, const QVariantMap 
&properties, DevicePtr device);
+    BLUEZQT_NO_EXPORT explicit GattServiceRemote(const QString &path, const 
QVariantMap &properties, DevicePtr device);
 
     const std::unique_ptr<class GattServiceRemotePrivate> d;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/initobexmanagerjob.h 
new/bluez-qt-5.105.0/src/initobexmanagerjob.h
--- old/bluez-qt-5.104.0/src/initobexmanagerjob.h       2023-03-04 
10:57:52.000000000 +0100
+++ new/bluez-qt-5.105.0/src/initobexmanagerjob.h       2023-03-31 
22:59:52.000000000 +0200
@@ -48,7 +48,7 @@
     void result(InitObexManagerJob *job);
 
 private:
-    explicit InitObexManagerJob(ObexManager *manager);
+    BLUEZQT_NO_EXPORT explicit InitObexManagerJob(ObexManager *manager);
 
     void doStart() override;
     void doEmitResult() override;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/input.h 
new/bluez-qt-5.105.0/src/input.h
--- old/bluez-qt-5.104.0/src/input.h    2023-03-04 10:57:52.000000000 +0100
+++ new/bluez-qt-5.105.0/src/input.h    2023-03-31 22:59:52.000000000 +0200
@@ -68,7 +68,7 @@
     void reconnectModeChanged(ReconnectMode mode);
 
 private:
-    explicit Input(const QString &path, const QVariantMap &properties);
+    BLUEZQT_NO_EXPORT explicit Input(const QString &path, const QVariantMap 
&properties);
 
     class InputPrivate *const d;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/leadvertisingmanager.h 
new/bluez-qt-5.105.0/src/leadvertisingmanager.h
--- old/bluez-qt-5.104.0/src/leadvertisingmanager.h     2023-03-04 
10:57:52.000000000 +0100
+++ new/bluez-qt-5.105.0/src/leadvertisingmanager.h     2023-03-31 
22:59:52.000000000 +0200
@@ -73,7 +73,7 @@
     PendingCall *unregisterAdvertisement(LEAdvertisement *advertisement);
 
 private:
-    explicit LEAdvertisingManager(const QString &path, QObject *parent = 
nullptr);
+    BLUEZQT_NO_EXPORT explicit LEAdvertisingManager(const QString &path, 
QObject *parent = nullptr);
 
     class LEAdvertisingManagerPrivate *const d;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/media.h 
new/bluez-qt-5.105.0/src/media.h
--- old/bluez-qt-5.104.0/src/media.h    2023-03-04 10:57:52.000000000 +0100
+++ new/bluez-qt-5.105.0/src/media.h    2023-03-31 22:59:52.000000000 +0200
@@ -68,7 +68,7 @@
     PendingCall *unregisterEndpoint(MediaEndpoint *endpoint);
 
 private:
-    explicit Media(const QString &path, QObject *parent = nullptr);
+    BLUEZQT_NO_EXPORT explicit Media(const QString &path, QObject *parent = 
nullptr);
 
     class MediaPrivate *const d;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/mediaplayer.h 
new/bluez-qt-5.105.0/src/mediaplayer.h
--- old/bluez-qt-5.104.0/src/mediaplayer.h      2023-03-04 10:57:52.000000000 
+0100
+++ new/bluez-qt-5.105.0/src/mediaplayer.h      2023-03-31 22:59:52.000000000 
+0200
@@ -274,7 +274,7 @@
     void positionChanged(quint32 position);
 
 private:
-    explicit MediaPlayer(const QString &path, const QVariantMap &properties);
+    BLUEZQT_NO_EXPORT explicit MediaPlayer(const QString &path, const 
QVariantMap &properties);
 
     class MediaPlayerPrivate *const d;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/mediaplayertrack.h 
new/bluez-qt-5.105.0/src/mediaplayertrack.h
--- old/bluez-qt-5.104.0/src/mediaplayertrack.h 2023-03-04 10:57:52.000000000 
+0100
+++ new/bluez-qt-5.105.0/src/mediaplayertrack.h 2023-03-31 22:59:52.000000000 
+0200
@@ -107,7 +107,7 @@
     quint32 duration() const;
 
 private:
-    explicit MediaPlayerTrack(const QVariantMap &properties);
+    BLUEZQT_NO_EXPORT explicit MediaPlayerTrack(const QVariantMap &properties);
 
     QSharedPointer<class MediaPlayerTrackPrivate> d;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/mediatransport.h 
new/bluez-qt-5.105.0/src/mediatransport.h
--- old/bluez-qt-5.104.0/src/mediatransport.h   2023-03-04 10:57:52.000000000 
+0100
+++ new/bluez-qt-5.105.0/src/mediatransport.h   2023-03-31 22:59:52.000000000 
+0200
@@ -117,7 +117,7 @@
     void volumeChanged(quint16 volume);
 
 private:
-    explicit MediaTransport(const QString &path, const QVariantMap 
&properties);
+    BLUEZQT_NO_EXPORT explicit MediaTransport(const QString &path, const 
QVariantMap &properties);
 
     class MediaTransportPrivate *const d;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/obexfiletransferentry.h 
new/bluez-qt-5.105.0/src/obexfiletransferentry.h
--- old/bluez-qt-5.104.0/src/obexfiletransferentry.h    2023-03-04 
10:57:52.000000000 +0100
+++ new/bluez-qt-5.105.0/src/obexfiletransferentry.h    2023-03-31 
22:59:52.000000000 +0200
@@ -123,7 +123,7 @@
     QDateTime modificationTime() const;
 
 private:
-    explicit ObexFileTransferEntry(const QVariantMap &properties);
+    BLUEZQT_NO_EXPORT explicit ObexFileTransferEntry(const QVariantMap 
&properties);
 
     QSharedPointer<class ObexFileTransferEntryPrivate> d;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/obexsession.h 
new/bluez-qt-5.105.0/src/obexsession.h
--- old/bluez-qt-5.104.0/src/obexsession.h      2023-03-04 10:57:52.000000000 
+0100
+++ new/bluez-qt-5.105.0/src/obexsession.h      2023-03-31 22:59:52.000000000 
+0200
@@ -106,7 +106,7 @@
     PendingCall *getCapabilities();
 
 private:
-    explicit ObexSession(const QString &path, const QVariantMap &properties);
+    BLUEZQT_NO_EXPORT explicit ObexSession(const QString &path, const 
QVariantMap &properties);
 
     class ObexSessionPrivate *const d;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/obextransfer.h 
new/bluez-qt-5.105.0/src/obextransfer.h
--- old/bluez-qt-5.104.0/src/obextransfer.h     2023-03-04 10:57:52.000000000 
+0100
+++ new/bluez-qt-5.105.0/src/obextransfer.h     2023-03-31 22:59:52.000000000 
+0200
@@ -184,7 +184,7 @@
     void fileNameChanged(const QString &fileName);
 
 private:
-    explicit ObexTransfer(const QString &path, const QVariantMap &properties);
+    BLUEZQT_NO_EXPORT explicit ObexTransfer(const QString &path, const 
QVariantMap &properties);
 
     class ObexTransferPrivate *const d;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/pendingcall.h 
new/bluez-qt-5.105.0/src/pendingcall.h
--- old/bluez-qt-5.104.0/src/pendingcall.h      2023-03-04 10:57:52.000000000 
+0100
+++ new/bluez-qt-5.105.0/src/pendingcall.h      2023-03-31 22:59:52.000000000 
+0200
@@ -178,8 +178,10 @@
         ReturnByteArray
     };
 
-    explicit PendingCall(const QDBusPendingCall &call, ReturnType type, 
QObject *parent = nullptr);
-    explicit PendingCall(Error error, const QString &errorText, QObject 
*parent = nullptr);
+    BLUEZQT_NO_EXPORT explicit PendingCall(Error error, const QString 
&errorText, QObject *parent = nullptr);
+    BLUEZQT_NO_EXPORT explicit PendingCall(const QDBusPendingCall &call, 
ReturnType type, QObject *parent = nullptr);
+
+    // exported because called from template BluezQt::TPendingCall constructor
     using ErrorProcessor = std::function<void(const QDBusError &error)>;
     using ExternalProcessor = std::function<void(QDBusPendingCallWatcher 
*watcher, ErrorProcessor errorProcessor, QVariantList *values)>;
     explicit PendingCall(const QDBusPendingCall &call, ExternalProcessor 
externalProcessor, QObject *parent = nullptr);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluez-qt-5.104.0/src/rfkill.h 
new/bluez-qt-5.105.0/src/rfkill.h
--- old/bluez-qt-5.104.0/src/rfkill.h   2023-03-04 10:57:52.000000000 +0100
+++ new/bluez-qt-5.105.0/src/rfkill.h   2023-03-31 22:59:52.000000000 +0200
@@ -45,13 +45,14 @@
     void stateChanged(State state);
 
 private Q_SLOTS:
-    void devReadyRead();
+    BLUEZQT_NO_EXPORT void devReadyRead();
 
 private:
-    void init();
-    bool openForWriting();
-    void updateRfkillDevices();
-    bool setSoftBlock(quint8 soft);
+    BLUEZQT_NO_EXPORT void init();
+    BLUEZQT_NO_EXPORT bool openForWriting();
+    BLUEZQT_NO_EXPORT void updateRfkillDevices();
+    BLUEZQT_NO_EXPORT bool setSoftBlock(quint8 soft);
+
     std::unique_ptr<RfkillPrivate> d;
 };
 

Reply via email to