From 5cb40d1ef23b771a631b2608bca061d9850c3000 Mon Sep 17 00:00:00 2001 From: Stefan Hundhammer Date: Tue, 24 Mar 2020 16:20:09 +0100 Subject: [PATCH 1/2] Fixed Qt 5.15 deprecated warnings --- src/YQPkgConflictDialog.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/YQPkgConflictDialog.cc b/src/YQPkgConflictDialog.cc index ba0f269..3bf782b 100644 --- a/src/YQPkgConflictDialog.cc +++ b/src/YQPkgConflictDialog.cc @@ -171,11 +171,7 @@ YQPkgConflictDialog::YQPkgConflictDialog( QWidget * parent ) // Busy popup - _busyPopup = new QLabel( " " + _( "Checking Dependencies..." ) + " ", parent, 0 -#ifdef FIXME - , WStyle_Customize | WStyle_DialogBorder | WStyle_Dialog | WStyle_Title -#endif - ); + _busyPopup = new QLabel( " " + _( "Checking Dependencies..." ) + " ", parent ); Q_CHECK_PTR( _busyPopup ); _busyPopup->setWindowTitle( "" ); From 381a4e0fe3a48010a3d11ef4a6b91bafbcd0be14 Mon Sep 17 00:00:00 2001 From: Stefan Hundhammer Date: Tue, 24 Mar 2020 17:21:30 +0100 Subject: [PATCH 2/2] Version bump and change log --- VERSION.cmake | 2 +- package/libyui-qt-pkg-doc.spec | 2 +- package/libyui-qt-pkg.changes | 6 ++++++ package/libyui-qt-pkg.spec | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index f937b95..0b67e51 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -1,6 +1,6 @@ SET( VERSION_MAJOR "2" ) SET( VERSION_MINOR "47" ) -SET( VERSION_PATCH "3" ) +SET( VERSION_PATCH "4" ) SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" ) ##### This is need for the libyui core, ONLY. diff --git a/package/libyui-qt-pkg-doc.spec b/package/libyui-qt-pkg-doc.spec index cc8e4a1..4bc58b3 100644 --- a/package/libyui-qt-pkg-doc.spec +++ b/package/libyui-qt-pkg-doc.spec @@ -19,7 +19,7 @@ %define parent libyui-qt-pkg %define so_version 11 Name: %{parent}-doc -Version: 2.47.3 +Version: 2.47.4 Release: 0 Summary: Libyui-qt-pkg documentation License: LGPL-2.1-only OR LGPL-3.0-only diff --git a/package/libyui-qt-pkg.changes b/package/libyui-qt-pkg.changes index 9f1a27f..3e8245d 100644 --- a/package/libyui-qt-pkg.changes +++ b/package/libyui-qt-pkg.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 24 16:20:57 UTC 2020 - Stefan Hundhammer + +- Fixed Qt 5.15 deprecated warnings (bsc#1165118) +- 2.47.4 + ------------------------------------------------------------------- Mon Feb 17 09:32:16 UTC 2020 - Stefan Hundhammer diff --git a/package/libyui-qt-pkg.spec b/package/libyui-qt-pkg.spec index 9cbada7..7377105 100644 --- a/package/libyui-qt-pkg.spec +++ b/package/libyui-qt-pkg.spec @@ -21,7 +21,7 @@ %define libyui_qt_devel_version libyui-qt-devel >= 2.50.1 %define libzypp_devel_version libzypp-devel >= 17.21.0 Name: libyui-qt-pkg -Version: 2.47.3 +Version: 2.47.4 Release: 0 Summary: Libyui - Qt Package Selector License: LGPL-2.1-only OR LGPL-3.0-only