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-04-14 10:10:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma5-phone-components (Old) and /work/SRC/openSUSE:Factory/.plasma5-phone-components.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma5-phone-components" Wed Apr 14 10:10:24 2021 rev:8 rq:883439 version:5.21.4 Changes: -------- --- /work/SRC/openSUSE:Factory/plasma5-phone-components/plasma5-phone-components.changes 2021-03-25 14:52:34.308500506 +0100 +++ /work/SRC/openSUSE:Factory/.plasma5-phone-components.new.2401/plasma5-phone-components.changes 2021-04-14 10:10:46.509473030 +0200 @@ -1,0 +2,11 @@ +Tue Apr 6 14:00:39 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.21.4 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.21.4 +- Changes since 5.21.3: + * lockscreen: Accept pin on numpad enter + * Fix typo + +------------------------------------------------------------------- Old: ---- plasma-phone-components-5.21.3.tar.xz plasma-phone-components-5.21.3.tar.xz.sig New: ---- plasma-phone-components-5.21.4.tar.xz plasma-phone-components-5.21.4.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma5-phone-components.spec ++++++ --- /var/tmp/diff_new_pack.sZBAZf/_old 2021-04-14 10:10:47.033473915 +0200 +++ /var/tmp/diff_new_pack.sZBAZf/_new 2021-04-14 10:10:47.037473921 +0200 @@ -23,7 +23,7 @@ %bcond_without lang Name: plasma5-phone-components -Version: 5.21.3 +Version: 5.21.4 Release: 0 # Full Plasma 5 version (e.g. 5.9.3) %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} ++++++ plasma-phone-components-5.21.3.tar.xz -> plasma-phone-components-5.21.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.21.3/applets/krunner/contents/ui/main.qml new/plasma-phone-components-5.21.4/applets/krunner/contents/ui/main.qml --- old/plasma-phone-components-5.21.3/applets/krunner/contents/ui/main.qml 2021-03-16 13:37:08.000000000 +0100 +++ new/plasma-phone-components-5.21.4/applets/krunner/contents/ui/main.qml 2021-04-06 14:36:04.000000000 +0200 @@ -88,7 +88,7 @@ anchors.fill: parent Kirigami.Theme.inherit: false Kirigami.Theme.colorSet: Kirigami.Theme.View - color: Kirigami.Theme.BackgroundColor + color: Kirigami.Theme.backgroundColor PlasmaCore.IconItem { anchors { bottom: parent.bottom diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.21.3/look-and-feel/contents/lockscreen/Keypad.qml new/plasma-phone-components-5.21.4/look-and-feel/contents/lockscreen/Keypad.qml --- old/plasma-phone-components-5.21.3/look-and-feel/contents/lockscreen/Keypad.qml 2021-03-16 13:37:08.000000000 +0100 +++ new/plasma-phone-components-5.21.4/look-and-feel/contents/lockscreen/Keypad.qml 2021-04-06 14:36:04.000000000 +0200 @@ -124,7 +124,7 @@ if (event.modifiers === Qt.NoModifier) { if (event.key === Qt.Key_Backspace) { keypadRoot.backspace(); - } else if (event.key === Qt.Key_Return) { + } else if (event.key === Qt.Key_Return || event.key === Qt.Key_Enter) { keypadRoot.enter(); } else if (event.text != "") { keypadRoot.keyPress(event.text); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.21.3/plasma_phone_components.notifyrc new/plasma-phone-components-5.21.4/plasma_phone_components.notifyrc --- old/plasma-phone-components-5.21.3/plasma_phone_components.notifyrc 2021-03-16 13:37:08.000000000 +0100 +++ new/plasma-phone-components-5.21.4/plasma_phone_components.notifyrc 2021-04-06 14:36:04.000000000 +0200 @@ -4,6 +4,7 @@ Name[ast]=Plasma Name[ca]=Plasma Name[cs]=Plasma +Name[de]=Plasma Name[en_GB]=Plasma Name[es]=Plasma Name[eu]=Plasma @@ -28,6 +29,7 @@ [Event/captured] Name=Captured Name[ca]=Captura +Name[cs]=Zachyceno Name[en_GB]=Captured Name[es]=Capturado Name[eu]=Atzemanda @@ -49,6 +51,7 @@ Name[x-test]=xxCapturedxx Comment=Captured Comment[ca]=Captura +Comment[cs]=Zachyceno Comment[en_GB]=Captured Comment[es]=Capturado Comment[eu]=Atzemanda diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.21.3/po/cs/plasma_applet_org.kde.phone.panel.po new/plasma-phone-components-5.21.4/po/cs/plasma_applet_org.kde.phone.panel.po --- old/plasma-phone-components-5.21.3/po/cs/plasma_applet_org.kde.phone.panel.po 2021-03-16 13:37:13.000000000 +0100 +++ new/plasma-phone-components-5.21.4/po/cs/plasma_applet_org.kde.phone.panel.po 2021-04-06 14:36:10.000000000 +0200 @@ -1,21 +1,21 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the plasma-phone-components package. -# Vit Pelcak <v...@pelcak.org>, 2020. +# Vit Pelcak <v...@pelcak.org>, 2020, 2021. # msgid "" msgstr "" "Project-Id-Version: plasma-phone-components\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-03-16 10:31+0100\n" -"PO-Revision-Date: 2020-05-18 20:41+0200\n" -"Last-Translator: Vit Pelcak <v...@pelcak.org>\n" +"PO-Revision-Date: 2021-03-24 16:02+0100\n" +"Last-Translator: Vit Pelcak <vpel...@suse.cz>\n" "Language-Team: Czech <kde-i18n-...@kde.org>\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 20.04.0\n" +"X-Generator: Lokalize 20.12.3\n" #: package/contents/ui/indicators/Battery.qml:50 #, kde-format @@ -25,7 +25,7 @@ #: package/contents/ui/indicators/SignalStrength.qml:71 #, kde-format msgid "Sim locked" -msgstr "" +msgstr "SIM je uzam??ena" #: package/contents/ui/indicators/Volume.qml:153 #, kde-format @@ -110,9 +110,9 @@ #: phonepanel.cpp:203 #, kde-format msgid "New Screenshot" -msgstr "" +msgstr "Nov?? sn??mek obrazovky" #: phonepanel.cpp:205 #, kde-format msgid "New screenshot saved to %1" -msgstr "" \ No newline at end of file +msgstr "Nov?? sn??mek obrazovky byl ulo??en do %1" \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.21.3/po/cs/plasma_shell_org.kde.plasma.phone.po new/plasma-phone-components-5.21.4/po/cs/plasma_shell_org.kde.plasma.phone.po --- old/plasma-phone-components-5.21.3/po/cs/plasma_shell_org.kde.plasma.phone.po 2021-03-16 13:37:13.000000000 +0100 +++ new/plasma-phone-components-5.21.4/po/cs/plasma_shell_org.kde.plasma.phone.po 2021-04-06 14:36:10.000000000 +0200 @@ -1,25 +1,25 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the plasma-phone-components package. -# Vit Pelcak <v...@pelcak.org>, 2020. +# Vit Pelcak <v...@pelcak.org>, 2020, 2021. # msgid "" msgstr "" "Project-Id-Version: plasma-phone-components\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-10-30 02:41+0100\n" -"PO-Revision-Date: 2020-01-17 17:02+0100\n" -"Last-Translator: Vit Pelcak <v...@pelcak.org>\n" +"PO-Revision-Date: 2021-03-24 16:03+0100\n" +"Last-Translator: Vit Pelcak <vpel...@suse.cz>\n" "Language-Team: Czech <kde-i18n-...@kde.org>\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Lokalize 19.12.1\n" +"X-Generator: Lokalize 20.12.3\n" #: contents/views/Pin.qml:162 msgid "No pin (error)" -msgstr "" +msgstr "Chyb?? pin (chyba)" #: contents/views/Pin.qml:163 msgid "Enter Sim PIN" @@ -35,15 +35,15 @@ #: contents/views/Pin.qml:167 msgid "Pins don't match. Try again" -msgstr "" +msgstr "PINy si neodpov??daj??. Zkuste to znovu" #: contents/views/Pin.qml:168 msgid "Choose new Pin" -msgstr "" +msgstr "Zvolte nov?? PIN" #: contents/views/Pin.qml:169 msgid "Confirm new Pin" -msgstr "" +msgstr "Potvr??te nov?? PIN" #: contents/views/Pin.qml:171 msgid "Enter Sim PUK 2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.21.3/po/fi/plasma_applet_org.kde.phone.homescreen.po new/plasma-phone-components-5.21.4/po/fi/plasma_applet_org.kde.phone.homescreen.po --- old/plasma-phone-components-5.21.3/po/fi/plasma_applet_org.kde.phone.homescreen.po 2021-03-16 13:37:16.000000000 +0100 +++ new/plasma-phone-components-5.21.4/po/fi/plasma_applet_org.kde.phone.homescreen.po 2021-04-06 14:36:12.000000000 +0200 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This file is copyright: # This file is distributed under the same license as the plasma-phone-components package. -# Tommi Nieminen <transla...@legisign.org>, 2018. +# Tommi Nieminen <transla...@legisign.org>, 2018, 2021. # msgid "" msgstr "" @@ -15,7 +15,7 @@ "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" +"X-Generator: Lokalize 20.04.2\n" #: package/contents/ui/ConfigOverlay.qml:102 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.21.3/po/nn/plasma_applet_org.kde.phone.panel.po new/plasma-phone-components-5.21.4/po/nn/plasma_applet_org.kde.phone.panel.po --- old/plasma-phone-components-5.21.3/po/nn/plasma_applet_org.kde.phone.panel.po 2021-03-16 13:37:27.000000000 +0100 +++ new/plasma-phone-components-5.21.4/po/nn/plasma_applet_org.kde.phone.panel.po 2021-04-06 14:36:21.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: plasma-phone-components\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2021-02-02 09:47+0100\n" +"POT-Creation-Date: 2021-03-16 10:31+0100\n" "PO-Revision-Date: 2020-12-04 22:46+0100\n" "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n" "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n" @@ -109,12 +109,12 @@ msgid "Display Brightness" msgstr "Lysstyrke skjerm" -#: phonepanel.cpp:187 +#: phonepanel.cpp:203 #, kde-format msgid "New Screenshot" msgstr "Nytt skjermbilete" -#: phonepanel.cpp:189 +#: phonepanel.cpp:205 #, kde-format msgid "New screenshot saved to %1" msgstr "Nytt skjermbilete er lagra som %1" \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.21.3/po/sl/plasma_shell_org.kde.plasma.phone.po new/plasma-phone-components-5.21.4/po/sl/plasma_shell_org.kde.plasma.phone.po --- old/plasma-phone-components-5.21.3/po/sl/plasma_shell_org.kde.plasma.phone.po 2021-03-16 13:37:31.000000000 +0100 +++ new/plasma-phone-components-5.21.4/po/sl/plasma_shell_org.kde.plasma.phone.po 2021-04-06 14:36:25.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: plasma-phone-components\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-10-30 02:41+0100\n" -"PO-Revision-Date: 2020-12-03 11:07+0100\n" +"PO-Revision-Date: 2021-03-23 09:42+0100\n" "Last-Translator: Matja?? Jeran <matjaz.je...@amis.net>\n" "Language-Team: Slovenian <lugos-...@lugos.si>\n" "Language: sl\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/plasma-phone-components-5.21.3/po/zh_CN/plasma_applet_org.kde.phone.activities.po new/plasma-phone-components-5.21.4/po/zh_CN/plasma_applet_org.kde.phone.activities.po --- old/plasma-phone-components-5.21.3/po/zh_CN/plasma_applet_org.kde.phone.activities.po 2021-03-16 13:37:35.000000000 +0100 +++ new/plasma-phone-components-5.21.4/po/zh_CN/plasma_applet_org.kde.phone.activities.po 2021-04-06 14:36:30.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-10-31 03:02+0100\n" -"PO-Revision-Date: 2021-03-14 15:43\n" +"PO-Revision-Date: 2021-03-27 17:31\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.21.3/po/zh_CN/plasma_applet_org.kde.phone.homescreen.po new/plasma-phone-components-5.21.4/po/zh_CN/plasma_applet_org.kde.phone.homescreen.po --- old/plasma-phone-components-5.21.3/po/zh_CN/plasma_applet_org.kde.phone.homescreen.po 2021-03-16 13:37:35.000000000 +0100 +++ new/plasma-phone-components-5.21.4/po/zh_CN/plasma_applet_org.kde.phone.homescreen.po 2021-04-06 14:36:30.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-10-31 03:02+0100\n" -"PO-Revision-Date: 2021-03-14 15:43\n" +"PO-Revision-Date: 2021-03-27 17:31\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.21.3/po/zh_CN/plasma_applet_org.kde.phone.krunner.po new/plasma-phone-components-5.21.4/po/zh_CN/plasma_applet_org.kde.phone.krunner.po --- old/plasma-phone-components-5.21.3/po/zh_CN/plasma_applet_org.kde.phone.krunner.po 2021-03-16 13:37:35.000000000 +0100 +++ new/plasma-phone-components-5.21.4/po/zh_CN/plasma_applet_org.kde.phone.krunner.po 2021-04-06 14:36:30.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-07-24 02:24+0200\n" -"PO-Revision-Date: 2021-03-14 15:43\n" +"PO-Revision-Date: 2021-03-27 17:31\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.21.3/po/zh_CN/plasma_applet_org.kde.phone.panel.po new/plasma-phone-components-5.21.4/po/zh_CN/plasma_applet_org.kde.phone.panel.po --- old/plasma-phone-components-5.21.3/po/zh_CN/plasma_applet_org.kde.phone.panel.po 2021-03-16 13:37:35.000000000 +0100 +++ new/plasma-phone-components-5.21.4/po/zh_CN/plasma_applet_org.kde.phone.panel.po 2021-04-06 14:36:30.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-03-16 10:31+0100\n" -"PO-Revision-Date: 2021-03-14 15:43\n" +"PO-Revision-Date: 2021-03-27 17:31\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.21.3/po/zh_CN/plasma_shell_org.kde.plasma.phone.po new/plasma-phone-components-5.21.4/po/zh_CN/plasma_shell_org.kde.plasma.phone.po --- old/plasma-phone-components-5.21.3/po/zh_CN/plasma_shell_org.kde.plasma.phone.po 2021-03-16 13:37:35.000000000 +0100 +++ new/plasma-phone-components-5.21.4/po/zh_CN/plasma_shell_org.kde.plasma.phone.po 2021-04-06 14:36:30.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-10-30 02:41+0100\n" -"PO-Revision-Date: 2021-03-14 15:43\n" +"PO-Revision-Date: 2021-03-27 17:31\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"