Hello community, here is the log from the commit of package kmix for openSUSE:Factory checked in at 2014-06-19 13:16:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmix (Old) and /work/SRC/openSUSE:Factory/.kmix.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmix" Changes: -------- --- /work/SRC/openSUSE:Factory/kmix/kmix.changes 2014-05-22 06:51:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kmix.new/kmix.changes 2014-06-19 13:16:39.000000000 +0200 @@ -1,0 +2,7 @@ +Sun Jun 8 18:37:36 UTC 2014 - [email protected] + +- Update to 4.13.2 + * KDE 4.13 release + * See http://www.kde.org/announcements/announce-4.13.2.php + +------------------------------------------------------------------- Old: ---- kmix-4.13.1.tar.xz New: ---- kmix-4.13.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmix.spec ++++++ --- /var/tmp/diff_new_pack.iR6E0D/_old 2014-06-19 13:16:40.000000000 +0200 +++ /var/tmp/diff_new_pack.iR6E0D/_new 2014-06-19 13:16:40.000000000 +0200 @@ -27,7 +27,7 @@ License: GPL-2.0+ Group: Productivity/Multimedia/Sound/Mixers Url: http://www.kde.org -Version: 4.13.1 +Version: 4.13.2 Release: 0 Source0: %{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE Who-needs-event-slider.patch -- since KNotify will no longer be able pretending it can ++++++ kmix-4.13.1.tar.xz -> kmix-4.13.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmix-4.13.1/core/mixertoolbox.cpp new/kmix-4.13.2/core/mixertoolbox.cpp --- old/kmix-4.13.1/core/mixertoolbox.cpp 2014-05-04 09:34:55.000000000 +0200 +++ new/kmix-4.13.2/core/mixertoolbox.cpp 2014-05-17 21:24:36.000000000 +0200 @@ -285,7 +285,7 @@ if ( multipleDriversActive ) { // this will only be possible by hacking the config-file, as it will not be officially supported - ref_hwInfoString += "\nExperimental multiple-Driver mode activated"; + ref_hwInfoString.append("\n").append(i18n("Experimental multiple-Driver mode activated")); QString allDrivermatch("*"); KMixDeviceManager::instance()->setHotpluggingBackends(allDrivermatch); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kmix-4.13.1/gui/kmixprefdlg.cpp new/kmix-4.13.2/gui/kmixprefdlg.cpp --- old/kmix-4.13.1/gui/kmixprefdlg.cpp 2014-05-04 09:34:55.000000000 +0200 +++ new/kmix-4.13.2/gui/kmixprefdlg.cpp 2014-05-17 21:24:36.000000000 +0200 @@ -202,7 +202,7 @@ // [CONFIG] m_volumeOverdrive = new QCheckBox(i18n("Volume Overdrive"), m_generalTab); - addWidgetToLayout(m_volumeOverdrive, layout, 10, "Raise volume maximum to 150% (PulseAudio only)", "VolumeOverdrive"); + addWidgetToLayout(m_volumeOverdrive, layout, 10, i18nc("@info:tooltip", "Raise volume maximum to 150% (PulseAudio only)"), "VolumeOverdrive"); volumeOverdriveWarning = new QLabel(i18n("You must restart KMix for this setting to take effect."), m_generalTab); volumeOverdriveWarning->setEnabled(false); addWidgetToLayout(volumeOverdriveWarning, layout, 20, "", ""); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
