diff --git a/0001-KPasswordDialog-Reset-geometry-property.patch b/0001-KPasswordDialog-Reset-geometry-property.patch deleted file mode 100644 index 07734fb..0000000 --- a/0001-KPasswordDialog-Reset-geometry-property.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 03981a052b1a8264cdd068a540ec2112879df157 Mon Sep 17 00:00:00 2001 -From: Christoph Feck -Date: Fri, 18 Aug 2017 01:46:59 +0200 -Subject: [PATCH] [KPasswordDialog] Reset geometry property - -The actual geometry is computed at runtime by the layout ---- - src/kpassworddialog.ui | 8 -------- - 1 file changed, 8 deletions(-) - -diff --git a/src/kpassworddialog.ui b/src/kpassworddialog.ui -index b1ad99c..9da02d8 100644 ---- a/src/kpassworddialog.ui -+++ b/src/kpassworddialog.ui -@@ -2,14 +2,6 @@ - - KPasswordDialog - -- -- -- 0 -- 0 -- 412 -- 328 -- -- - - - --- -2.13.2 - diff --git a/0001-KPasswordLineEdit-Set-focus-proxy-to-line-edit.patch b/0001-KPasswordLineEdit-Set-focus-proxy-to-line-edit.patch deleted file mode 100644 index f3b8c46..0000000 --- a/0001-KPasswordLineEdit-Set-focus-proxy-to-line-edit.patch +++ /dev/null @@ -1,28 +0,0 @@ -From e72a8c2dad4dbce7972bba24631f8ad24e8fe990 Mon Sep 17 00:00:00 2001 -From: Christoph Feck -Date: Fri, 18 Aug 2017 14:05:39 +0200 -Subject: [PATCH] [KPasswordLineEdit] Set focus proxy to line edit - -BUG: 383653 -FIXED-IN: 5.38.0 - -Differential Revision: https://phabricator.kde.org/D7378 ---- - src/kpasswordlineedit.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/kpasswordlineedit.cpp b/src/kpasswordlineedit.cpp -index 834cfb1..89e89b8 100644 ---- a/src/kpasswordlineedit.cpp -+++ b/src/kpasswordlineedit.cpp -@@ -96,6 +96,7 @@ KPasswordLineEdit::KPasswordLineEdit(QWidget *parent) - d->passwordLineEdit->setObjectName(QStringLiteral("passwordlineedit")); - d->passwordLineEdit->setEchoMode(QLineEdit::Password); - connect(d->passwordLineEdit, &QLineEdit::textChanged, this, &KPasswordLineEdit::passwordChanged); -+ setFocusProxy(d->passwordLineEdit); - mainLayout->addWidget(d->passwordLineEdit); - d->initialize(); - } --- -2.14.0 - diff --git a/kwidgetsaddons-5.37.0.tar.xz b/kwidgetsaddons-5.37.0.tar.xz deleted file mode 100644 index 1d94070..0000000 --- a/kwidgetsaddons-5.37.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4c54b371a6fc748108f3e2ce2f40d422e8ef03210b243a3d091c090cf19b3ca -size 2175360 diff --git a/kwidgetsaddons-5.38.0.tar.xz b/kwidgetsaddons-5.38.0.tar.xz new file mode 100644 index 0000000..efb489e --- /dev/null +++ b/kwidgetsaddons-5.38.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ee4f81cd91e61e82306f757a06849644fde73e09650e0498797cdc3a4604fa +size 2175700 diff --git a/kwidgetsaddons.changes b/kwidgetsaddons.changes index e53e05b..02eacb5 100644 --- a/kwidgetsaddons.changes +++ b/kwidgetsaddons.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Sep 12 07:11:18 CEST 2017 - lbeltrame@kde.org + +- Update to 5.38.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.38.0.php +- Changes since 5.37.0: + * simplify setContents by letting Qt do more of the work + * KSqueezedTextLabel: Add isSqueezed() for convenience + * KSqueezedTextLabel: Small improvements to API docs + * [KPasswordLineEdit] Set focus proxy to line edit (kde#383653) + * [KPasswordDialog] Reset geometry property + * Tag some more private classes with hidden visibility + * Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN +- Dropped patches, now upstream: + * 0001-KPasswordDialog-Reset-geometry-property.patch + * 0001-KPasswordLineEdit-Set-focus-proxy-to-line-edit.patch + ------------------------------------------------------------------- Wed Aug 23 08:22:04 UTC 2017 - fabian@ritter-vogt.de diff --git a/kwidgetsaddons.spec b/kwidgetsaddons.spec index da7e065..9dbf5ee 100644 --- a/kwidgetsaddons.spec +++ b/kwidgetsaddons.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5WidgetsAddons5 -%define _tar_path 5.37 +%define _tar_path 5.38 Name: kwidgetsaddons -Version: 5.37.0 +Version: 5.38.0 Release: 0 BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_tar_path}