Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package plasma5-phone-components for openSUSE:Factory checked in at 2021-06-18 10:13:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma5-phone-components (Old) and /work/SRC/openSUSE:Factory/.plasma5-phone-components.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-phone-components" Fri Jun 18 10:13:44 2021 rev:11 rq:900282 version:5.22.1 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma5-phone-components/plasma5-phone-components.changes 2021-06-07 22:43:37.924498462 +0200 +++ /work/SRC/openSUSE:Factory/.plasma5-phone-components.new.2625/plasma5-phone-components.changes 2021-06-18 10:13:57.986008534 +0200 @@ -1,0 +2,12 @@ +Tue Jun 15 13:17:28 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.22.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.22.1 +- Changes since 5.22.0: + * lockscreen: handle all cases for lockscreen keyboard focus + * lockscreen: explicitly tell keyboard to open rather than relying on focus + * panel: remove unnecessary color changes for header panel when quicksettings open + +------------------------------------------------------------------- Old: ---- plasma-phone-components-5.22.0.tar.xz plasma-phone-components-5.22.0.tar.xz.sig New: ---- plasma-phone-components-5.22.1.tar.xz plasma-phone-components-5.22.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma5-phone-components.spec ++++++ --- /var/tmp/diff_new_pack.xw0Avg/_old 2021-06-18 10:13:58.474009179 +0200 +++ /var/tmp/diff_new_pack.xw0Avg/_new 2021-06-18 10:13:58.478009184 +0200 @@ -24,7 +24,7 @@ %bcond_without lang Name: plasma5-phone-components -Version: 5.22.0 +Version: 5.22.1 Release: 0 # Full Plasma 5 version (e.g. 5.9.3) %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} @@ -34,9 +34,9 @@ License: GPL-2.0-or-later Group: System/GUI/KDE URL: http://www.kde.org/ -Source: plasma-phone-components-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/plasma-phone-components-%{version}.tar.xz %if %{with lang} -Source1: plasma-phone-components-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/plasma-phone-components-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: extra-cmake-modules ++++++ plasma-phone-components-5.22.0.tar.xz -> plasma-phone-components-5.22.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.22.0/containments/panel/package/contents/ui/main.qml new/plasma-phone-components-5.22.1/containments/panel/package/contents/ui/main.qml --- old/plasma-phone-components-5.22.0/containments/panel/package/contents/ui/main.qml 2021-06-03 16:16:27.000000000 +0200 +++ new/plasma-phone-components-5.22.1/containments/panel/package/contents/ui/main.qml 2021-06-15 12:08:09.000000000 +0200 @@ -163,13 +163,6 @@ showDropShadow: !showingApp } - // top panel background (background for the rest of the screen in SlidingPanel.qml) - Rectangle { - anchors.fill: parent - color: PlasmaCore.Theme.backgroundColor - opacity: 0.6 * Math.min(1, slidingPanel.offset/panelContents.height) - } - // initial swipe down MouseArea { z: 99 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.22.0/look-and-feel/contents/lockscreen/PasswordBar.qml new/plasma-phone-components-5.22.1/look-and-feel/contents/lockscreen/PasswordBar.qml --- old/plasma-phone-components-5.22.0/look-and-feel/contents/lockscreen/PasswordBar.qml 2021-06-03 16:16:27.000000000 +0200 +++ new/plasma-phone-components-5.22.1/look-and-feel/contents/lockscreen/PasswordBar.qml 2021-06-15 12:08:09.000000000 +0200 @@ -130,6 +130,12 @@ focus: keypadOpen && !isPinMode z: 1 + onFocusChanged: { + if (focus) { + Keyboards.KWinVirtualKeyboard.active = true; + } + } + property bool externalEdit: false property string prevText: "" @@ -179,7 +185,12 @@ anchors.margins: units.smallSpacing implicitWidth: height icon.name: "input-keyboard-virtual-symbolic" - onClicked: root.isPinMode = !root.isPinMode + onClicked: { + root.isPinMode = !root.isPinMode; + if (!root.isPinMode) { + Keyboards.KWinVirtualKeyboard.active = true; + } + } } // label ("wrong pin", "enter pin") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.22.0/po/de/plasma_applet_org.kde.phone.activities.po new/plasma-phone-components-5.22.1/po/de/plasma_applet_org.kde.phone.activities.po --- old/plasma-phone-components-5.22.0/po/de/plasma_applet_org.kde.phone.activities.po 2021-06-03 16:16:31.000000000 +0200 +++ new/plasma-phone-components-5.22.1/po/de/plasma_applet_org.kde.phone.activities.po 2021-06-15 12:08:13.000000000 +0200 @@ -15,7 +15,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 2.0\n" #: contents/ui/main.qml:17 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.22.0/po/de/plasma_applet_org.kde.phone.krunner.po new/plasma-phone-components-5.22.1/po/de/plasma_applet_org.kde.phone.krunner.po --- old/plasma-phone-components-5.22.0/po/de/plasma_applet_org.kde.phone.krunner.po 2021-06-03 16:16:31.000000000 +0200 +++ new/plasma-phone-components-5.22.1/po/de/plasma_applet_org.kde.phone.krunner.po 2021-06-15 12:08:13.000000000 +0200 @@ -15,7 +15,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 18.12.3\n" #: contents/ui/main.qml:55 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.22.0/po/de/plasma_applet_org.kde.phone.panel.po new/plasma-phone-components-5.22.1/po/de/plasma_applet_org.kde.phone.panel.po --- old/plasma-phone-components-5.22.0/po/de/plasma_applet_org.kde.phone.panel.po 2021-06-03 16:16:31.000000000 +0200 +++ new/plasma-phone-components-5.22.1/po/de/plasma_applet_org.kde.phone.panel.po 2021-06-15 12:08:13.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: plasma-phone-components\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-04-10 00:20+0000\n" -"PO-Revision-Date: 2021-03-02 11:39+0100\n" +"PO-Revision-Date: 2021-06-11 10:36+0200\n" "Last-Translator: Burkhard L??ck <lu...@hube-lueck.de>\n" "Language-Team: German <kde-i18n...@kde.org>\n" "Language: de\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.22.0/po/de/plasma_shell_org.kde.plasma.phone.po new/plasma-phone-components-5.22.1/po/de/plasma_shell_org.kde.plasma.phone.po --- old/plasma-phone-components-5.22.0/po/de/plasma_shell_org.kde.plasma.phone.po 2021-06-03 16:16:31.000000000 +0200 +++ new/plasma-phone-components-5.22.1/po/de/plasma_shell_org.kde.plasma.phone.po 2021-06-15 12:08:13.000000000 +0200 @@ -15,7 +15,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 19.12.3\n" #: contents/views/Pin.qml:151 msgid "No pin (error)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.22.0/po/zh_CN/plasma_applet_org.kde.phone.activities.po new/plasma-phone-components-5.22.1/po/zh_CN/plasma_applet_org.kde.phone.activities.po --- old/plasma-phone-components-5.22.0/po/zh_CN/plasma_applet_org.kde.phone.activities.po 2021-06-03 16:16:47.000000000 +0200 +++ new/plasma-phone-components-5.22.1/po/zh_CN/plasma_applet_org.kde.phone.activities.po 2021-06-15 12:08:27.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-03-04 02:55+0100\n" -"PO-Revision-Date: 2021-05-25 16:22\n" +"PO-Revision-Date: 2021-06-03 16:07\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.22.0/po/zh_CN/plasma_applet_org.kde.phone.krunner.po new/plasma-phone-components-5.22.1/po/zh_CN/plasma_applet_org.kde.phone.krunner.po --- old/plasma-phone-components-5.22.0/po/zh_CN/plasma_applet_org.kde.phone.krunner.po 2021-06-03 16:16:47.000000000 +0200 +++ new/plasma-phone-components-5.22.1/po/zh_CN/plasma_applet_org.kde.phone.krunner.po 2021-06-15 12:08:27.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-05 00:20+0000\n" -"PO-Revision-Date: 2021-05-25 16:22\n" +"PO-Revision-Date: 2021-06-03 16:07\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.22.0/po/zh_CN/plasma_applet_org.kde.phone.panel.po new/plasma-phone-components-5.22.1/po/zh_CN/plasma_applet_org.kde.phone.panel.po --- old/plasma-phone-components-5.22.0/po/zh_CN/plasma_applet_org.kde.phone.panel.po 2021-06-03 16:16:47.000000000 +0200 +++ new/plasma-phone-components-5.22.1/po/zh_CN/plasma_applet_org.kde.phone.panel.po 2021-06-15 12:08:27.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-04-10 00:20+0000\n" -"PO-Revision-Date: 2021-05-25 16:22\n" +"PO-Revision-Date: 2021-06-03 16:07\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.22.0/po/zh_CN/plasma_shell_org.kde.plasma.phone.po new/plasma-phone-components-5.22.1/po/zh_CN/plasma_shell_org.kde.plasma.phone.po --- old/plasma-phone-components-5.22.0/po/zh_CN/plasma_shell_org.kde.plasma.phone.po 2021-06-03 16:16:47.000000000 +0200 +++ new/plasma-phone-components-5.22.1/po/zh_CN/plasma_shell_org.kde.plasma.phone.po 2021-06-15 12:08:27.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-05-29 01:40+0000\n" -"PO-Revision-Date: 2021-05-25 16:22\n" +"PO-Revision-Date: 2021-06-03 16:07\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"