Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2021-04-14 10:10:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and      /work/SRC/openSUSE:Factory/.plasma5-pa.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma5-pa"

Wed Apr 14 10:10:06 2021 rev:102 rq:883438 version:5.21.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes    2021-03-19 
16:41:50.986008214 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.2401/plasma5-pa.changes  
2021-04-14 10:10:18.753426164 +0200
@@ -1,0 +2,10 @@
+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:
+  * Round volume to avoid increasing or decreasing by more than stepSize 
(kde#434769)
+
+-------------------------------------------------------------------

Old:
----
  plasma-pa-5.21.3.tar.xz
  plasma-pa-5.21.3.tar.xz.sig

New:
----
  plasma-pa-5.21.4.tar.xz
  plasma-pa-5.21.4.tar.xz.sig

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

Other differences:
------------------
++++++ plasma5-pa.spec ++++++
--- /var/tmp/diff_new_pack.NEWjV4/_old  2021-04-14 10:10:19.233426974 +0200
+++ /var/tmp/diff_new_pack.NEWjV4/_new  2021-04-14 10:10:19.237426981 +0200
@@ -20,7 +20,7 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:           plasma5-pa
-Version:        5.21.3
+Version:        5.21.4
 Release:        0
 Summary:        The Plasma5 Volume Manager
 License:        GPL-2.0-or-later

++++++ plasma-pa-5.21.3.tar.xz -> plasma-pa-5.21.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.21.3/CMakeLists.txt 
new/plasma-pa-5.21.4/CMakeLists.txt
--- old/plasma-pa-5.21.3/CMakeLists.txt 2021-03-16 13:37:04.000000000 +0100
+++ new/plasma-pa-5.21.4/CMakeLists.txt 2021-04-06 14:36:00.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.21.3")
+set(PROJECT_VERSION "5.21.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.15.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.21.3/applet/contents/ui/main.qml 
new/plasma-pa-5.21.4/applet/contents/ui/main.qml
--- old/plasma-pa-5.21.3/applet/contents/ui/main.qml    2021-03-16 
13:36:26.000000000 +0100
+++ new/plasma-pa-5.21.4/applet/contents/ui/main.qml    2021-04-06 
14:35:27.000000000 +0200
@@ -83,11 +83,11 @@
     }
 
     function boundVolume(volume) {
-        return Math.max(PulseAudio.MinimalVolume, Math.min(volume, 
currentMaxVolumeValue));
+        return Math.max(PulseAudio.MinimalVolume, Math.min(Math.floor(volume), 
currentMaxVolumeValue));
     }
 
     function volumePercent(volume) {
-        return Math.round(volume / PulseAudio.NormalVolume * 100.0);
+        return Math.floor(volume / PulseAudio.NormalVolume * 100.0);
     }
 
     function increaseVolume() {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.21.3/po/cs/kcm_pulseaudio.po 
new/plasma-pa-5.21.4/po/cs/kcm_pulseaudio.po
--- old/plasma-pa-5.21.3/po/cs/kcm_pulseaudio.po        2021-03-16 
13:36:31.000000000 +0100
+++ new/plasma-pa-5.21.4/po/cs/kcm_pulseaudio.po        2021-04-06 
14:35:32.000000000 +0200
@@ -1,21 +1,22 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # V??t Pel????k <v...@pelcak.org>, 2015, 2016, 2017, 2018, 2019, 2020.
+# Vit Pelcak <vpel...@suse.cz>, 2021.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-02-06 09:37+0100\n"
-"PO-Revision-Date: 2020-06-20 19:44+0200\n"
-"Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
+"PO-Revision-Date: 2021-03-24 15:55+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.2\n"
+"X-Generator: Lokalize 20.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -31,7 +32,7 @@
 #, kde-format
 msgctxt "Name shown in debug pulseaudio tools"
 msgid "Plasma PA"
-msgstr ""
+msgstr "Plasma PA"
 
 #: kcm/module.cpp:35
 #, kde-format
@@ -77,12 +78,14 @@
 msgid ""
 "Add virtual output device for simultaneous output on all local sound cards"
 msgstr ""
+"P??idat virtu??ln?? za????zen?? pro sou??asn?? v??stup na v??ech lok??ln??ch 
zvukov??ch "
+"kart??ch"
 
 #: kcm/package/contents/ui/Advanced.qml:81
 #, kde-format
 msgid ""
 "Automatically switch all running streams when a new output becomes available"
-msgstr ""
+msgstr "Automaticky p??epnout v??echny b??????c?? proudy, kdy?? p??ibude nov?? 
v??stup"
 
 #: kcm/package/contents/ui/Advanced.qml:92
 #, kde-format
@@ -276,7 +279,7 @@
 #, kde-format
 msgctxt "App %1 is using mic with name %2"
 msgid "%1 is using the microphone (%2)"
-msgstr ""
+msgstr "%1 pou????v?? mikrofon (%2)"
 
 #: qml/microphoneindicator.cpp:333
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.21.3/po/cs/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.21.4/po/cs/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.21.3/po/cs/plasma_applet_org.kde.plasma.volume.po   
2021-03-16 13:36:31.000000000 +0100
+++ new/plasma-pa-5.21.4/po/cs/plasma_applet_org.kde.plasma.volume.po   
2021-04-06 14:35:32.000000000 +0200
@@ -1,21 +1,22 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # V??t Pel????k <v...@pelcak.org>, 2015, 2016, 2017, 2018, 2019, 2020.
+# Vit Pelcak <vpel...@suse.cz>, 2021.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-21 02:51+0100\n"
-"PO-Revision-Date: 2020-07-21 13:31+0200\n"
-"Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
+"PO-Revision-Date: 2021-03-24 15:56+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.3\n"
+"X-Generator: Lokalize 20.12.3\n"
 
 #: contents/config/config.qml:26
 #, kde-format
@@ -225,7 +226,7 @@
 #: contents/ui/main.qml:689
 #, kde-format
 msgid "&Configure Audio Devices..."
-msgstr ""
+msgstr "Nastavit a&udio za????zen??..."
 
 #: contents/ui/StreamListItem.qml:33
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.21.3/po/it/docs/kcontrol/plasma-pa/index.docbook 
new/plasma-pa-5.21.4/po/it/docs/kcontrol/plasma-pa/index.docbook
--- old/plasma-pa-5.21.3/po/it/docs/kcontrol/plasma-pa/index.docbook    
2021-03-16 13:36:59.000000000 +0100
+++ new/plasma-pa-5.21.4/po/it/docs/kcontrol/plasma-pa/index.docbook    
2021-04-06 14:35:56.000000000 +0200
@@ -35,7 +35,7 @@
 ><affiliation
 ><address
 > <email
->smart2...@baslug.org</email
+>smart212...@gmail.com</email
 ></address
 ></affiliation
 > <contrib
@@ -162,7 +162,7 @@
 ></para
 ><para
 >Traduzione di Vincenzo Reale<email
->smart2...@baslug.org</email
+>smart212...@gmail.com</email
 ></para
 > &underFDL; &underGPL; </sect2>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.21.3/po/it/kcm_pulseaudio.po 
new/plasma-pa-5.21.4/po/it/kcm_pulseaudio.po
--- old/plasma-pa-5.21.3/po/it/kcm_pulseaudio.po        2021-03-16 
13:36:39.000000000 +0100
+++ new/plasma-pa-5.21.4/po/it/kcm_pulseaudio.po        2021-04-06 
14:35:38.000000000 +0200
@@ -1,14 +1,14 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Vincenzo Reale <smart2...@baslug.org>, 2015, 2018, 2019, 2020, 2021.
+# Vincenzo Reale <smart212...@gmail.com>, 2015, 2018, 2019, 2020, 2021.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kcm_pulseaudio\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-02-06 09:37+0100\n"
-"PO-Revision-Date: 2021-01-17 18:45+0100\n"
-"Last-Translator: Vincenzo Reale <smart2...@baslug.org>\n"
+"PO-Revision-Date: 2021-03-01 13:56+0100\n"
+"Last-Translator: Vincenzo Reale <smart212...@gmail.com>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
 "Language: it\n"
 "MIME-Version: 1.0\n"
@@ -25,7 +25,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "smart2...@baslug.org "
+msgstr "smart212...@gmail.com "
 
 #: context.cpp:618
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.21.3/po/it/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.21.4/po/it/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.21.3/po/it/plasma_applet_org.kde.plasma.volume.po   
2021-03-16 13:36:39.000000000 +0100
+++ new/plasma-pa-5.21.4/po/it/plasma_applet_org.kde.plasma.volume.po   
2021-04-06 14:35:38.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Vincenzo Reale <smart2...@baslug.org>, 2015, 2017, 2018, 2019, 2020, 2021.
+# Vincenzo Reale <smart212...@gmail.com>, 2015, 2017, 2018, 2019, 2020, 2021.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.21.3/po/nn/kcm_pulseaudio.po 
new/plasma-pa-5.21.4/po/nn/kcm_pulseaudio.po
--- old/plasma-pa-5.21.3/po/nn/kcm_pulseaudio.po        2021-03-16 
13:36:45.000000000 +0100
+++ new/plasma-pa-5.21.4/po/nn/kcm_pulseaudio.po        2021-04-06 
14:35:42.000000000 +0200
@@ -14,7 +14,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.12.1\n"
+"X-Generator: Lokalize 20.12.3\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.21.3/po/sl/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.21.4/po/sl/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.21.3/po/sl/plasma_applet_org.kde.plasma.volume.po   
2021-03-16 13:36:49.000000000 +0100
+++ new/plasma-pa-5.21.4/po/sl/plasma_applet_org.kde.plasma.volume.po   
2021-04-06 14:35:46.000000000 +0200
@@ -2,13 +2,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Andrej Mernik <andr...@ubuntu.si>, 2015, 2016, 2017, 2018.
-# Matja?? Jeran <matjaz.je...@amis.net>, 2020.
+# Matja?? Jeran <matjaz.je...@amis.net>, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-21 02:51+0100\n"
-"PO-Revision-Date: 2020-09-09 08:12+0200\n"
+"PO-Revision-Date: 2021-03-23 09:41+0100\n"
 "Last-Translator: Matja?? Jeran <matjaz.je...@amis.net>\n"
 "Language-Team: Slovenian <lugos-...@lugos.si>\n"
 "Language: sl\n"
@@ -18,7 +18,7 @@
 "Translator: Andrej Mernik <andr...@ubuntu.si>\n"
 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
 "%100==4 ? 3 : 0);\n"
-"X-Generator: Lokalize 19.12.2\n"
+"X-Generator: Lokalize 20.08.1\n"
 
 #: contents/config/config.qml:26
 #, kde-format
@@ -228,7 +228,7 @@
 #: contents/ui/main.qml:689
 #, kde-format
 msgid "&Configure Audio Devices..."
-msgstr ""
+msgstr "Nastavi avdio naprave..."
 
 #: contents/ui/StreamListItem.qml:33
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.21.3/po/zh_CN/kcm_pulseaudio.po 
new/plasma-pa-5.21.4/po/zh_CN/kcm_pulseaudio.po
--- old/plasma-pa-5.21.3/po/zh_CN/kcm_pulseaudio.po     2021-03-16 
13:36:54.000000000 +0100
+++ new/plasma-pa-5.21.4/po/zh_CN/kcm_pulseaudio.po     2021-04-06 
14:35:50.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-02-06 09:37+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-pa-5.21.3/po/zh_CN/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.21.4/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.21.3/po/zh_CN/plasma_applet_org.kde.plasma.volume.po        
2021-03-16 13:36:54.000000000 +0100
+++ new/plasma-pa-5.21.4/po/zh_CN/plasma_applet_org.kde.plasma.volume.po        
2021-04-06 14:35:50.000000000 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-01-21 02:51+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"

Reply via email to