Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package qt6-connectivity for
openSUSE:Factory checked in at 2023-07-26 13:22:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-connectivity (Old)
and /work/SRC/openSUSE:Factory/.qt6-connectivity.new.15225 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-connectivity"
Wed Jul 26 13:22:30 2023 rev:16 rq:1099987 version:6.5.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-connectivity/qt6-connectivity.changes
2023-07-08 22:47:07.371116014 +0200
+++
/work/SRC/openSUSE:Factory/.qt6-connectivity.new.15225/qt6-connectivity.changes
2023-07-26 13:22:52.307628388 +0200
@@ -1,0 +2,6 @@
+Thu Jul 20 08:44:02 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 6.5.2
+ * https://www.qt.io/blog/qt-6.5.2-released-1
+
+-------------------------------------------------------------------
Old:
----
qtconnectivity-everywhere-src-6.5.1.tar.xz
New:
----
qtconnectivity-everywhere-src-6.5.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qt6-connectivity.spec ++++++
--- /var/tmp/diff_new_pack.l1elaD/_old 2023-07-26 13:22:53.043632554 +0200
+++ /var/tmp/diff_new_pack.l1elaD/_new 2023-07-26 13:22:53.051632599 +0200
@@ -16,7 +16,7 @@
#
-%define real_version 6.5.1
+%define real_version 6.5.2
%define short_version 6.5
%define tar_name qtconnectivity-everywhere-src
%define tar_suffix %{nil}
@@ -27,12 +27,12 @@
%endif
#
Name: qt6-connectivity%{?pkg_suffix}
-Version: 6.5.1
+Version: 6.5.2
Release: 0
Summary: Qt 6 connectivity tools and libraries
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
URL: https://www.qt.io
-Source:
https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
+Source:
https://www.nic.funet.fi/pub/mirrors/download.qt-project.org/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
Source99: qt6-connectivity-rpmlintrc
BuildRequires: pkgconfig
BuildRequires: qt6-core-private-devel
++++++ qtconnectivity-everywhere-src-6.5.1.tar.xz ->
qtconnectivity-everywhere-src-6.5.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtconnectivity-everywhere-src-6.5.1/.cmake.conf
new/qtconnectivity-everywhere-src-6.5.2/.cmake.conf
--- old/qtconnectivity-everywhere-src-6.5.1/.cmake.conf 2023-05-16
11:46:07.000000000 +0200
+++ new/qtconnectivity-everywhere-src-6.5.2/.cmake.conf 2023-07-07
14:29:11.000000000 +0200
@@ -1,3 +1,3 @@
-set(QT_REPO_MODULE_VERSION "6.5.1")
+set(QT_REPO_MODULE_VERSION "6.5.2")
set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_AS_CONST=1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtconnectivity-everywhere-src-6.5.1/.tag
new/qtconnectivity-everywhere-src-6.5.2/.tag
--- old/qtconnectivity-everywhere-src-6.5.1/.tag 2023-05-16
11:46:07.000000000 +0200
+++ new/qtconnectivity-everywhere-src-6.5.2/.tag 2023-07-07
14:29:11.000000000 +0200
@@ -1 +1 @@
-662abed3ac1217a901c2636d86e13c91432ed1c6
+e8c6d5306ab9cad86eabe3a5adfdea9009a54368
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtconnectivity-everywhere-src-6.5.1/CMakeLists.txt
new/qtconnectivity-everywhere-src-6.5.2/CMakeLists.txt
--- old/qtconnectivity-everywhere-src-6.5.1/CMakeLists.txt 2023-05-16
11:46:07.000000000 +0200
+++ new/qtconnectivity-everywhere-src-6.5.2/CMakeLists.txt 2023-07-07
14:29:11.000000000 +0200
@@ -15,6 +15,7 @@
find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals
Core Network)
find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS
DBus Gui Widgets Quick QuickControls2)
+qt_internal_project_setup()
if(NOT TARGET Qt::Network)
message(NOTICE "Skipping the build as the condition \"TARGET Qt::Network\"
is not met.")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtconnectivity-everywhere-src-6.5.1/conanfile.py
new/qtconnectivity-everywhere-src-6.5.2/conanfile.py
--- old/qtconnectivity-everywhere-src-6.5.1/conanfile.py 2023-05-16
11:46:07.000000000 +0200
+++ new/qtconnectivity-everywhere-src-6.5.2/conanfile.py 1970-01-01
01:00:00.000000000 +0100
@@ -1,31 +0,0 @@
-# Copyright (C) 2021 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH
Qt-GPL-exception-1.0
-
-from conans import ConanFile
-import re
-from pathlib import Path
-
-
-def _parse_qt_version_by_key(key: str) -> str:
- with open(Path(__file__).parent.resolve() / ".cmake.conf") as f:
- m = re.search(fr'{key} .*"(.*)"', f.read())
- return m.group(1) if m else ""
-
-
-def _get_qt_minor_version() -> str:
- return
".".join(_parse_qt_version_by_key("QT_REPO_MODULE_VERSION").split(".")[:2])
-
-
-class QtConnectivity(ConanFile):
- name = "qtconnectivity"
- license = "LGPL-3.0, GPL-2.0+, Commercial Qt License Agreement"
- author = "The Qt Company <https://www.qt.io/contact-us>"
- url = "https://code.qt.io/cgit/qt/qtconnectivity.git"
- description = "Connectivity module for Qt"
- topics = "qt", "qt6", "connectivity", "bluetooth", "nfc"
- settings = "os", "compiler", "arch", "build_type"
- # for referencing the version number and prerelease tag and dependencies
info
- exports = ".cmake.conf", "dependencies.yaml"
- exports_sources = "*", "!conan*.*"
- python_requires =
f"qt-conan-common/{_get_qt_minor_version()}@qt/everywhere"
- python_requires_extend = "qt-conan-common.QtLeafModule"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtconnectivity-everywhere-src-6.5.1/dependencies.yaml
new/qtconnectivity-everywhere-src-6.5.2/dependencies.yaml
--- old/qtconnectivity-everywhere-src-6.5.1/dependencies.yaml 2023-05-16
11:46:07.000000000 +0200
+++ new/qtconnectivity-everywhere-src-6.5.2/dependencies.yaml 2023-07-07
14:29:11.000000000 +0200
@@ -1,7 +1,7 @@
dependencies:
../qtbase:
- ref: 55aee8697512af105dfefabc1e2ec41d4df1e45e
+ ref: af457a9f0f7eb1a2a7d11f495da508faab91a442
required: true
../qtdeclarative:
- ref: 65651dc1d333e2aded18b0d6f0b71c35e5b40c1c
+ ref: f289063ff19588a11dd79213632785cfda2909a0
required: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtconnectivity-everywhere-src-6.5.1/examples/nfc/ndefeditor/CMakeLists.txt
new/qtconnectivity-everywhere-src-6.5.2/examples/nfc/ndefeditor/CMakeLists.txt
---
old/qtconnectivity-everywhere-src-6.5.1/examples/nfc/ndefeditor/CMakeLists.txt
2023-05-16 11:46:07.000000000 +0200
+++
new/qtconnectivity-everywhere-src-6.5.2/examples/nfc/ndefeditor/CMakeLists.txt
2023-07-07 14:29:11.000000000 +0200
@@ -14,6 +14,8 @@
find_package(Qt6 REQUIRED COMPONENTS Core Nfc Quick QuickControls2)
+qt_standard_project_setup(REQUIRES 6.5)
+
qt_add_executable(ndefeditor
main.cpp
)
@@ -33,7 +35,6 @@
qt_add_qml_module(ndefeditor
URI NdefEditor
VERSION 1.0
- AUTO_RESOURCE_PREFIX
QML_FILES
Main.qml
MainWindow.qml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtconnectivity-everywhere-src-6.5.1/src/bluetooth/qbluetoothlocaldevice_winrt.cpp
new/qtconnectivity-everywhere-src-6.5.2/src/bluetooth/qbluetoothlocaldevice_winrt.cpp
---
old/qtconnectivity-everywhere-src-6.5.1/src/bluetooth/qbluetoothlocaldevice_winrt.cpp
2023-05-16 11:46:07.000000000 +0200
+++
new/qtconnectivity-everywhere-src-6.5.2/src/bluetooth/qbluetoothlocaldevice_winrt.cpp
2023-07-07 14:29:11.000000000 +0200
@@ -465,16 +465,16 @@
DeviceInformationPairing pairingInfoFromAddress(const QBluetoothAddress
&address)
{
const quint64 addr64 = address.toUInt64();
- BluetoothDevice device(nullptr);
- bool res = await(BluetoothDevice::FromBluetoothAddressAsync(addr64),
device, 5000);
- if (res && device)
- return device.DeviceInformation().Pairing();
-
BluetoothLEDevice leDevice(nullptr);
- res = await(BluetoothLEDevice::FromBluetoothAddressAsync(addr64),
leDevice, 5000);
+ bool res = await(BluetoothLEDevice::FromBluetoothAddressAsync(addr64),
leDevice, 5000);
if (res && leDevice)
return leDevice.DeviceInformation().Pairing();
+ BluetoothDevice device(nullptr);
+ res = await(BluetoothDevice::FromBluetoothAddressAsync(addr64), device,
5000);
+ if (res && device)
+ return device.DeviceInformation().Pairing();
+
return nullptr;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtconnectivity-everywhere-src-6.5.1/src/bluetooth/qbluetoothsocket_bluez.cpp
new/qtconnectivity-everywhere-src-6.5.2/src/bluetooth/qbluetoothsocket_bluez.cpp
---
old/qtconnectivity-everywhere-src-6.5.1/src/bluetooth/qbluetoothsocket_bluez.cpp
2023-05-16 11:46:07.000000000 +0200
+++
new/qtconnectivity-everywhere-src-6.5.2/src/bluetooth/qbluetoothsocket_bluez.cpp
2023-07-07 14:29:11.000000000 +0200
@@ -456,7 +456,6 @@
}
const QString peerAddress = QBluetoothAddress(bdaddr).toString();
- const QString localAdapter = localAddress().toString();
initializeBluez5();
OrgFreedesktopDBusObjectManagerInterface manager(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtconnectivity-everywhere-src-6.5.1/src/bluetooth/qbluetoothsocket_bluezdbus.cpp
new/qtconnectivity-everywhere-src-6.5.2/src/bluetooth/qbluetoothsocket_bluezdbus.cpp
---
old/qtconnectivity-everywhere-src-6.5.1/src/bluetooth/qbluetoothsocket_bluezdbus.cpp
2023-05-16 11:46:07.000000000 +0200
+++
new/qtconnectivity-everywhere-src-6.5.2/src/bluetooth/qbluetoothsocket_bluezdbus.cpp
2023-07-07 14:29:11.000000000 +0200
@@ -84,8 +84,6 @@
if (reply.isError())
return QString();
- QString remoteDevicePath;
-
ManagedObjectList objectList = reply.value();
for (ManagedObjectList::const_iterator it = objectList.constBegin();
it != objectList.constEnd(); ++it) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtconnectivity-everywhere-src-6.5.1/tests/auto/qbluetoothlocaldevice/tst_qbluetoothlocaldevice.cpp
new/qtconnectivity-everywhere-src-6.5.2/tests/auto/qbluetoothlocaldevice/tst_qbluetoothlocaldevice.cpp
---
old/qtconnectivity-everywhere-src-6.5.1/tests/auto/qbluetoothlocaldevice/tst_qbluetoothlocaldevice.cpp
2023-05-16 11:46:07.000000000 +0200
+++
new/qtconnectivity-everywhere-src-6.5.2/tests/auto/qbluetoothlocaldevice/tst_qbluetoothlocaldevice.cpp
2023-07-07 14:29:11.000000000 +0200
@@ -82,7 +82,7 @@
{
if (androidBluetoothEmulator())
QSKIP("Skipping test on Android 12+ emulator, CI can timeout waiting
for user input");
-#ifdef Q_OS_OSX
+#ifdef Q_OS_MACOS
QSKIP("Not possible on OS X");
#endif
if (numDevices == 0)
@@ -116,7 +116,7 @@
{
if (androidBluetoothEmulator())
QSKIP("Skipping test on Android 12+ emulator, CI can timeout waiting
for user input");
-#ifdef Q_OS_OSX
+#ifdef Q_OS_MACOS
QSKIP("Not possible on OS X");
#endif
if (numDevices == 0)
@@ -192,7 +192,7 @@
{
if (androidBluetoothEmulator())
QSKIP("Skipping test on Android 12+ emulator, CI can timeout waiting
for user input");
-#ifdef Q_OS_OSX
+#ifdef Q_OS_MACOS
QSKIP("Not possible on OS X");
#endif
QFETCH(QBluetoothLocalDevice::HostMode, hostModeExpected);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtconnectivity-everywhere-src-6.5.1/tests/auto/qbluetoothserver/tst_qbluetoothserver.cpp
new/qtconnectivity-everywhere-src-6.5.2/tests/auto/qbluetoothserver/tst_qbluetoothserver.cpp
---
old/qtconnectivity-everywhere-src-6.5.1/tests/auto/qbluetoothserver/tst_qbluetoothserver.cpp
2023-05-16 11:46:07.000000000 +0200
+++
new/qtconnectivity-everywhere-src-6.5.2/tests/auto/qbluetoothserver/tst_qbluetoothserver.cpp
2023-07-07 14:29:11.000000000 +0200
@@ -95,7 +95,7 @@
return;
initialHostMode = device.hostMode();
-#ifdef Q_OS_OSX
+#ifdef Q_OS_MACOS
if (initialHostMode == QBluetoothLocalDevice::HostPoweredOff)
return;
#endif
@@ -150,7 +150,7 @@
QFETCH(QBluetoothLocalDevice::HostMode, hostmode);
QBluetoothLocalDevice localDev;
-#ifdef Q_OS_OSX
+#ifdef Q_OS_MACOS
if (localDev.hostMode() == QBluetoothLocalDevice::HostPoweredOff)
QSKIP("On OS X this test requires Bluetooth adapter ON");
#endif
@@ -163,7 +163,7 @@
setHostMode(address, hostmode);
if (hostmode == QBluetoothLocalDevice::HostPoweredOff) {
-#if !defined(Q_OS_OSX) && !QT_CONFIG(winrt_bt)
+#if !defined(Q_OS_MACOS) && !QT_CONFIG(winrt_bt)
QCOMPARE(localDevice->hostMode(), hostmode);
#endif
} else {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtconnectivity-everywhere-src-6.5.1/tests/auto/qbluetoothservicediscoveryagent/tst_qbluetoothservicediscoveryagent.cpp
new/qtconnectivity-everywhere-src-6.5.2/tests/auto/qbluetoothservicediscoveryagent/tst_qbluetoothservicediscoveryagent.cpp
---
old/qtconnectivity-everywhere-src-6.5.1/tests/auto/qbluetoothservicediscoveryagent/tst_qbluetoothservicediscoveryagent.cpp
2023-05-16 11:46:07.000000000 +0200
+++
new/qtconnectivity-everywhere-src-6.5.2/tests/auto/qbluetoothservicediscoveryagent/tst_qbluetoothservicediscoveryagent.cpp
2023-07-07 14:29:11.000000000 +0200
@@ -54,7 +54,7 @@
if (androidBluetoothEmulator())
return;
// start Bluetooth if not started
-#ifndef Q_OS_OSX
+#ifndef Q_OS_MACOS
QBluetoothLocalDevice *device = new QBluetoothLocalDevice();
localDeviceAvailable = device->isValid();
if (localDeviceAvailable) {
@@ -144,7 +144,7 @@
void tst_QBluetoothServiceDiscoveryAgent::tst_invalidBtAddress()
{
-#ifdef Q_OS_OSX
+#ifdef Q_OS_MACOS
if (!localDeviceAvailable)
QSKIP("On OS X this test requires Bluetooth adapter in powered ON
state");
#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtconnectivity-everywhere-src-6.5.1/tests/auto/qlowenergycontroller/tst_qlowenergycontroller.cpp
new/qtconnectivity-everywhere-src-6.5.2/tests/auto/qlowenergycontroller/tst_qlowenergycontroller.cpp
---
old/qtconnectivity-everywhere-src-6.5.1/tests/auto/qlowenergycontroller/tst_qlowenergycontroller.cpp
2023-05-16 11:46:07.000000000 +0200
+++
new/qtconnectivity-everywhere-src-6.5.2/tests/auto/qlowenergycontroller/tst_qlowenergycontroller.cpp
2023-07-07 14:29:11.000000000 +0200
@@ -100,7 +100,7 @@
qWarning("No remote device or local adapter found.");
return;
}
-#elif defined(Q_OS_OSX)
+#elif defined(Q_OS_MACOS)
// allDevices is always empty on iOS:
if (QBluetoothLocalDevice::allDevices().isEmpty()) {
qWarning("No local adapter found.");