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 2024-06-24 20:49:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-connectivity (Old)
and /work/SRC/openSUSE:Factory/.qt6-connectivity.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-connectivity"
Mon Jun 24 20:49:29 2024 rev:24 rq:1182587 version:6.7.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-connectivity/qt6-connectivity.changes
2024-05-27 11:45:57.792040581 +0200
+++
/work/SRC/openSUSE:Factory/.qt6-connectivity.new.18349/qt6-connectivity.changes
2024-06-24 20:49:40.220354929 +0200
@@ -1,0 +2,6 @@
+Wed Jun 19 07:25:40 UTC 2024 - Christophe Marin <[email protected]>
+
+- Update to 6.7.2:
+ * https://www.qt.io/blog/qt-6.7.2-released
+
+-------------------------------------------------------------------
Old:
----
qtconnectivity-everywhere-src-6.7.1.tar.xz
New:
----
qtconnectivity-everywhere-src-6.7.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qt6-connectivity.spec ++++++
--- /var/tmp/diff_new_pack.zRnXfP/_old 2024-06-24 20:49:41.304394668 +0200
+++ /var/tmp/diff_new_pack.zRnXfP/_new 2024-06-24 20:49:41.308394815 +0200
@@ -16,7 +16,7 @@
#
-%define real_version 6.7.1
+%define real_version 6.7.2
%define short_version 6.7
%define tar_name qtconnectivity-everywhere-src
%define tar_suffix %{nil}
@@ -27,7 +27,7 @@
%endif
#
Name: qt6-connectivity%{?pkg_suffix}
-Version: 6.7.1
+Version: 6.7.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)
++++++ qtconnectivity-everywhere-src-6.7.1.tar.xz ->
qtconnectivity-everywhere-src-6.7.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtconnectivity-everywhere-src-6.7.1/.cmake.conf
new/qtconnectivity-everywhere-src-6.7.2/.cmake.conf
--- old/qtconnectivity-everywhere-src-6.7.1/.cmake.conf 2024-05-09
01:15:23.000000000 +0200
+++ new/qtconnectivity-everywhere-src-6.7.2/.cmake.conf 2024-06-08
01:54:23.000000000 +0200
@@ -1,4 +1,4 @@
-set(QT_REPO_MODULE_VERSION "6.7.1")
+set(QT_REPO_MODULE_VERSION "6.7.2")
set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_AS_CONST=1")
list(APPEND QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_FOREACH=1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtconnectivity-everywhere-src-6.7.1/.tag
new/qtconnectivity-everywhere-src-6.7.2/.tag
--- old/qtconnectivity-everywhere-src-6.7.1/.tag 2024-05-09
01:15:23.000000000 +0200
+++ new/qtconnectivity-everywhere-src-6.7.2/.tag 2024-06-08
01:54:23.000000000 +0200
@@ -1 +1 @@
-89b4bd761598bf111cb7e419f6c2f8887ffc0a9b
+b42c3e57081283d79dc06f5c230abcea9e54b93d
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtconnectivity-everywhere-src-6.7.1/dependencies.yaml
new/qtconnectivity-everywhere-src-6.7.2/dependencies.yaml
--- old/qtconnectivity-everywhere-src-6.7.1/dependencies.yaml 2024-05-09
01:15:23.000000000 +0200
+++ new/qtconnectivity-everywhere-src-6.7.2/dependencies.yaml 2024-06-08
01:54:23.000000000 +0200
@@ -1,7 +1,7 @@
dependencies:
../qtbase:
- ref: c195fe7d33decbd5ddd47ae46dbf8e0d9c20ba85
+ ref: b5fbe0923cfc566036b83c3d968f225b26117efc
required: true
../qtdeclarative:
- ref: 734849e4577b75e85420b08ddb55974482bbd063
+ ref: 12533cc0bd83a2076efb4af0bc1832b0db9568fc
required: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtconnectivity-everywhere-src-6.7.1/src/bluetooth/qbluetoothdevicediscoveryagent_winrt.cpp
new/qtconnectivity-everywhere-src-6.7.2/src/bluetooth/qbluetoothdevicediscoveryagent_winrt.cpp
---
old/qtconnectivity-everywhere-src-6.7.1/src/bluetooth/qbluetoothdevicediscoveryagent_winrt.cpp
2024-05-09 01:15:23.000000000 +0200
+++
new/qtconnectivity-everywhere-src-6.7.2/src/bluetooth/qbluetoothdevicediscoveryagent_winrt.cpp
2024-06-08 01:54:23.000000000 +0200
@@ -115,6 +115,7 @@
}
void init()
{
+ m_watcher.AllowExtendedAdvertisements(true);
m_watcher.ScanningMode(BluetoothLEScanningMode::Active);
}
void start() {