Hello community, here is the log from the commit of package qjackctl for openSUSE:Factory checked in at 2014-04-03 17:15:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qjackctl (Old) and /work/SRC/openSUSE:Factory/.qjackctl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qjackctl" Changes: -------- --- /work/SRC/openSUSE:Factory/qjackctl/qjackctl.changes 2013-04-10 20:28:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.qjackctl.new/qjackctl.changes 2014-04-03 17:15:29.000000000 +0200 @@ -1,0 +2,16 @@ +Thu Mar 6 13:27:45 UTC 2014 - [email protected] + +- qjackctl-remove_absolute_path_from_exec_in_desktop-file.patch: + This patch removes the absolute path of the qjackctl binary from the desktop + file, that is in %{_datadir}/applications/%{name}.desktop + (This was not mentioned in the previous submission) + +------------------------------------------------------------------- +Fri Jan 03 09:47:35 UTC 2014 - [email protected] + +- update to 0.3.11: + * interface device selection is now unified, by moving the old '>' pop-up + menu into the customized combo-box drop-down list showing all available + card/device names and descriptions + +------------------------------------------------------------------- Old: ---- qjackctl-0.3.10.tar.gz New: ---- qjackctl-0.3.11.tar.gz qjackctl-remove_absolute_path_from_exec_in_desktop-file.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qjackctl.spec ++++++ --- /var/tmp/diff_new_pack.u0WucV/_old 2014-04-03 17:15:30.000000000 +0200 +++ /var/tmp/diff_new_pack.u0WucV/_new 2014-04-03 17:15:30.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package qjackctl # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: qjackctl -Version: 0.3.10 +Version: 0.3.11 Release: 0 Summary: Graphical User Interface to Control JACK Servers License: GPL-2.0+ @@ -26,6 +26,7 @@ Url: http://qjackctl.sf.net Source: http://prdownloads.sourceforge.net/qjackctl/qjackctl-%{version}.tar.gz Patch1: qjackctl-remove_build_timestamps.patch +Patch2: qjackctl-remove_absolute_path_from_exec_in_desktop-file.patch BuildRequires: alsa-devel BuildRequires: hicolor-icon-theme BuildRequires: libjack-devel @@ -49,6 +50,7 @@ %prep %setup -q %patch1 +%patch2 # fix up desktop file sed -i -e'/^X-SuSE-translate/d' src/qjackctl.desktop.in ++++++ qjackctl-0.3.10.tar.gz -> qjackctl-0.3.11.tar.gz ++++++ ++++ 19939 lines of diff (skipped) ++++++ qjackctl-remove_absolute_path_from_exec_in_desktop-file.patch ++++++ --- src/qjackctl.desktop.in.orig 2014-01-03 11:06:51.983538398 +0100 +++ src/qjackctl.desktop.in 2014-01-03 11:07:00.734543167 +0100 @@ -11,7 +11,7 @@ Comment[fr]=QjackCtl est une interface graphique Qt pour le kit de connexion audio JACK Comment[it]=QjackCtl è un'interfaccia di controllo per JACK basata su Qt Comment[ru]=Программа для управления звуковым сервером JACK -Exec=@ac_prefix@/bin/qjackctl +Exec=qjackctl Icon=qjackctl Categories=Audio;AudioVideo;Midi;X-Alsa;X-Jack;Qt; Terminal=false ++++++ qjackctl-remove_build_timestamps.patch ++++++ --- /var/tmp/diff_new_pack.u0WucV/_old 2014-04-03 17:15:30.000000000 +0200 +++ /var/tmp/diff_new_pack.u0WucV/_new 2014-04-03 17:15:30.000000000 +0200 @@ -1,10 +1,10 @@ ---- src/qjackctlAboutForm.cpp.orig 2012-05-18 23:25:07.479960557 +0200 -+++ src/qjackctlAboutForm.cpp 2012-05-18 23:25:14.041960325 +0200 +--- src/qjackctlAboutForm.cpp.orig 2014-01-03 11:05:53.392506575 +0100 ++++ src/qjackctlAboutForm.cpp 2014-01-03 11:06:02.533511527 +0100 @@ -45,7 +45,6 @@ - sText += "<b>" + tr(QJACKCTL_SUBTITLE) + "</b><br />\n"; - sText += "<br />\n"; - sText += tr("Version") + ": <b>" QJACKCTL_VERSION "</b><br />\n"; -- sText += tr("Build") + ": " __DATE__ " " __TIME__ "<br />\n"; + sText += "<b>" + tr(QJACKCTL_SUBTITLE) + "</b><br />\n"; + sText += "<br />\n"; + sText += tr("Version") + ": <b>" QJACKCTL_VERSION "</b><br />\n"; +- sText += tr("Build") + ": " __DATE__ " " __TIME__ "<br />\n"; #ifdef CONFIG_JACK_VERSION sText += "<br />\n"; sText += tr("Using: JACK %1").arg(jack_get_version_string()); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
