From 4ab4733a438b053aecaaf8f180cfef196fa127e49ebe4244aeff2f7983320025 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Wed, 27 Mar 2024 08:27:18 +0000 Subject: [PATCH 1/3] - Exclude a broken pyside test since Qt 6.6.3 release OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/python3-pyside6?expand=0&rev=61 --- python3-pyside6.changes | 5 +++++ python3-pyside6.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python3-pyside6.changes b/python3-pyside6.changes index 98b2023..81c4c2c 100644 --- a/python3-pyside6.changes +++ b/python3-pyside6.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 27 08:26:57 UTC 2024 - Christophe Marin + +- Exclude a broken pyside test since Qt 6.6.3 release + ------------------------------------------------------------------- Sat Feb 17 17:52:19 UTC 2024 - Christophe Marin diff --git a/python3-pyside6.spec b/python3-pyside6.spec index de88aea..a625480 100644 --- a/python3-pyside6.spec +++ b/python3-pyside6.spec @@ -239,7 +239,7 @@ ctest_exclude_regex="smart_smart_pointer" %define xvfb_command xvfb-run -s "-screen 0 1600x1200x16 -ac +extension GLX +render -noreset" \\ %define excluded_tests 1 -# Excluded tests (last update: 2024-02-17) +# Excluded tests (last update: 2024-03-27) # QtWebEngineWidgets_pyside-474-qtwebengineview fails with 'ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer' # QtGui_qpen_test times out # QtMultimediaWidgets_qmultimediawidgets aborts @@ -247,7 +247,8 @@ ctest_exclude_regex="smart_smart_pointer" # QtPositioning_positioning fails # QtWidgets_qwidget_test fails randomly # pyside6-android-deploy_test_pyside6_android_deploy -ctest_exclude_regex="QtWebEngineWidgets_pyside-474-qtwebengineview|QtGui_qpen_test|QtMultimediaWidgets_qmultimediawidgets|Qt3DExtras_qt3dextras_test|QtPositioning_positioning|pyside6-deploy_test_pyside6_deploy|QtWidgets_qwidget_test|pyside6-android-deploy_test_pyside6_android_deploy" +# QtCore_qoperatingsystemversion_test fails after https://code.qt.io/cgit/qt/qtbase.git/commit/?id=1214edc +ctest_exclude_regex="QtWebEngineWidgets_pyside-474-qtwebengineview|QtGui_qpen_test|QtMultimediaWidgets_qmultimediawidgets|Qt3DExtras_qt3dextras_test|QtPositioning_positioning|pyside6-deploy_test_pyside6_deploy|QtWidgets_qwidget_test|pyside6-android-deploy_test_pyside6_android_deploy|qoperatingsystemversion" # Random failures on aarch64: registry_existence_test times out and QtWebEngineCore_web_engine_custom_scheme asserts %ifarch aarch64 From 017578c8a86b26c0f36c862f76fc32e4369717dcb6ce53a709258e573bf6e80c Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Wed, 27 Mar 2024 09:05:53 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/python3-pyside6?expand=0&rev=62 --- python3-pyside6.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3-pyside6.spec b/python3-pyside6.spec index a625480..2eac4e6 100644 --- a/python3-pyside6.spec +++ b/python3-pyside6.spec @@ -127,7 +127,7 @@ BuildRequires: cmake(Qt6TextToSpeech) BuildRequires: cmake(Qt6UiPlugin) BuildRequires: cmake(Qt6UiTools) BuildRequires: cmake(Qt6WebChannel) -%ifarch x86_64 aarch64 s390x +%ifarch x86_64 aarch64 riscv64 BuildRequires: cmake(Qt6Pdf) BuildRequires: cmake(Qt6PdfWidgets) BuildRequires: cmake(Qt6WebEngineCore) From 515fded3801ae4efac7137e7ec71a05f33994f7ec894e95cf159b377595711ef Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Wed, 27 Mar 2024 09:06:17 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/python3-pyside6?expand=0&rev=63 --- python3-pyside6.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3-pyside6.spec b/python3-pyside6.spec index 2eac4e6..1d0ba75 100644 --- a/python3-pyside6.spec +++ b/python3-pyside6.spec @@ -127,7 +127,7 @@ BuildRequires: cmake(Qt6TextToSpeech) BuildRequires: cmake(Qt6UiPlugin) BuildRequires: cmake(Qt6UiTools) BuildRequires: cmake(Qt6WebChannel) -%ifarch x86_64 aarch64 riscv64 +%ifarch x86_64 %x86_64 aarch64 riscv64 BuildRequires: cmake(Qt6Pdf) BuildRequires: cmake(Qt6PdfWidgets) BuildRequires: cmake(Qt6WebEngineCore)