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-07-29 21:31:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-phone-components (Old)
 and      /work/SRC/openSUSE:Factory/.plasma5-phone-components.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma5-phone-components"

Thu Jul 29 21:31:49 2021 rev:15 rq:908728 version:5.22.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/plasma5-phone-components/plasma5-phone-components.changes
        2021-07-22 22:43:55.367155829 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-phone-components.new.1899/plasma5-phone-components.changes
      2021-07-29 21:32:54.608701159 +0200
@@ -1,0 +2,10 @@
+Tue Jul 27 12:35:01 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.22.4
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.22.4
+- Changes since 5.22.3:
+  * Make sure the closed signal is emitted upon close
+
+-------------------------------------------------------------------
@@ -13 +23 @@
-  * https://kde.org/announcements/plasma/5/5.22.2
+  * https://kde.org/announcements/plasma/5/5.22.3

Old:
----
  plasma-phone-components-5.22.3.tar.xz
  plasma-phone-components-5.22.3.tar.xz.sig

New:
----
  plasma-phone-components-5.22.4.tar.xz
  plasma-phone-components-5.22.4.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ plasma5-phone-components.spec ++++++
--- /var/tmp/diff_new_pack.DjFzWf/_old  2021-07-29 21:32:55.016700656 +0200
+++ /var/tmp/diff_new_pack.DjFzWf/_new  2021-07-29 21:32:55.016700656 +0200
@@ -24,7 +24,7 @@
 
 %bcond_without lang
 Name:           plasma5-phone-components
-Version:        5.22.3
+Version:        5.22.4
 Release:        0
 # Full Plasma 5 version (e.g. 5.9.3)
 %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}

++++++ plasma-phone-components-5.22.3.tar.xz -> 
plasma-phone-components-5.22.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-phone-components-5.22.3/containments/panel/package/contents/ui/SlidingContainer.qml
 
new/plasma-phone-components-5.22.4/containments/panel/package/contents/ui/SlidingContainer.qml
--- 
old/plasma-phone-components-5.22.3/containments/panel/package/contents/ui/SlidingContainer.qml
      2021-07-06 12:28:59.000000000 +0200
+++ 
new/plasma-phone-components-5.22.4/containments/panel/package/contents/ui/SlidingContainer.qml
      2021-07-27 12:32:55.000000000 +0200
@@ -50,6 +50,9 @@
 
     Component.onCompleted: plasmoid.nativeInterface.panel = window;
 
+    onVisibleChanged: if (!visible) {
+        closed()
+    }
     onInitiallyOpenedChanged: {
         if (initiallyOpened) mainFlickable.focus = true;
     }
@@ -93,7 +96,6 @@
         if (window.offset <= 0) {
             // close immediately, so that we don't have to wait 
units.longDuration 
             window.visible = false;
-            window.closed();
             close();
         } else if (window.direction === 
SlidingContainer.MovementDirection.None) {
             if (window.offset < openThreshold) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-phone-components-5.22.3/look-and-feel/metadata.desktop 
new/plasma-phone-components-5.22.4/look-and-feel/metadata.desktop
--- old/plasma-phone-components-5.22.3/look-and-feel/metadata.desktop   
2021-07-06 12:28:59.000000000 +0200
+++ new/plasma-phone-components-5.22.4/look-and-feel/metadata.desktop   
2021-07-27 12:32:55.000000000 +0200
@@ -103,7 +103,7 @@
 Keywords[tr]=Telefon, ??al????ma alan??, G??r??n??m
 Keywords[uk]=??????????????, ?????????????? ??????????????, ???????????? ?? 
??????????????????
 Keywords[x-test]=xxPhone, Workspace, Look and Feelxx
-Keywords[zh_CN]=Phone, Workspace, Look and Feel, ??????, ????????????, ??????
+Keywords[zh_CN]=Phone, Workspace, Look and Feel, ??????, ????????????, 
????????????
 Keywords[zh_TW]=???????????????????????????????????????
 Type=Service
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-phone-components-5.22.3/plasma_phone_components.notifyrc 
new/plasma-phone-components-5.22.4/plasma_phone_components.notifyrc
--- old/plasma-phone-components-5.22.3/plasma_phone_components.notifyrc 
2021-07-06 12:28:59.000000000 +0200
+++ new/plasma-phone-components-5.22.4/plasma_phone_components.notifyrc 
2021-07-27 12:32:55.000000000 +0200
@@ -26,6 +26,7 @@
 Name[sv]=Plasma
 Name[uk]=????????????
 Name[x-test]=xxPlasmaxx
+Name[zh_CN]=Plasma
 
 [Event/captured]
 Name=Captured
@@ -51,6 +52,7 @@
 Name[sv]=Lagrad
 Name[uk]=??????????????????
 Name[x-test]=xxCapturedxx
+Name[zh_CN]=?????????
 Comment=Captured
 Comment[ca]=Captura
 Comment[cs]=Zachyceno
@@ -74,4 +76,5 @@
 Comment[sv]=Lagrad
 Comment[uk]=??????????????????
 Comment[x-test]=xxCapturedxx
+Comment[zh_CN]=?????????
 Action=Popup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-phone-components-5.22.3/po/fi/plasma_applet_org.kde.phone.panel.po 
new/plasma-phone-components-5.22.4/po/fi/plasma_applet_org.kde.phone.panel.po
--- 
old/plasma-phone-components-5.22.3/po/fi/plasma_applet_org.kde.phone.panel.po   
    2021-07-06 12:29:05.000000000 +0200
+++ 
new/plasma-phone-components-5.22.4/po/fi/plasma_applet_org.kde.phone.panel.po   
    2021-07-27 12:33:00.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>, 2019, 2020.
+# Tommi Nieminen <transla...@legisign.org>, 2019, 2020, 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 20.08.3\n"
+"X-Generator: Lokalize 20.04.2\n"
 
 #: package/contents/ui/indicators/Battery.qml:35
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-phone-components-5.22.3/po/zh_CN/plasma_applet_org.kde.phone.activities.po
 
new/plasma-phone-components-5.22.4/po/zh_CN/plasma_applet_org.kde.phone.activities.po
--- 
old/plasma-phone-components-5.22.3/po/zh_CN/plasma_applet_org.kde.phone.activities.po
       2021-07-06 12:29:18.000000000 +0200
+++ 
new/plasma-phone-components-5.22.4/po/zh_CN/plasma_applet_org.kde.phone.activities.po
       2021-07-27 12:33:13.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-06-20 07:37\n"
+"PO-Revision-Date: 2021-07-26 13:49\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.3/po/zh_CN/plasma_applet_org.kde.phone.krunner.po
 
new/plasma-phone-components-5.22.4/po/zh_CN/plasma_applet_org.kde.phone.krunner.po
--- 
old/plasma-phone-components-5.22.3/po/zh_CN/plasma_applet_org.kde.phone.krunner.po
  2021-07-06 12:29:18.000000000 +0200
+++ 
new/plasma-phone-components-5.22.4/po/zh_CN/plasma_applet_org.kde.phone.krunner.po
  2021-07-27 12:33:13.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-06-20 07:37\n"
+"PO-Revision-Date: 2021-07-26 13:49\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.3/po/zh_CN/plasma_applet_org.kde.phone.panel.po
 
new/plasma-phone-components-5.22.4/po/zh_CN/plasma_applet_org.kde.phone.panel.po
--- 
old/plasma-phone-components-5.22.3/po/zh_CN/plasma_applet_org.kde.phone.panel.po
    2021-07-06 12:29:18.000000000 +0200
+++ 
new/plasma-phone-components-5.22.4/po/zh_CN/plasma_applet_org.kde.phone.panel.po
    2021-07-27 12:33:13.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-06-20 07:37\n"
+"PO-Revision-Date: 2021-07-26 13:49\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -26,22 +26,22 @@
 #: package/contents/ui/indicators/providers/SignalStrengthProvider.qml:25
 #, kde-format
 msgid "Sim locked"
-msgstr ""
+msgstr "SIM ?????????"
 
 #: package/contents/ui/indicators/providers/VolumeProvider.qml:128
 #, kde-format
 msgid "Audio"
-msgstr ""
+msgstr "??????"
 
 #: package/contents/ui/indicators/providers/VolumeProvider.qml:132
 #, kde-format
 msgid "Increase Volume"
-msgstr "????????????"
+msgstr "????????????"
 
 #: package/contents/ui/indicators/providers/VolumeProvider.qml:139
 #, kde-format
 msgid "Decrease Volume"
-msgstr "????????????"
+msgstr "????????????"
 
 #: package/contents/ui/indicators/providers/VolumeProvider.qml:146
 #, kde-format
@@ -61,7 +61,7 @@
 #: package/contents/ui/quicksettings/QuickSettingsModel.qml:127
 #, kde-format
 msgid "Bluetooth"
-msgstr ""
+msgstr "??????"
 
 #: package/contents/ui/quicksettings/QuickSettingsModel.qml:135
 #, kde-format
@@ -86,7 +86,7 @@
 #: package/contents/ui/quicksettings/QuickSettingsModel.qml:163
 #, kde-format
 msgid "Location"
-msgstr "??????"
+msgstr "??????"
 
 #: package/contents/ui/quicksettings/QuickSettingsModel.qml:169
 #, kde-format
@@ -96,19 +96,19 @@
 #: package/contents/ui/quicksettings/QuickSettingsModel.qml:176
 #, kde-format
 msgid "Auto-rotate"
-msgstr ""
+msgstr "????????????"
 
 #: package/contents/ui/quicksettings/QuickSettingsModel.qml:183
 #, kde-format
 msgid "Night Color"
-msgstr ""
+msgstr "????????????"
 
 #: phonepanel.cpp:186
 #, kde-format
 msgid "New Screenshot"
-msgstr ""
+msgstr "??????????????????"
 
 #: phonepanel.cpp:188
 #, kde-format
 msgid "New screenshot saved to %1"
-msgstr ""
\ No newline at end of file
+msgstr "??????????????????????????? %1"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-phone-components-5.22.3/po/zh_CN/plasma_shell_org.kde.plasma.phone.po
 
new/plasma-phone-components-5.22.4/po/zh_CN/plasma_shell_org.kde.plasma.phone.po
--- 
old/plasma-phone-components-5.22.3/po/zh_CN/plasma_shell_org.kde.plasma.phone.po
    2021-07-06 12:29:18.000000000 +0200
+++ 
new/plasma-phone-components-5.22.4/po/zh_CN/plasma_shell_org.kde.plasma.phone.po
    2021-07-27 12:33:13.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-06-20 07:37\n"
+"PO-Revision-Date: 2021-07-26 13:49\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -36,15 +36,15 @@
 
 #: contents/views/Pin.qml:156
 msgid "Pins don't match. Try again"
-msgstr ""
+msgstr "PIN ????????????????????????"
 
 #: contents/views/Pin.qml:157
 msgid "Choose new Pin"
-msgstr ""
+msgstr "????????? PIN ???"
 
 #: contents/views/Pin.qml:158
 msgid "Confirm new Pin"
-msgstr ""
+msgstr "????????? PIN ???"
 
 #: contents/views/Pin.qml:160
 msgid "Enter Sim PUK 2"
@@ -57,4 +57,4 @@
 #: contents/views/Pin.qml:175
 msgid "%1 attempt left"
 msgid_plural "%1 attempts left"
-msgstr[0] "?????? %1 ???????????????"
\ No newline at end of file
+msgstr[0] "?????? %1 ???????????????"
\ No newline at end of file

Reply via email to