Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kmix for openSUSE:Factory checked in at 2021-11-06 18:17:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmix (Old) and /work/SRC/openSUSE:Factory/.kmix.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmix" Sat Nov 6 18:17:02 2021 rev:118 rq:929342 version:21.08.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kmix/kmix.changes 2021-10-13 18:08:31.783504370 +0200 +++ /work/SRC/openSUSE:Factory/.kmix.new.1890/kmix.changes 2021-11-06 18:20:17.516955924 +0100 @@ -1,0 +2,10 @@ +Tue Nov 2 21:34:10 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 21.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.08.3/ +- Changes since 21.08.2: + * Fix crash by adding missing initialize part for KToggleAction + +------------------------------------------------------------------- Old: ---- kmix-21.08.2.tar.xz kmix-21.08.2.tar.xz.sig New: ---- kmix-21.08.3.tar.xz kmix-21.08.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmix.spec ++++++ --- /var/tmp/diff_new_pack.QPwRLy/_old 2021-11-06 18:20:17.932956154 +0100 +++ /var/tmp/diff_new_pack.QPwRLy/_new 2021-11-06 18:20:17.932956154 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kmix -Version: 21.08.2 +Version: 21.08.3 Release: 0 Summary: Sound Mixer License: GPL-2.0-or-later ++++++ kmix-21.08.2.tar.xz -> kmix-21.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmix-21.08.2/CMakeLists.txt new/kmix-21.08.3/CMakeLists.txt --- old/kmix-21.08.2/CMakeLists.txt 2021-10-05 07:38:01.000000000 +0200 +++ new/kmix-21.08.3/CMakeLists.txt 2021-11-02 01:10:34.000000000 +0100 @@ -3,7 +3,7 @@ # KDE Applications version, managed by release script. set(RELEASE_SERVICE_VERSION_MAJOR "21") set(RELEASE_SERVICE_VERSION_MINOR "08") -set(RELEASE_SERVICE_VERSION_MICRO "2") +set(RELEASE_SERVICE_VERSION_MICRO "3") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") set(KMIX_VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmix-21.08.2/desktop/kmix_autostart.desktop new/kmix-21.08.3/desktop/kmix_autostart.desktop --- old/kmix-21.08.2/desktop/kmix_autostart.desktop 2021-10-05 00:20:18.000000000 +0200 +++ new/kmix-21.08.3/desktop/kmix_autostart.desktop 2021-11-01 18:16:56.000000000 +0100 @@ -27,6 +27,7 @@ GenericName[fr]=Console de mixage GenericName[ga]=Meascth??ir Fuaime GenericName[gl]=Mesturador de son +GenericName[hsb]=Zwukowy mikser GenericName[hu]=Hangkever?? GenericName[ia]=Miscitor de sono GenericName[id]=Mixer Suara @@ -79,6 +80,7 @@ Name[fr]=KMix Name[ga]=KMix Name[gl]=KMix +Name[hsb]=KMix Name[hu]=KMix Name[ia]=KMix Name[id]=KMix diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmix-21.08.2/desktop/kmixctrl_restore.desktop new/kmix-21.08.3/desktop/kmixctrl_restore.desktop --- old/kmix-21.08.2/desktop/kmixctrl_restore.desktop 2021-10-05 00:20:18.000000000 +0200 +++ new/kmix-21.08.3/desktop/kmixctrl_restore.desktop 2021-11-01 18:16:56.000000000 +0100 @@ -17,6 +17,7 @@ Name[fr]=Restaurer la configuration du mixage Name[ga]=Athch??irigh Socruithe an Mheascth??ra Name[gl]=Restaurar os par??metros do mesturador +Name[hsb]=Nastajenja miksera zaso namaka?? Name[hu]=Kever??be??ll??t??sok vissza??ll??t??sa Name[ia]=Restabili preferentias de Mixer Name[id]=Kembalikan Pengaturan Mixer diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmix-21.08.2/desktop/org.kde.kmix.appdata.xml new/kmix-21.08.3/desktop/org.kde.kmix.appdata.xml --- old/kmix-21.08.2/desktop/org.kde.kmix.appdata.xml 2021-10-05 00:20:18.000000000 +0200 +++ new/kmix-21.08.3/desktop/org.kde.kmix.appdata.xml 2021-11-01 18:16:56.000000000 +0100 @@ -130,9 +130,9 @@ </provides> <project_group>KDE</project_group> <releases> + <release version="21.08.3" date="2021-11-04"/> <release version="21.08.2" date="2021-10-07"/> <release version="21.08.1" date="2021-09-02"/> <release version="21.08.0" date="2021-08-12"/> - <release version="21.04.3" date="2021-07-08"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmix-21.08.2/desktop/org.kde.kmix.desktop new/kmix-21.08.3/desktop/org.kde.kmix.desktop --- old/kmix-21.08.2/desktop/org.kde.kmix.desktop 2021-10-05 00:20:18.000000000 +0200 +++ new/kmix-21.08.3/desktop/org.kde.kmix.desktop 2021-11-01 18:16:56.000000000 +0100 @@ -22,6 +22,7 @@ GenericName[fr]=Console de mixage GenericName[ga]=Meascth??ir Fuaime GenericName[gl]=Mesturador de son +GenericName[hsb]=Zwukowy mikser GenericName[hu]=Hangkever?? GenericName[ia]=Miscitor de sono GenericName[id]=Mixer Suara @@ -74,6 +75,7 @@ Name[fr]=KMix Name[ga]=KMix Name[gl]=KMix +Name[hsb]=KMix Name[hu]=KMix Name[ia]=KMix Name[id]=KMix @@ -120,6 +122,7 @@ Comment[eu]=Soinuaren bolumena agintzen du Comment[fi]=S????d?? ????nenvoimakkuuksia Comment[fr]=Volumes de contr??les de sons +Comment[hsb]=Rjadowanje w??tros??e Comment[ia]=Controla volumines de sono Comment[it]=Controlla i volumi sonori Comment[ko]=?????? ?????? ?????? diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmix-21.08.2/gui/kmixdockwidget.cpp new/kmix-21.08.3/gui/kmixdockwidget.cpp --- old/kmix-21.08.2/gui/kmixdockwidget.cpp 2021-10-05 00:20:18.000000000 +0200 +++ new/kmix-21.08.3/gui/kmixdockwidget.cpp 2021-11-01 18:16:56.000000000 +0100 @@ -56,6 +56,7 @@ , _oldPixmapType('-') , _kmixMainWindow(parent) , _delta(0) + , _dockMuteAction(nullptr) { setToolTipIconByName("kmix"); setTitle(i18n("Volume Control")); @@ -88,7 +89,7 @@ ControlManager::Volume|ControlManager::MasterChanged, this, QString("KMixDockWidget")); - + // Refresh in all cases. When there is no global master we still need // to initialize correctly (e.g. for showing 0% or hiding it) refreshVolumeLevels(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmix-21.08.2/po/ca/kmix.po new/kmix-21.08.3/po/ca/kmix.po --- old/kmix-21.08.2/po/ca/kmix.po 2021-10-05 07:38:01.000000000 +0200 +++ new/kmix-21.08.3/po/ca/kmix.po 2021-11-02 01:10:34.000000000 +0100 @@ -2,7 +2,7 @@ # Copyright (C) 1999-2021 This_file_is_part_of_KDE # # Sebasti?? Pla i Sanz <[email protected]>, 1999, 2004. -# Josep Ma. Ferrer <[email protected]>, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021. +# Josep M. Ferrer <[email protected]>, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021. # Albert Astals Cid <[email protected]>, 2004, 2005. # Joan Maspons <[email protected]>, 2009. # Manuel Tortosa <[email protected]>, 2010, 2011. @@ -12,7 +12,7 @@ "Project-Id-Version: kmix\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-08-25 01:40+0000\n" -"PO-Revision-Date: 2021-09-12 20:57+0200\n" +"PO-Revision-Date: 2021-10-31 23:04+0100\n" "Last-Translator: Josep M. Ferrer <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca\n" @@ -26,7 +26,7 @@ #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Sebasti?? Pla i Sanz,Josep Ma. Ferrer,Joan Maspons Ventura" +msgstr "Sebasti?? Pla i Sanz,Josep M. Ferrer,Joan Maspons Ventura" #, kde-format msgctxt "EMAIL OF TRANSLATORS" @@ -797,7 +797,7 @@ "<para>Aqu?? es pot seleccionar el dispositiu mestre de so (si n'hi ha m??s " "d'un) i el seu canal mestre.</para><para>El canal mestre ??s que est?? afectat " "pel control de volum de la safata del sistema, les tecles de drecera global " -"de pujar/baixar el volum i silenci, i l'acci?? de <interface>Silencia</" +"de apujar/abaixar el volum i silenci, i l'acci?? de <interface>Silencia</" "interface> al men?? emergent de la safata del sistema.</para>" #: gui/dialogselectmaster.cpp:203 @@ -1198,7 +1198,7 @@ #: gui/viewdockareapopup.cpp:443 #, kde-format msgid "Show the full mixer window" -msgstr "Mostra la finestra del mesclador completa" +msgstr "Mostra la finestra completa del mesclador" #: gui/viewdockareapopup.cpp:475 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmix-21.08.2/po/ca@valencia/kmix.po new/kmix-21.08.3/po/ca@valencia/kmix.po --- old/kmix-21.08.2/po/ca@valencia/kmix.po 2021-10-05 07:38:01.000000000 +0200 +++ new/kmix-21.08.3/po/ca@valencia/kmix.po 2021-11-02 01:10:34.000000000 +0100 @@ -2,7 +2,7 @@ # Copyright (C) 1999-2021 This_file_is_part_of_KDE # # Sebasti?? Pla i Sanz <[email protected]>, 1999, 2004. -# Josep Ma. Ferrer <[email protected]>, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021. +# Josep M. Ferrer <[email protected]>, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021. # Albert Astals Cid <[email protected]>, 2004, 2005. # Joan Maspons <[email protected]>, 2009. # Manuel Tortosa <[email protected]>, 2010, 2011. @@ -26,7 +26,7 @@ #, kde-format msgctxt "NAME OF TRANSLATORS" msgid "Your names" -msgstr "Sebasti?? Pla i Sanz,Josep Ma. Ferrer,Joan Maspons Ventura" +msgstr "Sebasti?? Pla i Sanz,Josep M. Ferrer,Joan Maspons Ventura" #, kde-format msgctxt "EMAIL OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmix-21.08.2/po/zh_CN/kmix.po new/kmix-21.08.3/po/zh_CN/kmix.po --- old/kmix-21.08.2/po/zh_CN/kmix.po 2021-10-05 07:38:01.000000000 +0200 +++ new/kmix-21.08.3/po/zh_CN/kmix.po 2021-11-02 01:10:34.000000000 +0100 @@ -23,7 +23,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-08-25 01:40+0000\n" -"PO-Revision-Date: 2021-09-27 13:10\n" +"PO-Revision-Date: 2021-10-29 13:27\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
