From 2892add174e470295a1475e74d48d62988e3240343fe40c886f33d598b86b4ff Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Thu, 3 Aug 2023 15:25:56 +0000 Subject: [PATCH] Accepting request 1102202 from home:alarrosa:branches:KDE:Qt5 Add changelog information so this package update is accepted in ALP - Update to version 5.15.10: * Error "Internal C++ object already deleted." when using QWidget::nativeParentWidget() has been fixed. * A crash in QTextBlock.layout() has been fixed. OBS-URL: https://build.opensuse.org/request/show/1102202 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python3-pyside2?expand=0&rev=78 --- python3-pyside2.changes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python3-pyside2.changes b/python3-pyside2.changes index 45f002f..a3a0235 100644 --- a/python3-pyside2.changes +++ b/python3-pyside2.changes @@ -1,7 +1,10 @@ ------------------------------------------------------------------- Mon Jun 19 13:45:19 UTC 2023 - Dmitry Roshchin -- Update to version 5.15.10 +- Update to version 5.15.10: + * Error "Internal C++ object already deleted." when + using QWidget::nativeParentWidget() has been fixed. + * A crash in QTextBlock.layout() has been fixed. - Fix python 3.11 compatibility, temporary blacklist signal_enum_test * python-3.11-compatibility.patch