Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qjackctl for openSUSE:Factory checked in at 2021-08-01 21:51:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qjackctl (Old) and /work/SRC/openSUSE:Factory/.qjackctl.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qjackctl" Sun Aug 1 21:51:41 2021 rev:42 rq:909549 version:0.9.4 Changes: -------- --- /work/SRC/openSUSE:Factory/qjackctl/qjackctl.changes 2021-05-12 19:33:15.958789835 +0200 +++ /work/SRC/openSUSE:Factory/.qjackctl.new.1899/qjackctl.changes 2021-08-01 21:51:53.675217905 +0200 @@ -1,0 +2,12 @@ +Sat Jul 31 16:08:21 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 0.9.4: + * All builds default to Qt6 (Qt >= 6.1) where available. + * CMake is now the official build system. + +------------------------------------------------------------------- +Thu May 28 06:56:42 UTC 2021 - Mark Trompell <[email protected]> + +- Add pipewire-libjack-0_3 as an alternative requirement + +------------------------------------------------------------------- Old: ---- qjackctl-0.9.3.tar.gz New: ---- qjackctl-0.9.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qjackctl.spec ++++++ --- /var/tmp/diff_new_pack.Jcfnna/_old 2021-08-01 21:51:55.247216055 +0200 +++ /var/tmp/diff_new_pack.Jcfnna/_new 2021-08-01 21:51:55.247216055 +0200 @@ -18,14 +18,13 @@ Name: qjackctl -Version: 0.9.3 +Version: 0.9.4 Release: 0 Summary: Graphical User Interface to Control JACK Servers License: GPL-2.0-or-later Group: Productivity/Multimedia/Sound/Utilities -URL: http://qjackctl.sf.net -Source: http://prdownloads.sourceforge.net/qjackctl/qjackctl-%{version}.tar.gz -BuildRequires: automake +URL: https://qjackctl.sourceforge.io/ +Source: https://download.sourceforge.net/qjackctl/qjackctl-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme @@ -42,7 +41,7 @@ BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(jack) BuildRequires: pkgconfig(portaudio-2.0) -Requires: jack +Requires: (jack or pipewire-libjack-0_3) Recommends: %{name}-lang %description @@ -61,13 +60,11 @@ sed -i '/^X-SuSE-translate/d' src/%{name}.desktop %build -./autogen.sh -%configure -%qmake5 -%make_jobs +%cmake -DCONFIG_QT6=0 +%cmake_build %install -%qmake5_install +%cmake_install lrelease-qt5 src/translations/* install -dm 0755 %{buildroot}%{_datadir}/%{name}/translations install -Dm 0644 src/translations/*.qm %{buildroot}%{_datadir}/%{name}/translations/ @@ -86,11 +83,12 @@ %{_datadir}/icons/hicolor/32x32/apps/%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_datadir}/metainfo/%{name}.appdata.xml -%doc %{_mandir}/man?/%{name}.* +%{_mandir}/man?/%{name}.* %files lang %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/translations %{_datadir}/%{name}/translations/%{name}_*.qm +%{_mandir}/fr/man?/%{name}.* %changelog ++++++ qjackctl-0.9.3.tar.gz -> qjackctl-0.9.4.tar.gz ++++++ ++++ 5495 lines of diff (skipped)
