Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PyQt6 for openSUSE:Factory checked in at 2025-02-03 21:41:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-PyQt6 (Old) and /work/SRC/openSUSE:Factory/.python-PyQt6.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyQt6" Mon Feb 3 21:41:39 2025 rev:28 rq:1242235 version:6.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-PyQt6/python-PyQt6.changes 2025-01-12 11:10:22.857113087 +0100 +++ /work/SRC/openSUSE:Factory/.python-PyQt6.new.2316/python-PyQt6.changes 2025-02-03 21:42:07.127020529 +0100 @@ -1,0 +2,6 @@ +Sun Feb 2 12:00:43 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Add build fix: + * 0001-Fix-build-with-Qt-6.8.2.patch + +------------------------------------------------------------------- New: ---- 0001-Fix-build-with-Qt-6.8.2.patch BETA DEBUG BEGIN: New:- Add build fix: * 0001-Fix-build-with-Qt-6.8.2.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-PyQt6.spec ++++++ --- /var/tmp/diff_new_pack.d2Cssw/_old 2025-02-03 21:42:09.103102432 +0100 +++ /var/tmp/diff_new_pack.d2Cssw/_new 2025-02-03 21:42:09.115102930 +0100 @@ -32,6 +32,8 @@ Patch0: disable-rpaths.diff # PATCH-FIX-OPENSUSE - install binary dbus mainloop integration in arch dependent directory Patch1: 0001-Use-a-noarch-wrapper-for-dbus-mainloop-integration.patch +# PATCH-FIX-UPSTREAM - fix build failure with Qt 6.8.2 +Patch2: 0001-Fix-build-with-Qt-6.8.2.patch BuildRequires: %{python_module PyQt6-sip >= 13.8} BuildRequires: %{python_module dbus-python-devel >= 0.8} BuildRequires: %{python_module devel >= 3.9} ++++++ 0001-Fix-build-with-Qt-6.8.2.patch ++++++ >From ee6c2c30eca67004e2b05f55ee1d82c3ab44b966 Mon Sep 17 00:00:00 2001 From: Christophe Marin <christo...@krop.fr> Date: Sun, 2 Feb 2025 12:59:19 +0100 Subject: [PATCH] Fix build with Qt 6.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: /home/abuild/rpmbuild/BUILD/python-PyQt6-6.8.0-build/PyQt6-6.8.0/build/QtCore/sipQtCoreQStringConverterBase.cpp:58:52: error: use of deleted function âconstexpr QStringConverterBase::QStringConverterBase(const QStringConverterBase&)â --- sip/QtCore/qstringconverter_base.sip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sip/QtCore/qstringconverter_base.sip b/sip/QtCore/qstringconverter_base.sip index d0c790f..6f7c301 100644 --- a/sip/QtCore/qstringconverter_base.sip +++ b/sip/QtCore/qstringconverter_base.sip @@ -22,7 +22,7 @@ %If (Qt_6_4_0 -) -class QStringConverterBase +class QStringConverterBase /NoDefaultCtors/ { %TypeHeaderCode #include <qstringconverter_base.h> -- 2.48.1