From 55d68c814dc9c70cecef261ac8e5268dcde75c92a68114661e6c35b04af81434 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Sun, 14 Jan 2024 15:36:49 +0000 Subject: [PATCH] Accepting request 1138465 from home:alarrosa:branches:KDE:Qt5 - Disable the QtQml_signal_arguments test in s390x just as it was disabled in ppc64le to fix building in ALP (bsc#1217025) - Update to 5.15.12 * Missing includes for g++ 11.3 have been added. OBS-URL: https://build.opensuse.org/request/show/1138465 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python3-pyside2?expand=0&rev=84 --- pyside-setup-opensource-src-5.15.11.tar.xz | 3 --- pyside-setup-opensource-src-5.15.12.tar.xz | 3 +++ python3-pyside2.changes | 12 ++++++++++++ python3-pyside2.spec | 8 ++++---- 4 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 pyside-setup-opensource-src-5.15.11.tar.xz create mode 100644 pyside-setup-opensource-src-5.15.12.tar.xz diff --git a/pyside-setup-opensource-src-5.15.11.tar.xz b/pyside-setup-opensource-src-5.15.11.tar.xz deleted file mode 100644 index 512722b..0000000 --- a/pyside-setup-opensource-src-5.15.11.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da567cd3b7854d27a0b4afe3e89de8b2f98b7a6d57393be56f1fc13f770faf29 -size 3584760 diff --git a/pyside-setup-opensource-src-5.15.12.tar.xz b/pyside-setup-opensource-src-5.15.12.tar.xz new file mode 100644 index 0000000..26ada9c --- /dev/null +++ b/pyside-setup-opensource-src-5.15.12.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c53a111ca5779064593e690db0da43ce0d5dad25369931b7a4f593886259ff4 +size 3585204 diff --git a/python3-pyside2.changes b/python3-pyside2.changes index 5b953ad..2418b7c 100644 --- a/python3-pyside2.changes +++ b/python3-pyside2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jan 12 09:22:25 UTC 2024 - Antonio Larrosa + +- Disable the QtQml_signal_arguments test in s390x just as it was + disabled in ppc64le to fix building in ALP (bsc#1217025) + +------------------------------------------------------------------- +Thu Jan 11 12:34:24 UTC 2024 - Antonio Larrosa + +- Update to 5.15.12 + * Missing includes for g++ 11.3 have been added. + ------------------------------------------------------------------- Mon Oct 30 14:19:25 UTC 2023 - Christophe Marin diff --git a/python3-pyside2.spec b/python3-pyside2.spec index d78dd81..28c13cf 100644 --- a/python3-pyside2.spec +++ b/python3-pyside2.spec @@ -1,7 +1,7 @@ # # spec file for package python3-pyside2 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %global __requires_exclude qmlimport\\((Charts|TextBalloonPlugin) Name: python3-pyside2 -Version: 5.15.11 +Version: 5.15.12 Release: 0 Summary: Python bindings for Qt # Legal: @@ -227,8 +227,8 @@ ctest_exclude_regex="$ctest_exclude_regex|signal_enum_test|QtCore_qenum_test" # bug_307 fails on armv7l only ctest_exclude_regex="$ctest_exclude_regex|QtWidget_bug_307" %endif -%ifarch ppc64le -# TODO: investigate/report test failure on PowerPC +%ifarch ppc64le s390x +# TODO: investigate/report test failure on PowerPC and s390x ctest_exclude_regex="$ctest_exclude_regex|QtQml_signal_arguments" %endif