commit plasma5-pa for openSUSE:Factory

2020-10-30 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2020-10-30 11:47:14

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.3463 (New)


Package is "plasma5-pa"

Fri Oct 30 11:47:14 2020 rev:94 rq:844594 version:5.20.2

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2020-10-22 
14:26:04.514954575 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.3463/plasma5-pa.changes  
2020-10-30 11:47:45.517712157 +0100
@@ -1,0 +2,10 @@
+Tue Oct 27 22:23:23 UTC 2020 - Fabian Vogt 
+
+- Update to 5.20.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.20.2
+- Changes since 5.20.1:
+  * [applet] Remove unnecessary separator over menu section header (kde#427804)
+
+---

Old:

  plasma-pa-5.20.1.tar.xz
  plasma-pa-5.20.1.tar.xz.sig

New:

  plasma-pa-5.20.2.tar.xz
  plasma-pa-5.20.2.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.gSHNhK/_old  2020-10-30 11:47:46.041712621 +0100
+++ /var/tmp/diff_new_pack.gSHNhK/_new  2020-10-30 11:47:46.045712625 +0100
@@ -20,15 +20,15 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.20.1
+Version:5.20.2
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 URL:http://www.kde.org
-Source: plasma-pa-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 %if %{with lang}
-Source1:plasma-pa-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 0.0.14

++ plasma-pa-5.20.1.tar.xz -> plasma-pa-5.20.2.tar.xz ++
 2536 lines of diff (skipped)





commit plasma5-pa for openSUSE:Factory

2020-10-22 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2020-10-22 14:24:41

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.3463 (New)


Package is "plasma5-pa"

Thu Oct 22 14:24:41 2020 rev:93 rq:843118 version:5.20.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2020-10-13 
15:30:07.868880119 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.3463/plasma5-pa.changes  
2020-10-22 14:26:04.514954575 +0200
@@ -1,0 +2,12 @@
+Tue Oct 20 14:30:35 UTC 2020 - Fabian Vogt 
+
+- Update to 5.20.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.20.1
+- Changes since 5.20.0:
+  * Bump Controls 2.14 in DeviceCombobox.qml
+  * Correctly look up data in the model (kde#427687)
+  * Simplify DeviceComboBox (kde#408700)
+
+---

Old:

  plasma-pa-5.20.0.tar.xz
  plasma-pa-5.20.0.tar.xz.sig

New:

  plasma-pa-5.20.1.tar.xz
  plasma-pa-5.20.1.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.ogF5iA/_old  2020-10-22 14:26:05.114955114 +0200
+++ /var/tmp/diff_new_pack.ogF5iA/_new  2020-10-22 14:26:05.118955117 +0200
@@ -20,7 +20,7 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.20.0
+Version:5.20.1
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.20.0.tar.xz -> plasma-pa-5.20.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.20.0/CMakeLists.txt 
new/plasma-pa-5.20.1/CMakeLists.txt
--- old/plasma-pa-5.20.0/CMakeLists.txt 2020-10-08 18:24:01.0 +0200
+++ new/plasma-pa-5.20.1/CMakeLists.txt 2020-10-20 14:07:02.0 +0200
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.20.0")
+set(PROJECT_VERSION "5.20.1")
 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.20.0/applet/contents/ui/ListItemBase.qml 
new/plasma-pa-5.20.1/applet/contents/ui/ListItemBase.qml
--- old/plasma-pa-5.20.0/applet/contents/ui/ListItemBase.qml2020-10-08 
18:23:30.0 +0200
+++ new/plasma-pa-5.20.1/applet/contents/ui/ListItemBase.qml2020-10-20 
14:06:38.0 +0200
@@ -435,20 +435,20 @@
 menuItem.section = true;
 contextMenu.addMenuItem(menuItem);
 var sModel = type == "sink-input" ? sinkView.model : 
sourceView.model;
-
 for (var i = 0; i < sModel.count; ++i) {
-var data = sModel.get(i);
+const modelIndex = sModel.index(i, 0)
+const index = sModel.data(modelIndex, sModel.role("Index"))
 var menuItem = newMenuItem();
-menuItem.text = data.Description;
+menuItem.text = sModel.data(modelIndex, 
sModel.role("Description"));
 menuItem.enabled = true;
 menuItem.checkable = true;
-menuItem.checked = data.Index === PulseObject.deviceIndex;
+menuItem.checked = index === PulseObject.deviceIndex;
 var setActiveSink = function(sinkIndex) {
 return function() {
 PulseObject.deviceIndex = sinkIndex;
 };
 };
-menuItem.clicked.connect(setActiveSink(data.Index));
+menuItem.clicked.connect(setActiveSink(index));
 contextMenu.addMenuItem(menuItem);
 }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.20.0/po/et/kcm_pulseaudio.po 
new/plasma-pa-5.20.1/po/et/kcm_pulseaudio.po
--- old/plasma-pa-5.20.0/po/et/kcm_pulseaudio.po2020-10-08 
18:23:37.0 +0200
+++ new/plasma-pa-5.20.1/po/et/kcm_pulseaudio.po2020-10-20 
14:06:43.0 +0200
@@ -2,20 +2,21 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Marek Laane , 2016, 2019, 2020.
+# Mihkel Tõnnov , 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-07-08 02:18+0200\n"
-"PO-Revision-Date: 2020-06-05 22:40+0300\n"
-"Last-Translator: Marek Laane \n"
-"Language-Team: Estonian \n"
+"PO-Revision-Date: 2020-09-28 13:55+0200\n"
+"Last-Translator: Mihkel Tõnnov \n"
+"Language-Team: 

commit plasma5-pa for openSUSE:Factory

2020-10-13 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2020-10-13 15:29:56

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.3486 (New)


Package is "plasma5-pa"

Tue Oct 13 15:29:56 2020 rev:92 rq:841005 version:5.20.0

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2020-09-04 
11:09:12.234943043 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.3486/plasma5-pa.changes  
2020-10-13 15:30:07.868880119 +0200
@@ -1,0 +2,34 @@
+Thu Oct  8 16:55:25 UTC 2020 - Fabian Vogt 
+
+- Update to 5.20.0
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.20.0
+- No code changes since 5.19.90
+
+---
+Thu Sep 17 20:03:09 UTC 2020 - Fabian Vogt 
+
+- Update to 5.19.90
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.19.90
+- Changes since 5.19.5:
+  * Default maximumPercent value of 100
+  * Use pulseaudio's equal functions instead of memcmp
+  * Show and hide the inactive device buttons based on new count property
+  * Use i18nd consistently
+  * don't show in widget explorer on plasma mobile
+  * [applet] Allow showing inactive devices as in the KCM
+  * [applet] Port towards PlasmaComponents3
+  * Colorize volume percentage text when over 100%
+  * Show correct volume level in OSD when maximum volume is raised (kde#422537)
+  * Filter out currently unused devices (kde#422612)
+  * Fix Layout warnings
+  * Take into account Balance button for layouting
+  * Fix centering Volume icon around channel sliders
+  * Change it to a "Balance" button so also non-geeks can comprehend it
+  * Allow "unlocking" volume slider for per-channel (e.g. left, right) volume 
sliders
+  * [ListItemBase] Open options menu also on right click like a context menu
+
+---

Old:

  plasma-pa-5.19.5.tar.xz
  plasma-pa-5.19.5.tar.xz.sig

New:

  plasma-pa-5.20.0.tar.xz
  plasma-pa-5.20.0.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.PrZJhO/_old  2020-10-13 15:30:09.280880719 +0200
+++ /var/tmp/diff_new_pack.PrZJhO/_new  2020-10-13 15:30:09.20722 +0200
@@ -20,15 +20,15 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.19.5
+Version:5.20.0
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 URL:http://www.kde.org
-Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
+Source: plasma-pa-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz.sig
+Source1:plasma-pa-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 0.0.14

++ plasma-pa-5.19.5.tar.xz -> plasma-pa-5.20.0.tar.xz ++
 17072 lines of diff (skipped)





commit plasma5-pa for openSUSE:Factory

2020-09-04 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2020-09-04 11:08:24

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.3399 (New)


Package is "plasma5-pa"

Fri Sep  4 11:08:24 2020 rev:91 rq:831179 version:5.19.5

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2020-07-29 
17:19:46.112525425 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.3399/plasma5-pa.changes  
2020-09-04 11:09:12.234943043 +0200
@@ -1,0 +2,9 @@
+Tue Sep  1 11:38:51 UTC 2020 - Fabian Vogt 
+
+- Update to 5.19.5
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.19.5
+- No code changes since 5.19.4
+
+---

Old:

  plasma-pa-5.19.4.tar.xz
  plasma-pa-5.19.4.tar.xz.sig

New:

  plasma-pa-5.19.5.tar.xz
  plasma-pa-5.19.5.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.Wq7Itz/_old  2020-09-04 11:09:13.226943541 +0200
+++ /var/tmp/diff_new_pack.Wq7Itz/_new  2020-09-04 11:09:13.226943541 +0200
@@ -20,7 +20,7 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.19.4
+Version:5.19.5
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.19.4.tar.xz -> plasma-pa-5.19.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.19.4/CMakeLists.txt 
new/plasma-pa-5.19.5/CMakeLists.txt
--- old/plasma-pa-5.19.4/CMakeLists.txt 2020-07-28 13:03:35.0 +0200
+++ new/plasma-pa-5.19.5/CMakeLists.txt 2020-09-01 12:37:49.0 +0200
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.19.4")
+set(PROJECT_VERSION "5.19.5")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.14.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.19.4/po/ca/kcm_pulseaudio.po 
new/plasma-pa-5.19.5/po/ca/kcm_pulseaudio.po
--- old/plasma-pa-5.19.4/po/ca/kcm_pulseaudio.po2020-07-28 
13:03:11.0 +0200
+++ new/plasma-pa-5.19.5/po/ca/kcm_pulseaudio.po2020-09-01 
12:37:24.0 +0200
@@ -1,17 +1,17 @@
 # Translation of kcm_pulseaudio.po to Catalan
-# Copyright (C) 2015-2019 This_file_is_part_of_KDE
+# Copyright (C) 2015-2020 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Antoni Bella Pérez , 2015, 2016, 2018.
+# Antoni Bella Pérez , 2015, 2016, 2018, 2020.
 # Josep Ma. Ferrer , 2015, 2016, 2017, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcm_pulseaudio\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-03-04 03:48+0100\n"
-"PO-Revision-Date: 2019-09-28 12:51+0100\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"PO-Revision-Date: 2020-07-30 14:40+0200\n"
+"Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -19,7 +19,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.04.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -76,7 +76,7 @@
 msgid ""
 "Add virtual output device for simultaneous output on all local sound cards"
 msgstr ""
-"Afegeix un dispositiu de sortida virtual per enviar simultàniament la "
+"Afegeix un dispositiu de sortida virtual per a enviar simultàniament la "
 "sortida a totes les targetes de so locals"
 
 #: kcm/package/contents/ui/Advanced.qml:88
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.19.4/po/ca/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.19.5/po/ca/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.19.4/po/ca/plasma_applet_org.kde.plasma.volume.po   
2020-07-28 13:03:11.0 +0200
+++ new/plasma-pa-5.19.5/po/ca/plasma_applet_org.kde.plasma.volume.po   
2020-09-01 12:37:24.0 +0200
@@ -3,15 +3,15 @@
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Antoni Bella Pérez , 2015, 2016.
+# Antoni Bella Pérez , 2015, 2016, 2020.
 # Josep Ma. Ferrer , 2016, 2017, 2018, 2019, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma_applet_org.kde.plasma.volume\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-04-23 04:01+0200\n"
-"PO-Revision-Date: 2020-04-04 11:03+0100\n"

commit plasma5-pa for openSUSE:Factory

2020-07-29 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2020-07-29 17:19:26

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.3592 (New)


Package is "plasma5-pa"

Wed Jul 29 17:19:26 2020 rev:90 rq:823257 version:5.19.4

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2020-07-10 
14:12:26.131441583 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.3592/plasma5-pa.changes  
2020-07-29 17:19:46.112525425 +0200
@@ -1,0 +2,9 @@
+Tue Jul 28 13:45:51 UTC 2020 - Fabian Vogt 
+
+- Update to 5.19.4
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.19.4
+- No code changes since 5.19.3
+
+---

Old:

  plasma-pa-5.19.3.tar.xz
  plasma-pa-5.19.3.tar.xz.sig

New:

  plasma-pa-5.19.4.tar.xz
  plasma-pa-5.19.4.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.B8h6ee/_old  2020-07-29 17:19:47.164526284 +0200
+++ /var/tmp/diff_new_pack.B8h6ee/_new  2020-07-29 17:19:47.168526288 +0200
@@ -20,7 +20,7 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.19.3
+Version:5.19.4
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.19.3.tar.xz -> plasma-pa-5.19.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.19.3/CMakeLists.txt 
new/plasma-pa-5.19.4/CMakeLists.txt
--- old/plasma-pa-5.19.3/CMakeLists.txt 2020-07-07 13:18:54.0 +0200
+++ new/plasma-pa-5.19.4/CMakeLists.txt 2020-07-28 13:03:35.0 +0200
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.19.3")
+set(PROJECT_VERSION "5.19.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.14.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.19.3/po/da/kcm_pulseaudio.po 
new/plasma-pa-5.19.4/po/da/kcm_pulseaudio.po
--- old/plasma-pa-5.19.3/po/da/kcm_pulseaudio.po2020-07-07 
13:18:34.0 +0200
+++ new/plasma-pa-5.19.4/po/da/kcm_pulseaudio.po2020-07-28 
13:03:12.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-03-04 03:48+0100\n"
-"PO-Revision-Date: 2020-01-19 16:34+0100\n"
+"PO-Revision-Date: 2020-07-22 20:48+0200\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -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 18.12.3\n"
+"X-Generator: Lokalize 20.04.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -173,10 +173,9 @@
 msgstr "%1 (%2)"
 
 #: kcm/package/contents/ui/DeviceListItem.qml:74
-#, fuzzy, kde-format
-#| msgid "Port"
+#, kde-format
 msgid "Port:"
-msgstr "Port"
+msgstr "Port:"
 
 #: kcm/package/contents/ui/DeviceListItem.qml:92
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.19.3/po/da/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.19.4/po/da/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.19.3/po/da/plasma_applet_org.kde.plasma.volume.po   
2020-07-07 13:18:34.0 +0200
+++ new/plasma-pa-5.19.4/po/da/plasma_applet_org.kde.plasma.volume.po   
2020-07-28 13:03:12.0 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Martin Schlander , 2015, 2016, 2017, 2018, 2019.
+# Martin Schlander , 2015, 2016, 2017, 2018, 2019, 
2020.
 # scootergrisen, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-04-23 04:01+0200\n"
-"PO-Revision-Date: 2019-11-22 20:59+0100\n"
+"PO-Revision-Date: 2020-07-22 20:50+0200\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -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 18.12.3\n"
+"X-Generator: Lokalize 20.04.2\n"
 
 #: contents/config/config.qml:26
 #, kde-format
@@ -30,35 +30,32 @@
 #: contents/ui/ConfigGeneral.qml:68
 #, kde-format
 msgid "Play audio feedback for changes to:"
-msgstr ""
+msgstr "Afspil lydfeedback for ændringer af:"
 
 #: contents/ui/ConfigGeneral.qml:70 contents/ui/ConfigGeneral.qml:81
-#, fuzzy, kde-format
-#| 

commit plasma5-pa for openSUSE:Factory

2020-07-10 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2020-07-10 14:12:13

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.3060 (New)


Package is "plasma5-pa"

Fri Jul 10 14:12:13 2020 rev:89 rq:819430 version:5.19.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2020-06-25 
15:06:11.669124222 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.3060/plasma5-pa.changes  
2020-07-10 14:12:26.131441583 +0200
@@ -1,0 +2,9 @@
+Tue Jul  7 13:58:01 UTC 2020 - Fabian Vogt 
+
+- Update to 5.19.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.19.3
+- No code changes since 5.19.2
+
+---

Old:

  plasma-pa-5.19.2.tar.xz
  plasma-pa-5.19.2.tar.xz.sig

New:

  plasma-pa-5.19.3.tar.xz
  plasma-pa-5.19.3.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.IGjfSK/_old  2020-07-10 14:12:26.735443567 +0200
+++ /var/tmp/diff_new_pack.IGjfSK/_new  2020-07-10 14:12:26.739443580 +0200
@@ -20,7 +20,7 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.19.2
+Version:5.19.3
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.19.2.tar.xz -> plasma-pa-5.19.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.19.2/CMakeLists.txt 
new/plasma-pa-5.19.3/CMakeLists.txt
--- old/plasma-pa-5.19.2/CMakeLists.txt 2020-06-23 14:18:59.0 +0200
+++ new/plasma-pa-5.19.3/CMakeLists.txt 2020-07-07 13:18:54.0 +0200
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.19.2")
+set(PROJECT_VERSION "5.19.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.14.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.19.2/po/cs/kcm_pulseaudio.po 
new/plasma-pa-5.19.3/po/cs/kcm_pulseaudio.po
--- old/plasma-pa-5.19.2/po/cs/kcm_pulseaudio.po2020-06-23 
14:18:35.0 +0200
+++ new/plasma-pa-5.19.3/po/cs/kcm_pulseaudio.po2020-07-07 
13:18:34.0 +0200
@@ -15,7 +15,7 @@
 "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.1\n"
+"X-Generator: Lokalize 20.04.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.19.2/po/fi/kcm_pulseaudio.po 
new/plasma-pa-5.19.3/po/fi/kcm_pulseaudio.po
--- old/plasma-pa-5.19.2/po/fi/kcm_pulseaudio.po2020-06-23 
14:18:38.0 +0200
+++ new/plasma-pa-5.19.3/po/fi/kcm_pulseaudio.po2020-07-07 
13:18:36.0 +0200
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Lasse Liehu , 2015, 2016.
-# Tommi Nieminen , 2016, 2017, 2018, 2019.
+# Tommi Nieminen , 2016, 2017, 2018, 2019, 2020.
 #
 #
 #
@@ -10,7 +10,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-03-04 03:48+0100\n"
-"PO-Revision-Date: 2019-10-14 18:47+0300\n"
+"PO-Revision-Date: 2020-06-24 19:56+0300\n"
 "Last-Translator: Tommi Nieminen \n"
 "Language-Team: Finnish \n"
 "Language: fi\n"
@@ -18,7 +18,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 18.12.3\n"
+"X-Generator: Lokalize 20.04.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -177,10 +177,9 @@
 msgstr "%1 (%2)"
 
 #: kcm/package/contents/ui/DeviceListItem.qml:74
-#, fuzzy, kde-format
-#| msgid "Port"
+#, kde-format
 msgid "Port:"
-msgstr "Portti"
+msgstr "Portti:"
 
 #: kcm/package/contents/ui/DeviceListItem.qml:92
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.19.2/po/fi/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.19.3/po/fi/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.19.2/po/fi/plasma_applet_org.kde.plasma.volume.po   
2020-06-23 14:18:38.0 +0200
+++ new/plasma-pa-5.19.3/po/fi/plasma_applet_org.kde.plasma.volume.po   
2020-07-07 13:18:36.0 +0200
@@ -11,7 +11,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-04-23 04:01+0200\n"
-"PO-Revision-Date: 2020-03-20 14:58+0200\n"

commit plasma5-pa for openSUSE:Factory

2020-06-25 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2020-06-25 15:05:47

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.3060 (New)


Package is "plasma5-pa"

Thu Jun 25 15:05:47 2020 rev:88 rq:816691 version:5.19.2

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2020-06-21 
19:02:16.948194215 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.3060/plasma5-pa.changes  
2020-06-25 15:06:11.669124222 +0200
@@ -1,0 +2,9 @@
+Tue Jun 23 13:26:17 UTC 2020 - Fabian Vogt 
+
+- Update to 5.19.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma-5.19.2
+- No code changes since 5.19.1
+
+---

Old:

  plasma-pa-5.19.1.tar.xz
  plasma-pa-5.19.1.tar.xz.sig

New:

  plasma-pa-5.19.2.tar.xz
  plasma-pa-5.19.2.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.BhSulI/_old  2020-06-25 15:06:12.209125962 +0200
+++ /var/tmp/diff_new_pack.BhSulI/_new  2020-06-25 15:06:12.213125975 +0200
@@ -20,7 +20,7 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.19.1
+Version:5.19.2
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.19.1.tar.xz -> plasma-pa-5.19.2.tar.xz ++
 2720 lines of diff (skipped)





commit plasma5-pa for openSUSE:Factory

2020-06-22 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2020-06-20 20:11:56

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.3606 (New)


Package is "plasma5-pa"

Sat Jun 20 20:11:56 2020 rev:87 rq:815474 version:5.19.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2020-06-08 
23:57:24.487840161 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.3606/plasma5-pa.changes  
2020-06-21 19:02:16.948194215 +0200
@@ -1,0 +2,9 @@
+Tue Jun 16 14:34:52 UTC 2020 - Fabian Vogt 
+
+- Update to 5.19.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.19.1.php
+- No code changes since 5.19.0
+
+---

Old:

  plasma-pa-5.19.0.tar.xz
  plasma-pa-5.19.0.tar.xz.sig

New:

  plasma-pa-5.19.1.tar.xz
  plasma-pa-5.19.1.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.i9Dy1s/_old  2020-06-21 19:02:17.388195700 +0200
+++ /var/tmp/diff_new_pack.i9Dy1s/_new  2020-06-21 19:02:17.388195700 +0200
@@ -20,15 +20,15 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.19.0
+Version:5.19.1
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 URL:http://www.kde.org
-Source: plasma-pa-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 %if %{with lang}
-Source1:plasma-pa-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 0.0.14

++ plasma-pa-5.19.0.tar.xz -> plasma-pa-5.19.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.19.0/CMakeLists.txt 
new/plasma-pa-5.19.1/CMakeLists.txt
--- old/plasma-pa-5.19.0/CMakeLists.txt 2020-06-04 13:29:19.0 +0200
+++ new/plasma-pa-5.19.1/CMakeLists.txt 2020-06-16 14:51:56.0 +0200
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.19.0")
+set(PROJECT_VERSION "5.19.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.14.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.19.0/po/cs/kcm_pulseaudio.po 
new/plasma-pa-5.19.1/po/cs/kcm_pulseaudio.po
--- old/plasma-pa-5.19.0/po/cs/kcm_pulseaudio.po2020-06-04 
13:28:04.0 +0200
+++ new/plasma-pa-5.19.1/po/cs/kcm_pulseaudio.po2020-06-16 
14:51:32.0 +0200
@@ -1,13 +1,13 @@
 # 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 , 2015, 2016, 2017, 2018, 2019.
+# Vít Pelčák , 2015, 2016, 2017, 2018, 2019, 2020.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2020-03-04 03:48+0100\n"
-"PO-Revision-Date: 2019-11-07 10:02+0100\n"
+"PO-Revision-Date: 2020-06-06 17:27+0200\n"
 "Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -15,7 +15,7 @@
 "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.08.2\n"
+"X-Generator: Lokalize 20.04.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -82,7 +82,7 @@
 #: kcm/package/contents/ui/Advanced.qml:99
 #, kde-format
 msgid "Requires %1 PulseAudio module"
-msgstr ""
+msgstr "Vyžaduje modul %1 PulseAudio"
 
 #: kcm/package/contents/ui/Advanced.qml:105
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.19.0/po/fr/kcm_pulseaudio.po 
new/plasma-pa-5.19.1/po/fr/kcm_pulseaudio.po
--- old/plasma-pa-5.19.0/po/fr/kcm_pulseaudio.po2020-06-04 
13:28:11.0 +0200
+++ new/plasma-pa-5.19.1/po/fr/kcm_pulseaudio.po2020-06-16 
14:51:35.0 +0200
@@ -5,6 +5,7 @@
 # Johan Claude-Breuninger , 2017.
 # Simon Depiets , 2018, 2019.
 # William Oprandi , 2020.
+# Xavier Besnard , 2020.
 #
 msgid ""
 msgstr ""
@@ -13,13 +14,13 @@
 "POT-Creation-Date: 2020-03-04 03:48+0100\n"
 "PO-Revision-Date: 2020-03-28 09:10+0100\n"
 "Last-Translator: William Oprandi \n"
-"Language-Team: French \n"
+"Language-Team: FR\n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 

commit plasma5-pa for openSUSE:Factory

2020-06-08 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2020-06-08 23:55:18

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.3606 (New)


Package is "plasma5-pa"

Mon Jun  8 23:55:18 2020 rev:86 rq:812330 version:5.19.0

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2020-05-07 
15:11:15.604462721 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.3606/plasma5-pa.changes  
2020-06-08 23:57:24.487840161 +0200
@@ -1,0 +2,38 @@
+Thu Jun  4 13:27:13 UTC 2020 - Fabian Vogt 
+
+- Update to 5.19.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.19.0.php
+- No code changes since 5.18.90
+
+---
+Thu May 14 14:33:07 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.90.php
+- Changes since 5.18.5:
+  * Converted to page and added heading
+  * Add options for OSD feedback (kde#363983)
+  * bump to require Qt 5.14
+  * [KCM]Align volume controls row
+  * [KCM]Update Device item layout based on applet (kde#417607)
+  * [applet] For placeholder labels, disable rather than changing opacity
+  * [Applet]Improvements for unavailable port.
+  * [Applet]Correct raise max volume functions for mic
+  * [Applet]Always get valid device and stream name
+  * Fix minor EBN issue and typos
+  * [Applet] Display device name when there is than one device (kde#417079)
+  * [Applet]Fix device label problems (kde#417074,kde#417106)
+  * [Applet]Supplementary add port check
+  * [Applet]Add port check
+  * [Applet] Remove leftover in config window
+  * [Applet] Enable new global "Raise maximum volume" checkbox
+  * [Applet]Hide hamburger menu when empty
+  * [Applet]Add global mute function (kde#396835)
+  * [Applet] Make 'raise maximum volume' global
+  * [Applet]Update layout based on T10470
+
+---

Old:

  plasma-pa-5.18.5.tar.xz
  plasma-pa-5.18.5.tar.xz.sig

New:

  plasma-pa-5.19.0.tar.xz
  plasma-pa-5.19.0.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.It0Fan/_old  2020-06-08 23:57:25.151842209 +0200
+++ /var/tmp/diff_new_pack.It0Fan/_new  2020-06-08 23:57:25.151842209 +0200
@@ -20,15 +20,15 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.18.5
+Version:5.19.0
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 URL:http://www.kde.org
-Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
+Source: plasma-pa-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz.sig
+Source1:plasma-pa-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 0.0.14

++ plasma-pa-5.18.5.tar.xz -> plasma-pa-5.19.0.tar.xz ++
 16613 lines of diff (skipped)





commit plasma5-pa for openSUSE:Factory

2020-05-07 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2020-05-07 15:11:06

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.2738 (New)


Package is "plasma5-pa"

Thu May  7 15:11:06 2020 rev:85 rq:800497 version:5.18.5

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2020-04-04 
12:14:49.467337216 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.2738/plasma5-pa.changes  
2020-05-07 15:11:15.604462721 +0200
@@ -1,0 +2,10 @@
+Tue May  5 13:01:54 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.5.php
+- Changes since 5.18.4.1:
+  * Create StreamRestore channel if none exists (kde#407397)
+
+---

Old:

  plasma-pa-5.18.4.1.tar.xz
  plasma-pa-5.18.4.1.tar.xz.sig

New:

  plasma-pa-5.18.5.tar.xz
  plasma-pa-5.18.5.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.MOfJAd/_old  2020-05-07 15:11:16.188463882 +0200
+++ /var/tmp/diff_new_pack.MOfJAd/_new  2020-05-07 15:11:16.192463890 +0200
@@ -20,15 +20,15 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.18.4.1
+Version:5.18.5
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 URL:http://www.kde.org
-Source: 
https://download.kde.org/stable/plasma/5.18.4/plasma-pa-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/5.18.4/plasma-pa-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 0.0.14

++ plasma-pa-5.18.4.1.tar.xz -> plasma-pa-5.18.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.18.4.1/CMakeLists.txt 
new/plasma-pa-5.18.5/CMakeLists.txt
--- old/plasma-pa-5.18.4.1/CMakeLists.txt   2020-03-31 16:29:34.0 
+0200
+++ new/plasma-pa-5.18.5/CMakeLists.txt 2020-05-05 16:56:19.0 +0200
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.18.4")
+set(PROJECT_VERSION "5.18.5")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.18.4.1/po/en_GB/kcm_pulseaudio.po 
new/plasma-pa-5.18.5/po/en_GB/kcm_pulseaudio.po
--- old/plasma-pa-5.18.4.1/po/en_GB/kcm_pulseaudio.po   2020-03-31 
16:28:46.0 +0200
+++ new/plasma-pa-5.18.5/po/en_GB/kcm_pulseaudio.po 2020-05-05 
16:55:37.0 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2020-03-04 08:49+0100\n"
 "PO-Revision-Date: 2019-09-29 14:33+0100\n"
 "Last-Translator: Steve Allewell \n"
-"Language-Team: British English \n"
+"Language-Team: British English \n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.18.4.1/po/en_GB/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.18.5/po/en_GB/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.18.4.1/po/en_GB/plasma_applet_org.kde.plasma.volume.po  
2020-03-31 16:28:46.0 +0200
+++ new/plasma-pa-5.18.5/po/en_GB/plasma_applet_org.kde.plasma.volume.po
2020-05-05 16:55:37.0 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2019-10-22 03:14+0200\n"
 "PO-Revision-Date: 2019-09-21 12:48+0100\n"
 "Last-Translator: Steve Allewell \n"
-"Language-Team: British English \n"
+"Language-Team: British English \n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.18.4.1/po/eu/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.18.5/po/eu/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.18.4.1/po/eu/plasma_applet_org.kde.plasma.volume.po 
2020-03-31 16:28:47.0 +0200
+++ new/plasma-pa-5.18.5/po/eu/plasma_applet_org.kde.plasma.volume.po   
2020-05-05 16:55:38.0 +0200
@@ -1,17 +1,17 @@
 # Translation of plasma_applet_org.kde.plasma.volume.po to Euskara/Basque (eu).
 # Copyright (C) 2017-2018, The Free Software Foundation.
-# Copyright (C) 2019, This file is copyright:
+# Copyright (C) 

commit plasma5-pa for openSUSE:Factory

2020-04-04 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2020-04-04 12:14:35

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.3248 (New)


Package is "plasma5-pa"

Sat Apr  4 12:14:35 2020 rev:84 rq:790441 version:5.18.4.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2020-03-12 
23:00:33.231044484 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.3248/plasma5-pa.changes  
2020-04-04 12:14:49.467337216 +0200
@@ -1,0 +2,15 @@
+Tue Mar 31 15:16:38 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.4.1:
+  * Version fixed
+
+---
+Tue Mar 31 14:47:42 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.4.php
+- No code changes since 5.18.3
+
+---

Old:

  plasma-pa-5.18.3.tar.xz
  plasma-pa-5.18.3.tar.xz.sig

New:

  plasma-pa-5.18.4.1.tar.xz
  plasma-pa-5.18.4.1.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.VgxJPU/_old  2020-04-04 12:14:51.431339842 +0200
+++ /var/tmp/diff_new_pack.VgxJPU/_new  2020-04-04 12:14:51.435339848 +0200
@@ -20,15 +20,15 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.18.3
+Version:5.18.4.1
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 URL:http://www.kde.org
-Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/5.18.4/plasma-pa-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/5.18.4/plasma-pa-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 0.0.14

++ plasma-pa-5.18.3.tar.xz -> plasma-pa-5.18.4.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.18.3/CMakeLists.txt 
new/plasma-pa-5.18.4.1/CMakeLists.txt
--- old/plasma-pa-5.18.3/CMakeLists.txt 2020-03-10 14:19:12.0 +0100
+++ new/plasma-pa-5.18.4.1/CMakeLists.txt   2020-03-31 16:29:34.0 
+0200
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.18.3")
+set(PROJECT_VERSION "5.18.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.18.3/po/cs/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.18.4.1/po/cs/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.18.3/po/cs/plasma_applet_org.kde.plasma.volume.po   
2020-03-10 14:17:58.0 +0100
+++ new/plasma-pa-5.18.4.1/po/cs/plasma_applet_org.kde.plasma.volume.po 
2020-03-31 16:28:42.0 +0200
@@ -1,13 +1,13 @@
 # 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 , 2015, 2016, 2017, 2018, 2019.
+# Vít Pelčák , 2015, 2016, 2017, 2018, 2019, 2020.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-10-22 03:14+0200\n"
-"PO-Revision-Date: 2019-09-18 08:32+0200\n"
+"PO-Revision-Date: 2020-03-25 17:46+0100\n"
 "Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -15,7 +15,7 @@
 "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.08.1\n"
+"X-Generator: Lokalize 19.12.3\n"
 
 #: contents/config/config.qml:26
 #, kde-format
@@ -40,12 +40,12 @@
 #: contents/ui/ConfigGeneral.qml:86
 #, kde-format
 msgid "Play sound when volume changes"
-msgstr ""
+msgstr "Při změně hlasitosti přehrát zvuk"
 
 #: contents/ui/ConfigGeneral.qml:92
 #, kde-format
 msgid "Display notification when default output device changes"
-msgstr ""
+msgstr "Zobrazit upozornění při změně výchozího výstupního zařízení"
 
 #: contents/ui/DeviceListItem.qml:37
 #, kde-format
@@ -94,12 +94,12 @@
 #: contents/ui/ListItemBase.qml:325
 #, kde-format
 msgid "Record all audio via this device"
-msgstr ""
+msgstr "Nahrávat veškerý zvuk přes toto zařízení"
 
 #: contents/ui/ListItemBase.qml:333
 #, kde-format
 msgid "Play all audio via this device"
-msgstr ""
+msgstr "Přehrávat veškerý zvuk 

commit plasma5-pa for openSUSE:Factory

2020-03-12 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2020-03-12 23:00:05

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.3160 (New)


Package is "plasma5-pa"

Thu Mar 12 23:00:05 2020 rev:83 rq:783649 version:5.18.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2020-02-29 
21:23:03.958344504 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.3160/plasma5-pa.changes  
2020-03-12 23:00:33.231044484 +0100
@@ -1,0 +2,11 @@
+Tue Mar 10 14:55:33 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.3.php
+- Changes since 5.18.2:
+  * [KCM]Fix content below scrollbars (kde#416331,kde#417447)
+  * [KCM]Set implicitWidth for main page
+
+---

Old:

  plasma-pa-5.18.2.tar.xz
  plasma-pa-5.18.2.tar.xz.sig

New:

  plasma-pa-5.18.3.tar.xz
  plasma-pa-5.18.3.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.Ikh11i/_old  2020-03-12 23:00:33.967044777 +0100
+++ /var/tmp/diff_new_pack.Ikh11i/_new  2020-03-12 23:00:33.975044780 +0100
@@ -20,7 +20,7 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.18.2
+Version:5.18.3
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.18.2.tar.xz -> plasma-pa-5.18.3.tar.xz ++
 8377 lines of diff (skipped)





commit plasma5-pa for openSUSE:Factory

2020-02-29 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2020-02-29 21:22:50

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.26092 (New)


Package is "plasma5-pa"

Sat Feb 29 21:22:50 2020 rev:82 rq:779202 version:5.18.2

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2020-02-22 
19:06:42.186378268 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.26092/plasma5-pa.changes 
2020-02-29 21:23:03.958344504 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:18 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+---

Old:

  plasma-pa-5.18.1.tar.xz
  plasma-pa-5.18.1.tar.xz.sig

New:

  plasma-pa-5.18.2.tar.xz
  plasma-pa-5.18.2.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.j5oQZ3/_old  2020-02-29 21:23:04.818346206 +0100
+++ /var/tmp/diff_new_pack.j5oQZ3/_new  2020-02-29 21:23:04.834346238 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plasma5-pa
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,12 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.18.1
+Version:5.18.2
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
-Url:http://www.kde.org
+URL:http://www.kde.org
 Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 %if %{with lang}
 Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz.sig

++ plasma-pa-5.18.1.tar.xz -> plasma-pa-5.18.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.18.1/CMakeLists.txt 
new/plasma-pa-5.18.2/CMakeLists.txt
--- old/plasma-pa-5.18.1/CMakeLists.txt 2020-02-18 14:19:35.0 +0100
+++ new/plasma-pa-5.18.2/CMakeLists.txt 2020-02-25 14:25:43.0 +0100
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.18.1/po/id/kcm_pulseaudio.po 
new/plasma-pa-5.18.2/po/id/kcm_pulseaudio.po
--- old/plasma-pa-5.18.1/po/id/kcm_pulseaudio.po2020-02-18 
14:19:02.0 +0100
+++ new/plasma-pa-5.18.2/po/id/kcm_pulseaudio.po2020-02-25 
14:25:02.0 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
-# Wantoyo , 2018, 2019.
+# Wantoyo , 2018, 2019, 2020.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-10-11 03:39+0200\n"
-"PO-Revision-Date: 2019-10-15 07:14+0700\n"
+"PO-Revision-Date: 2020-01-30 20:50+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -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 19.08.1\n"
+"X-Generator: Lokalize 19.12.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -159,7 +159,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "No Applications Recording Audio"
-msgstr "Tidak ada Aplikasi Merekam Audio"
+msgstr "Tidak Ada Aplikasi Perekaman Audio"
 
 #: kcm/package/contents/ui/CardListItem.qml:51
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.18.1/po/id/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.18.2/po/id/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.18.1/po/id/plasma_applet_org.kde.plasma.volume.po   
2020-02-18 14:19:02.0 +0100
+++ new/plasma-pa-5.18.2/po/id/plasma_applet_org.kde.plasma.volume.po   
2020-02-25 14:25:02.0 +0100
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the plasma-pa package.
-# Wantoyo , 2018, 2019.
+# Wantoyo , 2018, 2019, 2020.
 #
 msgid ""
 msgstr ""
@@ -15,6 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 

commit plasma5-pa for openSUSE:Factory

2020-02-22 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2020-02-22 19:06:15

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.26092 (New)


Package is "plasma5-pa"

Sat Feb 22 19:06:15 2020 rev:81 rq:776822 version:5.18.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2020-02-10 
21:52:21.738155798 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.26092/plasma5-pa.changes 
2020-02-22 19:06:42.186378268 +0100
@@ -1,0 +2,9 @@
+Tue Feb 18 14:05:57 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.1.php
+- No code changes since 5.18.0
+
+---

Old:

  plasma-pa-5.18.0.tar.xz
  plasma-pa-5.18.0.tar.xz.sig

New:

  plasma-pa-5.18.1.tar.xz
  plasma-pa-5.18.1.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.D5POIa/_old  2020-02-22 19:06:42.666379224 +0100
+++ /var/tmp/diff_new_pack.D5POIa/_new  2020-02-22 19:06:42.670379232 +0100
@@ -20,15 +20,15 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.18.0
+Version:5.18.1
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: plasma-pa-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 %if %{with lang}
-Source1:plasma-pa-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 0.0.14

++ plasma-pa-5.18.0.tar.xz -> plasma-pa-5.18.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.18.0/CMakeLists.txt 
new/plasma-pa-5.18.1/CMakeLists.txt
--- old/plasma-pa-5.18.0/CMakeLists.txt 2020-02-06 14:25:20.0 +0100
+++ new/plasma-pa-5.18.1/CMakeLists.txt 2020-02-18 14:19:35.0 +0100
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.18.0")
+set(PROJECT_VERSION "5.18.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.18.0/po/et/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.18.1/po/et/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.18.0/po/et/plasma_applet_org.kde.plasma.volume.po   
2020-02-06 14:24:35.0 +0100
+++ new/plasma-pa-5.18.1/po/et/plasma_applet_org.kde.plasma.volume.po   
2020-02-18 14:18:55.0 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Marek Laane , 2016, 2019.
+# Marek Laane , 2016, 2019, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-10-22 03:14+0200\n"
-"PO-Revision-Date: 2019-11-02 00:18+0200\n"
+"PO-Revision-Date: 2020-02-12 22:52+0200\n"
 "Last-Translator: Marek Laane \n"
 "Language-Team: Estonian \n"
 "Language: et\n"
@@ -89,7 +89,7 @@
 #: contents/ui/ListItemBase.qml:311
 #, kde-format
 msgid "Raise maximum volume"
-msgstr "Helitugevus maksimumi"
+msgstr "Helitugevuse maksimumi suurendamine"
 
 #: contents/ui/ListItemBase.qml:325
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.18.0/po/ko/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.18.1/po/ko/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.18.0/po/ko/plasma_applet_org.kde.plasma.volume.po   
2020-02-06 14:24:49.0 +0100
+++ new/plasma-pa-5.18.1/po/ko/plasma_applet_org.kde.plasma.volume.po   
2020-02-18 14:19:06.0 +0100
@@ -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.
-# Shinjo Park , 2015, 2016, 2017, 2018, 2019.
+# Shinjo Park , 2015, 2016, 2017, 2018, 2019, 2020.
 #
 msgid ""
 msgstr ""
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 18.12.3\n"
+"X-Generator: Lokalize 19.04.3\n"
 
 #: contents/config/config.qml:26
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit plasma5-pa for openSUSE:Factory

2020-02-10 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2020-02-10 21:52:04

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.26092 (New)


Package is "plasma5-pa"

Mon Feb 10 21:52:04 2020 rev:80 rq:772259 version:5.18.0

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2020-01-11 
14:40:22.829192865 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.26092/plasma5-pa.changes 
2020-02-10 21:52:21.738155798 +0100
@@ -1,0 +2,31 @@
+Thu Feb  6 15:10:06 UTC 2020 - Fabian Vogt 
+
+- Update to 5.18.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.0.php
+- No code changes since 5.17.90
+
+---
+Thu Jan 23 11:20:36 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build
+
+---
+Thu Jan 16 14:04:20 UTC 2020 - Fabian Vogt 
+
+- Update to 5.17.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.90.php
+- Changes since 5.17.5:
+  * KF5_MIN_VERSION for plasma 5.18 is KF5 5.66.0
+  * [Applet] Fix empty space and give correct size
+  * Make it compile without deprecated method
+  * Add KDEClangFormat cmake support
+  * Use a lighter star color for non-default devices
+  * Increase UI commonality between KCM and applet
+  * Fix wrong KCM device icon for specific form factors
+  * Make KCM look more like applet
+
+---

Old:

  plasma-pa-5.17.5.tar.xz
  plasma-pa-5.17.5.tar.xz.sig

New:

  plasma-pa-5.18.0.tar.xz
  plasma-pa-5.18.0.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.lAtnjQ/_old  2020-02-10 21:52:22.314156117 +0100
+++ /var/tmp/diff_new_pack.lAtnjQ/_new  2020-02-10 21:52:22.318156118 +0100
@@ -20,15 +20,15 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.17.5
+Version:5.18.0
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
+Source: plasma-pa-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz.sig
+Source1:plasma-pa-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 0.0.14
@@ -74,7 +74,7 @@
 %else
 %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} 
-DUSE_GCONF=TRUE
 %endif
-%make_jobs
+%cmake_build
 
 %install
 %kf5_makeinstall -C build

++ plasma-pa-5.17.5.tar.xz -> plasma-pa-5.18.0.tar.xz ++
 13290 lines of diff (skipped)





commit plasma5-pa for openSUSE:Factory

2020-01-11 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2020-01-11 14:39:22

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.6675 (New)


Package is "plasma5-pa"

Sat Jan 11 14:39:22 2020 rev:79 rq:762003 version:5.17.5

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2019-12-11 
12:08:20.232659287 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.6675/plasma5-pa.changes  
2020-01-11 14:40:22.829192865 +0100
@@ -1,0 +2,9 @@
+Tue Jan  7 16:24:37 UTC 2020 - Fabian Vogt 
+
+- Update to 5.17.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.5.php
+- No code changes since 5.17.4
+
+---

Old:

  plasma-pa-5.17.4.tar.xz
  plasma-pa-5.17.4.tar.xz.sig

New:

  plasma-pa-5.17.5.tar.xz
  plasma-pa-5.17.5.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.ARiYkL/_old  2020-01-11 14:40:23.513193135 +0100
+++ /var/tmp/diff_new_pack.ARiYkL/_new  2020-01-11 14:40:23.521193139 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plasma5-pa
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.17.4
+Version:5.17.5
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.17.4.tar.xz -> plasma-pa-5.17.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.17.4/CMakeLists.txt 
new/plasma-pa-5.17.5/CMakeLists.txt
--- old/plasma-pa-5.17.4/CMakeLists.txt 2019-12-03 13:26:49.0 +0100
+++ new/plasma-pa-5.17.5/CMakeLists.txt 2020-01-07 16:43:15.0 +0100
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.17.4")
+set(PROJECT_VERSION "5.17.5")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.17.4/po/fr/kcm_pulseaudio.po 
new/plasma-pa-5.17.5/po/fr/kcm_pulseaudio.po
--- old/plasma-pa-5.17.4/po/fr/kcm_pulseaudio.po2019-12-03 
13:25:59.0 +0100
+++ new/plasma-pa-5.17.5/po/fr/kcm_pulseaudio.po2020-01-07 
16:42:35.0 +0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-09-21 07:54+0200\n"
-"PO-Revision-Date: 2019-07-21 20:03+0800\n"
+"PO-Revision-Date: 2019-11-11 07:07+0800\n"
 "Last-Translator: Simon Depiets \n"
 "Language-Team: French \n"
 "Language: fr\n"
@@ -34,12 +34,10 @@
 msgstr "vpi...@kde.org, johan.claudebreunin...@gmail.com, sdepi...@gmail.com"
 
 #: kcm/module.cpp:39
-#, fuzzy, kde-format
-#| msgctxt "@title"
-#| msgid "PulseAudio"
+#, kde-format
 msgctxt "@title"
 msgid "Audio"
-msgstr "PulseAudio"
+msgstr "Audio"
 
 #: kcm/module.cpp:43
 #, kde-format
@@ -176,10 +174,9 @@
 msgstr "Profil :"
 
 #: kcm/package/contents/ui/DeviceListItem.qml:48
-#, fuzzy, kde-format
-#| msgid "Default"
+#, kde-format
 msgid "Default device"
-msgstr "Par défaut"
+msgstr "Périphérique par défaut"
 
 #: kcm/package/contents/ui/DeviceListItem.qml:69
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.17.4/po/fr/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.17.5/po/fr/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.17.4/po/fr/plasma_applet_org.kde.plasma.volume.po   
2019-12-03 13:25:59.0 +0100
+++ new/plasma-pa-5.17.5/po/fr/plasma_applet_org.kde.plasma.volume.po   
2020-01-07 16:42:35.0 +0100
@@ -10,7 +10,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-10-22 07:36+0200\n"
-"PO-Revision-Date: 2019-08-10 15:17+0800\n"
+"PO-Revision-Date: 2019-11-10 19:55+0800\n"
 "Last-Translator: Simon Depiets \n"
 "Language-Team: French \n"
 "Language: fr\n"
@@ -90,10 +90,9 @@
 msgstr "100 %"
 
 #: contents/ui/ListItemBase.qml:232
-#, fuzzy, kde-format
-#| msgid "Default"
+#, kde-format
 msgid "Default Device"
-msgstr "Par défaut"
+msgstr "Périphérique par défaut"
 
 #: contents/ui/ListItemBase.qml:293
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.17.4/po/hu/kcm_pulseaudio.po 

commit plasma5-pa for openSUSE:Factory

2019-12-11 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2019-12-11 12:07:36

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.4691 (New)


Package is "plasma5-pa"

Wed Dec 11 12:07:36 2019 rev:78 rq:754026 version:5.17.4

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2019-11-15 
22:36:46.651954775 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.4691/plasma5-pa.changes  
2019-12-11 12:08:20.232659287 +0100
@@ -1,0 +2,9 @@
+Wed Dec  4 08:37:01 UTC 2019 - Fabian Vogt 
+
+- Update to 5.17.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.4.php
+- No code changes since 5.17.3
+
+---

Old:

  plasma-pa-5.17.3.tar.xz
  plasma-pa-5.17.3.tar.xz.sig

New:

  plasma-pa-5.17.4.tar.xz
  plasma-pa-5.17.4.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.RyEWAU/_old  2019-12-11 12:08:20.688659094 +0100
+++ /var/tmp/diff_new_pack.RyEWAU/_new  2019-12-11 12:08:20.692659093 +0100
@@ -20,7 +20,7 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.17.3
+Version:5.17.4
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.17.3.tar.xz -> plasma-pa-5.17.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.17.3/CMakeLists.txt 
new/plasma-pa-5.17.4/CMakeLists.txt
--- old/plasma-pa-5.17.3/CMakeLists.txt 2019-11-12 11:28:48.0 +0100
+++ new/plasma-pa-5.17.4/CMakeLists.txt 2019-12-03 13:26:49.0 +0100
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.17.3")
+set(PROJECT_VERSION "5.17.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.17.3/po/da/kcm_pulseaudio.po 
new/plasma-pa-5.17.4/po/da/kcm_pulseaudio.po
--- old/plasma-pa-5.17.3/po/da/kcm_pulseaudio.po2019-11-12 
11:28:14.0 +0100
+++ new/plasma-pa-5.17.4/po/da/kcm_pulseaudio.po2019-12-03 
13:25:52.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-09-21 07:54+0200\n"
-"PO-Revision-Date: 2019-05-07 13:17+0100\n"
+"PO-Revision-Date: 2019-11-22 20:48+0100\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -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 18.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -28,12 +28,10 @@
 msgstr "mschlan...@opensuse.org"
 
 #: kcm/module.cpp:39
-#, fuzzy, kde-format
-#| msgctxt "@title"
-#| msgid "PulseAudio"
+#, kde-format
 msgctxt "@title"
 msgid "Audio"
-msgstr "PulseAudio"
+msgstr "Lyd"
 
 #: kcm/module.cpp:43
 #, kde-format
@@ -85,10 +83,9 @@
 "Skift automatisk alle kørende streams når et nyt output bliver tilgængeligt"
 
 #: kcm/package/contents/ui/Advanced.qml:101
-#, fuzzy, kde-format
-#| msgid "Requires 'module-gconf' PulseAudio module"
+#, kde-format
 msgid "Requires %1 PulseAudio module"
-msgstr "Kræver PulseAudio-modulet \"module-gconf\""
+msgstr "Kræver PulseAudio-modulet %1"
 
 #: kcm/package/contents/ui/Advanced.qml:107
 #, kde-format
@@ -153,9 +150,7 @@
 msgstr "Ingen programmer spiller lyd"
 
 #: kcm/package/contents/ui/Applications.qml:87
-#, fuzzy, kde-format
-#| msgctxt "@title:tab"
-#| msgid "Recording"
+#, kde-format
 msgid "Recording"
 msgstr "Optagelse"
 
@@ -172,10 +167,9 @@
 msgstr "Profil:"
 
 #: kcm/package/contents/ui/DeviceListItem.qml:48
-#, fuzzy, kde-format
-#| msgid "Default"
+#, kde-format
 msgid "Default device"
-msgstr "Standard"
+msgstr "Standardenhed"
 
 #: kcm/package/contents/ui/DeviceListItem.qml:69
 #, kde-format
@@ -275,27 +269,27 @@
 #: qml/microphoneindicator.cpp:113
 #, kde-format
 msgid "Mute"
-msgstr ""
+msgstr "Lydløs"
 
 #: qml/microphoneindicator.cpp:143 qml/microphoneindicator.cpp:151
 #, kde-format
 msgid "Microphone"
-msgstr ""
+msgstr "Mikrofon"
 
 #: qml/microphoneindicator.cpp:146
 #, kde-format
 msgctxt "App is using mic"
 msgid "%1 is using the microphone"
-msgstr ""
+msgstr "%1 bruger mikrofonen"
 
 #: qml/microphoneindicator.cpp:148
 #, kde-format
 msgctxt "list separator"
 msgid ", "
-msgstr ""
+msgstr ", "
 
 #: qml/microphoneindicator.cpp:148
 #, kde-format
 msgctxt "List of apps is using mic"
 

commit plasma5-pa for openSUSE:Factory

2019-11-15 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2019-11-15 22:36:40

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.26869 (New)


Package is "plasma5-pa"

Fri Nov 15 22:36:40 2019 rev:77 rq:747860 version:5.17.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2019-10-31 
18:12:36.841844859 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.26869/plasma5-pa.changes 
2019-11-15 22:36:46.651954775 +0100
@@ -1,0 +2,9 @@
+Tue Nov 12 11:01:08 UTC 2019 - Fabian Vogt 
+
+- Update to 5.17.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.3.php
+- No code changes since 5.17.2
+
+---

Old:

  plasma-pa-5.17.2.tar.xz
  plasma-pa-5.17.2.tar.xz.sig

New:

  plasma-pa-5.17.3.tar.xz
  plasma-pa-5.17.3.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.xB96JK/_old  2019-11-15 22:36:48.339954034 +0100
+++ /var/tmp/diff_new_pack.xB96JK/_new  2019-11-15 22:36:48.343954032 +0100
@@ -20,7 +20,7 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.17.2
+Version:5.17.3
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.17.2.tar.xz -> plasma-pa-5.17.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.17.2/CMakeLists.txt 
new/plasma-pa-5.17.3/CMakeLists.txt
--- old/plasma-pa-5.17.2/CMakeLists.txt 2019-10-29 19:28:12.0 +0100
+++ new/plasma-pa-5.17.3/CMakeLists.txt 2019-11-12 11:28:48.0 +0100
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.17.2")
+set(PROJECT_VERSION "5.17.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.17.2/po/cs/kcm_pulseaudio.po 
new/plasma-pa-5.17.3/po/cs/kcm_pulseaudio.po
--- old/plasma-pa-5.17.2/po/cs/kcm_pulseaudio.po2019-10-29 
19:27:28.0 +0100
+++ new/plasma-pa-5.17.3/po/cs/kcm_pulseaudio.po2019-11-12 
11:28:13.0 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-09-21 07:54+0200\n"
-"PO-Revision-Date: 2019-09-05 15:35+0200\n"
+"PO-Revision-Date: 2019-11-07 10:02+0100\n"
 "Last-Translator: Vit Pelcak \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -15,7 +15,7 @@
 "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.08.1\n"
+"X-Generator: Lokalize 19.08.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -238,7 +238,7 @@
 #: kcm/package/contents/ui/StreamListItem.qml:57
 #, kde-format
 msgid "Notification Sounds"
-msgstr "Zvuky oznamování"
+msgstr "Zvuky upozornění"
 
 #: kcm/package/contents/ui/StreamListItem.qml:59
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.17.2/po/eu/kcm_pulseaudio.po 
new/plasma-pa-5.17.3/po/eu/kcm_pulseaudio.po
--- old/plasma-pa-5.17.2/po/eu/kcm_pulseaudio.po2019-10-29 
19:27:32.0 +0100
+++ new/plasma-pa-5.17.3/po/eu/kcm_pulseaudio.po2019-11-12 
11:28:17.0 +0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: plasma-pa\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-09-21 07:54+0200\n"
-"PO-Revision-Date: 2019-09-02 21:54+0200\n"
+"PO-Revision-Date: 2019-11-02 18:18+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi \n"
 "Language-Team: Basque \n"
 "Language: eu\n"
@@ -19,7 +19,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 19.08.0\n"
+"X-Generator: Lokalize 19.08.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -172,10 +172,9 @@
 msgstr "Profila:"
 
 #: kcm/package/contents/ui/DeviceListItem.qml:48
-#, fuzzy, kde-format
-#| msgid "Default"
+#, kde-format
 msgid "Default device"
-msgstr "Lehenetsia"
+msgstr "Gailu lehenetsia"
 
 #: kcm/package/contents/ui/DeviceListItem.qml:69
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.17.2/po/eu/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.17.3/po/eu/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.17.2/po/eu/plasma_applet_org.kde.plasma.volume.po   
2019-10-29 

commit plasma5-pa for openSUSE:Factory

2019-10-31 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2019-10-31 18:12:35

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.2990 (New)


Package is "plasma5-pa"

Thu Oct 31 18:12:35 2019 rev:76 rq:744244 version:5.17.2

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2019-10-27 
13:39:04.585124680 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.2990/plasma5-pa.changes  
2019-10-31 18:12:36.841844859 +0100
@@ -1,0 +2,9 @@
+Tue Oct 29 20:45:52 UTC 2019 - Fabian Vogt 
+
+- Update to 5.17.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.2.php
+- No code changes since 5.17.1
+
+---

Old:

  plasma-pa-5.17.1.tar.xz
  plasma-pa-5.17.1.tar.xz.sig

New:

  plasma-pa-5.17.2.tar.xz
  plasma-pa-5.17.2.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.iww5fK/_old  2019-10-31 18:12:37.521845572 +0100
+++ /var/tmp/diff_new_pack.iww5fK/_new  2019-10-31 18:12:37.525845575 +0100
@@ -20,7 +20,7 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.17.1
+Version:5.17.2
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.17.1.tar.xz -> plasma-pa-5.17.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.17.1/CMakeLists.txt 
new/plasma-pa-5.17.2/CMakeLists.txt
--- old/plasma-pa-5.17.1/CMakeLists.txt 2019-10-22 17:39:04.0 +0200
+++ new/plasma-pa-5.17.2/CMakeLists.txt 2019-10-29 19:28:12.0 +0100
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.17.1")
+set(PROJECT_VERSION "5.17.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.17.1/po/nn/kcm_pulseaudio.po 
new/plasma-pa-5.17.2/po/nn/kcm_pulseaudio.po
--- old/plasma-pa-5.17.1/po/nn/kcm_pulseaudio.po2019-10-22 
17:38:32.0 +0200
+++ new/plasma-pa-5.17.2/po/nn/kcm_pulseaudio.po2019-10-29 
19:27:47.0 +0100
@@ -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 19.08.1\n"
+"X-Generator: Lokalize 19.11.70\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.17.1/po/nn/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.17.2/po/nn/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.17.1/po/nn/plasma_applet_org.kde.plasma.volume.po   
2019-10-22 17:38:32.0 +0200
+++ new/plasma-pa-5.17.2/po/nn/plasma_applet_org.kde.plasma.volume.po   
2019-10-29 19:27:47.0 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
-"POT-Creation-Date: 2019-09-17 03:29+0200\n"
+"POT-Creation-Date: 2019-10-22 07:36+0200\n"
 "PO-Revision-Date: 2019-09-18 21:54+0200\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
@@ -30,22 +30,22 @@
 msgid "Maximum volume:"
 msgstr "Høgste lydstyrke:"
 
-#: contents/ui/ConfigGeneral.qml:57
+#: contents/ui/ConfigGeneral.qml:61
 #, kde-format
 msgid "Volume step:"
 msgstr "Lydstyrke-steg:"
 
-#: contents/ui/ConfigGeneral.qml:76
+#: contents/ui/ConfigGeneral.qml:84
 #, kde-format
 msgid "Feedback:"
 msgstr "Tilbakemelding:"
 
-#: contents/ui/ConfigGeneral.qml:78
+#: contents/ui/ConfigGeneral.qml:86
 #, kde-format
 msgid "Play sound when volume changes"
 msgstr "Spel lyd ved endring av lydstyrke"
 
-#: contents/ui/ConfigGeneral.qml:84
+#: contents/ui/ConfigGeneral.qml:92
 #, kde-format
 msgid "Display notification when default output device changes"
 msgstr "Vis varsling ved byte av standard uteining"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.17.1/src/kcm/kcm_pulseaudio.desktop 
new/plasma-pa-5.17.2/src/kcm/kcm_pulseaudio.desktop
--- old/plasma-pa-5.17.1/src/kcm/kcm_pulseaudio.desktop 2019-10-22 
17:37:50.0 +0200
+++ new/plasma-pa-5.17.2/src/kcm/kcm_pulseaudio.desktop 2019-10-29 
19:27:13.0 +0100
@@ -23,6 +23,7 @@
 Name[fi]=Ääni
 Name[fr]=Audio
 Name[gl]=Son
+Name[id]=Audio
 Name[it]=Audio
 Name[ko]=오디오
 Name[lt]=Garsas
@@ -49,6 +50,7 @@
 Comment[fi]=Äänilaitteiden ja äänenvoimakkuuden asetukset
 Comment[fr]=Configurer les 

commit plasma5-pa for openSUSE:Factory

2019-10-27 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2019-10-27 13:39:03

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.2990 (New)


Package is "plasma5-pa"

Sun Oct 27 13:39:03 2019 rev:75 rq:742070 version:5.17.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2019-10-14 
12:38:58.751096104 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.2990/plasma5-pa.changes  
2019-10-27 13:39:04.585124680 +0100
@@ -1,0 +2,10 @@
+Tue Oct 22 16:44:44 UTC 2019 - Fabian Vogt 
+
+- Update to 5.17.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.1.php
+- Changes since 5.17.0:
+  * [Applet] Make spinboxes editable
+
+---

Old:

  plasma-pa-5.17.0.tar.xz
  plasma-pa-5.17.0.tar.xz.sig

New:

  plasma-pa-5.17.1.tar.xz
  plasma-pa-5.17.1.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.XdrTeg/_old  2019-10-27 13:39:05.153125403 +0100
+++ /var/tmp/diff_new_pack.XdrTeg/_new  2019-10-27 13:39:05.153125403 +0100
@@ -20,15 +20,15 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.17.0
+Version:5.17.1
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: plasma-pa-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 %if %{with lang}
-Source1:plasma-pa-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 0.0.14

++ plasma-pa-5.17.0.tar.xz -> plasma-pa-5.17.1.tar.xz ++
 1686 lines of diff (skipped)





commit plasma5-pa for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2019-10-14 12:38:57

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.2352 (New)


Package is "plasma5-pa"

Mon Oct 14 12:38:57 2019 rev:74 rq:737489 version:5.17.0

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2019-09-07 
11:43:32.866358113 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.2352/plasma5-pa.changes  
2019-10-14 12:38:58.751096104 +0200
@@ -1,0 +2,32 @@
+Thu Oct 10 14:25:47 UTC 2019 - Fabian Vogt 
+
+- Update to 5.17.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.17.0.php
+- Changes since 5.16.90:
+  * Add X-KDE-FormFactors in the metadata.desktop as well
+  * metadata: Add form factors to make kcm appear on mobile again
+  * Fix kcmshell window being too small (kde#412087)
+
+---
+Thu Sep 19 12:32:37 UTC 2019 - Fabian Vogt 
+
+- Update to 5.16.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.16.90.php
+- Changes since 5.16.5:
+  * update to latest kf5 dependency
+  * Use visible buttons to switch the default device (kde#408490)
+  * Set maximum volume of streams properly even if the user has configured a 
maximum volume <100% in the applet.
+  * Promote KCM to top level and rename accordingly
+  * Allow to set maximum volume < 100% (kde#404387)
+  * Avoid garbling the sound if the volume slider is moved fast 
(kde#409525,kde#410716)
+  * [KCM] Slightly improve tab bar's integration with frame
+  * [Applet] Use the more user-friendly term "recording" instead of "capture"
+  * Hide "Dummy Output" from output list and improve user-visible labels
+  * Make feedback-related strings accurate
+  * Fix forward declaration
+
+---

Old:

  plasma-pa-5.16.5.tar.xz
  plasma-pa-5.16.5.tar.xz.sig

New:

  plasma-pa-5.17.0.tar.xz
  plasma-pa-5.17.0.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.XQ8gBe/_old  2019-10-14 12:38:59.491094169 +0200
+++ /var/tmp/diff_new_pack.XQ8gBe/_new  2019-10-14 12:38:59.491094169 +0200
@@ -16,19 +16,19 @@
 #
 
 
-%define kf5_version 5.58.0
+%define kf5_version 5.62.0
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.16.5
+Version:5.17.0
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
+Source: plasma-pa-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz.sig
+Source1:plasma-pa-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 0.0.14
@@ -57,6 +57,7 @@
 %else
 Recommends: pulseaudio-module-gconf
 %endif
+Requires:   kirigami2 >= %{kf5_version}
 Requires:   pulseaudio-module-x11
 Recommends: %{name}-lang
 

++ plasma-pa-5.16.5.tar.xz -> plasma-pa-5.17.0.tar.xz ++
 15276 lines of diff (skipped)





commit plasma5-pa for openSUSE:Factory

2019-09-07 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2019-09-07 11:43:31

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.7948 (New)


Package is "plasma5-pa"

Sat Sep  7 11:43:31 2019 rev:73 rq:728204 version:5.16.5

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2019-08-05 
10:33:53.843394324 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.7948/plasma5-pa.changes  
2019-09-07 11:43:32.866358113 +0200
@@ -1,0 +2,11 @@
+Tue Sep  3 12:44:13 UTC 2019 - Fabian Vogt 
+
+- Update to 5.16.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.16.5.php
+- Changes since 5.16.4:
+  * Fix speaker test not showing sinks/buttons
+  * [Microphone Indicator] Don't show if there are no microphones
+
+---

Old:

  plasma-pa-5.16.4.tar.xz
  plasma-pa-5.16.4.tar.xz.sig

New:

  plasma-pa-5.16.5.tar.xz
  plasma-pa-5.16.5.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.2Huyim/_old  2019-09-07 11:43:33.502358023 +0200
+++ /var/tmp/diff_new_pack.2Huyim/_new  2019-09-07 11:43:33.502358023 +0200
@@ -20,7 +20,7 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.16.4
+Version:5.16.5
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.16.4.tar.xz -> plasma-pa-5.16.5.tar.xz ++
 4161 lines of diff (skipped)





commit plasma5-pa for openSUSE:Factory

2019-08-05 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2019-08-05 10:33:52

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.4126 (New)


Package is "plasma5-pa"

Mon Aug  5 10:33:52 2019 rev:72 rq:719931 version:5.16.4

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2019-07-26 
12:33:15.930175792 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.4126/plasma5-pa.changes  
2019-08-05 10:33:53.843394324 +0200
@@ -1,0 +2,9 @@
+Tue Jul 30 12:40:19 UTC 2019 - Fabian Vogt 
+
+- Update to 5.16.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.16.4.php
+- No code changes since 5.16.3
+
+---

Old:

  plasma-pa-5.16.3.tar.xz
  plasma-pa-5.16.3.tar.xz.sig

New:

  plasma-pa-5.16.4.tar.xz
  plasma-pa-5.16.4.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.4J5dBc/_old  2019-08-05 10:33:54.375394183 +0200
+++ /var/tmp/diff_new_pack.4J5dBc/_new  2019-08-05 10:33:54.379394182 +0200
@@ -20,7 +20,7 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.16.3
+Version:5.16.4
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.16.3.tar.xz -> plasma-pa-5.16.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.16.3/CMakeLists.txt 
new/plasma-pa-5.16.4/CMakeLists.txt
--- old/plasma-pa-5.16.3/CMakeLists.txt 2019-07-09 18:10:25.0 +0200
+++ new/plasma-pa-5.16.4/CMakeLists.txt 2019-07-30 12:34:06.0 +0200
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.16.3")
+set(PROJECT_VERSION "5.16.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.16.3/po/fi/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.16.4/po/fi/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.16.3/po/fi/plasma_applet_org.kde.plasma.volume.po   
2019-07-09 18:08:28.0 +0200
+++ new/plasma-pa-5.16.4/po/fi/plasma_applet_org.kde.plasma.volume.po   
2019-07-30 12:33:30.0 +0200
@@ -3,6 +3,7 @@
 # Lasse Liehu , 2015, 2016, 2017.
 # Tommi Nieminen , 2016, 2017, 2018, 2019.
 #
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
@@ -16,7 +17,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 18.12.3\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: contents/config/config.qml:26
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.16.3/po/id/kcm_pulseaudio.po 
new/plasma-pa-5.16.4/po/id/kcm_pulseaudio.po
--- old/plasma-pa-5.16.3/po/id/kcm_pulseaudio.po2019-07-09 
18:08:46.0 +0200
+++ new/plasma-pa-5.16.4/po/id/kcm_pulseaudio.po2019-07-30 
12:33:35.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-05-20 07:46+0200\n"
-"PO-Revision-Date: 2019-05-10 21:07+0700\n"
+"PO-Revision-Date: 2019-07-19 03:37+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -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 18.12.3\n"
+"X-Generator: Lokalize 19.04.2\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -65,7 +65,7 @@
 #: kcm/package/contents/ui/Advanced.qml:66
 #, kde-format
 msgid "Advanced Output Configuration"
-msgstr "Konfigurasi Output Tingkatlanjut"
+msgstr "Konfigurasi Output Tingkat-lanjut"
 
 #: kcm/package/contents/ui/Advanced.qml:79
 #, kde-format
@@ -142,13 +142,13 @@
 #: kcm/package/contents/ui/Applications.qml:48
 #, kde-format
 msgid "Playback"
-msgstr "Playback"
+msgstr "Pemutaran"
 
 #: kcm/package/contents/ui/Applications.qml:49
 #, kde-format
 msgctxt "@label"
 msgid "No Applications Playing Audio"
-msgstr "Tidak ada Aplikasi Memainkan Audio"
+msgstr "Tidak ada Aplikasi Memutar Audio"
 
 #: kcm/package/contents/ui/Applications.qml:87
 #, kde-format
@@ -232,7 +232,7 @@
 #, kde-format
 msgctxt "@title:tab"
 msgid "Advanced"
-msgstr "Tingkatlanjut"
+msgstr "Tingkat-lanjut"
 
 #: kcm/package/contents/ui/MuteButton.qml:28
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit plasma5-pa for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2019-07-26 12:33:13

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.4126 (New)


Package is "plasma5-pa"

Fri Jul 26 12:33:13 2019 rev:71 rq:717060 version:5.16.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2019-06-27 
16:22:20.562257287 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.4126/plasma5-pa.changes  
2019-07-26 12:33:15.930175792 +0200
@@ -1,0 +2,10 @@
+Tue Jul  9 17:29:07 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.16.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.16.3.php
+- Changes since 5.16.2:
+  * [KCM] Use sourceSize for avatar to improve appearance and reduce memory 
consumption BUG: 409187 FIXED-IN: 5.16.2 (kde#409187)
+
+---

Old:

  plasma-pa-5.16.2.tar.xz
  plasma-pa-5.16.2.tar.xz.sig

New:

  plasma-pa-5.16.3.tar.xz
  plasma-pa-5.16.3.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.YsBJiW/_old  2019-07-26 12:33:16.862174767 +0200
+++ /var/tmp/diff_new_pack.YsBJiW/_new  2019-07-26 12:33:16.866174763 +0200
@@ -20,7 +20,7 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.16.2
+Version:5.16.3
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.16.2.tar.xz -> plasma-pa-5.16.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.16.2/CMakeLists.txt 
new/plasma-pa-5.16.3/CMakeLists.txt
--- old/plasma-pa-5.16.2/CMakeLists.txt 2019-06-25 13:53:27.0 +0200
+++ new/plasma-pa-5.16.3/CMakeLists.txt 2019-07-09 18:10:25.0 +0200
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.16.2")
+set(PROJECT_VERSION "5.16.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.16.2/po/it/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.16.3/po/it/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.16.2/po/it/plasma_applet_org.kde.plasma.volume.po   
2019-06-25 13:52:56.0 +0200
+++ new/plasma-pa-5.16.3/po/it/plasma_applet_org.kde.plasma.volume.po   
2019-07-09 18:08:48.0 +0200
@@ -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 19.04.0\n"
+"X-Generator: Lokalize 19.04.2\n"
 
 #: contents/config/config.qml:26
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.16.2/po/nn/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.16.3/po/nn/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.16.2/po/nn/plasma_applet_org.kde.plasma.volume.po   
2019-06-25 13:53:03.0 +0200
+++ new/plasma-pa-5.16.3/po/nn/plasma_applet_org.kde.plasma.volume.po   
2019-07-09 18:09:12.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-05-20 07:46+0200\n"
-"PO-Revision-Date: 2019-05-08 21:49+0200\n"
+"PO-Revision-Date: 2019-06-28 22:49+0200\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
@@ -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 19.04.0\n"
+"X-Generator: Lokalize 19.04.2\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -38,17 +38,17 @@
 #: contents/ui/ConfigGeneral.qml:76
 #, kde-format
 msgid "Provide visual feedback:"
-msgstr ""
+msgstr "Gje visuell tilbakemelding:"
 
 #: contents/ui/ConfigGeneral.qml:78
 #, kde-format
 msgid "When volume changes"
-msgstr ""
+msgstr "Ved endring av lydstyrke"
 
 #: contents/ui/ConfigGeneral.qml:84
 #, kde-format
 msgid "When default output device changes"
-msgstr ""
+msgstr "Ved byte av standard uteining"
 
 #: contents/ui/DeviceListItem.qml:37
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.16.2/po/pt_BR/kcm_pulseaudio.po 
new/plasma-pa-5.16.3/po/pt_BR/kcm_pulseaudio.po
--- old/plasma-pa-5.16.2/po/pt_BR/kcm_pulseaudio.po 2019-06-25 
13:53:06.0 +0200
+++ new/plasma-pa-5.16.3/po/pt_BR/kcm_pulseaudio.po 2019-07-09 
18:09:20.0 

commit plasma5-pa for openSUSE:Factory

2019-06-27 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2019-06-27 16:22:19

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.4615 (New)


Package is "plasma5-pa"

Thu Jun 27 16:22:19 2019 rev:70 rq:711984 version:5.16.2

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2019-06-22 
11:19:35.125090700 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.4615/plasma5-pa.changes  
2019-06-27 16:22:20.562257287 +0200
@@ -1,0 +2,9 @@
+Tue Jun 25 12:41:18 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.16.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.16.2.php
+- No code changes since 5.16.1
+
+---

Old:

  plasma-pa-5.16.1.tar.xz
  plasma-pa-5.16.1.tar.xz.sig

New:

  plasma-pa-5.16.2.tar.xz
  plasma-pa-5.16.2.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.qhs215/_old  2019-06-27 16:22:21.102258175 +0200
+++ /var/tmp/diff_new_pack.qhs215/_new  2019-06-27 16:22:21.102258175 +0200
@@ -20,7 +20,7 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.16.1
+Version:5.16.2
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.16.1.tar.xz -> plasma-pa-5.16.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.16.1/CMakeLists.txt 
new/plasma-pa-5.16.2/CMakeLists.txt
--- old/plasma-pa-5.16.1/CMakeLists.txt 2019-06-18 12:05:43.0 +0200
+++ new/plasma-pa-5.16.2/CMakeLists.txt 2019-06-25 13:53:27.0 +0200
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.16.1")
+set(PROJECT_VERSION "5.16.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.16.1/po/fi/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.16.2/po/fi/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.16.1/po/fi/plasma_applet_org.kde.plasma.volume.po   
2019-06-18 12:05:09.0 +0200
+++ new/plasma-pa-5.16.2/po/fi/plasma_applet_org.kde.plasma.volume.po   
2019-06-25 13:52:49.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-05-20 07:46+0200\n"
-"PO-Revision-Date: 2019-05-12 18:43+0200\n"
+"PO-Revision-Date: 2019-06-24 09:42+0300\n"
 "Last-Translator: Tommi Nieminen \n"
 "Language-Team: Finnish \n"
 "Language: fi\n"
@@ -16,7 +16,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 18.12.3\n"
 
 #: contents/config/config.qml:26
 #, kde-format
@@ -36,18 +36,17 @@
 #: contents/ui/ConfigGeneral.qml:76
 #, kde-format
 msgid "Provide visual feedback:"
-msgstr ""
+msgstr "Tarjoa näkyvä palaute:"
 
 #: contents/ui/ConfigGeneral.qml:78
 #, kde-format
 msgid "When volume changes"
-msgstr ""
+msgstr "Äänenvoimakkuuden muuttuessa"
 
 #: contents/ui/ConfigGeneral.qml:84
-#, fuzzy, kde-format
-#| msgid "Visual feedback when default output device changes"
+#, kde-format
 msgid "When default output device changes"
-msgstr "Näkyvä palaute oletusulostulolaitteen muututtua"
+msgstr "Oletusulostulolaitteen vaihtuessa"
 
 #: contents/ui/DeviceListItem.qml:37
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.16.1/po/pl/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.16.2/po/pl/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.16.1/po/pl/plasma_applet_org.kde.plasma.volume.po   
2019-06-18 12:05:23.0 +0200
+++ new/plasma-pa-5.16.2/po/pl/plasma_applet_org.kde.plasma.volume.po   
2019-06-25 13:53:05.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-05-20 07:46+0200\n"
-"PO-Revision-Date: 2019-05-04 07:10+0200\n"
+"PO-Revision-Date: 2019-06-20 21:01+0200\n"
 "Last-Translator: Łukasz Wojniłowicz \n"
 "Language-Team: Polish \n"
 "Language: pl\n"
@@ -16,7 +16,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 19.03.70\n"
+"X-Generator: Lokalize 19.07.70\n"
 
 #: contents/config/config.qml:26
 #, kde-format
@@ -36,19 +36,17 @@
 #: contents/ui/ConfigGeneral.qml:76
 #, kde-format
 

commit plasma5-pa for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2019-06-22 11:19:33

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.4615 (New)


Package is "plasma5-pa"

Sat Jun 22 11:19:33 2019 rev:69 rq:711103 version:5.16.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2019-06-12 
13:30:30.408231264 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.4615/plasma5-pa.changes  
2019-06-22 11:19:35.125090700 +0200
@@ -1,0 +2,9 @@
+Tue Jun 18 16:38:16 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.16.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.16.1.php
+- No code changes since 5.16.0
+
+---

Old:

  plasma-pa-5.16.0.tar.xz
  plasma-pa-5.16.0.tar.xz.sig

New:

  plasma-pa-5.16.1.tar.xz
  plasma-pa-5.16.1.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.ZUpTEc/_old  2019-06-22 11:19:36.501092130 +0200
+++ /var/tmp/diff_new_pack.ZUpTEc/_new  2019-06-22 11:19:36.549092180 +0200
@@ -20,15 +20,15 @@
 %define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.16.0
+Version:5.16.1
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: plasma-pa-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 %if %{with lang}
-Source1:plasma-pa-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 0.0.14

++ plasma-pa-5.16.0.tar.xz -> plasma-pa-5.16.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.16.0/CMakeLists.txt 
new/plasma-pa-5.16.1/CMakeLists.txt
--- old/plasma-pa-5.16.0/CMakeLists.txt 2019-06-06 15:11:30.0 +0200
+++ new/plasma-pa-5.16.1/CMakeLists.txt 2019-06-18 12:05:43.0 +0200
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.16.0")
+set(PROJECT_VERSION "5.16.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.12.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.16.0/po/eu/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.16.1/po/eu/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.16.0/po/eu/plasma_applet_org.kde.plasma.volume.po   
2019-06-06 15:11:01.0 +0200
+++ new/plasma-pa-5.16.1/po/eu/plasma_applet_org.kde.plasma.volume.po   
2019-06-18 12:05:08.0 +0200
@@ -1,18 +1,19 @@
 # Translation of plasma_applet_org.kde.plasma.volume.po to Euskara/Basque (eu).
 # Copyright (C) 2017-2018, The Free Software Foundation.
-# This file is distributed under the same license as the kde-workaspace 
package.
+# Copyright (C) 2019, This file is copyright:
+# This file is distributed under the same license as the plasma-pa package.
 # KDE Euskaratzeko proiektuaren arduraduna .
 #
 # Translators:
-# Iñigo Salvador Azurmendi , 2017, 2018.
+# Iñigo Salvador Azurmendi , 2017, 2018, 2019.
 msgid ""
 msgstr ""
-"Project-Id-Version: plasma_applet_org.kde.plasma.volume\n"
+"Project-Id-Version: plasma-pa\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n;
 "POT-Creation-Date: 2019-05-20 07:46+0200\n"
-"PO-Revision-Date: 2018-07-21 16:09+0100\n"
+"PO-Revision-Date: 2019-06-10 17:43+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi \n"
-"Language-Team: Basque \n"
+"Language-Team: Basque \n"
 "Language: eu\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -38,18 +39,17 @@
 #: contents/ui/ConfigGeneral.qml:76
 #, kde-format
 msgid "Provide visual feedback:"
-msgstr ""
+msgstr "Eman ikus-berrelikatzea:"
 
 #: contents/ui/ConfigGeneral.qml:78
 #, kde-format
 msgid "When volume changes"
-msgstr ""
+msgstr "Bolumena aldatzen denean"
 
 #: contents/ui/ConfigGeneral.qml:84
-#, fuzzy, kde-format
-#| msgid "Visual feedback when default output device changes"
+#, kde-format
 msgid "When default output device changes"
-msgstr "Ikuste-berrelikadura lehenetsitako irteera-gailua aldatzen denean"
+msgstr "Lehenetsitako irteera-gailua aldatzen denean"
 
 #: contents/ui/DeviceListItem.qml:37
 #, kde-format
@@ -105,12 +105,12 @@
 #: contents/ui/ListItemBase.qml:306
 #, kde-format
 msgid "Record all audio via this device"
-msgstr ""
+msgstr "Grabatu audio guztia gailu honen bidez"
 
 #: 

commit plasma5-pa for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2019-06-12 13:30:27

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.4811 (New)


Package is "plasma5-pa"

Wed Jun 12 13:30:27 2019 rev:68 rq:708320 version:5.16.0

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2019-05-09 
10:07:47.696750578 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.4811/plasma5-pa.changes  
2019-06-12 13:30:30.408231264 +0200
@@ -1,0 +2,44 @@
+Thu Jun  6 14:07:09 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.16.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.16.0.php
+- No code changes since 5.15.90
+
+---
+Mon May 20 07:17:21 UTC 2019 - wba...@tmo.at
+
+- Only build with gsettings on Tumbleweed, Leap 15.0/15.1 don't
+  have pulseaudio-module-gsettings yet
+
+---
+Thu May 16 16:56:39 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.15.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.90.php
+- Changes since 5.15.5:
+  * bump Qt version to 5.12 as agreed at start of cycle
+  * Fix build where GObject & deps libraries are not in default library path
+  * Port widget settings window to QQC2+Kirigami FormLayout and modernize UI
+  * [Microphone Indicator] Avoid duplicate application names
+  * [Microphone Indicator] Schedule update initially
+  * [Microphone Indicator] There's no virtual sources, just source outputs
+  * Don't play sound when muting
+  * [plasma-pa] Add command to switch all applications to the selected device
+  * Don't abort when org.freedesktop.pulseaudio.module-group schema isn't 
installed
+  * Define constants in cpp
+  * Use own headers
+  * Add microphone indicator
+  * Port from GConf to GSettings
+  * Use FindGLIB2 from ECM
+  * port to ECM's FindCanberra
+  * [plasma-pa] Increase minimum size of expanded plasmoid
+  * [KCM] Port to QQC2 (kde#397954)
+  * bump to cmake requirement to 3.5
+  * find volume feedback's runtime requirements
+  * Don't ignore default virtual devices
+
+---

Old:

  plasma-pa-5.15.5.tar.xz
  plasma-pa-5.15.5.tar.xz.sig

New:

  plasma-pa-5.16.0.tar.xz
  plasma-pa-5.16.0.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.T4XNaY/_old  2019-06-12 13:30:31.780230546 +0200
+++ /var/tmp/diff_new_pack.T4XNaY/_new  2019-06-12 13:30:31.836230516 +0200
@@ -16,40 +16,47 @@
 #
 
 
+%define kf5_version 5.58.0
+%define qt5_version 5.12.0
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.15.5
+Version:5.16.0
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
+Source: plasma-pa-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz.sig
+Source1:plasma-pa-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
 BuildRequires:  libcanberra-devel
-BuildRequires:  cmake(KF5CoreAddons) >= 5.25.0
-BuildRequires:  cmake(KF5Declarative) >= 5.25.0
-BuildRequires:  cmake(KF5DocTools) >= 5.25.0
-BuildRequires:  cmake(KF5GlobalAccel) >= 5.25.0
-BuildRequires:  cmake(KF5I18n) >= 5.25.0
-BuildRequires:  cmake(KF5Package) >= 5.43.0
-BuildRequires:  cmake(KF5Plasma) >= 5.25.0
-BuildRequires:  cmake(KF5WindowSystem) >= 5.25.0
-BuildRequires:  cmake(Qt5Core) >= 5.7.0
-BuildRequires:  cmake(Qt5DBus)
-BuildRequires:  cmake(Qt5Quick)
-BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  cmake(KF5CoreAddons) >= %{kf5_version}
+BuildRequires:  cmake(KF5Declarative) >= %{kf5_version}
+BuildRequires:  cmake(KF5DocTools) >= %{kf5_version}
+BuildRequires:  cmake(KF5GlobalAccel) >= %{kf5_version}
+BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
+BuildRequires:  cmake(KF5Notifications) >= %{kf5_version}
+BuildRequires:  cmake(KF5Package) >= %{kf5_version}
+BuildRequires:  cmake(KF5Plasma) >= %{kf5_version}
+BuildRequires:  cmake(KF5WindowSystem) >= %{kf5_version}
+BuildRequires:  cmake(Qt5Core) >= %{qt5_version}
+BuildRequires:  cmake(Qt5DBus) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Quick) >= %{qt5_version}
+BuildRequires:  cmake(Qt5Widgets) >= %{qt5_version}
 

commit plasma5-pa for openSUSE:Factory

2019-05-09 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2019-05-09 10:07:43

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.5148 (New)


Package is "plasma5-pa"

Thu May  9 10:07:43 2019 rev:67 rq:701393 version:5.15.5

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2019-04-04 
15:25:35.526856143 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.5148/plasma5-pa.changes  
2019-05-09 10:07:47.696750578 +0200
@@ -1,0 +2,11 @@
+Tue May  7 11:04:57 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.15.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.5.php
+- Changes since 5.15.4:
+  * [Context] Update StreamRestore before inserting it
+  * [StreamRestore] Don't mess with channels (kde#398392)
+
+---

Old:

  plasma-pa-5.15.4.tar.xz
  plasma-pa-5.15.4.tar.xz.sig

New:

  plasma-pa-5.15.5.tar.xz
  plasma-pa-5.15.5.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.hvQdz8/_old  2019-05-09 10:07:48.704753465 +0200
+++ /var/tmp/diff_new_pack.hvQdz8/_new  2019-05-09 10:07:48.712753488 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.15.4
+Version:5.15.5
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.15.4.tar.xz -> plasma-pa-5.15.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.15.4/CMakeLists.txt 
new/plasma-pa-5.15.5/CMakeLists.txt
--- old/plasma-pa-5.15.4/CMakeLists.txt 2019-04-02 14:13:38.0 +0200
+++ new/plasma-pa-5.15.5/CMakeLists.txt 2019-05-07 12:12:23.0 +0200
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.15.4")
+set(PROJECT_VERSION "5.15.5")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.11.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.15.4/po/fr/kcm_pulseaudio.po 
new/plasma-pa-5.15.5/po/fr/kcm_pulseaudio.po
--- old/plasma-pa-5.15.4/po/fr/kcm_pulseaudio.po2019-04-02 
14:13:03.0 +0200
+++ new/plasma-pa-5.15.5/po/fr/kcm_pulseaudio.po2019-05-07 
12:10:57.0 +0200
@@ -3,7 +3,7 @@
 # Yoann Laissus , 2015, 2016.
 # Vincent Pinon , 2016, 2017.
 # Johan Claude-Breuninger , 2017.
-# Simon Depiets , 2018.
+# Simon Depiets , 2018, 2019.
 #
 msgid ""
 msgstr ""
@@ -18,7 +18,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 19.07.70\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.15.4/po/id/kcm_pulseaudio.po 
new/plasma-pa-5.15.5/po/id/kcm_pulseaudio.po
--- old/plasma-pa-5.15.4/po/id/kcm_pulseaudio.po2019-04-02 
14:13:08.0 +0200
+++ new/plasma-pa-5.15.5/po/id/kcm_pulseaudio.po2019-05-07 
12:11:14.0 +0200
@@ -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 18.12.1\n"
+"X-Generator: Lokalize 18.12.3\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.15.4/po/id/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.15.5/po/id/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.15.4/po/id/plasma_applet_org.kde.plasma.volume.po   
2019-04-02 14:13:08.0 +0200
+++ new/plasma-pa-5.15.5/po/id/plasma_applet_org.kde.plasma.volume.po   
2019-05-07 12:11:14.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: plasma-pa\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2019-03-18 08:00+0100\n"
-"PO-Revision-Date: 2019-01-19 08:57+0700\n"
+"PO-Revision-Date: 2019-04-25 08:34+0700\n"
 "Last-Translator: Wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
@@ -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 18.12.0\n"
+"X-Generator: Lokalize 18.12.3\n"
 
 #: contents/config/config.qml:26
 #, kde-format
@@ -114,7 +114,7 @@
 "Heading for a list of ports of a device (for example built-in laptop "
 "speakers or a plug for headphones)"
 msgid "Ports"
-msgstr "Port"

commit plasma5-pa for openSUSE:Factory

2019-04-04 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2019-04-04 15:21:07

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.3908 (New)


Package is "plasma5-pa"

Thu Apr  4 15:21:07 2019 rev:66 rq:690753 version:5.15.4

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2019-03-15 
10:51:04.660990041 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.3908/plasma5-pa.changes  
2019-04-04 15:25:35.526856143 +0200
@@ -1,0 +2,9 @@
+Tue Apr  2 12:40:59 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.15.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.4.php
+- No code changes since 5.15.3
+
+---

Old:

  plasma-pa-5.15.3.tar.xz
  plasma-pa-5.15.3.tar.xz.sig

New:

  plasma-pa-5.15.4.tar.xz
  plasma-pa-5.15.4.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.F5F0AE/_old  2019-04-04 15:25:44.094859440 +0200
+++ /var/tmp/diff_new_pack.F5F0AE/_new  2019-04-04 15:25:44.094859440 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.15.3
+Version:5.15.4
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.15.3.tar.xz -> plasma-pa-5.15.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.15.3/CMakeLists.txt 
new/plasma-pa-5.15.4/CMakeLists.txt
--- old/plasma-pa-5.15.3/CMakeLists.txt 2019-03-12 10:59:16.0 +0100
+++ new/plasma-pa-5.15.4/CMakeLists.txt 2019-04-02 14:13:38.0 +0200
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.15.3")
+set(PROJECT_VERSION "5.15.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.11.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.15.3/po/ar/kcm_pulseaudio.po 
new/plasma-pa-5.15.4/po/ar/kcm_pulseaudio.po
--- old/plasma-pa-5.15.3/po/ar/kcm_pulseaudio.po2019-03-12 
10:58:57.0 +0100
+++ new/plasma-pa-5.15.4/po/ar/kcm_pulseaudio.po2019-04-02 
14:12:54.0 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2019-01-18 07:38+0100\n"
+"POT-Creation-Date: 2019-03-18 08:00+0100\n"
 "PO-Revision-Date: ٢٠١٥-٠٨-١٦ ٢٢:٣٩+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.15.3/po/ar/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.15.4/po/ar/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.15.3/po/ar/plasma_applet_org.kde.plasma.volume.po   
2019-03-12 10:58:57.0 +0100
+++ new/plasma-pa-5.15.4/po/ar/plasma_applet_org.kde.plasma.volume.po   
2019-04-02 14:12:54.0 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2019-01-18 07:38+0100\n"
+"POT-Creation-Date: 2019-03-18 08:00+0100\n"
 "PO-Revision-Date: 2017-02-14 20:27+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.15.3/po/ca/kcm_pulseaudio.po 
new/plasma-pa-5.15.4/po/ca/kcm_pulseaudio.po
--- old/plasma-pa-5.15.3/po/ca/kcm_pulseaudio.po2019-03-12 
10:58:58.0 +0100
+++ new/plasma-pa-5.15.4/po/ca/kcm_pulseaudio.po2019-04-02 
14:12:58.0 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: kcm_pulseaudio\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2019-01-18 07:38+0100\n"
+"POT-Creation-Date: 2019-03-18 08:00+0100\n"
 "PO-Revision-Date: 2018-09-29 11:37+0100\n"
 "Last-Translator: Josep Ma. Ferrer \n"
 "Language-Team: Catalan \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.15.3/po/ca/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.15.4/po/ca/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.15.3/po/ca/plasma_applet_org.kde.plasma.volume.po   
2019-03-12 10:58:58.0 +0100
+++ new/plasma-pa-5.15.4/po/ca/plasma_applet_org.kde.plasma.volume.po   
2019-04-02 14:12:58.0 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: plasma_applet_org.kde.plasma.volume\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2019-01-18 07:38+0100\n"
+"POT-Creation-Date: 2019-03-18 08:00+0100\n"
 

commit plasma5-pa for openSUSE:Factory

2019-03-15 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2019-03-15 10:51:02

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.28833 (New)


Package is "plasma5-pa"

Fri Mar 15 10:51:02 2019 rev:65 rq:684616 version:5.15.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2019-02-28 
21:36:40.821672702 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.28833/plasma5-pa.changes 
2019-03-15 10:51:04.660990041 +0100
@@ -1,0 +2,10 @@
+Tue Mar 12 13:15:23 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.15.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.3.php
+- Changes since 5.15.2:
+  * search our cmake dir first
+
+---

Old:

  plasma-pa-5.15.2.tar.xz
  plasma-pa-5.15.2.tar.xz.sig

New:

  plasma-pa-5.15.3.tar.xz
  plasma-pa-5.15.3.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.jWdRVq/_old  2019-03-15 10:51:05.320989871 +0100
+++ /var/tmp/diff_new_pack.jWdRVq/_new  2019-03-15 10:51:05.324989870 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.15.2
+Version:5.15.3
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.15.2.tar.xz -> plasma-pa-5.15.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.15.2/CMakeLists.txt 
new/plasma-pa-5.15.3/CMakeLists.txt
--- old/plasma-pa-5.15.2/CMakeLists.txt 2019-02-26 12:36:49.0 +0100
+++ new/plasma-pa-5.15.3/CMakeLists.txt 2019-03-12 10:59:16.0 +0100
@@ -2,14 +2,14 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.15.2")
+set(PROJECT_VERSION "5.15.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.11.0")
 set(KF5_MIN_VERSION "5.54.0")
 
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/)
+set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/ ${ECM_MODULE_PATH})
 
 add_definitions(-DTRANSLATION_DOMAIN=\"kcm_pulseaudio\" -DQT_NO_KEYWORDS)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.15.2/po/ru/docs/kcontrol/plasma-pa/index.docbook 
new/plasma-pa-5.15.3/po/ru/docs/kcontrol/plasma-pa/index.docbook
--- old/plasma-pa-5.15.2/po/ru/docs/kcontrol/plasma-pa/index.docbook
2019-02-26 12:36:49.0 +0100
+++ new/plasma-pa-5.15.3/po/ru/docs/kcontrol/plasma-pa/index.docbook
2019-03-12 10:59:15.0 +0100
@@ -48,7 +48,7 @@
 >
 
 2015-08-10
+>10 августа 2015 г.
 Plasma 5.4
 





commit plasma5-pa for openSUSE:Factory

2019-02-28 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2019-02-28 21:36:39

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.28833 (New)


Package is "plasma5-pa"

Thu Feb 28 21:36:39 2019 rev:64 rq:679643 version:5.15.2

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2019-02-11 
21:22:13.623182344 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.28833/plasma5-pa.changes 
2019-02-28 21:36:40.821672702 +0100
@@ -1,0 +2,18 @@
+Tue Feb 26 14:05:49 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.15.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.2.php
+- No code changes since 5.15.1
+
+---
+Tue Feb 19 12:26:31 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.15.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.1.php
+- No code changes since 5.15.0
+
+---

Old:

  plasma-pa-5.15.0.tar.xz
  plasma-pa-5.15.0.tar.xz.sig

New:

  plasma-pa-5.15.2.tar.xz
  plasma-pa-5.15.2.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.EoGJ2M/_old  2019-02-28 21:36:42.153672283 +0100
+++ /var/tmp/diff_new_pack.EoGJ2M/_new  2019-02-28 21:36:42.177672276 +0100
@@ -18,15 +18,15 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.15.0
+Version:5.15.2
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: plasma-pa-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 %if %{with lang}
-Source1:plasma-pa-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 0.0.14

++ plasma-pa-5.15.0.tar.xz -> plasma-pa-5.15.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.15.0/CMakeLists.txt 
new/plasma-pa-5.15.2/CMakeLists.txt
--- old/plasma-pa-5.15.0/CMakeLists.txt 2019-02-07 14:27:34.0 +0100
+++ new/plasma-pa-5.15.2/CMakeLists.txt 2019-02-26 12:36:49.0 +0100
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.15.0")
+set(PROJECT_VERSION "5.15.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.11.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.15.0/po/id/kcm_pulseaudio.po 
new/plasma-pa-5.15.2/po/id/kcm_pulseaudio.po
--- old/plasma-pa-5.15.0/po/id/kcm_pulseaudio.po2019-02-07 
14:27:09.0 +0100
+++ new/plasma-pa-5.15.2/po/id/kcm_pulseaudio.po2019-02-26 
12:36:39.0 +0100
@@ -7,15 +7,15 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2019-01-18 07:38+0100\n"
-"PO-Revision-Date: 2019-01-14 07:12+0700\n"
-"Last-Translator: Wantoyo \n"
+"PO-Revision-Date: 2019-02-21 16:41+0700\n"
+"Last-Translator: wantoyo \n"
 "Language-Team: Indonesian \n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 18.12.0\n"
+"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 18.12.1\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -31,7 +31,7 @@
 #, kde-format
 msgctxt "@title"
 msgid "Configure the Audio Volume"
-msgstr "Konfigurasi Volume Audio"
+msgstr "Konfigurasikan Volume Audio"
 
 #: kcm/module.cpp:43
 #, kde-format
@@ -170,7 +170,7 @@
 #: kcm/package/contents/ui/DefaultDeviceButton.qml:28
 #, kde-format
 msgid "Default"
-msgstr "Default"
+msgstr "Baku"
 
 #: kcm/package/contents/ui/DeviceListItem.qml:73
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.15.0/po/id/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.15.2/po/id/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.15.0/po/id/plasma_applet_org.kde.plasma.volume.po   
2019-02-07 14:27:09.0 +0100
+++ new/plasma-pa-5.15.2/po/id/plasma_applet_org.kde.plasma.volume.po   
2019-02-26 12:36:39.0 +0100
@@ -7,14 +7,14 @@
 "Project-Id-Version: plasma-pa\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2019-01-18 07:38+0100\n"

commit plasma5-pa for openSUSE:Factory

2019-02-11 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2019-02-11 21:22:10

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.28833 (New)


Package is "plasma5-pa"

Mon Feb 11 21:22:10 2019 rev:63 rq:672603 version:5.15.0

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2019-01-10 
15:19:26.446569392 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.28833/plasma5-pa.changes 
2019-02-11 21:22:13.623182344 +0100
@@ -1,0 +2,25 @@
+Thu Feb  7 16:02:52 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.15.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.15.0.php
+- Changes since 5.14.90:
+  * [build] Search for kirigami as a runtime dependency
+
+---
+Thu Jan 17 18:48:27 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.14.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.14.90.php
+- Changes since 5.14.5:
+  * bump KF5 dependency to required 5.54 as agreed at start of Plasma 5.15 
cycle
+  * Use the nicer K_PLUGIN_CLASS_WITH_JSON
+  * Revert 604f35edd4a14d630d4583f61eb8109f21b6ed3a
+  * Make widget configuration translatable
+  * Kirigami Pages are required for kcms
+  * Show "muted" icon in panel and disable shortcuts for Dummy Output
+
+---

Old:

  plasma-pa-5.14.5.tar.xz
  plasma-pa-5.14.5.tar.xz.sig

New:

  plasma-pa-5.15.0.tar.xz
  plasma-pa-5.15.0.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.0ZFUqK/_old  2019-02-11 21:22:14.063182107 +0100
+++ /var/tmp/diff_new_pack.0ZFUqK/_new  2019-02-11 21:22:14.067182106 +0100
@@ -18,15 +18,15 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.14.5
+Version:5.15.0
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
+Source: plasma-pa-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz.sig
+Source1:plasma-pa-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 0.0.14

++ plasma-pa-5.14.5.tar.xz -> plasma-pa-5.15.0.tar.xz ++
 8830 lines of diff (skipped)





commit plasma5-pa for openSUSE:Factory

2019-01-10 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2019-01-10 15:19:18

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.28833 (New)


Package is "plasma5-pa"

Thu Jan 10 15:19:18 2019 rev:62 rq:663998 version:5.14.5

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-12-05 
09:44:05.456659509 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.28833/plasma5-pa.changes 
2019-01-10 15:19:26.446569392 +0100
@@ -1,0 +2,9 @@
+Tue Jan  8 13:37:21 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.14.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.14.5.php
+- No code changes since 5.14.4
+
+---

Old:

  plasma-pa-5.14.4.tar.xz
  plasma-pa-5.14.4.tar.xz.sig

New:

  plasma-pa-5.14.5.tar.xz
  plasma-pa-5.14.5.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.gCjQXc/_old  2019-01-10 15:19:26.926568933 +0100
+++ /var/tmp/diff_new_pack.gCjQXc/_new  2019-01-10 15:19:26.926568933 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plasma5-pa
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.14.4
+Version:5.14.5
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.14.4.tar.xz -> plasma-pa-5.14.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.14.4/CMakeLists.txt 
new/plasma-pa-5.14.5/CMakeLists.txt
--- old/plasma-pa-5.14.4/CMakeLists.txt 2018-11-27 17:13:33.0 +0100
+++ new/plasma-pa-5.14.5/CMakeLists.txt 2019-01-08 12:04:21.0 +0100
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.14.4")
+set(PROJECT_VERSION "5.14.5")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.11.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.14.4/po/zh_CN/kcm_pulseaudio.po 
new/plasma-pa-5.14.5/po/zh_CN/kcm_pulseaudio.po
--- old/plasma-pa-5.14.4/po/zh_CN/kcm_pulseaudio.po 2018-11-27 
17:13:30.0 +0100
+++ new/plasma-pa-5.14.5/po/zh_CN/kcm_pulseaudio.po 2019-01-08 
12:04:18.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-09-14 06:48+0200\n"
-"PO-Revision-Date: 2018-11-12 09:19\n"
+"PO-Revision-Date: 2019-01-05 20:48\n"
 "Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.14.4/po/zh_CN/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.14.5/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.14.4/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
2018-11-27 17:13:30.0 +0100
+++ new/plasma-pa-5.14.5/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
2019-01-08 12:04:18.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-09-14 06:48+0200\n"
-"PO-Revision-Date: 2018-11-12 09:19\n"
+"PO-Revision-Date: 2019-01-05 20:48\n"
 "Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"





commit plasma5-pa for openSUSE:Factory

2018-12-05 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-12-05 09:43:54

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new.19453 (New)


Package is "plasma5-pa"

Wed Dec  5 09:43:54 2018 rev:61 rq:652341 version:5.14.4

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-11-10 
16:53:49.752161196 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new.19453/plasma5-pa.changes 
2018-12-05 09:44:05.456659509 +0100
@@ -1,0 +2,10 @@
+Wed Nov 28 07:52:47 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.14.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.14.4.php
+- Changes since 5.14.3:
+  * Fix i18n when the kcm code is embedded in the plasmoid config
+
+---

Old:

  plasma-pa-5.14.3.tar.xz
  plasma-pa-5.14.3.tar.xz.sig

New:

  plasma-pa-5.14.4.tar.xz
  plasma-pa-5.14.4.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.0kcy81/_old  2018-12-05 09:44:06.088658818 +0100
+++ /var/tmp/diff_new_pack.0kcy81/_new  2018-12-05 09:44:06.088658818 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.14.3
+Version:5.14.4
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.14.3.tar.xz -> plasma-pa-5.14.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.14.3/CMakeLists.txt 
new/plasma-pa-5.14.4/CMakeLists.txt
--- old/plasma-pa-5.14.3/CMakeLists.txt 2018-11-06 15:01:46.0 +0100
+++ new/plasma-pa-5.14.4/CMakeLists.txt 2018-11-27 17:13:33.0 +0100
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.14.3")
+set(PROJECT_VERSION "5.14.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.11.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.14.3/po/zh_CN/kcm_pulseaudio.po 
new/plasma-pa-5.14.4/po/zh_CN/kcm_pulseaudio.po
--- old/plasma-pa-5.14.3/po/zh_CN/kcm_pulseaudio.po 2018-11-06 
15:01:34.0 +0100
+++ new/plasma-pa-5.14.4/po/zh_CN/kcm_pulseaudio.po 2018-11-27 
17:13:30.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-09-14 06:48+0200\n"
-"PO-Revision-Date: 2018-11-01 23:14\n"
+"PO-Revision-Date: 2018-11-12 09:19\n"
 "Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.14.3/po/zh_CN/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.14.4/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.14.3/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
2018-11-06 15:01:34.0 +0100
+++ new/plasma-pa-5.14.4/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
2018-11-27 17:13:30.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-09-14 06:48+0200\n"
-"PO-Revision-Date: 2018-11-01 23:14\n"
+"PO-Revision-Date: 2018-11-12 09:19\n"
 "Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.14.3/src/kcm/package/contents/ui/Advanced.qml 
new/plasma-pa-5.14.4/src/kcm/package/contents/ui/Advanced.qml
--- old/plasma-pa-5.14.3/src/kcm/package/contents/ui/Advanced.qml   
2018-11-06 15:00:42.0 +0100
+++ new/plasma-pa-5.14.4/src/kcm/package/contents/ui/Advanced.qml   
2018-11-27 17:13:16.0 +0100
@@ -40,8 +40,8 @@
 Header {
 Layout.fillWidth: true
 enabled: view.count > 0
-text: i18n("Device Profiles")
-disabledText: i18nc("@label", "No Device Profiles Available")
+text: i18nd("kcm_pulseaudio", "Device Profiles")
+disabledText: i18ndc("kcm_pulseaudio", "@label", "No Device 
Profiles Available")
 }
 
 ListView {
@@ -57,7 +57,7 @@
 
 Header {
 Layout.fillWidth: true
-text: i18n("Advanced Output Configuration")
+text: i18nd("kcm_pulseaudio", "Advanced Output Configuration")
 visible: moduleManager.settingsSupported
 }
 
@@ -70,7 +70,7 @@
 Layout.topMargin: units.smallSpacing
 Layout.leftMargin: units.gridUnit / 2
 

commit plasma5-pa for openSUSE:Factory

2018-11-10 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-11-10 16:53:49

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Sat Nov 10 16:53:49 2018 rev:60 rq:646871 version:5.14.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-10-29 
14:21:14.859081024 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-11-10 16:53:49.752161196 +0100
@@ -1,0 +2,12 @@
+Tue Nov  6 15:53:50 UTC 2018 - fab...@ritter-vogt.de
+
+- Add David Edmundson's key to plasma.keyring
+- Update to 5.14.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.14.3.php
+- Changes since 5.14.2:
+  * Set appropriate icon for plasmoid (kde#400586)
+  * Fix connecting to PulseAudio with Qt 5.12 beta 3
+
+---

Old:

  plasma-pa-5.14.2.tar.xz
  plasma-pa-5.14.2.tar.xz.sig

New:

  plasma-pa-5.14.3.tar.xz
  plasma-pa-5.14.3.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.nZOE6W/_old  2018-11-10 16:53:50.256160577 +0100
+++ /var/tmp/diff_new_pack.nZOE6W/_new  2018-11-10 16:53:50.256160577 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.14.2
+Version:5.14.3
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.14.2.tar.xz -> plasma-pa-5.14.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.14.2/CMakeLists.txt 
new/plasma-pa-5.14.3/CMakeLists.txt
--- old/plasma-pa-5.14.2/CMakeLists.txt 2018-10-23 14:00:41.0 +0200
+++ new/plasma-pa-5.14.3/CMakeLists.txt 2018-11-06 15:01:46.0 +0100
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.14.2")
+set(PROJECT_VERSION "5.14.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.11.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.14.2/applet/metadata.desktop 
new/plasma-pa-5.14.3/applet/metadata.desktop
--- old/plasma-pa-5.14.2/applet/metadata.desktop2018-10-23 
13:57:59.0 +0200
+++ new/plasma-pa-5.14.3/applet/metadata.desktop2018-11-06 
15:00:42.0 +0100
@@ -79,7 +79,7 @@
 Comment[zh_CN]=调整设备和程序的音量
 Comment[zh_TW]=調整裝置與應用程式的音量
 
-Icon=org.kde.plasma.volume
+Icon=audio-volume-high
 Type=Service
 X-KDE-ServiceTypes=Plasma/Applet
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.14.2/po/zh_CN/kcm_pulseaudio.po 
new/plasma-pa-5.14.3/po/zh_CN/kcm_pulseaudio.po
--- old/plasma-pa-5.14.2/po/zh_CN/kcm_pulseaudio.po 2018-10-23 
14:00:02.0 +0200
+++ new/plasma-pa-5.14.3/po/zh_CN/kcm_pulseaudio.po 2018-11-06 
15:01:34.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-09-14 06:48+0200\n"
-"PO-Revision-Date: 2018-10-09 18:45\n"
+"PO-Revision-Date: 2018-11-01 23:14\n"
 "Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.14.2/po/zh_CN/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.14.3/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.14.2/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
2018-10-23 14:00:02.0 +0200
+++ new/plasma-pa-5.14.3/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
2018-11-06 15:01:34.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-09-14 06:48+0200\n"
-"PO-Revision-Date: 2018-10-09 18:45\n"
+"PO-Revision-Date: 2018-11-01 23:14\n"
 "Last-Translator: guoyunhe \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.14.2/src/context.cpp 
new/plasma-pa-5.14.3/src/context.cpp
--- old/plasma-pa-5.14.2/src/context.cpp2018-10-23 13:57:59.0 
+0200
+++ new/plasma-pa-5.14.3/src/context.cpp2018-11-06 15:00:42.0 
+0100
@@ -591,7 +591,8 @@
 }
 
 // We require a glib event loop
-if 
(!QByteArray(QAbstractEventDispatcher::instance()->metaObject()->className()).contains("EventDispatcherGlib"))
 {
+if 

commit plasma5-pa for openSUSE:Factory

2018-10-29 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-10-29 14:19:27

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Mon Oct 29 14:19:27 2018 rev:59 rq:644058 version:5.14.2

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-10-22 
11:21:33.143264607 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-10-29 14:21:14.859081024 +0100
@@ -1,0 +2,9 @@
+Tue Oct 23 13:56:13 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.14.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.14.2.php
+- No code changes since 5.14.1
+
+---

Old:

  plasma-pa-5.14.1.tar.xz
  plasma-pa-5.14.1.tar.xz.sig

New:

  plasma-pa-5.14.2.tar.xz
  plasma-pa-5.14.2.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.i4M8Xt/_old  2018-10-29 14:21:16.171106830 +0100
+++ /var/tmp/diff_new_pack.i4M8Xt/_new  2018-10-29 14:21:16.175106908 +0100
@@ -18,15 +18,15 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.14.1
+Version:5.14.2
 Release:0
 Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
https://download.kde.org/stable/plasma/5.14.1/plasma-pa-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 %if %{with lang}
-Source1:
https://download.kde.org/stable/plasma/5.14.1/plasma-pa-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 0.0.14

++ plasma-pa-5.14.1.tar.xz -> plasma-pa-5.14.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.14.1/CMakeLists.txt 
new/plasma-pa-5.14.2/CMakeLists.txt
--- old/plasma-pa-5.14.1/CMakeLists.txt 2018-10-16 14:35:32.0 +0200
+++ new/plasma-pa-5.14.2/CMakeLists.txt 2018-10-23 14:00:41.0 +0200
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.14.1")
+set(PROJECT_VERSION "5.14.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.11.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.14.1/po/gl/kcm_pulseaudio.po 
new/plasma-pa-5.14.2/po/gl/kcm_pulseaudio.po
--- old/plasma-pa-5.14.1/po/gl/kcm_pulseaudio.po2018-10-16 
14:35:20.0 +0200
+++ new/plasma-pa-5.14.2/po/gl/kcm_pulseaudio.po2018-10-23 
13:59:01.0 +0200
@@ -2,13 +2,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Adrián Chaves Fernández (Gallaecio) , 2015, 2016, 
2017.
-# Adrian Chaves (Gallaecio) , 2017.
+# Adrian Chaves (Gallaecio) , 2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-09-14 06:48+0200\n"
-"PO-Revision-Date: 2017-09-10 11:02+0100\n"
+"PO-Revision-Date: 2018-10-21 21:11+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
@@ -92,54 +92,53 @@
 #: kcm/package/contents/ui/Advanced.qml:101
 #, kde-format
 msgid "Speaker Placement and Testing"
-msgstr ""
+msgstr "Situación e probas do altofalante"
 
 #: kcm/package/contents/ui/Advanced.qml:109
-#, fuzzy, kde-format
-#| msgid "Outputs"
+#, kde-format
 msgctxt "@label"
 msgid "Output:"
-msgstr "Saídas"
+msgstr "Saída:"
 
 #: kcm/package/contents/ui/Advanced.qml:148
 #, kde-format
 msgid "Front Left"
-msgstr ""
+msgstr "Dianteiro esquerdo"
 
 #: kcm/package/contents/ui/Advanced.qml:159
 #, kde-format
 msgid "Front Center"
-msgstr ""
+msgstr "Dianteiro central"
 
 #: kcm/package/contents/ui/Advanced.qml:170
 #, kde-format
 msgid "Front Right"
-msgstr ""
+msgstr "Dianteiro dereito"
 
 #: kcm/package/contents/ui/Advanced.qml:181
 #, kde-format
 msgid "Side Left"
-msgstr ""
+msgstr "Lateral esquerdo"
 
 #: kcm/package/contents/ui/Advanced.qml:207
 #, kde-format
 msgid "Side Right"
-msgstr ""
+msgstr "Lateral dereito"
 
 #: kcm/package/contents/ui/Advanced.qml:217
 #, kde-format
 msgid "Rear Left"
-msgstr ""
+msgstr "Traseiro esquerdo"
 
 #: kcm/package/contents/ui/Advanced.qml:227
 #, kde-format
 msgid "Subwoofer"
-msgstr ""
+msgstr "Subwoofer"
 
 #: kcm/package/contents/ui/Advanced.qml:237
 #, kde-format
 msgid "Rear Right"
-msgstr ""
+msgstr "Traseiro 

commit plasma5-pa for openSUSE:Factory

2018-10-22 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-10-22 11:20:47

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Mon Oct 22 11:20:47 2018 rev:58 rq:642473 version:5.14.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-10-08 
17:43:00.262668884 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-10-22 11:21:33.143264607 +0200
@@ -1,0 +2,15 @@
+Tue Oct 16 14:05:15 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.14.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.14.1.php
+- No code changes since 5.14.0
+
+---
+Sun Oct  7 16:42:23 UTC 2018 - Jan Engelhardt 
+
+- Remove time-sensitive wording of descriptions.
+- Remove ldconfig as there are no shared library in %_libdir.
+
+---

Old:

  plasma-pa-5.14.0.tar.xz
  plasma-pa-5.14.0.tar.xz.sig

New:

  plasma-pa-5.14.1.tar.xz
  plasma-pa-5.14.1.tar.xz.sig



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.Yc8tRh/_old  2018-10-22 11:21:33.651264089 +0200
+++ /var/tmp/diff_new_pack.Yc8tRh/_new  2018-10-22 11:21:33.651264089 +0200
@@ -12,21 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.14.0
+Version:5.14.1
 Release:0
-Summary:The new Plasma5 Volume Manager
+Summary:The Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: plasma-pa-%{version}.tar.xz
+Source: 
https://download.kde.org/stable/plasma/5.14.1/plasma-pa-%{version}.tar.xz
 %if %{with lang}
-Source1:plasma-pa-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/5.14.1/plasma-pa-%{version}.tar.xz.sig
 Source2:plasma.keyring
 %endif
 BuildRequires:  extra-cmake-modules >= 0.0.14
@@ -54,7 +54,7 @@
 Recommends: %{name}-lang
 
 %description
-A new Volume manager plasmoid to replace kmix
+A volume manager plasmoid superseding kmix.
 
 %lang_package
 %prep
@@ -71,10 +71,6 @@
 %kf5_find_htmldocs
 %endif
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
 %files
 %license COPYING*
 %{_kf5_plugindir}/

++ plasma-pa-5.14.0.tar.xz -> plasma-pa-5.14.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.14.0/CMakeLists.txt 
new/plasma-pa-5.14.1/CMakeLists.txt
--- old/plasma-pa-5.14.0/CMakeLists.txt 2018-10-05 19:53:48.0 +0200
+++ new/plasma-pa-5.14.1/CMakeLists.txt 2018-10-16 14:35:32.0 +0200
@@ -2,7 +2,7 @@
 
 project(plasma-volume-control)
 
-set(PROJECT_VERSION "5.14.0")
+set(PROJECT_VERSION "5.14.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.11.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.14.0/applet/metadata.desktop 
new/plasma-pa-5.14.1/applet/metadata.desktop
--- old/plasma-pa-5.14.0/applet/metadata.desktop2018-10-05 
19:48:34.0 +0200
+++ new/plasma-pa-5.14.1/applet/metadata.desktop2018-10-16 
14:35:13.0 +0200
@@ -17,6 +17,7 @@
 Name[gl]=Volume do son
 Name[he]=עוצמת שמע
 Name[hu]=Hangerő
+Name[id]=Volume Audio
 Name[it]=Volume audio
 Name[ko]=오디오 음량
 Name[lt]=Garsumas
@@ -55,6 +56,7 @@
 Comment[gl]=Axustar o volume de dispositivos e aplicativos.
 Comment[he]=התאמת עוצמת שמע להתקנים ויישומים
 Comment[hu]=Beállítja az eszközök és alkalmazások hangerejét
+Comment[id]=Setel volume perangkat dan aplikasi
 Comment[it]=Regola il volume dei dispositivi e delle applicazioni
 Comment[ko]=장치와 프로그램의 음량 조정
 Comment[nl]=Geluidsniveau van apparaten en toepassingen aanpassen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.14.0/po/de/kcm_pulseaudio.po 
new/plasma-pa-5.14.1/po/de/kcm_pulseaudio.po
--- old/plasma-pa-5.14.0/po/de/kcm_pulseaudio.po2018-10-05 
19:49:37.0 +0200
+++ new/plasma-pa-5.14.1/po/de/kcm_pulseaudio.po2018-10-16 
14:35:18.0 +0200
@@ -1,11 +1,11 @@
-# Burkhard Lück , 2015, 2016, 2017.
+# Burkhard Lück , 2015, 2016, 2017, 2018.
 # Frederik Schwarzer , 2015, 2016.
 msgid ""
 msgstr ""
 

commit plasma5-pa for openSUSE:Factory

2018-10-08 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-10-08 17:42:56

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Mon Oct  8 17:42:56 2018 rev:57 rq:640317 version:5.14.0

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-09-13 
23:52:40.694353086 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-10-08 17:43:00.262668884 +0200
@@ -1,0 +2,43 @@
+Fri Oct  5 10:01:12 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.14.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.14.0.php
+- No code changes since 5.13.90
+
+---
+Sat Sep 15 16:25:29 UTC 2018 - fab...@ritter-vogt.de
+
+- Add tarball signature and keyring containing keys of release managers
+  Jonathan Riddell and Bhushan Shah
+
+---
+Thu Sep 13 17:25:03 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.90.php
+- Changes since 5.13.5:
+  * Use unpretty channel name in speakertest
+  * QT_MIN_VERSIONS is Qt 5.11 for Plasma 5.14. Agreed at kickoff meeting.  
Set everywhere for clearity and consistency.
+  * Show "muted" icon for dummy output
+  * Add .kdev4 to gitignore
+  * Add QT_NO_KEYWORDS definition
+  * [KCM] Add speaker placement test
+  * Fix last merge - missing changes in src/CMakeLists.txt
+  * Use non-deprecated KDEInstallDirs variables
+  * Use more explicit
+  * Use consistently nullptr
+  * Use consistently override (or final where Q_DECL_FINAL was used)
+  * No need to add ECM_KDE_MODULE_DIR, part of ECM_MODULE_PATH
+  * Use more common QDebug include, not QtDebug
+  * Remove Qt module prefix from include
+  * Remove Qt module include
+  * Use KF5_MIN_VERSION also for ECM, now that it's part of KF
+  * Require KDE Frameworks 5.42 and Qt 5.9
+  * Bump min cmake version to 3.0, move cmake_minimum_required to begin
+  * Fix wrong availability of profiles and ports.
+
+---

Old:

  plasma-pa-5.13.5.tar.xz

New:

  plasma-pa-5.14.0.tar.xz
  plasma-pa-5.14.0.tar.xz.sig
  plasma.keyring



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.D5kvdr/_old  2018-10-08 17:43:00.938668023 +0200
+++ /var/tmp/diff_new_pack.D5kvdr/_new  2018-10-08 17:43:00.942668018 +0200
@@ -18,13 +18,17 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.13.5
+Version:5.14.0
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
+Source: plasma-pa-%{version}.tar.xz
+%if %{with lang}
+Source1:plasma-pa-%{version}.tar.xz.sig
+Source2:plasma.keyring
+%endif
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
 BuildRequires:  libcanberra-devel

++ plasma-pa-5.13.5.tar.xz -> plasma-pa-5.14.0.tar.xz ++
 10570 lines of diff (skipped)




commit plasma5-pa for openSUSE:Factory

2018-09-13 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-09-13 23:52:39

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Thu Sep 13 23:52:39 2018 rev:56 rq:633163 version:5.13.5

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-08-03 
12:34:18.815303914 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-09-13 23:52:40.694353086 +0200
@@ -1,0 +2,10 @@
+Tue Sep  4 10:58:42 UTC 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.5.php
+- Changes since 5.13.4:
+  * None
+
+---

Old:

  plasma-pa-5.13.4.tar.xz

New:

  plasma-pa-5.13.5.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.ImlM0o/_old  2018-09-13 23:52:41.086352812 +0200
+++ /var/tmp/diff_new_pack.ImlM0o/_new  2018-09-13 23:52:41.090352809 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.13.4
+Version:5.13.5
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.13.4.tar.xz -> plasma-pa-5.13.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.13.4/CMakeLists.txt 
new/plasma-pa-5.13.5/CMakeLists.txt
--- old/plasma-pa-5.13.4/CMakeLists.txt 2018-07-31 14:56:01.0 +0200
+++ new/plasma-pa-5.13.5/CMakeLists.txt 2018-09-04 12:20:36.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.13.4")
+set(PROJECT_VERSION "5.13.5")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.13.4/po/en_GB/kcm_pulseaudio.po 
new/plasma-pa-5.13.5/po/en_GB/kcm_pulseaudio.po
--- old/plasma-pa-5.13.4/po/en_GB/kcm_pulseaudio.po 2018-07-31 
14:55:17.0 +0200
+++ new/plasma-pa-5.13.5/po/en_GB/kcm_pulseaudio.po 2018-09-04 
12:20:04.0 +0200
@@ -9,7 +9,7 @@
 "POT-Creation-Date: 2018-07-14 06:03+0200\n"
 "PO-Revision-Date: 2017-05-21 15:58+\n"
 "Last-Translator: Steve Allewell \n"
-"Language-Team: English \n"
+"Language-Team: British English \n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.13.4/po/eu/kcm_pulseaudio.po 
new/plasma-pa-5.13.5/po/eu/kcm_pulseaudio.po
--- old/plasma-pa-5.13.4/po/eu/kcm_pulseaudio.po2018-07-31 
14:55:19.0 +0200
+++ new/plasma-pa-5.13.5/po/eu/kcm_pulseaudio.po2018-09-04 
12:20:06.0 +0200
@@ -10,7 +10,7 @@
 "Project-Id-Version: kcm_pulseaudio\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-07-14 06:03+0200\n"
-"PO-Revision-Date: 2018-07-15 10:39+0100\n"
+"PO-Revision-Date: 2018-07-31 21:18+0100\n"
 "Last-Translator: Iñigo Salvador Azurmendi \n"
 "Language-Team: Basque \n"
 "Language: eu\n"
@@ -63,7 +63,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "No Device Profiles Available"
-msgstr "Ez dago gailuen profil erabilgarririk"
+msgstr "Ez dago gailu-profil erabilgarririk"
 
 #: kcm/package/contents/ui/Advanced.qml:58
 #, kde-format
@@ -75,8 +75,8 @@
 msgid ""
 "Add virtual output device for simultaneous output on all local sound cards"
 msgstr ""
-"Gehitu alegiazko irteera gailua, irteera aldi berean bertako soinu txartel "
-"guztietan izateko"
+"Gehitu alegiazko irteera gailua, irteera aldi berean soinu txartel lokal "
+"guztietara bideratzeko"
 
 #: kcm/package/contents/ui/Advanced.qml:82
 #, kde-format
@@ -133,7 +133,7 @@
 #, kde-format
 msgctxt "Port is unavailable"
 msgid " (unavailable)"
-msgstr " (eskuraezin)"
+msgstr " (eskuraezina)"
 
 #: kcm/package/contents/ui/DeviceListItem.qml:93
 #, kde-format
@@ -161,7 +161,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "No Input Devices Available"
-msgstr "Ez dago sarrera gailu eskuragarririk"
+msgstr "Ez dago sarrera gailu erabilgarririk"
 
 #: kcm/package/contents/ui/main.qml:38
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.13.4/po/fi/kcm_pulseaudio.po 
new/plasma-pa-5.13.5/po/fi/kcm_pulseaudio.po
--- old/plasma-pa-5.13.4/po/fi/kcm_pulseaudio.po2018-07-31 
14:55:20.0 +0200
+++ new/plasma-pa-5.13.5/po/fi/kcm_pulseaudio.po2018-09-04 

commit plasma5-pa for openSUSE:Factory

2018-08-03 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-08-03 12:34:14

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Fri Aug  3 12:34:14 2018 rev:55 rq:626846 version:5.13.4

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-07-14 
20:19:48.411350587 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-08-03 12:34:18.815303914 +0200
@@ -1,0 +2,11 @@
+Tue Jul 31 15:18:33 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.4.php
+- Changes since 5.13.3:
+  * Make GConf optional dependency (kde#386665)
+  * Fix wrong availability of profiles and ports.
+
+---

Old:

  plasma-pa-5.13.3.tar.xz

New:

  plasma-pa-5.13.4.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.uxRJ7D/_old  2018-08-03 12:34:19.167304434 +0200
+++ /var/tmp/diff_new_pack.uxRJ7D/_new  2018-08-03 12:34:19.171304440 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.13.3
+Version:5.13.4
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.13.3.tar.xz -> plasma-pa-5.13.4.tar.xz ++
 2062 lines of diff (skipped)




commit plasma5-pa for openSUSE:Factory

2018-07-14 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-07-14 20:19:21

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Sat Jul 14 20:19:21 2018 rev:54 rq:622128 version:5.13.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-07-01 
21:23:35.992986927 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-07-14 20:19:48.411350587 +0200
@@ -1,0 +2,10 @@
+Tue Jul 10 14:02:18 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.3.php
+- Changes since 5.13.2:
+  * Fix wrong availability of profiles and ports.
+
+---

Old:

  plasma-pa-5.13.2.tar.xz

New:

  plasma-pa-5.13.3.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.WB069V/_old  2018-07-14 20:19:48.883351802 +0200
+++ /var/tmp/diff_new_pack.WB069V/_new  2018-07-14 20:19:48.899351843 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.13.2
+Version:5.13.3
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.13.2.tar.xz -> plasma-pa-5.13.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.13.2/CMakeLists.txt 
new/plasma-pa-5.13.3/CMakeLists.txt
--- old/plasma-pa-5.13.2/CMakeLists.txt 2018-06-26 13:54:52.0 +0200
+++ new/plasma-pa-5.13.3/CMakeLists.txt 2018-07-10 12:13:21.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.13.2")
+set(PROJECT_VERSION "5.13.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.13.2/po/es/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.13.3/po/es/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.13.2/po/es/plasma_applet_org.kde.plasma.volume.po   
2018-06-26 13:54:18.0 +0200
+++ new/plasma-pa-5.13.3/po/es/plasma_applet_org.kde.plasma.volume.po   
2018-07-10 12:13:01.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: plasma_applet_org\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-26 03:38+0200\n"
-"PO-Revision-Date: 2018-05-07 14:47+0100\n"
+"PO-Revision-Date: 2018-07-01 10:29+0100\n"
 "Last-Translator: Eloy Cuadra \n"
 "Language-Team: Spanish \n"
 "Language: es\n"
@@ -52,7 +52,7 @@
 #: contents/ui/ConfigGeneral.qml:81
 #, kde-format
 msgid "Volume feedback"
-msgstr "Acoplamiento del volumen"
+msgstr "Notificaciones de cambio de volumen"
 
 #: contents/ui/ConfigGeneral.qml:87
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.13.2/po/zh_CN/kcm_pulseaudio.po 
new/plasma-pa-5.13.3/po/zh_CN/kcm_pulseaudio.po
--- old/plasma-pa-5.13.2/po/zh_CN/kcm_pulseaudio.po 2018-06-26 
13:54:43.0 +0200
+++ new/plasma-pa-5.13.3/po/zh_CN/kcm_pulseaudio.po 2018-07-10 
12:13:18.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-02-11 03:24+0100\n"
-"PO-Revision-Date: 2018-06-19T17:12:12+\n"
+"PO-Revision-Date: 2018-07-03 17:38\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.13.2/po/zh_CN/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.13.3/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.13.2/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
2018-06-26 13:54:43.0 +0200
+++ new/plasma-pa-5.13.3/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
2018-07-10 12:13:18.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-04-26 03:38+0200\n"
-"PO-Revision-Date: 2018-06-19T17:12:13+\n"
+"PO-Revision-Date: 2018-07-03 17:38\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit plasma5-pa for openSUSE:Factory

2018-07-01 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-07-01 21:23:33

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Sun Jul  1 21:23:33 2018 rev:53 rq:619320 version:5.13.2

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-06-26 
10:36:08.877607943 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-07-01 21:23:35.992986927 +0200
@@ -1,0 +2,10 @@
+Tue Jun 26 16:01:09 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.2.php
+- Changes since 5.13.1:
+  * SinkModel: Ignore virtual sinks for preferredSink (kde#395466)
+
+---

Old:

  plasma-pa-5.13.1.tar.xz

New:

  plasma-pa-5.13.2.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.4PNvar/_old  2018-07-01 21:23:36.304986521 +0200
+++ /var/tmp/diff_new_pack.4PNvar/_new  2018-07-01 21:23:36.304986521 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.13.1
+Version:5.13.2
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0-or-later

++ plasma-pa-5.13.1.tar.xz -> plasma-pa-5.13.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.13.1/CMakeLists.txt 
new/plasma-pa-5.13.2/CMakeLists.txt
--- old/plasma-pa-5.13.1/CMakeLists.txt 2018-06-19 12:45:02.0 +0200
+++ new/plasma-pa-5.13.2/CMakeLists.txt 2018-06-26 13:54:52.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.13.1")
+set(PROJECT_VERSION "5.13.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.13.1/po/ca/kcm_pulseaudio.po 
new/plasma-pa-5.13.2/po/ca/kcm_pulseaudio.po
--- old/plasma-pa-5.13.1/po/ca/kcm_pulseaudio.po2018-06-19 
12:44:15.0 +0200
+++ new/plasma-pa-5.13.2/po/ca/kcm_pulseaudio.po2018-06-26 
13:54:14.0 +0200
@@ -1,17 +1,17 @@
 # Translation of kcm_pulseaudio.po to Catalan
-# Copyright (C) 2015-2017 This_file_is_part_of_KDE
+# Copyright (C) 2015-2018 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Antoni Bella Pérez , 2015, 2016.
+# Antoni Bella Pérez , 2015, 2016, 2018.
 # Josep Ma. Ferrer , 2015, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcm_pulseaudio\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-02-11 03:24+0100\n"
-"PO-Revision-Date: 2017-05-03 19:32+0100\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"PO-Revision-Date: 2018-06-23 17:38+0100\n"
+"Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -64,12 +64,12 @@
 #, kde-format
 msgctxt "@label"
 msgid "No Device Profiles Available"
-msgstr "No hi ha cap perfil de dispositiu disponible"
+msgstr "No hi ha disponible cap perfil de dispositiu"
 
 #: kcm/package/contents/ui/Advanced.qml:58
 #, kde-format
 msgid "Advanced Output Configuration"
-msgstr "Configuració avançada de sortida"
+msgstr "Configuració avançada de la sortida"
 
 #: kcm/package/contents/ui/Advanced.qml:70
 #, kde-format
@@ -151,7 +151,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "No Output Devices Available"
-msgstr "No hi ha cap dispositiu de sortida disponible"
+msgstr "No hi ha disponible cap dispositiu de sortida"
 
 #: kcm/package/contents/ui/Devices.qml:57
 #, kde-format
@@ -162,7 +162,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "No Input Devices Available"
-msgstr "No hi ha cap dispositiu d'entrada disponible"
+msgstr "No hi ha disponible cap dispositiu d'entrada"
 
 #: kcm/package/contents/ui/main.qml:38
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.13.1/po/ca@valencia/kcm_pulseaudio.po 
new/plasma-pa-5.13.2/po/ca@valencia/kcm_pulseaudio.po
--- old/plasma-pa-5.13.1/po/ca@valencia/kcm_pulseaudio.po   2018-06-19 
12:44:15.0 +0200
+++ new/plasma-pa-5.13.2/po/ca@valencia/kcm_pulseaudio.po   2018-06-26 
13:54:14.0 +0200
@@ -1,17 +1,17 @@
 # Translation of kcm_pulseaudio.po to Catalan (Valencian)
-# Copyright (C) 2015-2017 This_file_is_part_of_KDE
+# Copyright (C) 2015-2018 This_file_is_part_of_KDE
 # 

commit plasma5-pa for openSUSE:Factory

2018-06-26 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-06-26 10:36:06

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Tue Jun 26 10:36:06 2018 rev:52 rq:617981 version:5.13.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-06-13 
15:32:05.616674592 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-06-26 10:36:08.877607943 +0200
@@ -1,0 +2,10 @@
+Tue Jun 19 14:45:19 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.1.php
+- Changes since 5.13.0:
+  * None
+
+---

Old:

  plasma-pa-5.13.0.tar.xz

New:

  plasma-pa-5.13.1.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.AoSqnK/_old  2018-06-26 10:36:09.421587948 +0200
+++ /var/tmp/diff_new_pack.AoSqnK/_new  2018-06-26 10:36:09.421587948 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.13.0
+Version:5.13.1
 Release:0
 Summary:The new Plasma5 Volume Manager
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: plasma-pa-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
 BuildRequires:  libcanberra-devel

++ plasma-pa-5.13.0.tar.xz -> plasma-pa-5.13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.13.0/CMakeLists.txt 
new/plasma-pa-5.13.1/CMakeLists.txt
--- old/plasma-pa-5.13.0/CMakeLists.txt 2018-06-07 16:46:37.0 +0200
+++ new/plasma-pa-5.13.1/CMakeLists.txt 2018-06-19 12:45:02.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.13.0")
+set(PROJECT_VERSION "5.13.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.13.0/po/id/kcm_pulseaudio.po 
new/plasma-pa-5.13.1/po/id/kcm_pulseaudio.po
--- old/plasma-pa-5.13.0/po/id/kcm_pulseaudio.po1970-01-01 
01:00:00.0 +0100
+++ new/plasma-pa-5.13.1/po/id/kcm_pulseaudio.po2018-06-19 
12:44:27.0 +0200
@@ -0,0 +1,217 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+# Wantoyo , 2018.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
+"POT-Creation-Date: 2018-02-11 03:24+0100\n"
+"PO-Revision-Date: 2018-06-10 10:30+0700\n"
+"Last-Translator: Wantoyo \n"
+"Language-Team: Indonesian \n"
+"Language: id\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Lokalize 2.0\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Wantoyo"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "wanto...@gmail.com"
+
+#: kcm/module.cpp:41
+#, kde-format
+msgctxt "@title"
+msgid "PulseAudio"
+msgstr "PulseAudio"
+
+#: kcm/module.cpp:45
+#, kde-format
+msgctxt "@info:credit"
+msgid "Copyright 2015 Harald Sitter"
+msgstr "Hak cipta 20115 Harald Sitter"
+
+#: kcm/module.cpp:47
+#, kde-format
+msgctxt "@info:credit"
+msgid "Harald Sitter"
+msgstr "Harald Sitter"
+
+#: kcm/module.cpp:48
+#, kde-format
+msgctxt "@info:credit"
+msgid "Author"
+msgstr "Penulis"
+
+#: kcm/package/contents/ui/Advanced.qml:41
+#, kde-format
+msgid "Device Profiles"
+msgstr "Profil Perangkat"
+
+#: kcm/package/contents/ui/Advanced.qml:42
+#, kde-format
+msgctxt "@label"
+msgid "No Device Profiles Available"
+msgstr "Tiada Profil Perangkat Tersedia"
+
+#: kcm/package/contents/ui/Advanced.qml:58
+#, kde-format
+msgid "Advanced Output Configuration"
+msgstr "Konfigurasi Output Lanjutan"
+
+#: kcm/package/contents/ui/Advanced.qml:70
+#, kde-format
+msgid ""
+"Add virtual output device for simultaneous output on all local sound cards"
+msgstr ""
+"Tambahkan perangkat output virtual untuk output serentak pada semua sound "
+"card lokal"
+
+#: kcm/package/contents/ui/Advanced.qml:80
+#, kde-format
+msgid ""
+"Automatically switch all running streams when a new output becomes available"
+msgstr ""
+"Alihkan secara otomatis 

commit plasma5-pa for openSUSE:Factory

2018-06-13 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-06-13 15:32:04

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Wed Jun 13 15:32:04 2018 rev:51 rq:615758 version:5.13.0

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-05-16 
11:22:51.317176235 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-06-13 15:32:05.616674592 +0200
@@ -1,0 +2,29 @@
+Thu Jun  7 20:03:52 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.13.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.13.0.php
+- Changes since 5.12.90:
+  * None
+
+---
+Sat May 19 14:16:37 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.90.php
+- Changes since 5.12.5:
+  * Don't use plasma theme icons for application icons
+  * Show OSD when default output changes
+  * Fix issues in models to pass ModelTest
+  * use the new install_package form
+  * Simplify display when there's only a single input device and a single 
output device
+  * Add "move to device" functionality to hamburger menu
+  * KCM: Show only available device profiles
+  * Fix output device context menu
+  * Applet: Use new device icons
+  * Move availability property from Port to Profile
+
+---

Old:

  plasma-pa-5.12.5.tar.xz

New:

  plasma-pa-5.13.0.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.vFpWEP/_old  2018-06-13 15:32:06.604638220 +0200
+++ /var/tmp/diff_new_pack.vFpWEP/_new  2018-06-13 15:32:06.612637925 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.12.5
+Version:5.13.0
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
+Source: plasma-pa-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
 BuildRequires:  libcanberra-devel
@@ -33,6 +33,7 @@
 BuildRequires:  cmake(KF5DocTools) >= 5.25.0
 BuildRequires:  cmake(KF5GlobalAccel) >= 5.25.0
 BuildRequires:  cmake(KF5I18n) >= 5.25.0
+BuildRequires:  cmake(KF5Package) >= 5.43.0
 BuildRequires:  cmake(KF5Plasma) >= 5.25.0
 BuildRequires:  cmake(KF5WindowSystem) >= 5.25.0
 BuildRequires:  cmake(Qt5Core) >= 5.7.0
@@ -43,13 +44,10 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libpulse)
 Supplements:packageand(plasma5-desktop:pulseaudio-module-x11)
-Requires:   pulseaudio-module-x11
 # boo#1092871
 Recommends: pulseaudio-module-gconf
-%if %{with lang}
+Requires:   pulseaudio-module-x11
 Recommends: %{name}-lang
-%endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A new Volume manager plasmoid to replace kmix
@@ -74,8 +72,7 @@
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %{_kf5_plugindir}/
 %{_kf5_qmldir}/
 %{_kf5_sharedir}/kconf_update/
@@ -94,7 +91,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
 %endif
 
 %changelog

++ plasma-pa-5.12.5.tar.xz -> plasma-pa-5.13.0.tar.xz ++
 12030 lines of diff (skipped)




commit plasma5-pa for openSUSE:Factory

2018-05-16 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-05-16 11:22:26

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Wed May 16 11:22:26 2018 rev:50 rq:606521 version:5.12.5

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-05-08 
13:35:32.693440208 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-05-16 11:22:51.317176235 +0200
@@ -1,0 +2,5 @@
+Fri May 11 12:41:13 UTC 2018 - wba...@tmo.at
+
+- Recommend pulseaudio-module-gconf (boo#1092871)
+
+---



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.qgtXeQ/_old  2018-05-16 11:22:52.773123354 +0200
+++ /var/tmp/diff_new_pack.qgtXeQ/_new  2018-05-16 11:22:52.773123354 +0200
@@ -44,6 +44,8 @@
 BuildRequires:  pkgconfig(libpulse)
 Supplements:packageand(plasma5-desktop:pulseaudio-module-x11)
 Requires:   pulseaudio-module-x11
+# boo#1092871
+Recommends: pulseaudio-module-gconf
 %if %{with lang}
 Recommends: %{name}-lang
 %endif




commit plasma5-pa for openSUSE:Factory

2018-05-08 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-05-08 13:35:31

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Tue May  8 13:35:31 2018 rev:49 rq:603267 version:5.12.5

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-03-30 
12:06:09.688470217 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-05-08 13:35:32.693440208 +0200
@@ -1,0 +2,10 @@
+Wed May  2 09:24:23 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.5.php
+- Changes since 5.12.4:
+  * AbstractModel: Check if index is valid in setData
+
+---

Old:

  plasma-pa-5.12.4.tar.xz

New:

  plasma-pa-5.12.5.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.CGBdre/_old  2018-05-08 13:35:33.465412349 +0200
+++ /var/tmp/diff_new_pack.CGBdre/_new  2018-05-08 13:35:33.469412205 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.12.4
+Version:5.12.5
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.12.4.tar.xz -> plasma-pa-5.12.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.12.4/CMakeLists.txt 
new/plasma-pa-5.12.5/CMakeLists.txt
--- old/plasma-pa-5.12.4/CMakeLists.txt 2018-03-27 13:24:56.0 +0200
+++ new/plasma-pa-5.12.5/CMakeLists.txt 2018-05-01 15:01:37.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.12.4")
+set(PROJECT_VERSION "5.12.5")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.12.4/po/cs/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.12.5/po/cs/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.12.4/po/cs/plasma_applet_org.kde.plasma.volume.po   
2018-03-27 13:24:16.0 +0200
+++ new/plasma-pa-5.12.5/po/cs/plasma_applet_org.kde.plasma.volume.po   
2018-05-01 15:00:50.0 +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.
-# Vít Pelčák , 2015, 2016, 2017.
+# Vít Pelčák , 2015, 2016, 2017, 2018.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.12.4/po/zh_CN/kcm_pulseaudio.po 
new/plasma-pa-5.12.5/po/zh_CN/kcm_pulseaudio.po
--- old/plasma-pa-5.12.4/po/zh_CN/kcm_pulseaudio.po 2018-03-27 
13:24:43.0 +0200
+++ new/plasma-pa-5.12.5/po/zh_CN/kcm_pulseaudio.po 2018-05-01 
15:01:25.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-03 03:00+0200\n"
-"PO-Revision-Date: 2018-03-18 19:39-0400\n"
+"PO-Revision-Date: 2018-04-26 06:06-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.12.4/po/zh_CN/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.12.5/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.12.4/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
2018-03-27 13:24:43.0 +0200
+++ new/plasma-pa-5.12.5/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
2018-05-01 15:01:25.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2018-02-13 06:03+0100\n"
-"PO-Revision-Date: 2018-03-18 19:39-0400\n"
+"PO-Revision-Date: 2018-04-26 06:06-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.12.4/po/zh_TW/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.12.5/po/zh_TW/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.12.4/po/zh_TW/plasma_applet_org.kde.plasma.volume.po
2018-03-27 13:24:44.0 +0200
+++ new/plasma-pa-5.12.5/po/zh_TW/plasma_applet_org.kde.plasma.volume.po
2018-05-01 15:01:25.0 +0200
@@ -2,14 +2,15 @@
 # This file is distributed 

commit plasma5-pa for openSUSE:Factory

2018-03-30 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-03-30 12:06:02

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Fri Mar 30 12:06:02 2018 rev:48 rq:591851 version:5.12.4

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-03-09 
10:33:06.879806202 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-03-30 12:06:09.688470217 +0200
@@ -1,0 +2,10 @@
+Tue Mar 27 15:40:48 CEST 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.4.php
+- Changes since 5.12.3:
+  * call beginRemoveRows before removing the data
+
+---

Old:

  plasma-pa-5.12.3.tar.xz

New:

  plasma-pa-5.12.4.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.ypeeco/_old  2018-03-30 12:06:10.332446932 +0200
+++ /var/tmp/diff_new_pack.ypeeco/_new  2018-03-30 12:06:10.332446932 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.12.3
+Version:5.12.4
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.12.3.tar.xz -> plasma-pa-5.12.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.12.3/CMakeLists.txt 
new/plasma-pa-5.12.4/CMakeLists.txt
--- old/plasma-pa-5.12.3/CMakeLists.txt 2018-03-06 13:58:55.0 +0100
+++ new/plasma-pa-5.12.4/CMakeLists.txt 2018-03-27 13:24:56.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.12.3")
+set(PROJECT_VERSION "5.12.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.12.3/po/ca@valencia/kcm_pulseaudio.po 
new/plasma-pa-5.12.4/po/ca@valencia/kcm_pulseaudio.po
--- old/plasma-pa-5.12.3/po/ca@valencia/kcm_pulseaudio.po   2018-03-06 
13:58:00.0 +0100
+++ new/plasma-pa-5.12.4/po/ca@valencia/kcm_pulseaudio.po   2018-03-27 
13:24:16.0 +0200
@@ -112,7 +112,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "No Applications Recording Audio"
-msgstr "No hi ha cap aplicació gravant àudio"
+msgstr "No hi ha cap aplicació enregistrant àudio"
 
 #: kcm/package/contents/ui/CardListItem.qml:51
 #, kde-format
@@ -167,7 +167,7 @@
 #: kcm/package/contents/ui/main.qml:38
 #, kde-format
 msgid "This module allows to set up the Pulseaudio sound subsystem."
-msgstr "Este mòdul permet configurar el subsistema de so PulseAudio."
+msgstr "Aquest mòdul permet configurar el subsistema de so PulseAudio."
 
 #: kcm/package/contents/ui/main.qml:64
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.12.3/po/ca@valencia/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.12.4/po/ca@valencia/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.12.3/po/ca@valencia/plasma_applet_org.kde.plasma.volume.po  
2018-03-06 13:58:00.0 +0100
+++ new/plasma-pa-5.12.4/po/ca@valencia/plasma_applet_org.kde.plasma.volume.po  
2018-03-27 13:24:16.0 +0200
@@ -205,7 +205,7 @@
 #: contents/ui/main.qml:446
 #, kde-format
 msgid "No applications playing or recording audio"
-msgstr "No hi ha cap aplicació reproduint o gravant àudio"
+msgstr "No hi ha cap aplicació reproduint o enregistrant àudio"
 
 #: contents/ui/main.qml:458
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.12.3/po/fi/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.12.4/po/fi/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.12.3/po/fi/plasma_applet_org.kde.plasma.volume.po   
2018-03-06 13:58:07.0 +0100
+++ new/plasma-pa-5.12.4/po/fi/plasma_applet_org.kde.plasma.volume.po   
2018-03-27 13:24:21.0 +0200
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Lasse Liehu , 2015, 2016, 2017.
-# Tommi Nieminen , 2016, 2017.
+# Tommi Nieminen , 2016, 2017, 2018.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.12.3/po/zh_CN/kcm_pulseaudio.po 
new/plasma-pa-5.12.4/po/zh_CN/kcm_pulseaudio.po
--- 

commit plasma5-pa for openSUSE:Factory

2018-03-09 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-03-09 10:33:05

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Fri Mar  9 10:33:05 2018 rev:47 rq:584064 version:5.12.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-02-28 
19:59:11.475650456 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-03-09 10:33:06.879806202 +0100
@@ -1,0 +2,10 @@
+Tue Mar  6 16:07:52 CET 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.3.php
+- Changes since 5.12.2:
+  * None
+
+---

Old:

  plasma-pa-5.12.2.tar.xz

New:

  plasma-pa-5.12.3.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.vmytA4/_old  2018-03-09 10:33:07.431786331 +0100
+++ /var/tmp/diff_new_pack.vmytA4/_new  2018-03-09 10:33:07.435786187 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.12.2
+Version:5.12.3
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: plasma-pa-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
 BuildRequires:  libcanberra-devel

++ plasma-pa-5.12.2.tar.xz -> plasma-pa-5.12.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.12.2/CMakeLists.txt 
new/plasma-pa-5.12.3/CMakeLists.txt
--- old/plasma-pa-5.12.2/CMakeLists.txt 2018-02-20 16:39:20.0 +0100
+++ new/plasma-pa-5.12.3/CMakeLists.txt 2018-03-06 13:58:55.0 +0100
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.12.2")
+set(PROJECT_VERSION "5.12.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.12.2/po/it/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.12.3/po/it/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.12.2/po/it/plasma_applet_org.kde.plasma.volume.po   
2018-02-20 16:38:43.0 +0100
+++ new/plasma-pa-5.12.3/po/it/plasma_applet_org.kde.plasma.volume.po   
2018-03-06 13:58:17.0 +0100
@@ -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 , 2015, 2017.
+# Vincenzo Reale , 2015, 2017, 2018.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.12.2/po/nn/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.12.3/po/nn/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.12.2/po/nn/plasma_applet_org.kde.plasma.volume.po   
2018-02-20 16:38:52.0 +0100
+++ new/plasma-pa-5.12.3/po/nn/plasma_applet_org.kde.plasma.volume.po   
2018-03-06 13:58:26.0 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2018-01-26 05:50+0100\n"
+"POT-Creation-Date: 2018-02-13 06:03+0100\n"
 "PO-Revision-Date: 2018-01-27 12:13+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
@@ -140,72 +140,72 @@
 msgid "Volume at %1%"
 msgstr "Lydstyrken er %1 %"
 
-#: contents/ui/main.qml:211
+#: contents/ui/main.qml:215
 #, kde-format
 msgid "Increase Volume"
 msgstr "Høgare lyd"
 
-#: contents/ui/main.qml:217
+#: contents/ui/main.qml:221
 #, kde-format
 msgid "Decrease Volume"
 msgstr "Lågare lyd"
 
-#: contents/ui/main.qml:223
+#: contents/ui/main.qml:227
 #, kde-format
 msgid "Mute"
 msgstr "Demp lyd"
 
-#: contents/ui/main.qml:229
+#: contents/ui/main.qml:233
 #, kde-format
 msgid "Increase Microphone Volume"
 msgstr "Høgare mikrofonlyd"
 
-#: contents/ui/main.qml:235
+#: contents/ui/main.qml:239
 #, kde-format
 msgid "Decrease Microphone Volume"
 msgstr "Lågare mikrofonlyd"
 
-#: contents/ui/main.qml:241
+#: contents/ui/main.qml:245
 #, kde-format
 msgid "Mute Microphone"
 msgstr "Slå av mikrofonen"
 
-#: contents/ui/main.qml:290
+#: contents/ui/main.qml:294
 #, kde-format
 msgid "Devices"
 msgstr "Einingar"
 
-#: 

commit plasma5-pa for openSUSE:Factory

2018-02-28 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-02-28 19:59:08

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Wed Feb 28 19:59:08 2018 rev:46 rq:579151 version:5.12.2

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-02-19 
12:55:06.702749171 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-02-28 19:59:11.475650456 +0100
@@ -1,0 +2,10 @@
+Wed Feb 21 23:57:09 CET 2018 - lbeltr...@kde.org
+
+- Update to 5.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.2.php
+- Changes since 5.12.1:
+  * None
+
+---

Old:

  plasma-pa-5.12.1.tar.xz

New:

  plasma-pa-5.12.2.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.liDYOv/_old  2018-02-28 19:59:12.435615719 +0100
+++ /var/tmp/diff_new_pack.liDYOv/_new  2018-02-28 19:59:12.443615430 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.12.1
+Version:5.12.2
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.12.1.tar.xz -> plasma-pa-5.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.12.1/CMakeLists.txt 
new/plasma-pa-5.12.2/CMakeLists.txt
--- old/plasma-pa-5.12.1/CMakeLists.txt 2018-02-13 15:26:06.0 +0100
+++ new/plasma-pa-5.12.2/CMakeLists.txt 2018-02-20 16:39:20.0 +0100
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.12.1")
+set(PROJECT_VERSION "5.12.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.12.1/po/sr/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.12.2/po/sr/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.12.1/po/sr/plasma_applet_org.kde.plasma.volume.po   
2018-02-13 15:25:31.0 +0100
+++ new/plasma-pa-5.12.2/po/sr/plasma_applet_org.kde.plasma.volume.po   
2018-02-20 16:39:00.0 +0100
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: plasma_applet_org.kde.plasma.volume\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2018-01-26 05:50+0100\n"
+"POT-Creation-Date: 2018-02-13 06:03+0100\n"
 "PO-Revision-Date: 2017-09-25 19:53+0200\n"
 "Last-Translator: Chusslove Illich \n"
 "Language-Team: Serbian \n"
@@ -140,72 +140,72 @@
 msgid "Volume at %1%"
 msgstr "Јачина %1%"
 
-#: contents/ui/main.qml:211
+#: contents/ui/main.qml:215
 #, kde-format
 msgid "Increase Volume"
 msgstr "Повећај јачину"
 
-#: contents/ui/main.qml:217
+#: contents/ui/main.qml:221
 #, kde-format
 msgid "Decrease Volume"
 msgstr "Смањи јачину"
 
-#: contents/ui/main.qml:223
+#: contents/ui/main.qml:227
 #, kde-format
 msgid "Mute"
 msgstr "Утишај"
 
-#: contents/ui/main.qml:229
+#: contents/ui/main.qml:233
 #, kde-format
 msgid "Increase Microphone Volume"
 msgstr "Повећај јачину микрофона"
 
-#: contents/ui/main.qml:235
+#: contents/ui/main.qml:239
 #, kde-format
 msgid "Decrease Microphone Volume"
 msgstr "Смањи јачину микрофона"
 
-#: contents/ui/main.qml:241
+#: contents/ui/main.qml:245
 #, kde-format
 msgid "Mute Microphone"
 msgstr "Утишај микрофон"
 
-#: contents/ui/main.qml:290
+#: contents/ui/main.qml:294
 #, kde-format
 msgid "Devices"
 msgstr "Уређаји"
 
-#: contents/ui/main.qml:295
+#: contents/ui/main.qml:299
 #, kde-format
 msgid "Applications"
 msgstr "Програми"
 
-#: contents/ui/main.qml:336
+#: contents/ui/main.qml:340
 #, kde-format
 msgid "Playback Streams"
 msgstr "Токови пуштања"
 
-#: contents/ui/main.qml:359
+#: contents/ui/main.qml:363
 #, kde-format
 msgid "Capture Streams"
 msgstr "Токови снимања"
 
-#: contents/ui/main.qml:391
+#: contents/ui/main.qml:395
 #, kde-format
 msgid "Playback Devices"
 msgstr "Уређаји за пуштање"
 
-#: contents/ui/main.qml:415
+#: contents/ui/main.qml:419
 #, kde-format
 msgid "Capture Devices"
 msgstr "Уређаји за снимање"
 
-#: contents/ui/main.qml:444
+#: contents/ui/main.qml:446
 #, kde-format
 msgid "No applications playing or recording audio"
 msgstr "Ниједан програм не пушта нити снима звук."
 
-#: contents/ui/main.qml:456
+#: contents/ui/main.qml:458
 #, kde-format
 msgid "No output or input devices found"
 msgstr "Није нађен ниједан излазни или улазни уређај."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit plasma5-pa for openSUSE:Factory

2018-02-19 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-02-19 12:55:04

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Mon Feb 19 12:55:04 2018 rev:45 rq:577801 version:5.12.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-02-06 
16:44:56.215908512 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-02-19 12:55:06.702749171 +0100
@@ -1,0 +2,11 @@
+Tue Feb 13 16:25:29 CET 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.1.php
+- Changes since 5.12.0:
+  * Support "phone" form factor
+  * Applet: Fix accessing SourceModel from main item (kde#390161)
+
+---

Old:

  plasma-pa-5.12.0.tar.xz

New:

  plasma-pa-5.12.1.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.dRDgOx/_old  2018-02-19 12:55:07.930704885 +0100
+++ /var/tmp/diff_new_pack.dRDgOx/_new  2018-02-19 12:55:07.938704597 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.12.0
+Version:5.12.1
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.12.0.tar.xz -> plasma-pa-5.12.1.tar.xz ++
 3577 lines of diff (skipped)




commit plasma5-pa for openSUSE:Factory

2018-02-06 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-02-06 16:44:56

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Tue Feb  6 16:44:56 2018 rev:44 rq:573043 version:5.12.0

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-01-26 
13:36:30.609671930 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-02-06 16:44:56.215908512 +0100
@@ -1,0 +2,13 @@
+Fri Feb  2 21:03:44 CET 2018 - fab...@ritter-vogt.de
+
+- Update to 5.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.12.0.php
+- Changes since 5.11.95:
+  * Fix drag cursor
+  * Fix moving streams by drag and drop (kde#389402)
+- Drop patches, now upstream:
+  * 0001-Fix-moving-streams-by-drag-and-drop.patch
+
+---

Old:

  0001-Fix-moving-streams-by-drag-and-drop.patch
  plasma-pa-5.11.95.tar.xz

New:

  plasma-pa-5.12.0.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.Ozp0sy/_old  2018-02-06 16:44:56.663887550 +0100
+++ /var/tmp/diff_new_pack.Ozp0sy/_new  2018-02-06 16:44:56.667887362 +0100
@@ -18,15 +18,13 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.11.95
+Version:5.12.0
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/unstable/plasma/%{version}/plasma-pa-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch1: 0001-Fix-moving-streams-by-drag-and-drop.patch
+Source: plasma-pa-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
 BuildRequires:  libcanberra-devel
@@ -57,7 +55,6 @@
 %lang_package
 %prep
 %setup -q -n plasma-pa-%{version}
-%patch1 -p1
 
 %build
 %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}

++ plasma-pa-5.11.95.tar.xz -> plasma-pa-5.12.0.tar.xz ++
 5553 lines of diff (skipped)




commit plasma5-pa for openSUSE:Factory

2018-01-26 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-01-26 13:36:29

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Fri Jan 26 13:36:29 2018 rev:43 rq:569732 version:5.11.95

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-01-22 
16:06:38.627265859 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-01-26 13:36:30.609671930 +0100
@@ -1,0 +2,6 @@
+Thu Jan 25 18:53:05 UTC 2018 - fab...@ritter-vogt.de
+
+- Add patch to fix channel drag-and-drop:
+  * 0001-Fix-moving-streams-by-drag-and-drop.patch
+
+---

New:

  0001-Fix-moving-streams-by-drag-and-drop.patch



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.tUunDA/_old  2018-01-26 13:36:31.413634379 +0100
+++ /var/tmp/diff_new_pack.tUunDA/_new  2018-01-26 13:36:31.413634379 +0100
@@ -25,6 +25,8 @@
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source: 
http://download.kde.org/unstable/plasma/%{version}/plasma-pa-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM
+Patch1: 0001-Fix-moving-streams-by-drag-and-drop.patch
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
 BuildRequires:  libcanberra-devel
@@ -55,6 +57,7 @@
 %lang_package
 %prep
 %setup -q -n plasma-pa-%{version}
+%patch1 -p1
 
 %build
 %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}

++ 0001-Fix-moving-streams-by-drag-and-drop.patch ++
>From 12c5c46a91212e6c139e5e73c16664dbc42873f9 Mon Sep 17 00:00:00 2001
From: Kai Uwe Broulik 
Date: Thu, 25 Jan 2018 10:23:45 +0100
Subject: [PATCH] Fix moving streams by drag and drop

This broke when I moved the contents into compactRepresentation as the main 
could no longer access those items by ID.

BUG: 389402
FIXED-IN: 5.12.0

Differential Revision: https://phabricator.kde.org/D10093
---
 applet/contents/ui/ListItemBase.qml |  4 ++--
 applet/contents/ui/main.qml | 42 ++---
 2 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/applet/contents/ui/ListItemBase.qml 
b/applet/contents/ui/ListItemBase.qml
index 4c2c23f..63da424 100644
--- a/applet/contents/ui/ListItemBase.qml
+++ b/applet/contents/ui/ListItemBase.qml
@@ -77,12 +77,12 @@ PlasmaComponents.ListItem {
 
 onDragStarted: {
 draggedStream = PulseObject;
-main.beginMoveStream(type == "sink-input" ? "sink" : 
"source");
+beginMoveStream(type == "sink-input" ? "sink" : 
"source");
 }
 
 onDrop: {
 draggedStream = null;
-main.endMoveStream();
+endMoveStream();
 }
 
 MouseArea {
diff --git a/applet/contents/ui/main.qml b/applet/contents/ui/main.qml
index a9c3207..ef218ad 100644
--- a/applet/contents/ui/main.qml
+++ b/applet/contents/ui/main.qml
@@ -137,27 +137,6 @@ Item {
 osd.showMicrophone(toMute? 0 : 
volumePercent(sourceModel.defaultSource.volume));
 }
 
-function beginMoveStream(type, stream) {
-if (type == "sink") {
-sourceView.visible = false;
-sourceViewHeader.visible = false;
-} else if (type == "source") {
-sinkView.visible = false;
-sinkViewHeader.visible = false;
-}
-
-tabBar.currentTab = devicesTab;
-}
-
-function endMoveStream() {
-tabBar.currentTab = streamsTab;
-
-sourceView.visible = true;
-sourceViewHeader.visible = true;
-sinkView.visible = true;
-sinkViewHeader.visible = true;
-}
-
 function playFeedback(sinkIndex) {
 if (!volumeFeedback) {
 return;
@@ -276,6 +255,27 @@ Item {
 Plasmoid.fullRepresentation: ColumnLayout {
 spacing: units.smallSpacing
 
+function beginMoveStream(type, stream) {
+if (type == "sink") {
+sourceView.visible = false;
+sourceViewHeader.visible = false;
+} else if (type == "source") {
+sinkView.visible = false;
+sinkViewHeader.visible = false;
+}
+
+tabBar.currentTab = devicesTab;
+}
+
+function endMoveStream() {
+tabBar.currentTab = streamsTab;
+
+sourceView.visible = true;
+sourceViewHeader.visible = true;
+sinkView.visible = true;
+

commit plasma5-pa for openSUSE:Factory

2018-01-22 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-01-22 16:06:33

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Mon Jan 22 16:06:33 2018 rev:42 rq:566844 version:5.11.95

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2018-01-03 
13:37:52.616447738 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-01-22 16:06:38.627265859 +0100
@@ -1,0 +2,17 @@
+Mon Jan 15 15:54:06 CET 2018 - fab...@ritter-vogt.de
+
+- Update to 5.11.95
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.95.php
+- Changes since 5.11.5:
+  * Move contents into fullRepresentation
+  * Also try application.name to get iconName
+  * Make device "master volume" the max of all channels instead of the avg
+  * Remove obsolete reviewboardrc file
+  * Fix uninitialized warning on valgrind
+  * Show headset icons for devices identifying as "Headset" in Description
+  * Remaining accessibility on Plasma PA
+  * Put tabbar in focus chain
+
+---

Old:

  plasma-pa-5.11.5.tar.xz

New:

  plasma-pa-5.11.95.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.ligAn3/_old  2018-01-22 16:06:39.203238909 +0100
+++ /var/tmp/diff_new_pack.ligAn3/_new  2018-01-22 16:06:39.203238909 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.11.5
+Version:5.11.95
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
+Source: 
http://download.kde.org/unstable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
 BuildRequires:  libcanberra-devel

++ plasma-pa-5.11.5.tar.xz -> plasma-pa-5.11.95.tar.xz ++
 7403 lines of diff (skipped)




commit plasma5-pa for openSUSE:Factory

2018-01-03 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2018-01-03 13:37:51

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Wed Jan  3 13:37:51 2018 rev:41 rq:561224 version:5.11.5

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-12-08 
12:47:37.030857835 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2018-01-03 13:37:52.616447738 +0100
@@ -1,0 +2,10 @@
+Tue Jan  2 16:40:09 CET 2018 - fab...@ritter-vogt.de
+
+- Update to 5.11.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.5.php
+- Changes since 5.11.4:
+  * None
+
+---

Old:

  plasma-pa-5.11.4.tar.xz

New:

  plasma-pa-5.11.5.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.5kZAmy/_old  2018-01-03 13:37:53.396188101 +0100
+++ /var/tmp/diff_new_pack.5kZAmy/_new  2018-01-03 13:37:53.400186770 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plasma5-pa
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.11.4
+Version:5.11.5
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.11.4.tar.xz -> plasma-pa-5.11.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.11.4/CMakeLists.txt 
new/plasma-pa-5.11.5/CMakeLists.txt
--- old/plasma-pa-5.11.4/CMakeLists.txt 2017-11-28 13:40:38.0 +0100
+++ new/plasma-pa-5.11.5/CMakeLists.txt 2018-01-02 14:07:45.042630937 +0100
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.11.4")
+set(PROJECT_VERSION "5.11.5")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.11.4/po/ca/docs/kcontrol/plasma-pa/index.docbook 
new/plasma-pa-5.11.5/po/ca/docs/kcontrol/plasma-pa/index.docbook
--- old/plasma-pa-5.11.4/po/ca/docs/kcontrol/plasma-pa/index.docbook
2017-11-28 13:40:32.0 +0100
+++ new/plasma-pa-5.11.5/po/ca/docs/kcontrol/plasma-pa/index.docbook
2018-01-02 14:07:31.462541174 +0100
@@ -69,14 +69,14 @@
 >Introducció
 
 El  proporciona a l'usuari un mecanisme amb el que controlar 
el volum dels dispositius i aplicacions que utilitzen el sistema de so 
PulseAudio. 
+>El  proporciona a l'usuari un mecanisme amb el qual controlar 
el volum dels dispositius i aplicacions que utilitzen el sistema de so 
PulseAudio. 
 
 
 Mòdul de l'Arranjament del sistema
 
 El  proporciona a l'usuari un mecanisme amb el que controlar 
el volum dels dispositius i aplicacions que utilitzen el sistema de so 
PulseAudio. 
+>El  proporciona a l'usuari un mecanisme amb el qual controlar 
el volum dels dispositius i aplicacions que utilitzen el sistema de so 
PulseAudio. 
 
 El  permet a l'usuari controlar el volum dels dispositius de 
 >sortida, els canals al nivell de l'aplicació, els dispositius d'entrada i de 
 >gravació. Permet a l'usuari enviar l'àudio cap a i des de dispositius 
 >específics. El  consta d'un mòdul de la configuració del 
 >sistema i un estri del Plasma, el qual normalment es pot trobar a l'àrea de 
 >la safata del sistema. 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.11.4/po/de/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.11.5/po/de/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.11.4/po/de/plasma_applet_org.kde.plasma.volume.po   
2017-11-28 13:38:59.0 +0100
+++ new/plasma-pa-5.11.5/po/de/plasma_applet_org.kde.plasma.volume.po   
2018-01-02 14:05:59.401932643 +0100
@@ -5,7 +5,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-07 02:56+0200\n"
-"PO-Revision-Date: 2017-05-12 20:54+0100\n"
+"PO-Revision-Date: 2017-12-06 15:27+0100\n"
 "Last-Translator: Burkhard Lück \n"
 "Language-Team: German \n"
 "Language: de\n"
@@ -183,7 +183,7 @@
 #: contents/ui/main.qml:445
 #, kde-format
 msgid "No applications playing or recording audio"
-msgstr ""
+msgstr "Keine Anwendung spielt Audio ab oder nimmt Audio auf"
 
 

commit plasma5-pa for openSUSE:Factory

2017-12-08 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-12-08 12:47:33

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Fri Dec  8 12:47:33 2017 rev:40 rq:547208 version:5.11.4

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-11-10 
14:49:49.396513324 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-12-08 12:47:37.030857835 +0100
@@ -1,0 +2,10 @@
+Thu Nov 30 10:46:10 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.4.php
+- Changes since 5.11.3:
+  * None
+
+---

Old:

  plasma-pa-5.11.3.tar.xz

New:

  plasma-pa-5.11.4.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.KHMuGO/_old  2017-12-08 12:47:37.670834721 +0100
+++ /var/tmp/diff_new_pack.KHMuGO/_new  2017-12-08 12:47:37.670834721 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.11.3
+Version:5.11.4
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.11.3.tar.xz -> plasma-pa-5.11.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.11.3/CMakeLists.txt 
new/plasma-pa-5.11.4/CMakeLists.txt
--- old/plasma-pa-5.11.3/CMakeLists.txt 2017-11-07 14:06:13.0 +0100
+++ new/plasma-pa-5.11.4/CMakeLists.txt 2017-11-28 13:40:38.0 +0100
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.11.3")
+set(PROJECT_VERSION "5.11.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.11.3/po/ru/kcm_pulseaudio.po 
new/plasma-pa-5.11.4/po/ru/kcm_pulseaudio.po
--- old/plasma-pa-5.11.3/po/ru/kcm_pulseaudio.po2017-11-07 
14:05:33.0 +0100
+++ new/plasma-pa-5.11.4/po/ru/kcm_pulseaudio.po2017-11-28 
13:39:53.0 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-03 03:00+0200\n"
-"PO-Revision-Date: 2017-06-18 11:23+0300\n"
+"PO-Revision-Date: 2017-11-11 14:25+0300\n"
 "Last-Translator: Alexander Potashev \n"
 "Language-Team: Russian \n"
 "Language: ru\n"
@@ -60,12 +60,10 @@
 msgstr "Профили устройств"
 
 #: kcm/package/contents/ui/Advanced.qml:42
-#, fuzzy, kde-format
-#| msgctxt "@label"
-#| msgid "No Input Devices Available"
+#, kde-format
 msgctxt "@label"
 msgid "No Device Profiles Available"
-msgstr "Нет доступных устройств ввода."
+msgstr "Нет доступных профилей устройств."
 
 #: kcm/package/contents/ui/Advanced.qml:58
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.11.3/po/ru/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.11.4/po/ru/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.11.3/po/ru/plasma_applet_org.kde.plasma.volume.po   
2017-11-07 14:05:33.0 +0100
+++ new/plasma-pa-5.11.4/po/ru/plasma_applet_org.kde.plasma.volume.po   
2017-11-28 13:39:53.0 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-07 02:56+0200\n"
-"PO-Revision-Date: 2017-10-05 03:31+0300\n"
+"PO-Revision-Date: 2017-11-11 14:21+0300\n"
 "Last-Translator: Alexander Potashev \n"
 "Language-Team: Russian \n"
 "Language: ru\n"
@@ -73,8 +73,7 @@
 msgstr "100%"
 
 #: contents/ui/ListItemBase.qml:254
-#, fuzzy, kde-format
-#| msgid "Mute"
+#, kde-format
 msgctxt "Checkable switch for (un-)muting sound output."
 msgid "Mute"
 msgstr "Выключить звук"
@@ -83,13 +82,12 @@
 #, kde-format
 msgctxt "Checkable switch to change the current default output."
 msgid "Default"
-msgstr ""
+msgstr "Устройство по умолчанию"
 
 #: contents/ui/ListItemBase.qml:276
-#, fuzzy, kde-format
-#| msgid "Maximum volume:"
+#, kde-format
 msgid "Raise maximum volume"
-msgstr "Максимальная громкость:"
+msgstr "Увеличить максимальную громкость"
 
 #: contents/ui/ListItemBase.qml:293
 #, kde-format
@@ -97,19 +95,19 @@
 "Heading for a list of ports of a device (for example built-in laptop "
 "speakers or a plug for headphones)"
 msgid "Ports"
-msgstr ""
+msgstr "Разъёмы"
 
 #: contents/ui/ListItemBase.qml:303
 #, kde-format
 

commit plasma5-pa for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-11-10 14:49:49

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Fri Nov 10 14:49:49 2017 rev:39 rq:539721 version:5.11.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-10-27 
13:51:28.799898911 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-11-10 14:49:49.396513324 +0100
@@ -1,0 +2,10 @@
+Tue Nov  7 15:15:44 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.3.php
+- Changes since 5.11.2:
+  * None
+
+---

Old:

  plasma-pa-5.11.2.tar.xz

New:

  plasma-pa-5.11.3.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.s0VkYp/_old  2017-11-10 14:49:50.436475719 +0100
+++ /var/tmp/diff_new_pack.s0VkYp/_new  2017-11-10 14:49:50.436475719 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.11.2
+Version:5.11.3
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.11.2.tar.xz -> plasma-pa-5.11.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.11.2/CMakeLists.txt 
new/plasma-pa-5.11.3/CMakeLists.txt
--- old/plasma-pa-5.11.2/CMakeLists.txt 2017-10-24 13:30:45.0 +0200
+++ new/plasma-pa-5.11.3/CMakeLists.txt 2017-11-07 14:06:13.0 +0100
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.11.2")
+set(PROJECT_VERSION "5.11.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")




commit plasma5-pa for openSUSE:Factory

2017-10-27 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-10-27 13:51:26

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Fri Oct 27 13:51:26 2017 rev:38 rq:536680 version:5.11.2

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-10-23 
16:24:51.876520984 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-10-27 13:51:28.799898911 +0200
@@ -1,0 +2,10 @@
+Tue Oct 24 18:13:39 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.2.php
+- Changes since 5.11.1:
+  * None
+
+---

Old:

  plasma-pa-5.11.1.tar.xz

New:

  plasma-pa-5.11.2.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.JUxLEU/_old  2017-10-27 13:51:29.695857034 +0200
+++ /var/tmp/diff_new_pack.JUxLEU/_new  2017-10-27 13:51:29.699856847 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.11.1
+Version:5.11.2
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.11.1.tar.xz -> plasma-pa-5.11.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.11.1/CMakeLists.txt 
new/plasma-pa-5.11.2/CMakeLists.txt
--- old/plasma-pa-5.11.1/CMakeLists.txt 2017-10-17 13:09:29.0 +0200
+++ new/plasma-pa-5.11.2/CMakeLists.txt 2017-10-24 13:30:45.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.11.1")
+set(PROJECT_VERSION "5.11.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.11.1/po/tr/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.11.2/po/tr/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.11.1/po/tr/plasma_applet_org.kde.plasma.volume.po   
2017-10-17 13:07:54.0 +0200
+++ new/plasma-pa-5.11.2/po/tr/plasma_applet_org.kde.plasma.volume.po   
2017-10-24 13:30:16.0 +0200
@@ -7,8 +7,8 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-07 02:56+0200\n"
-"PO-Revision-Date: 2017-06-08 12:04+\n"
-"Last-Translator: Mesutcan \n"
+"PO-Revision-Date: 2017-10-04 12:13+\n"
+"Last-Translator: Kaan \n"
 "Language-Team: Turkish \n"
 "Language: tr_TR\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.11.1/po/zh_CN/kcm_pulseaudio.po 
new/plasma-pa-5.11.2/po/zh_CN/kcm_pulseaudio.po
--- old/plasma-pa-5.11.1/po/zh_CN/kcm_pulseaudio.po 2017-10-17 
13:08:12.0 +0200
+++ new/plasma-pa-5.11.2/po/zh_CN/kcm_pulseaudio.po 2017-10-24 
13:30:25.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-03 03:00+0200\n"
-"PO-Revision-Date: 2017-09-30 17:47-0400\n"
+"PO-Revision-Date: 2017-10-19 10:48-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.11.1/po/zh_CN/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.11.2/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.11.1/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
2017-10-17 13:08:12.0 +0200
+++ new/plasma-pa-5.11.2/po/zh_CN/plasma_applet_org.kde.plasma.volume.po
2017-10-24 13:30:25.0 +0200
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-07 02:56+0200\n"
-"PO-Revision-Date: 2017-09-30 17:47-0400\n"
+"PO-Revision-Date: 2017-10-19 10:48-0400\n"
 "Last-Translator: guoyunhebrave \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"




commit plasma5-pa for openSUSE:Factory

2017-10-23 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-10-23 16:24:47

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Mon Oct 23 16:24:47 2017 rev:37 rq:534578 version:5.11.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-10-09 
19:39:24.570820991 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-10-23 16:24:51.876520984 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 17:19:13 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.1.php
+- Changes since 5.11.0:
+  * None
+
+---

Old:

  plasma-pa-5.11.0.tar.xz

New:

  plasma-pa-5.11.1.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.elZybf/_old  2017-10-23 16:24:53.360451511 +0200
+++ /var/tmp/diff_new_pack.elZybf/_new  2017-10-23 16:24:53.364451323 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.11.0
+Version:5.11.1
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: plasma-pa-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
 BuildRequires:  libcanberra-devel

++ plasma-pa-5.11.0.tar.xz -> plasma-pa-5.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.11.0/CMakeLists.txt 
new/plasma-pa-5.11.1/CMakeLists.txt
--- old/plasma-pa-5.11.0/CMakeLists.txt 2017-10-05 14:51:28.0 +0200
+++ new/plasma-pa-5.11.1/CMakeLists.txt 2017-10-17 13:09:29.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.11.0")
+set(PROJECT_VERSION "5.11.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.11.0/po/pl/kcm_pulseaudio.po 
new/plasma-pa-5.11.1/po/pl/kcm_pulseaudio.po
--- old/plasma-pa-5.11.0/po/pl/kcm_pulseaudio.po2017-10-05 
14:51:07.0 +0200
+++ new/plasma-pa-5.11.1/po/pl/kcm_pulseaudio.po2017-10-17 
13:07:16.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-03 03:00+0200\n"
-"PO-Revision-Date: 2017-05-21 07:16+0100\n"
+"PO-Revision-Date: 2017-10-14 07:29+0100\n"
 "Last-Translator: Łukasz Wojniłowicz \n"
 "Language-Team: Polish \n"
 "Language: pl\n"
@@ -125,19 +125,19 @@
 #: kcm/package/contents/ui/DeviceListItem.qml:73
 #, kde-format
 msgid "Port"
-msgstr "Port"
+msgstr "Złącze"
 
 #: kcm/package/contents/ui/DeviceListItem.qml:91
 #, kde-format
 msgctxt "Port is unavailable"
 msgid " (unavailable)"
-msgstr " (niedostępny)"
+msgstr " (niedostępne)"
 
 #: kcm/package/contents/ui/DeviceListItem.qml:93
 #, kde-format
 msgctxt "Port is unplugged"
 msgid " (unplugged)"
-msgstr " (niepodłączony)"
+msgstr " (niepodłączone)"
 
 #: kcm/package/contents/ui/Devices.qml:39
 #, kde-format




commit plasma5-pa for openSUSE:Factory

2017-10-09 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-10-09 19:39:23

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Mon Oct  9 19:39:23 2017 rev:36 rq:532042 version:5.11.0

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-08-24 
18:10:10.370245726 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-10-09 19:39:24.570820991 +0200
@@ -1,0 +2,21 @@
+Thu Oct  5 12:39:18 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.0.php
+- Changes since 5.10.95:
+  * None
+
+---
+Thu Sep 14 14:29:06 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.95
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.95.php
+- Changes since 5.10.5:
+  * [ListItemBase] Use section instead of disabled menu item
+  * StreamRestore: Always set channel count to 1 (kde#383787)
+
+---

Old:

  plasma-pa-5.10.5.tar.xz

New:

  plasma-pa-5.11.0.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.ylDBQi/_old  2017-10-09 19:39:25.186793917 +0200
+++ /var/tmp/diff_new_pack.ylDBQi/_new  2017-10-09 19:39:25.190793742 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.10.5
+Version:5.11.0
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
+Source: plasma-pa-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
 BuildRequires:  libcanberra-devel
@@ -64,6 +64,7 @@
 %kf5_makeinstall -C build
 %if %{with lang}
 %kf5_find_lang
+%kf5_find_htmldocs
 %endif
 
 %post -p /sbin/ldconfig

++ plasma-pa-5.10.5.tar.xz -> plasma-pa-5.11.0.tar.xz ++
 3285 lines of diff (skipped)




commit plasma5-pa for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-08-24 18:10:08

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Thu Aug 24 18:10:08 2017 rev:35 rq:518283 version:5.10.5

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-07-25 
11:38:40.414937683 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-08-24 18:10:10.370245726 +0200
@@ -1,0 +2,10 @@
+Tue Aug 22 19:11:31 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.5.php
+- Changes since 5.10.4:
+  * None
+
+---

Old:

  plasma-pa-5.10.4.tar.xz

New:

  plasma-pa-5.10.5.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.qLYVso/_old  2017-08-24 18:10:11.946023860 +0200
+++ /var/tmp/diff_new_pack.qLYVso/_new  2017-08-24 18:10:11.950023297 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.10.4
+Version:5.10.5
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
@@ -34,6 +34,7 @@
 BuildRequires:  cmake(KF5GlobalAccel) >= 5.25.0
 BuildRequires:  cmake(KF5I18n) >= 5.25.0
 BuildRequires:  cmake(KF5Plasma) >= 5.25.0
+BuildRequires:  cmake(KF5WindowSystem) >= 5.25.0
 BuildRequires:  cmake(Qt5Core) >= 5.7.0
 BuildRequires:  cmake(Qt5DBus)
 BuildRequires:  cmake(Qt5Quick)

++ plasma-pa-5.10.4.tar.xz -> plasma-pa-5.10.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.10.4/CMakeLists.txt 
new/plasma-pa-5.10.5/CMakeLists.txt
--- old/plasma-pa-5.10.4/CMakeLists.txt 2017-07-18 13:41:05.0 +0200
+++ new/plasma-pa-5.10.5/CMakeLists.txt 2017-08-22 17:30:22.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.10.4")
+set(PROJECT_VERSION "5.10.5")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.10.4/doc/CMakeLists.txt 
new/plasma-pa-5.10.5/doc/CMakeLists.txt
--- old/plasma-pa-5.10.4/doc/CMakeLists.txt 2017-07-18 13:41:05.0 
+0200
+++ new/plasma-pa-5.10.5/doc/CMakeLists.txt 2017-08-22 17:30:22.0 
+0200
@@ -1,2 +1,2 @@
-add_subdirectory(cs)
 add_subdirectory(en)
+add_subdirectory(cs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.10.4/po/cs/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.10.5/po/cs/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.10.4/po/cs/plasma_applet_org.kde.plasma.volume.po   
2017-07-18 13:39:44.0 +0200
+++ new/plasma-pa-5.10.5/po/cs/plasma_applet_org.kde.plasma.volume.po   
2017-08-22 17:29:43.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-07 02:56+0200\n"
-"PO-Revision-Date: 2017-03-01 16:01+0100\n"
+"PO-Revision-Date: 2017-08-10 15:17+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -85,7 +85,7 @@
 #: contents/ui/ListItemBase.qml:276
 #, kde-format
 msgid "Raise maximum volume"
-msgstr ""
+msgstr "Zvýšit maximální hlasitost"
 
 #: contents/ui/ListItemBase.qml:293
 #, kde-format
@@ -99,13 +99,13 @@
 #, kde-format
 msgctxt "Port is unavailable"
 msgid " (unavailable)"
-msgstr ""
+msgstr " (nedostupné)"
 
 #: contents/ui/ListItemBase.qml:305
 #, kde-format
 msgctxt "Port is unplugged"
 msgid " (unplugged)"
-msgstr ""
+msgstr " (nepřipojen)"
 
 #: contents/ui/main.qml:39
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.10.4/po/nn/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.10.5/po/nn/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.10.4/po/nn/plasma_applet_org.kde.plasma.volume.po   
2017-07-18 13:40:23.0 +0200
+++ new/plasma-pa-5.10.5/po/nn/plasma_applet_org.kde.plasma.volume.po   
2017-08-22 17:30:02.0 +0200
@@ -6,7 +6,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-07 02:56+0200\n"
-"PO-Revision-Date: 2017-02-05 10:23+0100\n"
+"PO-Revision-Date: 2017-08-06 18:57+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk 

commit plasma5-pa for openSUSE:Factory

2017-07-25 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-07-25 11:38:39

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Tue Jul 25 11:38:39 2017 rev:34 rq:511287 version:5.10.4

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-07-02 
13:35:45.823490278 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-07-25 11:38:40.414937683 +0200
@@ -1,0 +2,10 @@
+Tue Jul 18 16:14:48 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.4.php
+- Changes since 5.10.3:
+  * None
+
+---

Old:

  plasma-pa-5.10.3.tar.xz

New:

  plasma-pa-5.10.4.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.UqyWC2/_old  2017-07-25 11:38:41.006854092 +0200
+++ /var/tmp/diff_new_pack.UqyWC2/_new  2017-07-25 11:38:41.010853528 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.10.3
+Version:5.10.4
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.10.3.tar.xz -> plasma-pa-5.10.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.10.3/CMakeLists.txt 
new/plasma-pa-5.10.4/CMakeLists.txt
--- old/plasma-pa-5.10.3/CMakeLists.txt 2017-06-27 11:59:37.0 +0200
+++ new/plasma-pa-5.10.4/CMakeLists.txt 2017-07-18 13:41:05.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.10.3")
+set(PROJECT_VERSION "5.10.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.10.3/po/fr/kcm_pulseaudio.po 
new/plasma-pa-5.10.4/po/fr/kcm_pulseaudio.po
--- old/plasma-pa-5.10.3/po/fr/kcm_pulseaudio.po2017-06-27 
11:59:10.0 +0200
+++ new/plasma-pa-5.10.4/po/fr/kcm_pulseaudio.po2017-07-18 
13:39:56.0 +0200
@@ -1,7 +1,7 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 # Yoann Laissus , 2015, 2016.
-# Vincent Pinon , 2016.
+# Vincent Pinon , 2016, 2017.
 # Johan Claude-Breuninger , 2017.
 #
 msgid ""
@@ -9,9 +9,9 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-03 03:00+0200\n"
-"PO-Revision-Date: 2017-06-07 13:31+0100\n"
-"Last-Translator: Johan Claude-Breuninger \n"
-"Language-Team: French \n"
+"PO-Revision-Date: 2017-07-03 18:48+0100\n"
+"Last-Translator: Vincent Pinon \n"
+"Language-Team: French \n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -91,7 +91,7 @@
 #: kcm/package/contents/ui/Advanced.qml:90
 #, kde-format
 msgid "Requires 'module-gconf' PulseAudio module"
-msgstr "Nécessite le module PulseAudio « module-gconf »"
+msgstr "Nécessite le module PulseAudio « module-gconf »"
 
 #: kcm/package/contents/ui/Applications.qml:43
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.10.3/po/fr/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.10.4/po/fr/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.10.3/po/fr/plasma_applet_org.kde.plasma.volume.po   
2017-06-27 11:59:10.0 +0200
+++ new/plasma-pa-5.10.4/po/fr/plasma_applet_org.kde.plasma.volume.po   
2017-07-18 13:39:56.0 +0200
@@ -9,9 +9,9 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-07 02:56+0200\n"
-"PO-Revision-Date: 2017-06-07 13:32+0100\n"
-"Last-Translator: Johan Claude-Breuninger \n"
-"Language-Team: French \n"
+"PO-Revision-Date: 2017-07-03 17:56+0100\n"
+"Last-Translator: Vincent Pinon \n"
+"Language-Team: French \n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -125,7 +125,7 @@
 #: contents/ui/main.qml:59
 #, kde-format
 msgid "Volume at %1%"
-msgstr "Volume à %1 %"
+msgstr "Volume à %1 %"
 
 #: contents/ui/main.qml:228
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit plasma5-pa for openSUSE:Factory

2017-07-02 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-07-02 13:35:44

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Sun Jul  2 13:35:44 2017 rev:33 rq:506558 version:5.10.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-06-16 
10:51:28.147492041 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-07-02 13:35:45.823490278 +0200
@@ -1,0 +2,10 @@
+Tue Jun 27 17:50:47 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.3.php
+- Changes since 5.10.2:
+  * Context: Return early from connectToDaemon when already connected 
(kde#381411)
+
+---

Old:

  plasma-pa-5.10.2.tar.xz

New:

  plasma-pa-5.10.3.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.xY1zue/_old  2017-07-02 13:35:46.323419782 +0200
+++ /var/tmp/diff_new_pack.xY1zue/_new  2017-07-02 13:35:46.323419782 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.10.2
+Version:5.10.3
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.10.2.tar.xz -> plasma-pa-5.10.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.10.2/CMakeLists.txt 
new/plasma-pa-5.10.3/CMakeLists.txt
--- old/plasma-pa-5.10.2/CMakeLists.txt 2017-06-13 20:39:26.0 +0200
+++ new/plasma-pa-5.10.3/CMakeLists.txt 2017-06-27 11:59:37.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.10.2")
+set(PROJECT_VERSION "5.10.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.10.2/po/lt/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.10.3/po/lt/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.10.2/po/lt/plasma_applet_org.kde.plasma.volume.po   
2017-06-13 20:37:58.0 +0200
+++ new/plasma-pa-5.10.3/po/lt/plasma_applet_org.kde.plasma.volume.po   
2017-06-27 11:59:17.0 +0200
@@ -3,13 +3,13 @@
 # This file is distributed under the same license as the trunk-kf package.
 #
 # Automatically generated, 2015.
-# Mindaugas Baranauskas , 2016.
+# Mindaugas Baranauskas , 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: trunk-kf 5\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-07 02:56+0200\n"
-"PO-Revision-Date: 2016-08-30 16:30+0200\n"
+"PO-Revision-Date: 2017-06-24 23:48+0200\n"
 "Last-Translator: Mindaugas Baranauskas \n"
 "Language-Team: Lithuanian \n"
 "Language: Lithuanian\n"
@@ -59,7 +59,7 @@
 #, kde-format
 msgctxt "label of device items"
 msgid "%1 (%2)"
-msgstr ""
+msgstr "%1 (%2)"
 
 #: contents/ui/ListItemBase.qml:195
 #, kde-format
@@ -74,8 +74,7 @@
 msgstr "100%"
 
 #: contents/ui/ListItemBase.qml:254
-#, fuzzy, kde-format
-#| msgid "Mute"
+#, kde-format
 msgctxt "Checkable switch for (un-)muting sound output."
 msgid "Mute"
 msgstr "Nutiltyti"
@@ -84,13 +83,12 @@
 #, kde-format
 msgctxt "Checkable switch to change the current default output."
 msgid "Default"
-msgstr ""
+msgstr "Numatyta"
 
 #: contents/ui/ListItemBase.qml:276
-#, fuzzy, kde-format
-#| msgid "Maximum volume:"
+#, kde-format
 msgid "Raise maximum volume"
-msgstr "Didžiausias garsumas:"
+msgstr "Padidinti didžiausią garsumą"
 
 #: contents/ui/ListItemBase.qml:293
 #, kde-format
@@ -98,19 +96,19 @@
 "Heading for a list of ports of a device (for example built-in laptop "
 "speakers or a plug for headphones)"
 msgid "Ports"
-msgstr ""
+msgstr "Prievadai"
 
 #: contents/ui/ListItemBase.qml:303
 #, kde-format
 msgctxt "Port is unavailable"
 msgid " (unavailable)"
-msgstr ""
+msgstr " (nėra)"
 
 #: contents/ui/ListItemBase.qml:305
 #, kde-format
 msgctxt "Port is unplugged"
 msgid " (unplugged)"
-msgstr ""
+msgstr " (atjungtas)"
 
 #: contents/ui/main.qml:39
 #, kde-format
@@ -118,20 +116,14 @@
 msgstr "Garsumas"
 
 #: contents/ui/main.qml:57
-#, fuzzy, kde-format
-#| msgid "Audio Volume"
+#, kde-format
 msgid "Audio Muted"
-msgstr "Garsumas"
+msgstr "Nutildyta"
 
 #: contents/ui/main.qml:59
-#, fuzzy, kde-format
-#| msgid ""
-#| "Volume at %1%\n"
-#| "%2"
+#, kde-format
 msgid "Volume at %1%"

commit plasma5-pa for openSUSE:Factory

2017-06-16 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-06-16 10:51:25

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Fri Jun 16 10:51:25 2017 rev:32 rq:503589 version:5.10.2

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-06-10 
17:56:03.748945961 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-06-16 10:51:28.147492041 +0200
@@ -1,0 +2,10 @@
+Tue Jun 13 21:35:01 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.2.php
+- Changes since 5.10.1:
+  * Revert "Make the applet DBus activated" (kde#381010)
+
+---

Old:

  plasma-pa-5.10.1.tar.xz

New:

  plasma-pa-5.10.2.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.npkWiO/_old  2017-06-16 10:51:28.791401398 +0200
+++ /var/tmp/diff_new_pack.npkWiO/_new  2017-06-16 10:51:28.795400836 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.10.1
+Version:5.10.2
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.10.1.tar.xz -> plasma-pa-5.10.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.10.1/CMakeLists.txt 
new/plasma-pa-5.10.2/CMakeLists.txt
--- old/plasma-pa-5.10.1/CMakeLists.txt 2017-06-06 15:53:16.0 +0200
+++ new/plasma-pa-5.10.2/CMakeLists.txt 2017-06-13 20:39:26.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.10.1")
+set(PROJECT_VERSION "5.10.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.10.1/applet/metadata.desktop 
new/plasma-pa-5.10.2/applet/metadata.desktop
--- old/plasma-pa-5.10.1/applet/metadata.desktop2017-06-06 
15:51:52.0 +0200
+++ new/plasma-pa-5.10.2/applet/metadata.desktop2017-06-13 
20:37:09.0 +0200
@@ -83,7 +83,6 @@
 X-Plasma-NotificationArea=true
 X-Plasma-NotificationAreaCategory=Hardware
 X-Plasma-ConfigPlugins=kcm_pulseaudio
-X-Plasma-DBusActivationService=org.pulseaudio.Server
 
 X-KDE-PluginInfo-Name=org.kde.plasma.volume
 X-KDE-PluginInfo-Category=Multimedia
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.10.1/po/fi/kcm_pulseaudio.po 
new/plasma-pa-5.10.2/po/fi/kcm_pulseaudio.po
--- old/plasma-pa-5.10.1/po/fi/kcm_pulseaudio.po2017-06-06 
15:52:21.0 +0200
+++ new/plasma-pa-5.10.2/po/fi/kcm_pulseaudio.po2017-06-13 
20:37:42.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-03 03:00+0200\n"
-"PO-Revision-Date: 2017-03-07 21:47+0200\n"
+"PO-Revision-Date: 2017-06-08 20:50+0200\n"
 "Last-Translator: Tommi Nieminen \n"
 "Language-Team: Finnish \n"
 "Language: fi\n"
@@ -131,13 +131,13 @@
 #, kde-format
 msgctxt "Port is unavailable"
 msgid " (unavailable)"
-msgstr ""
+msgstr " (ei käytettävissä)"
 
 #: kcm/package/contents/ui/DeviceListItem.qml:93
 #, kde-format
 msgctxt "Port is unplugged"
 msgid " (unplugged)"
-msgstr ""
+msgstr " (ei liitetty)"
 
 #: kcm/package/contents/ui/Devices.qml:39
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.10.1/po/fi/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.10.2/po/fi/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.10.1/po/fi/plasma_applet_org.kde.plasma.volume.po   
2017-06-06 15:52:21.0 +0200
+++ new/plasma-pa-5.10.2/po/fi/plasma_applet_org.kde.plasma.volume.po   
2017-06-13 20:37:42.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-07 02:56+0200\n"
-"PO-Revision-Date: 2017-03-07 22:02+0200\n"
+"PO-Revision-Date: 2017-06-08 21:23+0200\n"
 "Last-Translator: Tommi Nieminen \n"
 "Language-Team: Finnish \n"
 "Language: fi\n"
@@ -84,10 +84,9 @@
 msgstr "Oletus"
 
 #: contents/ui/ListItemBase.qml:276
-#, fuzzy, kde-format
-#| msgid "Maximum volume:"
+#, kde-format
 msgid "Raise maximum volume"
-msgstr "Äänen enimmäisvoimakkuus:"
+msgstr "Nosta enimmäisvoimakkuutta"
 
 #: 

commit plasma5-pa for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-06-10 17:55:58

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Sat Jun 10 17:55:58 2017 rev:31 rq:501495 version:5.10.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-06-01 
16:26:45.713652773 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-06-10 17:56:03.748945961 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 17:19:56 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.1.php
+- Changes since 5.10.0:
+  * Don't call setDefaultSink/Source when already default (kde#380414)
+
+---

Old:

  plasma-pa-5.10.0.tar.xz

New:

  plasma-pa-5.10.1.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.GB8l5o/_old  2017-06-10 17:56:04.224878730 +0200
+++ /var/tmp/diff_new_pack.GB8l5o/_new  2017-06-10 17:56:04.228878165 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.10.0
+Version:5.10.1
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: plasma-pa-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
 BuildRequires:  libcanberra-devel

++ plasma-pa-5.10.0.tar.xz -> plasma-pa-5.10.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.10.0/CMakeLists.txt 
new/plasma-pa-5.10.1/CMakeLists.txt
--- old/plasma-pa-5.10.0/CMakeLists.txt 2017-05-26 11:11:52.0 +0200
+++ new/plasma-pa-5.10.1/CMakeLists.txt 2017-06-06 15:53:16.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.10.0")
+set(PROJECT_VERSION "5.10.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 set(QT_MIN_VERSION "5.7.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.10.0/po/da/kcm_pulseaudio.po 
new/plasma-pa-5.10.1/po/da/kcm_pulseaudio.po
--- old/plasma-pa-5.10.0/po/da/kcm_pulseaudio.po2017-05-26 
11:10:44.0 +0200
+++ new/plasma-pa-5.10.1/po/da/kcm_pulseaudio.po2017-06-06 
15:52:15.0 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Martin Schlander , 2015, 2016.
+# Martin Schlander , 2015, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-03 03:00+0200\n"
-"PO-Revision-Date: 2016-09-24 21:32+0100\n"
+"PO-Revision-Date: 2017-05-30 22:17+0100\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -52,26 +52,20 @@
 msgstr "Ophavsmand"
 
 #: kcm/package/contents/ui/Advanced.qml:41
-#, fuzzy, kde-format
-#| msgctxt "@label"
-#| msgid "Profile:"
+#, kde-format
 msgid "Device Profiles"
-msgstr "Profil:"
+msgstr "Enhedsprofiler"
 
 #: kcm/package/contents/ui/Advanced.qml:42
-#, fuzzy, kde-format
-#| msgctxt "@label"
-#| msgid "No Input Devices Available"
+#, kde-format
 msgctxt "@label"
 msgid "No Device Profiles Available"
-msgstr "Ingen input-enheder tilgængelige"
+msgstr "Ingen enhedsprofiler tilgængelige"
 
 #: kcm/package/contents/ui/Advanced.qml:58
-#, fuzzy, kde-format
-#| msgctxt "@title:tab"
-#| msgid "Configuration"
+#, kde-format
 msgid "Advanced Output Configuration"
-msgstr "Konfiguration"
+msgstr "Avanceret output-konfiguration"
 
 #: kcm/package/contents/ui/Advanced.qml:70
 #, kde-format
@@ -91,12 +85,12 @@
 #: kcm/package/contents/ui/Advanced.qml:90
 #, kde-format
 msgid "Requires 'module-gconf' PulseAudio module"
-msgstr ""
+msgstr "Kræver PulseAudio-modulet \"module-gconf\""
 
 #: kcm/package/contents/ui/Applications.qml:43
 #, kde-format
 msgid "Playback"
-msgstr ""
+msgstr "Afspilning"
 
 #: kcm/package/contents/ui/Applications.qml:44
 #, kde-format
@@ -107,7 +101,7 @@
 #: kcm/package/contents/ui/Applications.qml:82
 #, kde-format
 msgid "Capture"
-msgstr ""
+msgstr "Optagelse"
 
 #: kcm/package/contents/ui/Applications.qml:83
 #, kde-format
@@ -129,26 +123,24 @@
 #: 

commit plasma5-pa for openSUSE:Factory

2017-06-01 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-06-01 16:26:44

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Thu Jun  1 16:26:44 2017 rev:30 rq:498814 version:5.10.0

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-04-30 
21:14:46.905819630 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-06-01 16:26:45.713652773 +0200
@@ -1,0 +2,19 @@
+Fri May 26 14:10:32 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.0.php
+- Changes since 5.9.95:
+  * None
+
+---
+Thu May 11 20:26:30 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.95
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.95.php
+- Too many changes to list here
+
+---

Old:

  plasma-pa-5.9.5.tar.xz

New:

  plasma-pa-5.10.0.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.GMTni3/_old  2017-06-01 16:26:46.317567618 +0200
+++ /var/tmp/diff_new_pack.GMTni3/_new  2017-06-01 16:26:46.317567618 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.9.5
+Version:5.10.0
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
+Source: plasma-pa-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
 BuildRequires:  libcanberra-devel
@@ -34,7 +34,7 @@
 BuildRequires:  cmake(KF5GlobalAccel) >= 5.25.0
 BuildRequires:  cmake(KF5I18n) >= 5.25.0
 BuildRequires:  cmake(KF5Plasma) >= 5.25.0
-BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5Core) >= 5.7.0
 BuildRequires:  cmake(Qt5DBus)
 BuildRequires:  cmake(Qt5Quick)
 BuildRequires:  cmake(Qt5Widgets)
@@ -72,7 +72,6 @@
 %files
 %defattr(-,root,root)
 %doc COPYING*
-%{_kf5_libdir}/libQPulseAudioPrivate.so
 %{_kf5_plugindir}/
 %{_kf5_qmldir}/
 %{_kf5_sharedir}/kconf_update/

++ plasma-pa-5.9.5.tar.xz -> plasma-pa-5.10.0.tar.xz ++
 18339 lines of diff (skipped)




commit plasma5-pa for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-04-30 21:14:44

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Sun Apr 30 21:14:44 2017 rev:29 rq:491316 version:5.9.5

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-03-28 
15:17:01.549725267 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-04-30 21:14:46.905819630 +0200
@@ -1,0 +2,10 @@
+Tue Apr 25 18:58:05 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.9.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.5.php
+- Changes since 5.9.4:
+  * None
+
+---

Old:

  plasma-pa-5.9.4.tar.xz

New:

  plasma-pa-5.9.5.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.pUcbME/_old  2017-04-30 21:14:47.505735056 +0200
+++ /var/tmp/diff_new_pack.pUcbME/_new  2017-04-30 21:14:47.513733928 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.9.4
+Version:5.9.5
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.9.4.tar.xz -> plasma-pa-5.9.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.9.4/CMakeLists.txt 
new/plasma-pa-5.9.5/CMakeLists.txt
--- old/plasma-pa-5.9.4/CMakeLists.txt  2017-03-21 15:04:29.0 +0100
+++ new/plasma-pa-5.9.5/CMakeLists.txt  2017-04-25 15:31:31.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.9.4")
+set(PROJECT_VERSION "5.9.5")
 set(PROJECT_VERSION_MAJOR 5)
 
 set (QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.9.4/po/eu/kcm_pulseaudio.po 
new/plasma-pa-5.9.5/po/eu/kcm_pulseaudio.po
--- old/plasma-pa-5.9.4/po/eu/kcm_pulseaudio.po 1970-01-01 01:00:00.0 
+0100
+++ new/plasma-pa-5.9.5/po/eu/kcm_pulseaudio.po 2017-04-25 15:30:28.0 
+0200
@@ -0,0 +1,178 @@
+# Translation of kcm_pulseaudio.po to Euskara/Basque (eu).
+# Copyright (C) 2017, Free Software Foundation, Inc.
+# This file is distributed under the same license as the kde-workspace package.
+#
+# Iñigo Salvador Azurmendi , 2017.
+msgid ""
+msgstr ""
+"Project-Id-Version: kcm_pulseaudio\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
+"POT-Creation-Date: 2017-01-26 06:51+0100\n"
+"PO-Revision-Date: 2017-03-26 19:41+0200\n"
+"Last-Translator: Iñigo Salvador Azurmendi \n"
+"Language-Team: Basque \n"
+"Language: eu\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Lokalize 1.5\n"
+
+#, kde-format
+msgctxt "NAME OF TRANSLATORS"
+msgid "Your names"
+msgstr "Iñigo Salvador Azurmendi"
+
+#, kde-format
+msgctxt "EMAIL OF TRANSLATORS"
+msgid "Your emails"
+msgstr "xa...@euskalnet.net"
+
+#: kcm/module.cpp:41
+#, kde-format
+msgctxt "@title"
+msgid "PulseAudio"
+msgstr "PulseAudio"
+
+#: kcm/module.cpp:45
+#, kde-format
+msgctxt "@info:credit"
+msgid "Copyright 2015 Harald Sitter"
+msgstr "Copyright 2015 Harald Sitter"
+
+#: kcm/module.cpp:47
+#, kde-format
+msgctxt "@info:credit"
+msgid "Harald Sitter"
+msgstr "Harald Sitter"
+
+#: kcm/module.cpp:48
+#, kde-format
+msgctxt "@info:credit"
+msgid "Author"
+msgstr "Egilea"
+
+#: kcm/package/contents/ui/CardListItem.qml:51
+#, kde-format
+msgctxt "@label"
+msgid "Profile:"
+msgstr "Profila:"
+
+#: kcm/package/contents/ui/CardView.qml:40
+#, kde-format
+msgid ""
+"Add virtual output device for simultaneous output on all local sound cards"
+msgstr ""
+"Erantsi alegiazko irteera gailua, irteera bertako soinu txartel guztietan "
+"aldi beren izateko"
+
+#: kcm/package/contents/ui/CardView.qml:45
+#, kde-format
+msgid ""
+"Automatically switch all running streams when a new output becomes available"
+msgstr ""
+"Automatikoki bideratu martxan dauden korronte guztiak erabilgarri dagoen "
+"irteera berrira"
+
+#: kcm/package/contents/ui/DefaultDeviceButton.qml:28
+#, kde-format
+msgid "Default"
+msgstr "Lehenetsia"
+
+#: kcm/package/contents/ui/main.qml:36
+#, kde-format
+msgid "This module allows to set up the Pulseaudio sound subsystem."
+msgstr "Modulu honek PulseAudio soinu azpisistema ezartzea ahalbidetzen du."
+
+#: kcm/package/contents/ui/main.qml:39
+#, kde-format
+msgctxt "@title:tab"
+msgid 

commit plasma5-pa for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-03-28 15:17:00

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Tue Mar 28 15:17:00 2017 rev:28 rq:482130 version:5.9.4

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-03-03 
17:27:02.301489876 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-03-28 15:17:01.549725267 +0200
@@ -1,0 +2,9 @@
+Tue Mar 21 19:21:47 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.4
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.4.php
+- Changes since 5.9.3:
+  * None
+---

Old:

  plasma-pa-5.9.3.tar.xz

New:

  plasma-pa-5.9.4.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.9d4RDj/_old  2017-03-28 15:17:02.105646524 +0200
+++ /var/tmp/diff_new_pack.9d4RDj/_new  2017-03-28 15:17:02.109645958 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.9.3
+Version:5.9.4
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.9.3.tar.xz -> plasma-pa-5.9.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.9.3/CMakeLists.txt 
new/plasma-pa-5.9.4/CMakeLists.txt
--- old/plasma-pa-5.9.3/CMakeLists.txt  2017-02-28 14:06:34.0 +0100
+++ new/plasma-pa-5.9.4/CMakeLists.txt  2017-03-21 15:04:29.0 +0100
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.9.3")
+set(PROJECT_VERSION "5.9.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 set (QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.9.3/po/pt_BR/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.9.4/po/pt_BR/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.9.3/po/pt_BR/plasma_applet_org.kde.plasma.volume.po 
2017-02-28 14:06:08.0 +0100
+++ new/plasma-pa-5.9.4/po/pt_BR/plasma_applet_org.kde.plasma.volume.po 
2017-03-21 15:04:05.0 +0100
@@ -3,13 +3,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # André Marcelo Alvarenga , 2015, 2016.
-# Luiz Fernando Ranghetti , 2016.
+# Luiz Fernando Ranghetti , 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma_applet_org.kde.plasma.volume\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-01-26 06:51+0100\n"
-"PO-Revision-Date: 2016-09-12 10:12-0300\n"
+"PO-Revision-Date: 2017-03-02 18:55-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti \n"
 "Language-Team: Portuguese \n"
 "Language: pt_BR\n"
@@ -25,10 +25,9 @@
 msgstr "Geral"
 
 #: contents/ui/ConfigGeneral.qml:38
-#, fuzzy, kde-format
-#| msgid "Audio Volume"
+#, kde-format
 msgid "Volume"
-msgstr "Volume do áudio"
+msgstr "Volume"
 
 #: contents/ui/ConfigGeneral.qml:46
 #, kde-format
@@ -48,7 +47,7 @@
 #: contents/ui/ConfigGeneral.qml:75
 #, kde-format
 msgid "Behavior"
-msgstr ""
+msgstr "Comportamento"
 
 #: contents/ui/ConfigGeneral.qml:80
 #, kde-format
@@ -59,7 +58,7 @@
 #, kde-format
 msgctxt "label of device items"
 msgid "%1 (%2)"
-msgstr ""
+msgstr "%1 (%2)"
 
 #: contents/ui/ListItemBase.qml:214
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.9.3/po/sr/kcm_pulseaudio.po 
new/plasma-pa-5.9.4/po/sr/kcm_pulseaudio.po
--- old/plasma-pa-5.9.3/po/sr/kcm_pulseaudio.po 2017-02-28 14:06:15.0 
+0100
+++ new/plasma-pa-5.9.4/po/sr/kcm_pulseaudio.po 2017-03-21 15:04:09.0 
+0100
@@ -1,5 +1,5 @@
 # Translation of kcm_pulseaudio.po into Serbian.
-# Chusslove Illich , 2015, 2016.
+# Chusslove Illich , 2015, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcm_pulseaudio\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.9.3/po/sr/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.9.4/po/sr/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.9.3/po/sr/plasma_applet_org.kde.plasma.volume.po
2017-02-28 14:06:15.0 +0100
+++ new/plasma-pa-5.9.4/po/sr/plasma_applet_org.kde.plasma.volume.po
2017-03-21 15:04:09.0 +0100
@@ -5,7 +5,7 @@
 "Project-Id-Version: 

commit plasma5-pa for openSUSE:Factory

2017-03-03 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-03-03 17:27:01

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Fri Mar  3 17:27:01 2017 rev:27 rq:461488 version:5.9.3

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-02-19 
01:13:35.725631590 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-03-03 17:27:02.301489876 +0100
@@ -1,0 +2,10 @@
+Tue Feb 28 19:55:22 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.3.php
+- Changes since 5.9.2:
+  * StreamRestore: Cache values in writeChanges until receiving change from pa
+
+---

Old:

  plasma-pa-5.9.2.tar.xz

New:

  plasma-pa-5.9.3.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.tAs7oe/_old  2017-03-03 17:27:02.785421421 +0100
+++ /var/tmp/diff_new_pack.tAs7oe/_new  2017-03-03 17:27:02.789420855 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.9.2
+Version:5.9.3
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.9.2.tar.xz -> plasma-pa-5.9.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.9.2/CMakeLists.txt 
new/plasma-pa-5.9.3/CMakeLists.txt
--- old/plasma-pa-5.9.2/CMakeLists.txt  2017-02-14 14:28:15.0 +0100
+++ new/plasma-pa-5.9.3/CMakeLists.txt  2017-02-28 14:06:34.0 +0100
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.9.2")
+set(PROJECT_VERSION "5.9.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 set (QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.9.2/po/ca@valencia/kcm_pulseaudio.po 
new/plasma-pa-5.9.3/po/ca@valencia/kcm_pulseaudio.po
--- old/plasma-pa-5.9.2/po/ca@valencia/kcm_pulseaudio.po2017-02-14 
14:27:37.0 +0100
+++ new/plasma-pa-5.9.3/po/ca@valencia/kcm_pulseaudio.po2017-02-28 
14:05:35.0 +0100
@@ -103,13 +103,13 @@
 #, kde-format
 msgctxt "@title:tab"
 msgid "Recording"
-msgstr "Enregistrament"
+msgstr "Gravació"
 
 #: kcm/package/contents/ui/main.qml:55
 #, kde-format
 msgctxt "@label"
 msgid "No Applications Recording Audio"
-msgstr "No hi ha cap aplicació enregistrant àudio"
+msgstr "No hi ha cap aplicació gravant àudio"
 
 #: kcm/package/contents/ui/main.qml:59
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.9.2/po/cs/kcm_pulseaudio.po 
new/plasma-pa-5.9.3/po/cs/kcm_pulseaudio.po
--- old/plasma-pa-5.9.2/po/cs/kcm_pulseaudio.po 2017-02-14 14:27:37.0 
+0100
+++ new/plasma-pa-5.9.3/po/cs/kcm_pulseaudio.po 2017-02-28 14:05:36.0 
+0100
@@ -1,13 +1,13 @@
 # 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 , 2015, 2016.
+# Vít Pelčák , 2015, 2016, 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-01-26 06:51+0100\n"
-"PO-Revision-Date: 2016-07-18 09:37+0100\n"
+"PO-Revision-Date: 2017-02-24 16:51+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -77,7 +77,7 @@
 #: kcm/package/contents/ui/main.qml:36
 #, kde-format
 msgid "This module allows to set up the Pulseaudio sound subsystem."
-msgstr ""
+msgstr "Tento modul umožňuje nastavit zvukový podsystém Pulseaudio."
 
 #: kcm/package/contents/ui/main.qml:39
 #, kde-format
@@ -89,7 +89,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "No Applications Playing Audio"
-msgstr ""
+msgstr "Žádná aplikace nepřehrává audio"
 
 #: kcm/package/contents/ui/main.qml:49
 #, kde-format
@@ -101,7 +101,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "No Applications Recording Audio"
-msgstr ""
+msgstr "Žádná aplikace nenahrává audio"
 
 #: kcm/package/contents/ui/main.qml:59
 #, kde-format
@@ -137,7 +137,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "No Additional Configuration Available"
-msgstr ""
+msgstr "Není dostupné žádné další nastavení"
 
 #: kcm/package/contents/ui/MuteButton.qml:28
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit plasma5-pa for openSUSE:Factory

2017-02-18 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-02-19 01:13:34

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-02-10 
09:59:58.224979141 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-02-19 01:13:35.725631590 +0100
@@ -1,0 +2,10 @@
+Tue Feb 14 17:58:13 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.2
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.2.php
+- Changes since 5.9.1:
+  * None
+
+---

Old:

  plasma-pa-5.9.1.tar.xz

New:

  plasma-pa-5.9.2.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.X2yURu/_old  2017-02-19 01:13:36.013591090 +0100
+++ /var/tmp/diff_new_pack.X2yURu/_new  2017-02-19 01:13:36.013591090 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.9.1
+Version:5.9.2
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.9.1.tar.xz -> plasma-pa-5.9.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.9.1/CMakeLists.txt 
new/plasma-pa-5.9.2/CMakeLists.txt
--- old/plasma-pa-5.9.1/CMakeLists.txt  2017-02-07 12:27:14.0 +0100
+++ new/plasma-pa-5.9.2/CMakeLists.txt  2017-02-14 14:28:15.0 +0100
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.9.1")
+set(PROJECT_VERSION "5.9.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set (QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.9.1/po/da/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.9.2/po/da/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.9.1/po/da/plasma_applet_org.kde.plasma.volume.po
2017-02-07 12:26:57.0 +0100
+++ new/plasma-pa-5.9.2/po/da/plasma_applet_org.kde.plasma.volume.po
2017-02-14 14:27:39.0 +0100
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Martin Schlander , 2015, 2016.
+# Martin Schlander , 2015, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-01-26 06:51+0100\n"
-"PO-Revision-Date: 2016-09-24 21:52+0100\n"
+"PO-Revision-Date: 2017-02-11 12:49+0100\n"
 "Last-Translator: Martin Schlander \n"
 "Language-Team: Danish \n"
 "Language: da\n"
@@ -56,7 +56,7 @@
 #, kde-format
 msgctxt "label of device items"
 msgid "%1 (%2)"
-msgstr ""
+msgstr "%1 (%2)"
 
 #: contents/ui/ListItemBase.qml:214
 #, kde-format




commit plasma5-pa for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-02-10 09:59:56

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-02-03 
18:56:09.224018345 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-02-10 09:59:58.224979141 +0100
@@ -1,0 +2,10 @@
+Tue Feb  7 18:54:41 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.1
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.1.php
+- Changes since 5.9.0:
+  * Always check if context is valid when calling pa functions
+
+---

Old:

  plasma-pa-5.9.0.tar.xz

New:

  plasma-pa-5.9.1.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.qujWSI/_old  2017-02-10 09:59:58.652918626 +0100
+++ /var/tmp/diff_new_pack.qujWSI/_new  2017-02-10 09:59:58.656918060 +0100
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.9.0
+Version:5.9.1
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: plasma-pa-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
 BuildRequires:  libcanberra-devel

++ plasma-pa-5.9.0.tar.xz -> plasma-pa-5.9.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.9.0/CMakeLists.txt 
new/plasma-pa-5.9.1/CMakeLists.txt
--- old/plasma-pa-5.9.0/CMakeLists.txt  2017-01-26 13:27:06.0 +0100
+++ new/plasma-pa-5.9.1/CMakeLists.txt  2017-02-07 12:27:14.0 +0100
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.9.0")
+set(PROJECT_VERSION "5.9.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 set (QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.9.0/po/gl/kcm_pulseaudio.po 
new/plasma-pa-5.9.1/po/gl/kcm_pulseaudio.po
--- old/plasma-pa-5.9.0/po/gl/kcm_pulseaudio.po 2017-01-26 13:26:29.0 
+0100
+++ new/plasma-pa-5.9.1/po/gl/kcm_pulseaudio.po 2017-02-07 12:27:00.0 
+0100
@@ -84,13 +84,13 @@
 #, kde-format
 msgctxt "@title:tab"
 msgid "Applications"
-msgstr "Programas"
+msgstr "Aplicativos"
 
 #: kcm/package/contents/ui/main.qml:45
 #, kde-format
 msgctxt "@label"
 msgid "No Applications Playing Audio"
-msgstr "Ningún programa emitindo son"
+msgstr "Ningún aplicativo emitindo son"
 
 #: kcm/package/contents/ui/main.qml:49
 #, kde-format
@@ -102,7 +102,7 @@
 #, kde-format
 msgctxt "@label"
 msgid "No Applications Recording Audio"
-msgstr "Ningún programa gravando son"
+msgstr "Ningún aplicativo gravando son"
 
 #: kcm/package/contents/ui/main.qml:59
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.9.0/po/gl/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.9.1/po/gl/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.9.0/po/gl/plasma_applet_org.kde.plasma.volume.po
2017-01-26 13:26:29.0 +0100
+++ new/plasma-pa-5.9.1/po/gl/plasma_applet_org.kde.plasma.volume.po
2017-02-07 12:27:00.0 +0100
@@ -124,7 +124,7 @@
 #: contents/ui/main.qml:278
 #, kde-format
 msgid "Applications"
-msgstr "Programas"
+msgstr "Aplicativos"
 
 #: contents/ui/main.qml:310
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.9.0/po/nn/kcm_pulseaudio.po 
new/plasma-pa-5.9.1/po/nn/kcm_pulseaudio.po
--- old/plasma-pa-5.9.0/po/nn/kcm_pulseaudio.po 2017-01-26 13:26:41.0 
+0100
+++ new/plasma-pa-5.9.1/po/nn/kcm_pulseaudio.po 2017-02-07 12:27:04.0 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-11-19 20:21+0100\n"
+"POT-Creation-Date: 2017-01-26 06:51+0100\n"
 "PO-Revision-Date: 2016-10-13 21:16+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
@@ -158,18 +158,18 @@
 msgid "%1: %2"
 msgstr "%1: %2"
 
-#: kcm/package/contents/ui/VolumeSlider.qml:82
+#: kcm/package/contents/ui/VolumeSlider.qml:87
 #, kde-format
 msgid "100%"
 msgstr "100 %"
 
-#: 

commit plasma5-pa for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2017-01-31 12:24:12

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2017-01-04 
17:26:45.924522961 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2017-02-03 18:56:09.224018345 +0100
@@ -1,0 +2,32 @@
+Thu Jan 26 19:59:00 CET 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.0.php
+- Changes since 5.8.95:
+  * VolumeSlider: Ignore all value changes until Component is completed
+  * Fix compare for undefined argument in playFeedback()
+  * Pass correct index to playFeedback
+
+---
+Thu Jan 12 20:39:58 UTC 2017 - fab...@ritter-vogt.de
+
+- Update to 5.8.95 (Plasma 5.9 Beta)
+  * New feature release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.95.php
+- Changes:
+  * Show percentage in tooltip maintext and indicate when muted.
+  * Applet: Make sure to never show empty icon.
+  * Set mute when changing volume to 0 with slider.
+  * Applet: Toggle mute of items with middle mouse button.
+  * Applet: Don't delete delegates while drag is active. Fixes kde#374288
+  * Remove the depreciated Plasma PopupApplet servicetype.
+  * Fix comparing pa_cvolume objects. Fixes kde#373943
+  * Correctly initialise and compare pa_cvolume structs.
+  * Applet: Show device icons and active port name.
+  * [Stream] Expose "corked" property.
+  * Use microphone volume icon for capture devices/streams in applet.
+
+---

Old:

  plasma-pa-5.8.5.tar.xz

New:

  plasma-pa-5.9.0.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.udI6ax/_old  2017-02-03 18:56:09.539973975 +0100
+++ /var/tmp/diff_new_pack.udI6ax/_new  2017-02-03 18:56:09.539973975 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plasma5-pa
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.8.5
+Version:5.9.0
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
+Source: plasma-pa-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
 BuildRequires:  libcanberra-devel

++ plasma-pa-5.8.5.tar.xz -> plasma-pa-5.9.0.tar.xz ++
 3318 lines of diff (skipped)




commit plasma5-pa for openSUSE:Factory

2016-11-25 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-11-25 12:11:03

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-11-04 
20:57:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-11-25 12:11:04.0 +0100
@@ -1,0 +2,8 @@
+Wed Nov 23 10:59:30 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.4
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.4.php
+
+---

Old:

  plasma-pa-5.8.3.tar.xz

New:

  plasma-pa-5.8.4.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.cRQjhs/_old  2016-11-25 12:11:05.0 +0100
+++ /var/tmp/diff_new_pack.cRQjhs/_new  2016-11-25 12:11:05.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.8.3
+Version:5.8.4
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.8.3.tar.xz -> plasma-pa-5.8.4.tar.xz ++
 9653 lines of diff (skipped)




commit plasma5-pa for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-11-04 20:57:10

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-10-22 
13:09:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-11-04 20:57:11.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov  1 10:36:40 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.3.php
+
+---

Old:

  plasma-pa-5.8.2.tar.xz

New:

  plasma-pa-5.8.3.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.GeRGW3/_old  2016-11-04 20:57:12.0 +0100
+++ /var/tmp/diff_new_pack.GeRGW3/_new  2016-11-04 20:57:12.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.8.2
+Version:5.8.3
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.8.2.tar.xz -> plasma-pa-5.8.3.tar.xz ++
 3009 lines of diff (skipped)




commit plasma5-pa for openSUSE:Factory

2016-10-22 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-10-22 13:09:40

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-10-18 
10:01:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-10-22 13:09:41.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct 18 15:16:03 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.2.php
+
+---

Old:

  plasma-pa-5.8.1.tar.xz

New:

  plasma-pa-5.8.2.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.Ze6HZI/_old  2016-10-22 13:09:42.0 +0200
+++ /var/tmp/diff_new_pack.Ze6HZI/_new  2016-10-22 13:09:42.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.8.1
+Version:5.8.2
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
@@ -27,6 +27,7 @@
 Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
+BuildRequires:  libcanberra-devel
 BuildRequires:  cmake(KF5CoreAddons) >= 5.25.0
 BuildRequires:  cmake(KF5Declarative) >= 5.25.0
 BuildRequires:  cmake(KF5DocTools) >= 5.25.0
@@ -37,10 +38,9 @@
 BuildRequires:  cmake(Qt5DBus)
 BuildRequires:  cmake(Qt5Quick)
 BuildRequires:  cmake(Qt5Widgets)
-BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gconf-2.0)
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libpulse)
-BuildRequires:  libcanberra-devel
 Supplements:packageand(plasma5-desktop:pulseaudio-module-x11)
 Requires:   pulseaudio-module-x11
 %if %{with lang}

++ plasma-pa-5.8.1.tar.xz -> plasma-pa-5.8.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.8.1/CMakeLists.txt 
new/plasma-pa-5.8.2/CMakeLists.txt
--- old/plasma-pa-5.8.1/CMakeLists.txt  2016-10-11 14:44:08.0 +0200
+++ new/plasma-pa-5.8.2/CMakeLists.txt  2016-10-18 13:46:05.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.8.1")
+set(PROJECT_VERSION "5.8.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 set (QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.8.1/applet/metadata.desktop 
new/plasma-pa-5.8.2/applet/metadata.desktop
--- old/plasma-pa-5.8.1/applet/metadata.desktop 2016-10-11 14:43:05.0 
+0200
+++ new/plasma-pa-5.8.2/applet/metadata.desktop 2016-10-18 13:45:14.0 
+0200
@@ -42,8 +42,10 @@
 Comment[de]=Anpassung der Lautstärke von Geräten und Anwendungen
 Comment[en_GB]=Adjust the volume of devices and applications
 Comment[es]=Ajustar el volumen de dispositivos y aplicaciones
+Comment[fi]=Laitteiden ja sovellusten äänenvoimakkuuden säätö
 Comment[it]=Regola il volume dei dispositivi e delle applicazioni
 Comment[nl]=Het volume van apparaten en toepassingen
+Comment[nn]=Juster lydstyrka til einingar og program
 Comment[pl]=Dostosuj głośność urządzeń i aplikacji
 Comment[pt]=Ajustar o volume dos dispositivos e aplicações
 Comment[ru]=Настройка громкости устройств и звука в приложениях
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.8.1/po/nn/kcm_pulseaudio.po 
new/plasma-pa-5.8.2/po/nn/kcm_pulseaudio.po
--- old/plasma-pa-5.8.1/po/nn/kcm_pulseaudio.po 2016-10-11 14:43:38.0 
+0200
+++ new/plasma-pa-5.8.2/po/nn/kcm_pulseaudio.po 2016-10-18 13:45:41.0 
+0200
@@ -6,7 +6,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-08-22 07:17+\n"
-"PO-Revision-Date: 2016-07-20 20:28+0100\n"
+"PO-Revision-Date: 2016-10-13 21:16+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
 "Language: nn\n"
@@ -61,6 +61,7 @@
 msgid ""
 "Automatically switch all running streams when a new output becomes available"
 msgstr ""
+"Flytt automatisk alle køyrande straumar når ei ny uteining vert tilgjengeleg"
 
 #: kcm/package/contents/ui/DefaultDeviceButton.qml:28
 msgid "Default"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit plasma5-pa for openSUSE:Factory

2016-10-18 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-10-18 10:01:46

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-10-04 
15:55:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-10-18 10:01:46.0 +0200
@@ -1,0 +2,13 @@
+Tue Oct 11 15:44:28 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.1.php
+
+---
+Wed Oct  5 07:58:51 UTC 2016 - fab...@ritter-vogt.de
+
+- Add Source: URL back
+
+---

Old:

  plasma-pa-5.8.0.tar.xz

New:

  plasma-pa-5.8.1.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.P702oE/_old  2016-10-18 10:01:47.0 +0200
+++ /var/tmp/diff_new_pack.P702oE/_new  2016-10-18 10:01:47.0 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.8.0
+Version:5.8.1
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: plasma-pa-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-pa-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
 BuildRequires:  cmake(KF5CoreAddons) >= 5.25.0

++ plasma-pa-5.8.0.tar.xz -> plasma-pa-5.8.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.8.0/CMakeLists.txt 
new/plasma-pa-5.8.1/CMakeLists.txt
--- old/plasma-pa-5.8.0/CMakeLists.txt  2016-09-29 13:34:04.0 +0200
+++ new/plasma-pa-5.8.1/CMakeLists.txt  2016-10-11 14:44:08.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.8.0")
+set(PROJECT_VERSION "5.8.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 set (QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.8.0/applet/metadata.desktop 
new/plasma-pa-5.8.1/applet/metadata.desktop
--- old/plasma-pa-5.8.0/applet/metadata.desktop 2016-09-29 13:33:27.0 
+0200
+++ new/plasma-pa-5.8.1/applet/metadata.desktop 2016-10-11 14:43:05.0 
+0200
@@ -40,7 +40,9 @@
 Comment[ca@valencia]=Ajusta el volum dels dispositius i les aplicacions
 Comment[da]=Justér lydstyrke for enheder og programmer
 Comment[de]=Anpassung der Lautstärke von Geräten und Anwendungen
+Comment[en_GB]=Adjust the volume of devices and applications
 Comment[es]=Ajustar el volumen de dispositivos y aplicaciones
+Comment[it]=Regola il volume dei dispositivi e delle applicazioni
 Comment[nl]=Het volume van apparaten en toepassingen
 Comment[pl]=Dostosuj głośność urządzeń i aplikacji
 Comment[pt]=Ajustar o volume dos dispositivos e aplicações
@@ -49,6 +51,7 @@
 Comment[sv]=Justera enhets- och programvolym
 Comment[uk]=Коригування гучності пристроїв і звуків програм
 Comment[x-test]=xxAdjust the volume of devices and applicationsxx
+Comment[zh_CN]=调整设备和程序的音量
 Comment[zh_TW]=調整裝置與應用程式的音量
 
 Icon=org.kde.plasma.volume
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.8.0/po/ru/kcm_pulseaudio.po 
new/plasma-pa-5.8.1/po/ru/kcm_pulseaudio.po
--- old/plasma-pa-5.8.0/po/ru/kcm_pulseaudio.po 2016-09-29 13:33:48.0 
+0200
+++ new/plasma-pa-5.8.1/po/ru/kcm_pulseaudio.po 2016-10-11 14:43:42.0 
+0200
@@ -57,7 +57,8 @@
 msgid ""
 "Add virtual output device for simultaneous output on all local sound cards"
 msgstr ""
-"Добавить виртуальное устройство для параллельного вывода на все звуковые 
карты"
+"Добавить виртуальное устройство для параллельного вывода на все звуковые "
+"карты"
 
 #: kcm/package/contents/ui/CardView.qml:45
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.8.0/po/ru/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.8.1/po/ru/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.8.0/po/ru/plasma_applet_org.kde.plasma.volume.po
2016-09-29 13:33:48.0 +0200
+++ new/plasma-pa-5.8.1/po/ru/plasma_applet_org.kde.plasma.volume.po
2016-10-11 14:43:42.0 +0200
@@ -24,7 +24,6 @@
 msgstr "Основное"
 
 #: contents/ui/ConfigGeneral.qml:38
-#| msgid "Volume 

commit plasma5-pa for openSUSE:Factory

2016-10-04 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-10-04 15:55:23

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-08-29 
15:31:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-10-04 15:55:01.0 +0200
@@ -1,0 +2,24 @@
+Thu Sep 29 16:36:28 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.8.0
+  * New LTS feature release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.8.0.php
+
+---
+Thu Sep 15 15:53:55 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.7.95 (Plasma 5.8 Beta)
+  * New LTS feature release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.95.php
+
+---
+Tue Sep 13 17:42:09 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.7.5
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.5.php
+
+---

Old:

  plasma-pa-5.7.4.tar.xz

New:

  plasma-pa-5.8.0.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.bT8a34/_old  2016-10-04 15:55:02.0 +0200
+++ /var/tmp/diff_new_pack.bT8a34/_new  2016-10-04 15:55:02.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.7.4
+Version:5.8.0
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
@@ -38,7 +38,9 @@
 BuildRequires:  cmake(Qt5Quick)
 BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(libpulse)
+BuildRequires:  libcanberra-devel
 Supplements:packageand(plasma5-desktop:pulseaudio-module-x11)
 Requires:   pulseaudio-module-x11
 %if %{with lang}
@@ -78,11 +80,14 @@
 %{_kf5_servicesdir}/
 %{_kf5_plasmadir}/
 %{_kf5_appstreamdir}/
-%if %{with lang}
+%dir %{_kf5_sharedir}/kde4
+%dir %{_kf5_sharedir}/kde4/apps
+%dir %{_kf5_sharedir}/kde4/apps/kconf_update
+%{_kf5_sharedir}/kde4/apps/kconf_update/disable_kmix.upd
+%{_kf5_sharedir}/kde4/apps/kconf_update/plasmaVolumeDisableKMixAutostart.pl
 %dir %{_kf5_htmldir}/en
 %dir %{_kf5_htmldir}
 %doc %{_kf5_htmldir}/en/*/
-%endif
 
 %if %{with lang}
 %files lang -f %{name}.lang

++ plasma-pa-5.7.4.tar.xz -> plasma-pa-5.8.0.tar.xz ++
 25281 lines of diff (skipped)




commit plasma5-pa for openSUSE:Factory

2016-08-29 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-08-29 15:31:25

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-08-12 
15:41:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-08-29 15:31:40.0 +0200
@@ -1,0 +2,13 @@
+Fri Aug 26 20:36:41 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 5.7.4
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.4.php
+
+---
+Fri Aug 12 23:41:31 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Adjust filelist for the plasmoid appdata, installed with KF > 5.25.0
+
+---

Old:

  plasma-pa-5.7.3.tar.xz

New:

  plasma-pa-5.7.4.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.nXhSf7/_old  2016-08-29 15:31:43.0 +0200
+++ /var/tmp/diff_new_pack.nXhSf7/_new  2016-08-29 15:31:43.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.7.3
+Version:5.7.4
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
@@ -27,12 +27,12 @@
 Source: plasma-pa-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  kf5-filesystem
-BuildRequires:  cmake(KF5CoreAddons)
-BuildRequires:  cmake(KF5Declarative)
-BuildRequires:  cmake(KF5DocTools)
-BuildRequires:  cmake(KF5GlobalAccel)
-BuildRequires:  cmake(KF5I18n)
-BuildRequires:  cmake(KF5Plasma)
+BuildRequires:  cmake(KF5CoreAddons) >= 5.25.0
+BuildRequires:  cmake(KF5Declarative) >= 5.25.0
+BuildRequires:  cmake(KF5DocTools) >= 5.25.0
+BuildRequires:  cmake(KF5GlobalAccel) >= 5.25.0
+BuildRequires:  cmake(KF5I18n) >= 5.25.0
+BuildRequires:  cmake(KF5Plasma) >= 5.25.0
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5DBus)
 BuildRequires:  cmake(Qt5Quick)
@@ -77,6 +77,7 @@
 %{_kf5_sharedir}/kpackage/
 %{_kf5_servicesdir}/
 %{_kf5_plasmadir}/
+%{_kf5_appstreamdir}/
 %if %{with lang}
 %dir %{_kf5_htmldir}/en
 %dir %{_kf5_htmldir}

++ plasma-pa-5.7.3.tar.xz -> plasma-pa-5.7.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.7.3/CMakeLists.txt 
new/plasma-pa-5.7.4/CMakeLists.txt
--- old/plasma-pa-5.7.3/CMakeLists.txt  2016-08-02 11:46:55.0 +0200
+++ new/plasma-pa-5.7.4/CMakeLists.txt  2016-08-23 14:57:01.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.7.3")
+set(PROJECT_VERSION "5.7.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 set (QT_MIN_VERSION "5.4.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.7.3/po/en_GB/kcm_pulseaudio.po 
new/plasma-pa-5.7.4/po/en_GB/kcm_pulseaudio.po
--- old/plasma-pa-5.7.3/po/en_GB/kcm_pulseaudio.po  2016-08-02 
11:46:29.0 +0200
+++ new/plasma-pa-5.7.4/po/en_GB/kcm_pulseaudio.po  2016-08-23 
14:56:25.0 +0200
@@ -7,15 +7,15 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-06-13 08:45+\n"
-"PO-Revision-Date: 2016-04-24 11:19+0100\n"
+"PO-Revision-Date: 2016-08-05 13:10+\n"
 "Last-Translator: Steve Allewell \n"
-"Language-Team: British English \n"
+"Language-Team: English \n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
@@ -114,7 +114,7 @@
 
 #: kcm/package/contents/ui/StreamListItem.qml:59
 msgid "Notification Sounds"
-msgstr ""
+msgstr "Notification Sounds"
 
 #: kcm/package/contents/ui/StreamListItem.qml:61
 #, kde-format
@@ -123,9 +123,6 @@
 msgstr "%1: %2"
 
 #: kcm/package/contents/ui/VolumeSlider.qml:80
-#, fuzzy
-#| msgctxt "only used for sizing, should be widest possible string"
-#| msgid "100%"
 msgid "100%"
 msgstr "100%"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.7.3/po/en_GB/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.7.4/po/en_GB/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.7.3/po/en_GB/plasma_applet_org.kde.plasma.volume.po 
2016-08-02 

commit plasma5-pa for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-08-12 15:41:06

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-08-08 
13:56:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-08-12 15:41:07.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:36:04 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  plasma-pa-5.7.2.tar.xz

New:

  plasma-pa-5.7.3.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.53yeUG/_old  2016-08-12 15:41:08.0 +0200
+++ /var/tmp/diff_new_pack.53yeUG/_new  2016-08-12 15:41:08.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
@@ -86,9 +86,6 @@
 %if %{with lang}
 %files lang -f %{name}.lang
 %doc COPYING*
-%dir %{_kf5_htmldir}
-%dir %lang(ca) %{_kf5_htmldir}/ca
-%doc %lang(ca) %{_kf5_htmldir}/ca/*/
 %endif
 
 %changelog

++ plasma-pa-5.7.2.tar.xz -> plasma-pa-5.7.3.tar.xz ++
 32818 lines of diff (skipped)




commit plasma5-pa for openSUSE:Factory

2016-08-08 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-08-08 13:56:18

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-07-15 
12:27:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-08-08 13:56:20.0 +0200
@@ -1,0 +2,22 @@
+Wed Jul 20 08:54:40 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.2.php
+
+---
+Wed Jul 13 06:13:36 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.1.php
+
+---
+Tue Jul  5 11:54:06 UTC 2016 - wba...@tmo.at
+
+- Use the new %kf5_find_lang macro to create the file list for the
+  lang package
+
+---

Old:

  plasma-pa-5.7.0.tar.xz

New:

  plasma-pa-5.7.2.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.o9Fm7L/_old  2016-08-08 13:56:21.0 +0200
+++ /var/tmp/diff_new_pack.o9Fm7L/_new  2016-08-08 13:56:21.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
@@ -54,11 +54,14 @@
 %setup -q -n plasma-pa-%{version}
 
 %build
-%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
+%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
 %make_jobs
 
 %install
 %kf5_makeinstall -C build
+%if %{with lang}
+%kf5_find_lang
+%endif
 
 %post -p /sbin/ldconfig
 
@@ -81,10 +84,11 @@
 %endif
 
 %if %{with lang}
-%files lang
-%defattr(-,root,root)
+%files lang -f %{name}.lang
 %doc COPYING*
-%{_kf5_localedir}/
+%dir %{_kf5_htmldir}
+%dir %lang(ca) %{_kf5_htmldir}/ca
+%doc %lang(ca) %{_kf5_htmldir}/ca/*/
 %endif
 
 %changelog

++ plasma-pa-5.7.0.tar.xz -> plasma-pa-5.7.2.tar.xz ++
 16367 lines of diff (skipped)




commit plasma5-pa for openSUSE:Factory

2016-07-15 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-07-15 12:27:47

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-05-19 
12:13:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-07-15 12:27:49.0 +0200
@@ -1,0 +2,8 @@
+Thu Jun 30 12:02:32 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.0
+  * New feature release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.0.php
+
+---

Old:

  plasma-pa-5.6.4.tar.xz

New:

  plasma-pa-5.7.0.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.WBEtYp/_old  2016-07-15 12:27:50.0 +0200
+++ /var/tmp/diff_new_pack.WBEtYp/_new  2016-07-15 12:27:50.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.6.4
+Version:5.7.0
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
@@ -85,9 +85,6 @@
 %defattr(-,root,root)
 %doc COPYING*
 %{_kf5_localedir}/
-%doc %lang(ca) %{_kf5_htmldir}/ca/
-%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR/
-%doc %lang(uk) %{_kf5_htmldir}/uk/
 %endif
 
 %changelog

++ plasma-pa-5.6.4.tar.xz -> plasma-pa-5.7.0.tar.xz ++
 14344 lines of diff (skipped)




commit plasma5-pa for openSUSE:Factory

2016-05-19 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-05-19 12:13:28

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-05-08 
10:43:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-05-19 12:13:30.0 +0200
@@ -1,0 +2,8 @@
+Sun May 15 16:50:23 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.4
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.6.4.php
+
+---

Old:

  plasma-pa-5.6.3.tar.xz

New:

  plasma-pa-5.6.4.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.CZo9rz/_old  2016-05-19 12:13:31.0 +0200
+++ /var/tmp/diff_new_pack.CZo9rz/_new  2016-05-19 12:13:31.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.6.3
+Version:5.6.4
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.6.3.tar.xz -> plasma-pa-5.6.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.6.3/CMakeLists.txt 
new/plasma-pa-5.6.4/CMakeLists.txt
--- old/plasma-pa-5.6.3/CMakeLists.txt  2016-04-19 13:19:24.0 +0200
+++ new/plasma-pa-5.6.4/CMakeLists.txt  2016-05-10 18:51:52.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.6.3")
+set(PROJECT_VERSION "5.6.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 find_package(ECM 0.0.14 REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.6.3/po/nn/kcm_pulseaudio.po 
new/plasma-pa-5.6.4/po/nn/kcm_pulseaudio.po
--- old/plasma-pa-5.6.3/po/nn/kcm_pulseaudio.po 2016-04-19 13:19:10.0 
+0200
+++ new/plasma-pa-5.6.4/po/nn/kcm_pulseaudio.po 2016-05-10 18:51:27.0 
+0200
@@ -1,6 +1,6 @@
 # Translation of kcm_pulseaudio to Norwegian Nynorsk
 #
-# Karl Ove Hufthammer , 2015.
+# Karl Ove Hufthammer , 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.6.3/po/nn/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.6.4/po/nn/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.6.3/po/nn/plasma_applet_org.kde.plasma.volume.po
2016-04-19 13:19:10.0 +0200
+++ new/plasma-pa-5.6.4/po/nn/plasma_applet_org.kde.plasma.volume.po
2016-05-10 18:51:27.0 +0200
@@ -1,6 +1,6 @@
 # Translation of plasma_applet_org.kde.plasma.volume to Norwegian Nynorsk
 #
-# Karl Ove Hufthammer , 2015.
+# Karl Ove Hufthammer , 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"




commit plasma5-pa for openSUSE:Factory

2016-05-08 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-05-08 10:43:47

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-04-12 
19:06:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-05-08 10:43:48.0 +0200
@@ -1,0 +2,8 @@
+Tue Apr 19 20:46:07 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.6.3.php
+
+---

Old:

  plasma-pa-5.6.2.tar.xz

New:

  plasma-pa-5.6.3.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.F6iYW5/_old  2016-05-08 10:43:48.0 +0200
+++ /var/tmp/diff_new_pack.F6iYW5/_new  2016-05-08 10:43:48.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.6.2
+Version:5.6.3
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.6.2.tar.xz -> plasma-pa-5.6.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.6.2/CMakeLists.txt 
new/plasma-pa-5.6.3/CMakeLists.txt
--- old/plasma-pa-5.6.2/CMakeLists.txt  2016-04-05 15:57:20.0 +0200
+++ new/plasma-pa-5.6.3/CMakeLists.txt  2016-04-19 13:19:24.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.6.2")
+set(PROJECT_VERSION "5.6.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 find_package(ECM 0.0.14 REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.6.2/applet/metadata.desktop 
new/plasma-pa-5.6.3/applet/metadata.desktop
--- old/plasma-pa-5.6.2/applet/metadata.desktop 2016-04-05 15:56:25.0 
+0200
+++ new/plasma-pa-5.6.3/applet/metadata.desktop 2016-04-19 13:18:50.0 
+0200
@@ -33,6 +33,7 @@
 Name[uk]=Гучність
 Name[x-test]=xxAudio Volumexx
 Name[zh_CN]=音频音量
+Name[zh_TW]=音效音量
 Comment=
 
 Icon=org.kde.plasma.volume
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.6.2/po/gl/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.6.3/po/gl/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.6.2/po/gl/plasma_applet_org.kde.plasma.volume.po
2016-04-05 15:56:42.0 +0200
+++ new/plasma-pa-5.6.3/po/gl/plasma_applet_org.kde.plasma.volume.po
2016-04-19 13:19:00.0 +0200
@@ -15,7 +15,6 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"com>\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 1.5\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.6.2/po/nn/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.6.3/po/nn/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.6.2/po/nn/plasma_applet_org.kde.plasma.volume.po
2016-04-05 15:56:56.0 +0200
+++ new/plasma-pa-5.6.3/po/nn/plasma_applet_org.kde.plasma.volume.po
2016-04-19 13:19:10.0 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2015-10-16 08:32+\n"
+"POT-Creation-Date: 2016-03-29 13:07+\n"
 "PO-Revision-Date: 2015-09-22 20:51+0100\n"
 "Last-Translator: Karl Ove Hufthammer \n"
 "Language-Team: Norwegian Nynorsk \n"
@@ -19,13 +19,13 @@
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
-#: contents/ui/ListItemBase.qml:226
+#: contents/ui/ListItemBase.qml:219
 #, kde-format
 msgctxt "volume percentage"
 msgid "%1%"
 msgstr "%1 %"
 
-#: contents/ui/ListItemBase.qml:247
+#: contents/ui/ListItemBase.qml:240
 msgctxt "only used for sizing, should be widest possible string"
 msgid "100%"
 msgstr "100 %"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.6.2/po/pl/kcm_pulseaudio.po 
new/plasma-pa-5.6.3/po/pl/kcm_pulseaudio.po
--- old/plasma-pa-5.6.2/po/pl/kcm_pulseaudio.po 2016-04-05 15:56:59.0 
+0200
+++ new/plasma-pa-5.6.3/po/pl/kcm_pulseaudio.po 2016-04-19 13:19:11.0 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Łukasz Wojniłowicz , 2015.
+# 

commit plasma5-pa for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-04-12 19:06:06

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-04-07 
13:30:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-04-12 19:06:08.0 +0200
@@ -1,0 +2,8 @@
+Tue Apr  5 15:53:54 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.2
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.6.2.php
+
+---

Old:

  plasma-pa-5.6.1.tar.xz

New:

  plasma-pa-5.6.2.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.Ok72a1/_old  2016-04-12 19:06:08.0 +0200
+++ /var/tmp/diff_new_pack.Ok72a1/_new  2016-04-12 19:06:08.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.6.1
+Version:5.6.2
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.6.1.tar.xz -> plasma-pa-5.6.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.6.1/CMakeLists.txt 
new/plasma-pa-5.6.2/CMakeLists.txt
--- old/plasma-pa-5.6.1/CMakeLists.txt  2016-03-29 16:21:13.0 +0200
+++ new/plasma-pa-5.6.2/CMakeLists.txt  2016-04-05 15:57:20.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.6.1")
+set(PROJECT_VERSION "5.6.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 find_package(ECM 0.0.14 REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.6.1/po/es/kcm_pulseaudio.po 
new/plasma-pa-5.6.2/po/es/kcm_pulseaudio.po
--- old/plasma-pa-5.6.1/po/es/kcm_pulseaudio.po 2016-03-29 16:20:45.0 
+0200
+++ new/plasma-pa-5.6.2/po/es/kcm_pulseaudio.po 2016-04-05 15:56:37.0 
+0200
@@ -3,13 +3,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Automatically generated, 2015.
-# Eloy Cuadra , 2015.
+# Eloy Cuadra , 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcm_pulseaudio\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2015-10-16 08:32+\n"
-"PO-Revision-Date: 2015-08-16 23:51+0200\n"
+"PO-Revision-Date: 2016-04-03 17:58+0200\n"
 "Last-Translator: Eloy Cuadra \n"
 "Language-Team: Spanish \n"
 "Language: es\n"
@@ -64,7 +64,7 @@
 #: kcm/package/contents/ui/main.qml:39
 msgctxt "@label"
 msgid "No Applications Playing Audio"
-msgstr "Ninguna aplicación reproduce audio"
+msgstr "Ninguna aplicación reproduce sonido"
 
 #: kcm/package/contents/ui/main.qml:43
 msgctxt "@title:tab"
@@ -74,7 +74,7 @@
 #: kcm/package/contents/ui/main.qml:46
 msgctxt "@label"
 msgid "No Applications Recording Audio"
-msgstr "Ninguna aplicación graba audio"
+msgstr "Ninguna aplicación graba sonido"
 
 #: kcm/package/contents/ui/main.qml:50
 msgctxt "@title:tab"
Files old/plasma-pa-5.6.1/po/es/messages.mo and 
new/plasma-pa-5.6.2/po/es/messages.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.6.1/po/fi/kcm_pulseaudio.po 
new/plasma-pa-5.6.2/po/fi/kcm_pulseaudio.po
--- old/plasma-pa-5.6.1/po/fi/kcm_pulseaudio.po 2016-03-29 16:20:46.0 
+0200
+++ new/plasma-pa-5.6.2/po/fi/kcm_pulseaudio.po 2016-04-05 15:56:38.0 
+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.
-# Lasse Liehu , 2015.
+# Lasse Liehu , 2015, 2016.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.6.1/po/fi/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.6.2/po/fi/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.6.1/po/fi/plasma_applet_org.kde.plasma.volume.po
2016-03-29 16:20:46.0 +0200
+++ new/plasma-pa-5.6.2/po/fi/plasma_applet_org.kde.plasma.volume.po
2016-04-05 15:56:38.0 +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.
-# Lasse Liehu , 2015.
+# Lasse Liehu , 2015, 2016.
 #
 msgid ""
 msgstr ""
diff -urN '--exclude=CVS' 

commit plasma5-pa for openSUSE:Factory

2016-04-07 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-04-07 13:30:34

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-03-03 
15:15:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-04-07 13:30:36.0 +0200
@@ -1,0 +2,16 @@
+Tue Mar 29 16:21:07 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.1
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.6.1.php
+
+---
+Sun Mar 20 09:19:58 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.0
+  * New feature release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.6.0.php
+
+---

Old:

  plasma-pa-5.5.5.tar.xz

New:

  plasma-pa-5.6.1.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.B4gpCM/_old  2016-04-07 13:30:37.0 +0200
+++ /var/tmp/diff_new_pack.B4gpCM/_new  2016-04-07 13:30:37.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.5.5
+Version:5.6.1
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.5.5.tar.xz -> plasma-pa-5.6.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.5.5/CMakeLists.txt 
new/plasma-pa-5.6.1/CMakeLists.txt
--- old/plasma-pa-5.5.5/CMakeLists.txt  2016-03-01 14:43:49.0 +0100
+++ new/plasma-pa-5.6.1/CMakeLists.txt  2016-03-29 16:21:13.0 +0200
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.5.5")
+set(PROJECT_VERSION "5.6.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 find_package(ECM 0.0.14 REQUIRED NO_MODULE)
@@ -12,7 +12,7 @@
 include(FeatureSummary)
 include(KDEInstallDirs)
 include(KDECMakeSettings)
-include(KDECompilerSettings)
+include(KDECompilerSettings NO_POLICY_SCOPE)
 
 find_package(Qt5 REQUIRED COMPONENTS
 Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.5.5/applet/contents/ui/ListItemBase.qml 
new/plasma-pa-5.6.1/applet/contents/ui/ListItemBase.qml
--- old/plasma-pa-5.5.5/applet/contents/ui/ListItemBase.qml 2016-03-01 
14:43:04.0 +0100
+++ new/plasma-pa-5.6.1/applet/contents/ui/ListItemBase.qml 2016-03-29 
16:20:37.0 +0200
@@ -210,13 +210,6 @@
 interval: 200
 onTriggered: slider.value = PulseObject.volume
 }
-
-// Block wheel events
-MouseArea {
-anchors.fill: parent
-acceptedButtons: Qt.NoButton
-onWheel: wheel.accepted = true
-}
 }
 PlasmaComponents.Label {
 id: percentText
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.5.5/applet/metadata.desktop 
new/plasma-pa-5.6.1/applet/metadata.desktop
--- old/plasma-pa-5.5.5/applet/metadata.desktop 2016-03-01 14:43:04.0 
+0100
+++ new/plasma-pa-5.6.1/applet/metadata.desktop 2016-03-29 16:20:37.0 
+0200
@@ -1,5 +1,6 @@
 [Desktop Entry]
 Name=Audio Volume
+Name[ar]=مستوى الصّوت
 Name[ast]=Volume d'audiu
 Name[ca]=Volum de l'àudio
 Name[ca@valencia]=Volum de l'àudio
@@ -32,7 +33,6 @@
 Name[uk]=Гучність
 Name[x-test]=xxAudio Volumexx
 Name[zh_CN]=音频音量
-Name[zh_TW]=音效音量
 Comment=
 
 Icon=org.kde.plasma.volume
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.5.5/data/CMakeLists.txt 
new/plasma-pa-5.6.1/data/CMakeLists.txt
--- old/plasma-pa-5.5.5/data/CMakeLists.txt 2016-03-01 14:43:04.0 
+0100
+++ new/plasma-pa-5.6.1/data/CMakeLists.txt 2016-03-29 16:20:37.0 
+0200
@@ -7,8 +7,10 @@
 if (kde4config_failed)
 message(FAILED "Couldn't find kde4-config from kde4libs for kconf_update 
files")
 else()
-install(FILES disable_kmix.upd DESTINATION ${KDE4_DATA_DIR}/kconf_update)
-install(PROGRAMS plasmaVolumeDisableKMixAutostart.pl DESTINATION 
${KDE4_DATA_DIR}/kconf_update)
+   execute_process(COMMAND kde4-config --prefix OUTPUT_VARIABLE 
KDE4_PREFIX OUTPUT_STRIP_TRAILING_WHITESPACE)
+   

commit plasma5-pa for openSUSE:Factory

2016-03-03 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-03-03 15:15:21

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-02-11 
12:35:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-03-03 15:15:23.0 +0100
@@ -1,0 +2,8 @@
+Tue Mar  1 17:33:28 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.5 (boo#968966)
+  * Bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.5.5.php
+
+---

Old:

  plasma-pa-5.5.4.tar.xz

New:

  plasma-pa-5.5.5.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.jGQluZ/_old  2016-03-03 15:15:23.0 +0100
+++ /var/tmp/diff_new_pack.jGQluZ/_new  2016-03-03 15:15:23.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.5.4
+Version:5.5.5
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.5.4.tar.xz -> plasma-pa-5.5.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.5.4/CMakeLists.txt 
new/plasma-pa-5.5.5/CMakeLists.txt
--- old/plasma-pa-5.5.4/CMakeLists.txt  2016-01-26 20:44:17.0 +0100
+++ new/plasma-pa-5.5.5/CMakeLists.txt  2016-03-01 14:43:49.0 +0100
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.5.4")
+set(PROJECT_VERSION "5.5.5")
 set(PROJECT_VERSION_MAJOR 5)
 
 find_package(ECM 0.0.14 REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.5.4/po/ru/kcm_pulseaudio.po 
new/plasma-pa-5.5.5/po/ru/kcm_pulseaudio.po
--- old/plasma-pa-5.5.4/po/ru/kcm_pulseaudio.po 2016-01-26 20:43:57.0 
+0100
+++ new/plasma-pa-5.5.5/po/ru/kcm_pulseaudio.po 2016-03-01 14:43:32.0 
+0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2015-10-16 08:32+\n"
-"PO-Revision-Date: 2016-01-06 05:42+0300\n"
+"PO-Revision-Date: 2016-02-22 19:25+0300\n"
 "Last-Translator: Alexander Potashev \n"
 "Language-Team: Russian \n"
 "Language: ru\n"
@@ -111,7 +111,7 @@
 #, kde-format
 msgctxt "label of stream items"
 msgid "%1: %2"
-msgstr ""
+msgstr "%1: %2"
 
 #: kcm/package/contents/ui/VolumeSlider.qml:95
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.5.4/po/sk/kcm_pulseaudio.po 
new/plasma-pa-5.5.5/po/sk/kcm_pulseaudio.po
--- old/plasma-pa-5.5.4/po/sk/kcm_pulseaudio.po 2016-01-26 20:43:59.0 
+0100
+++ new/plasma-pa-5.5.5/po/sk/kcm_pulseaudio.po 2016-03-01 14:43:34.0 
+0100
@@ -1,11 +1,11 @@
 # translation of kcm_pulseaudio.po to Slovak
-# Roman Paholik , 2015.
+# Roman Paholik , 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcm_pulseaudio\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2015-10-16 08:32+\n"
-"PO-Revision-Date: 2015-08-07 17:44+0100\n"
+"PO-Revision-Date: 2016-02-01 20:12+0100\n"
 "Last-Translator: Roman Paholik \n"
 "Language-Team: Slovak \n"
 "Language: sk\n"
@@ -60,7 +60,7 @@
 #: kcm/package/contents/ui/main.qml:39
 msgctxt "@label"
 msgid "No Applications Playing Audio"
-msgstr ""
+msgstr "Žiadne aplikácie neprehrávajú zvuk"
 
 #: kcm/package/contents/ui/main.qml:43
 msgctxt "@title:tab"
@@ -70,7 +70,7 @@
 #: kcm/package/contents/ui/main.qml:46
 msgctxt "@label"
 msgid "No Applications Recording Audio"
-msgstr ""
+msgstr "Žiadne aplikácie nenahrávajú zvuk"
 
 #: kcm/package/contents/ui/main.qml:50
 msgctxt "@title:tab"
@@ -78,12 +78,9 @@
 msgstr "Výstupné zariadenia"
 
 #: kcm/package/contents/ui/main.qml:53
-#, fuzzy
-#| msgctxt "@title:tab"
-#| msgid "Output Devices"
 msgctxt "@label"
 msgid "No Output Devices Available"
-msgstr "Výstupné zariadenia"
+msgstr "Nie sú dostupné výstupné zariadenia"
 
 #: kcm/package/contents/ui/main.qml:57
 msgctxt "@title:tab"
@@ -91,12 +88,9 @@
 msgstr "Vstupné zariadenia"
 
 #: kcm/package/contents/ui/main.qml:60
-#, fuzzy
-#| msgctxt "@title:tab"
-#| msgid "Input Devices"
 msgctxt "@label"
 msgid "No Input Devices Available"
-msgstr "Vstupné zariadenia"
+msgstr "Nie sú dostupné vstupné zariadenia"
 
 #: 

commit plasma5-pa for openSUSE:Factory

2016-02-11 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-02-11 12:35:13

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-01-20 
09:52:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-02-11 12:35:14.0 +0100
@@ -1,0 +2,8 @@
+Tue Jan 26 22:20:17 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.4:
+  * Bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.5.4.php
+
+---

Old:

  plasma-pa-5.5.3.tar.xz

New:

  plasma-pa-5.5.4.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.an1iVL/_old  2016-02-11 12:35:15.0 +0100
+++ /var/tmp/diff_new_pack.an1iVL/_new  2016-02-11 12:35:15.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.5.3
+Version:5.5.4
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.5.3.tar.xz -> plasma-pa-5.5.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.5.3/CMakeLists.txt 
new/plasma-pa-5.5.4/CMakeLists.txt
--- old/plasma-pa-5.5.3/CMakeLists.txt  2016-01-06 13:16:34.0 +0100
+++ new/plasma-pa-5.5.4/CMakeLists.txt  2016-01-26 20:44:17.0 +0100
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.5.3")
+set(PROJECT_VERSION "5.5.4")
 set(PROJECT_VERSION_MAJOR 5)
 
 find_package(ECM 0.0.14 REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.5.3/applet/metadata.desktop 
new/plasma-pa-5.5.4/applet/metadata.desktop
--- old/plasma-pa-5.5.3/applet/metadata.desktop 2016-01-06 13:15:43.0 
+0100
+++ new/plasma-pa-5.5.4/applet/metadata.desktop 2016-01-26 20:43:19.0 
+0100
@@ -3,12 +3,13 @@
 Name[ast]=Volume d'audiu
 Name[ca]=Volum de l'àudio
 Name[ca@valencia]=Volum de l'àudio
-Name[cs]=Hlasitost audia
+Name[cs]=Hlasitost zvuku
 Name[da]=Lydstyrke
 Name[de]=Lautstärke
 Name[el]=Ένταση ήχου
 Name[en_GB]=Audio Volume
 Name[es]=Volumen del sonido
+Name[et]=Helitugevus
 Name[fi]=Äänenvoimakkuus
 Name[gl]=Volume do son
 Name[it]=Volume audio
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-pa-5.5.3/po/cs/plasma_applet_org.kde.plasma.volume.po 
new/plasma-pa-5.5.4/po/cs/plasma_applet_org.kde.plasma.volume.po
--- old/plasma-pa-5.5.3/po/cs/plasma_applet_org.kde.plasma.volume.po
2016-01-06 13:15:50.0 +0100
+++ new/plasma-pa-5.5.4/po/cs/plasma_applet_org.kde.plasma.volume.po
2016-01-26 20:43:27.0 +0100
@@ -1,13 +1,13 @@
 # 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 , 2015.
+# Vít Pelčák , 2015, 2016.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2015-10-16 08:32+\n"
-"PO-Revision-Date: 2015-08-11 15:51+0100\n"
+"PO-Revision-Date: 2016-01-21 13:14+0100\n"
 "Last-Translator: Vít Pelčák \n"
 "Language-Team: Czech \n"
 "Language: cs\n"
@@ -30,7 +30,7 @@
 
 #: contents/ui/main.qml:39
 msgid "Audio Volume"
-msgstr "Hlasitost audia"
+msgstr "Hlasitost zvuku"
 
 #: contents/ui/main.qml:129
 msgid "Increase Volume"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.5.3/po/et/kcm_pulseaudio.po 
new/plasma-pa-5.5.4/po/et/kcm_pulseaudio.po
--- old/plasma-pa-5.5.3/po/et/kcm_pulseaudio.po 1970-01-01 01:00:00.0 
+0100
+++ new/plasma-pa-5.5.4/po/et/kcm_pulseaudio.po 2016-01-26 20:43:31.0 
+0100
@@ -0,0 +1,122 @@
+# Copyright (C) YEAR This_file_is_part_of_KDE
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Marek Laane , 2016.
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n;
+"POT-Creation-Date: 2015-10-16 08:32+\n"
+"PO-Revision-Date: 2016-01-10 09:19+0200\n"
+"Last-Translator: Marek Laane \n"
+"Language-Team: Estonian \n"
+"Language: et\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=n != 

commit plasma5-pa for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-01-20 09:52:18

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-01-03 
13:26:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-01-20 09:52:26.0 +0100
@@ -1,0 +2,8 @@
+Wed Jan  6 14:12:17 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.3:
+  * Bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.5.3.php
+
+---

Old:

  plasma-pa-5.5.2.tar.xz

New:

  plasma-pa-5.5.3.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.Ds7eih/_old  2016-01-20 09:52:31.0 +0100
+++ /var/tmp/diff_new_pack.Ds7eih/_new  2016-01-20 09:52:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plasma5-pa
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.5.2
+Version:5.5.3
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.5.2.tar.xz -> plasma-pa-5.5.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.5.2/CMakeLists.txt 
new/plasma-pa-5.5.3/CMakeLists.txt
--- old/plasma-pa-5.5.2/CMakeLists.txt  2015-12-22 11:45:49.0 +0100
+++ new/plasma-pa-5.5.3/CMakeLists.txt  2016-01-06 13:16:34.0 +0100
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.5.2")
+set(PROJECT_VERSION "5.5.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 find_package(ECM 0.0.14 REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.5.2/po/ru/kcm_pulseaudio.po 
new/plasma-pa-5.5.3/po/ru/kcm_pulseaudio.po
--- old/plasma-pa-5.5.2/po/ru/kcm_pulseaudio.po 2015-12-22 11:45:30.0 
+0100
+++ new/plasma-pa-5.5.3/po/ru/kcm_pulseaudio.po 2016-01-06 13:16:16.0 
+0100
@@ -2,13 +2,13 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # VictorR2007 , 2015.
-# Alexander Potashev , 2015.
+# Alexander Potashev , 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2015-10-16 08:32+\n"
-"PO-Revision-Date: 2015-08-20 18:58+0300\n"
+"PO-Revision-Date: 2016-01-06 05:42+0300\n"
 "Last-Translator: Alexander Potashev \n"
 "Language-Team: Russian \n"
 "Language: ru\n"
@@ -117,9 +117,9 @@
 #, kde-format
 msgctxt "volume percentage"
 msgid "%1%"
-msgstr ""
+msgstr "%1%"
 
 #: kcm/package/contents/ui/VolumeSlider.qml:101
 msgctxt "only used for sizing, should be widest possible string"
 msgid "100%"
-msgstr ""
\ No newline at end of file
+msgstr "100%"
\ No newline at end of file




commit plasma5-pa for openSUSE:Factory

2016-01-03 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-01-03 13:26:31

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2015-12-29 
12:57:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-01-03 13:26:50.0 +0100
@@ -1,0 +2,8 @@
+Tue Dec 22 22:35:15 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.2:
+  * Bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.5.2.php
+
+---

Old:

  plasma-pa-5.5.1.tar.xz

New:

  plasma-pa-5.5.2.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.oIr8N3/_old  2016-01-03 13:26:51.0 +0100
+++ /var/tmp/diff_new_pack.oIr8N3/_new  2016-01-03 13:26:51.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.5.1
+Version:5.5.2
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.5.1.tar.xz -> plasma-pa-5.5.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-pa-5.5.1/CMakeLists.txt 
new/plasma-pa-5.5.2/CMakeLists.txt
--- old/plasma-pa-5.5.1/CMakeLists.txt  2015-12-15 11:32:18.0 +0100
+++ new/plasma-pa-5.5.2/CMakeLists.txt  2015-12-22 11:45:49.0 +0100
@@ -1,7 +1,7 @@
 project(plasma-volume-control)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.5.1")
+set(PROJECT_VERSION "5.5.2")
 set(PROJECT_VERSION_MAJOR 5)
 
 find_package(ECM 0.0.14 REQUIRED NO_MODULE)




commit plasma5-pa for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2015-12-29 12:57:37

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2015-11-24 
22:27:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2015-12-29 12:57:38.0 +0100
@@ -1,0 +2,16 @@
+Tue Dec 15 17:50:00 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.1:
+  * Bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.5.1.php
+
+---
+Sat Dec 12 17:32:39 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.5.0:
+  * For more details please see:
+https://dot.kde.org/2015/12/08/plasma-55-beautiful-new-artwork
+- Move to cmake(...) BuildRequires where possible
+
+---

Old:

  plasma-pa-5.4.3.tar.xz

New:

  plasma-pa-5.5.1.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.1rc9pY/_old  2015-12-29 12:57:39.0 +0100
+++ /var/tmp/diff_new_pack.1rc9pY/_new  2015-12-29 12:57:39.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.4.3
+Version:5.5.1
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
@@ -26,17 +26,17 @@
 Url:http://www.kde.org
 Source: plasma-pa-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= 0.0.14
-BuildRequires:  kconfigwidgets-devel
-BuildRequires:  kcoreaddons-devel
-BuildRequires:  kdeclarative-devel
 BuildRequires:  kf5-filesystem
-BuildRequires:  kglobalaccel-devel
-BuildRequires:  ki18n-devel
-BuildRequires:  plasma-framework-devel
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5DBus)
-BuildRequires:  pkgconfig(Qt5Quick)
-BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  cmake(KF5CoreAddons)
+BuildRequires:  cmake(KF5Declarative)
+BuildRequires:  cmake(KF5DocTools)
+BuildRequires:  cmake(KF5GlobalAccel)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5Plasma)
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5DBus)
+BuildRequires:  cmake(Qt5Quick)
+BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libpulse)
 Supplements:packageand(plasma5-desktop:pulseaudio-module-x11)
@@ -74,12 +74,20 @@
 %{_kf5_sharedir}/kpackage/
 %{_kf5_servicesdir}/
 %{_kf5_plasmadir}/
+%if %{with lang}
+%dir %{_kf5_htmldir}/en
+%dir %{_kf5_htmldir}
+%doc %{_kf5_htmldir}/en/*/
+%endif
 
 %if %{with lang}
 %files lang
 %defattr(-,root,root)
 %doc COPYING*
 %{_kf5_localedir}/
+%doc %lang(ca) %{_kf5_htmldir}/ca/
+%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR/
+%doc %lang(uk) %{_kf5_htmldir}/uk/
 %endif
 
 %changelog

++ plasma-pa-5.4.3.tar.xz -> plasma-pa-5.5.1.tar.xz ++
 6966 lines of diff (skipped)




commit plasma5-pa for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2015-11-24 22:27:35

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2015-10-19 
22:19:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2015-11-24 22:27:37.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov  8 19:03:35 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.3 (boo#955068):
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.4.3.php
+
+---

Old:

  plasma-pa-5.4.2.tar.xz

New:

  plasma-pa-5.4.3.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.rx9LWe/_old  2015-11-24 22:27:38.0 +0100
+++ /var/tmp/diff_new_pack.rx9LWe/_new  2015-11-24 22:27:38.0 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.4.2
+Version:5.4.3
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.4.2.tar.xz -> plasma-pa-5.4.3.tar.xz ++
 1630 lines of diff (skipped)




commit plasma5-pa for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2015-10-19 22:19:53

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2015-09-24 
07:08:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2015-10-19 22:19:54.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct  4 10:44:20 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.2:
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.4.2.php
+
+---

Old:

  plasma-pa-5.4.1.tar.xz

New:

  plasma-pa-5.4.2.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.lKM7ld/_old  2015-10-19 22:19:54.0 +0200
+++ /var/tmp/diff_new_pack.lKM7ld/_new  2015-10-19 22:19:54.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.4.1
+Version:5.4.2
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.4.1.tar.xz -> plasma-pa-5.4.2.tar.xz ++
 1732 lines of diff (skipped)




commit plasma5-pa for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2015-09-24 07:08:19

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2015-09-02 
07:52:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2015-09-24 07:08:20.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep 10 17:19:06 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.4.1:
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.4.1.php
+
+---

Old:

  plasma-pa-5.4.0.tar.xz

New:

  plasma-pa-5.4.1.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.MSjmqK/_old  2015-09-24 07:08:20.0 +0200
+++ /var/tmp/diff_new_pack.MSjmqK/_new  2015-09-24 07:08:20.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.4.0
+Version:5.4.1
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+

++ plasma-pa-5.4.0.tar.xz -> plasma-pa-5.4.1.tar.xz ++
 2948 lines of diff (skipped)