Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pavucontrol-qt for openSUSE:Factory 
checked in at 2022-05-01 20:51:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pavucontrol-qt (Old)
 and      /work/SRC/openSUSE:Factory/.pavucontrol-qt.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pavucontrol-qt"

Sun May  1 20:51:16 2022 rev:11 rq:973865 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pavucontrol-qt/pavucontrol-qt.changes    
2021-11-09 23:54:55.443962212 +0100
+++ /work/SRC/openSUSE:Factory/.pavucontrol-qt.new.1538/pavucontrol-qt.changes  
2022-05-01 20:51:20.648596672 +0200
@@ -1,0 +2,6 @@
+Fri Apr 29 06:30:08 UTC 2022 - Michael Vetter <[email protected]>
+
+- Update to 1.1.0:
+  * Cleaned up the code and updated translations.
+
+-------------------------------------------------------------------

Old:
----
  pavucontrol-qt-1.0.0.tar.xz
  pavucontrol-qt-1.0.0.tar.xz.asc

New:
----
  pavucontrol-qt-1.1.0.tar.xz
  pavucontrol-qt-1.1.0.tar.xz.asc

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

Other differences:
------------------
++++++ pavucontrol-qt.spec ++++++
--- /var/tmp/diff_new_pack.zb2Cjn/_old  2022-05-01 20:51:21.104597088 +0200
+++ /var/tmp/diff_new_pack.zb2Cjn/_new  2022-05-01 20:51:21.108597092 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pavucontrol-qt
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           pavucontrol-qt
-Version:        1.0.0
+Version:        1.1.0
 Release:        0
 Summary:        Qt port of pavucontrol
 License:        GPL-2.0-only
@@ -28,7 +28,7 @@
 Source2:        %{name}.keyring
 BuildRequires:  cmake >= 3.1.0
 BuildRequires:  gcc-c++
-BuildRequires:  lxqt-build-tools-devel >= 0.10.0
+BuildRequires:  lxqt-build-tools-devel >= 0.11.0
 BuildRequires:  pkgconfig
 BuildRequires:  xdg-user-dirs
 BuildRequires:  cmake(Qt5LinguistTools)

++++++ pavucontrol-qt-1.0.0.tar.xz -> pavucontrol-qt-1.1.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pavucontrol-qt-1.0.0/CHANGELOG 
new/pavucontrol-qt-1.1.0/CHANGELOG
--- old/pavucontrol-qt-1.0.0/CHANGELOG  2021-11-05 11:22:29.000000000 +0100
+++ new/pavucontrol-qt-1.1.0/CHANGELOG  2022-04-16 15:49:55.000000000 +0200
@@ -1,3 +1,9 @@
+pavucontrol-qt-1.1.0 / 2022-04-15
+==================================
+ * Modernized some trivial destructors.
+ * Removed a redundant void argument in function definition.
+ * Pass by value and use `std::move()`.
+
 pavucontrol-qt-1.0.0 / 2021-11-04
 ==================================
  * Bumped minimum required Qt version to 5.15.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pavucontrol-qt-1.0.0/CMakeLists.txt 
new/pavucontrol-qt-1.1.0/CMakeLists.txt
--- old/pavucontrol-qt-1.0.0/CMakeLists.txt     2021-11-05 11:22:29.000000000 
+0100
+++ new/pavucontrol-qt-1.1.0/CMakeLists.txt     2022-04-16 15:49:55.000000000 
+0200
@@ -19,7 +19,7 @@
 
 # Minimum Versions
 set(GLIB_MINIMUM_VERSION "2.50.0")
-set(LXQTBT_MINIMUM_VERSION "0.10.0")
+set(LXQTBT_MINIMUM_VERSION "0.11.0")
 set(QT_MINIMUM_VERSION "5.15.0")
 
 find_package(Qt5Widgets ${QT_MINIMUM_VERSION} REQUIRED)
@@ -29,7 +29,7 @@
 find_package(GLIB ${GLIB_MINIMUM_VERSION} REQUIRED)
 
 set(PAVUCONTROLQT_MAJOR_VERSION 1)
-set(PAVUCONTROLQT_MINOR_VERSION 0)
+set(PAVUCONTROLQT_MINOR_VERSION 1)
 set(PAVUCONTROLQT_PATCH_VERSION 0)
 set(PAVUCONTROLQT_VERSION 
${PAVUCONTROLQT_MAJOR_VERSION}.${PAVUCONTROLQT_MINOR_VERSION}.${PAVUCONTROLQT_PATCH_VERSION})
 add_definitions("-DPAVUCONTROLQT_VERSION=\"${PAVUCONTROLQT_VERSION}\"")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pavucontrol-qt-1.0.0/README.md 
new/pavucontrol-qt-1.1.0/README.md
--- old/pavucontrol-qt-1.0.0/README.md  2021-11-05 11:22:29.000000000 +0100
+++ new/pavucontrol-qt-1.1.0/README.md  2022-04-16 15:49:55.000000000 +0200
@@ -2,9 +2,9 @@
 
 ## Overview
 
-pavucontrol-qt is the Qt port of volume control 
[pavucontrol](https://freedesktop.org/software/pulseaudio/pavucontrol/) of 
sound server 
[PulseAudio](https://www.freedesktop.org/wiki/Software/PulseAudio/).   
+pavucontrol-qt is the Qt port of the volume control 
[pavucontrol](https://freedesktop.org/software/pulseaudio/pavucontrol/) for the 
sound server 
[PulseAudio](https://www.freedesktop.org/wiki/Software/PulseAudio/).   
 
-As such it can be used to adjust all controls provided by PulseAudio as well 
as some additional settings.   
+As such it can be used to adjust all controls provided by PulseAudio and ALSA 
as well as some additional settings.   
 
 The software belongs to the LXQt project but its usage isn't limited to this 
desktop environment.   
 
@@ -13,7 +13,7 @@
 ### Compiling source code
 
 Runtime dependencies are qtbase and PulseAudio client library libpulse.   
-Additional build dependencies are CMake and 
[liblxqt](https://github.com/lxqt/liblxqt) as well as optionally Git to pull 
latest VCS checkouts. The localization files were outsourced to repository 
[lxqt-l10n](https://github.com/lxqt/lxqt-l10n) so the corresponding 
dependencies are needed, too. Please refer to this repository's `README.md` for 
further information.
+Additional build dependencies are CMake and 
[liblxqt](https://github.com/lxqt/liblxqt) as well as optionally Git to pull 
latest VCS checkouts. 
 
 Code configuration is handled by CMake. CMake variable `CMAKE_INSTALL_PREFIX` 
has to be set to `/usr` on most operating systems.   
 
@@ -21,24 +21,7 @@
 
 ### Binary packages
 
-On Arch Linux the package 
[pavucontrol-qt](https://www.archlinux.org/packages/community/x86_64/pavucontrol-qt/)
 can be used and 
[pavucontrol-qt-git](https://aur.archlinux.org/packages/pavucontrol-qt-git/) is 
to build current checkouts of branch `master`.
-
-On FreeBSD the binary package is available as 
[pavucontrol-qt](https://www.freshports.org/audio/pavucontrol-qt/) and can be 
installed with `pkg install pavucontrol-qt`.
-
-#### Debian
-
-Package `pavucontrol-qt` is available in the official repositories as of 
Debian buster. 
-
-#### Fedora
-
-Package `pavucontrol-qt` is available in the official repositories as of 
Fedora 31. 
-
-#### OpenSuse
-
-Package `pavucontrol-qt` is available in the official repositories as of 
openSUSE Leap:15.2 
-
-
-
+Official binary packages are available in Arch Linux, Debian, Fedora and 
openSUSE (Leap and Tumbleweed) and most other distributions.
 
 ## Usage
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pavucontrol-qt-1.0.0/src/devicewidget.cc 
new/pavucontrol-qt-1.1.0/src/devicewidget.cc
--- old/pavucontrol-qt-1.0.0/src/devicewidget.cc        2021-11-05 
11:22:29.000000000 +0100
+++ new/pavucontrol-qt-1.1.0/src/devicewidget.cc        2022-04-16 
15:49:55.000000000 +0200
@@ -32,6 +32,7 @@
 #include <QLabel>
 #include <QMessageBox>
 #include <QInputDialog>
+#include <utility>
 
 /*** DeviceWidget ***/
 DeviceWidget::DeviceWidget(MainWindow* parent, QByteArray deviceType) :
@@ -39,7 +40,7 @@
     offsetButtonEnabled(false),
     mpMainWindow(parent),
     rename{new QAction{tr("Rename device..."), this}},
-    mDeviceType(deviceType) {
+    mDeviceType(std::move(deviceType)) {
 
     setupUi(this);
     advancedWidget->hide();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pavucontrol-qt-1.0.0/src/pavucontrol.cc 
new/pavucontrol-qt-1.1.0/src/pavucontrol.cc
--- old/pavucontrol-qt-1.0.0/src/pavucontrol.cc 2021-11-05 11:22:29.000000000 
+0100
+++ new/pavucontrol-qt-1.1.0/src/pavucontrol.cc 2022-04-16 15:49:55.000000000 
+0200
@@ -593,7 +593,7 @@
     }
 }
 
-pa_context* get_context(void) {
+pa_context* get_context() {
   return context;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pavucontrol-qt-1.0.0/src/sinkinputwidget.cc 
new/pavucontrol-qt-1.1.0/src/sinkinputwidget.cc
--- old/pavucontrol-qt-1.0.0/src/sinkinputwidget.cc     2021-11-05 
11:22:29.000000000 +0100
+++ new/pavucontrol-qt-1.1.0/src/sinkinputwidget.cc     2022-04-16 
15:49:55.000000000 +0200
@@ -39,8 +39,7 @@
     terminate->setText(tr("Terminate Playback"));
 }
 
-SinkInputWidget::~SinkInputWidget(void) {
-}
+SinkInputWidget::~SinkInputWidget(void) = default;
 
 void SinkInputWidget::setSinkIndex(uint32_t idx) {
     mSinkIndex = idx;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pavucontrol-qt-1.0.0/src/sourceoutputwidget.cc 
new/pavucontrol-qt-1.1.0/src/sourceoutputwidget.cc
--- old/pavucontrol-qt-1.0.0/src/sourceoutputwidget.cc  2021-11-05 
11:22:29.000000000 +0100
+++ new/pavucontrol-qt-1.1.0/src/sourceoutputwidget.cc  2022-04-16 
15:49:55.000000000 +0200
@@ -46,8 +46,7 @@
 }
 
 
-SourceOutputWidget::~SourceOutputWidget(void) {
-}
+SourceOutputWidget::~SourceOutputWidget(void) = default;
 
 void SourceOutputWidget::setSourceIndex(uint32_t idx) {
     mSourceIndex = idx;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pavucontrol-qt-1.0.0/src/translations/pavucontrol-qt_cs.ts 
new/pavucontrol-qt-1.1.0/src/translations/pavucontrol-qt_cs.ts
--- old/pavucontrol-qt-1.0.0/src/translations/pavucontrol-qt_cs.ts      
2021-11-05 11:22:29.000000000 +0100
+++ new/pavucontrol-qt-1.1.0/src/translations/pavucontrol-qt_cs.ts      
2022-04-16 15:49:55.000000000 +0200
@@ -172,7 +172,7 @@
     <message>
         <location filename="../devicewidget.cc" line="227"/>
         <source>You need to load module-device-manager in the PulseAudio 
server in order to rename devices</source>
-        <translation>Pro p??ejmenov??v??n?? za????zen?? je pot??eba do 
zvukov??ho serveru PulseAudio nahr??t modul module-device-manager (spr??va 
za????zen??)</translation>
+        <translation>Pokud chcete p??ejmenovat za????zen??, je t??eba do 
zvukov??ho serveru PulseAudio na????st modul module-device-manager (spr??va 
za????zen??)</translation>
     </message>
     <message>
         <location filename="../devicewidget.cc" line="233"/>
@@ -386,22 +386,22 @@
     <message>
         <location filename="../pavucontrol.cc" line="110"/>
         <source>Sink callback failure</source>
-        <translation>C??lov?? zp??tn?? vol??n?? se nezda??ilo</translation>
+        <translation>Zp??tn?? vol??n?? c??le se nezda??ilo</translation>
     </message>
     <message>
         <location filename="../pavucontrol.cc" line="133"/>
         <source>Source callback failure</source>
-        <translation>Zdrojov?? zp??tn?? vol??n?? se nezda??ilo</translation>
+        <translation>Zp??tn?? vol??n?? zdroje se nezda??ilo</translation>
     </message>
     <message>
         <location filename="../pavucontrol.cc" line="152"/>
         <source>Sink input callback failure</source>
-        <translation>C??lov?? vstupn?? zp??tn?? vol??n?? se 
nezda??ilo</translation>
+        <translation>Zp??tn?? vol??n?? vstupu c??le se nezda??ilo</translation>
     </message>
     <message>
         <location filename="../pavucontrol.cc" line="171"/>
         <source>Source output callback failure</source>
-        <translation>Zdrojov?? v??stupn?? zp??tn?? vol??n?? se 
nezda??ilo</translation>
+        <translation>Zp??tn?? vol??n?? zdroje v??stupu se 
nezda??ilo</translation>
     </message>
     <message>
         <location filename="../pavucontrol.cc" line="211"/>
@@ -523,7 +523,7 @@
         <location filename="../pavucontrol.cc" line="607"/>
         <location filename="../pavucontrol.cc" line="664"/>
         <source>PulseAudio Volume Control</source>
-        <translation>Ovl??d??n?? hlasitosti PulseAudio</translation>
+        <translation>PulseAudio ovl??d??n?? hlasitosti</translation>
     </message>
     <message>
         <location filename="../pavucontrol.cc" line="622"/>
@@ -537,9 +537,9 @@
         <translation>Spojen?? s PulseAudio vypadlo. Pokus o automatick?? 
op??tovn?? nav??z??n?? za 5 s
 
 V tomto p????pad?? je to nejsp???? proto, ??e je chybn?? nastaven?? prom??nn?? 
PULSE_SERVER v
-Prost??ed??/Vlastnosti X11 ko??enov??ho okna nebo je v client.conf chybn?? 
nastaven parametr default-server.
+prost??ed?? / vlastnostech ko??enov??ho okna X11 nebo je v client.conf chybn?? 
nastaven parametr default-server.
 Tato situace tak?? m????e nastat kdy?? PulseAudio zhavaruje a zanech?? star?? 
??daje v ko??enov??m okn?? X11.
-Pokud tomu je tak, PulseAudio by se m??lo automaticky znovu spustit, nebo 
pokud tak nen?? nastaven??,
+Pokud je tomu tak, PulseAudio by se m??lo automaticky znovu spustit, nebo 
pokud tak nen?? nastaven??,
 je t??eba ru??n?? spustit start-pulseaudio-x11.</translation>
     </message>
     <message>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pavucontrol-qt-1.0.0/src/translations/pavucontrol-qt_fi.ts 
new/pavucontrol-qt-1.1.0/src/translations/pavucontrol-qt_fi.ts
--- old/pavucontrol-qt-1.0.0/src/translations/pavucontrol-qt_fi.ts      
2021-11-05 11:22:29.000000000 +0100
+++ new/pavucontrol-qt-1.1.0/src/translations/pavucontrol-qt_fi.ts      
2022-04-16 15:49:55.000000000 +0200
@@ -56,7 +56,7 @@
     <message>
         <location filename="../channel.cc" line="165"/>
         <source>&lt;small&gt;&lt;i&gt;Base&lt;/i&gt;&lt;/small&gt;</source>
-        <translation 
type="unfinished">&lt;small&gt;&lt;i&gt;Perus&lt;/i&gt;&lt;/small&gt;</translation>
+        
<translation>&lt;small&gt;&lt;i&gt;Perus&lt;/i&gt;&lt;/small&gt;</translation>
     </message>
 </context>
 <context>
@@ -560,7 +560,7 @@
     <message>
         <location filename="../pavucontrol.cc" line="703"/>
         <source>Fatal Error: Unable to connect to PulseAudio</source>
-        <translation type="unfinished"></translation>
+        <translation>Virhe: PulseAudio yhteydenotto ep??onnistui</translation>
     </message>
 </context>
 <context>
@@ -581,7 +581,7 @@
     <message>
         <location filename="../sinkinputwidget.cc" line="39"/>
         <source>Terminate Playback</source>
-        <translation type="unfinished"></translation>
+        <translation>Keskeyt?? Toisto</translation>
     </message>
     <message>
         <location filename="../sinkinputwidget.cc" line="53"/>
@@ -634,7 +634,7 @@
     <message>
         <location filename="../sinkwidget.cc" line="166"/>
         <source>pa_ext_device_restore_save_sink_formats() failed</source>
-        <translation type="unfinished"></translation>
+        <translation>pa_ext_device_restore_save_sink_formats() 
ep??onnistui</translation>
     </message>
 </context>
 <context>
@@ -703,7 +703,7 @@
     <message>
         <location filename="../streamwidget.ui" line="14"/>
         <source>Form</source>
-        <translation type="unfinished"></translation>
+        <translation>Lomake</translation>
     </message>
     <message>
         <location filename="../streamwidget.ui" line="32"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pavucontrol-qt-1.0.0/src/translations/pavucontrol-qt_sv.ts 
new/pavucontrol-qt-1.1.0/src/translations/pavucontrol-qt_sv.ts
--- old/pavucontrol-qt-1.0.0/src/translations/pavucontrol-qt_sv.ts      
2021-11-05 11:22:29.000000000 +0100
+++ new/pavucontrol-qt-1.1.0/src/translations/pavucontrol-qt_sv.ts      
2022-04-16 15:49:55.000000000 +0200
@@ -428,7 +428,7 @@
         <location filename="../pavucontrol.cc" line="281"/>
         <location filename="../pavucontrol.cc" line="556"/>
         <source>Failed to initialize device restore extension: %s</source>
-        <translation type="unfinished"></translation>
+        <translation>Det gick inte att initiera 
enhets??terst??llningstill??gget: %s</translation>
     </message>
     <message>
         <location filename="../pavucontrol.cc" line="302"/>
@@ -439,7 +439,7 @@
         <location filename="../pavucontrol.cc" line="320"/>
         <location filename="../pavucontrol.cc" line="569"/>
         <source>Failed to initialize device manager extension: %s</source>
-        <translation type="unfinished"></translation>
+        <translation>Det gick inte att initiera enhetshanterartill??gget: 
%s</translation>
     </message>
     <message>
         <location filename="../pavucontrol.cc" line="339"/>
@@ -539,7 +539,7 @@
     <message>
         <location filename="../pavucontrol.cc" line="672"/>
         <source>Select a specific tab on load.</source>
-        <translation type="unfinished"></translation>
+        <translation>V??lj en specifik flik vid laddning.</translation>
     </message>
     <message>
         <location filename="../pavucontrol.cc" line="675"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pavucontrol-qt-1.0.0/src/translations/pavucontrol-qt_zh_TW.ts 
new/pavucontrol-qt-1.1.0/src/translations/pavucontrol-qt_zh_TW.ts
--- old/pavucontrol-qt-1.0.0/src/translations/pavucontrol-qt_zh_TW.ts   
2021-11-05 11:22:29.000000000 +0100
+++ new/pavucontrol-qt-1.1.0/src/translations/pavucontrol-qt_zh_TW.ts   
2022-04-16 15:49:55.000000000 +0200
@@ -281,7 +281,7 @@
     <message>
         <location filename="../mainwindow.ui" line="274"/>
         <source>All Except Monitors</source>
-        <translation>?????????????????????</translation>
+        <translation type="unfinished">?????????????????????</translation>
     </message>
     <message>
         <location filename="../mainwindow.ui" line="279"/>
@@ -296,7 +296,7 @@
     <message>
         <location filename="../mainwindow.ui" line="289"/>
         <source>Monitors</source>
-        <translation>?????????</translation>
+        <translation type="unfinished">?????????</translation>
     </message>
     <message>
         <location filename="../mainwindow.ui" line="298"/>

Reply via email to