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
This commit is contained in:
parent
9c3e84c0dc
commit
55d68c814d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da567cd3b7854d27a0b4afe3e89de8b2f98b7a6d57393be56f1fc13f770faf29
|
||||
size 3584760
|
BIN
pyside-setup-opensource-src-5.15.12.tar.xz
(Stored with Git LFS)
Normal file
BIN
pyside-setup-opensource-src-5.15.12.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 12 09:22:25 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- 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 <alarrosa@suse.com>
|
||||
|
||||
- Update to 5.15.12
|
||||
* Missing includes for g++ 11.3 have been added.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 30 14:19:25 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user