Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qjackctl for openSUSE:Factory checked in at 2023-11-10 12:33:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qjackctl (Old) and /work/SRC/openSUSE:Factory/.qjackctl.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qjackctl" Fri Nov 10 12:33:36 2023 rev:49 rq:1124807 version:0.9.12 Changes: -------- --- /work/SRC/openSUSE:Factory/qjackctl/qjackctl.changes 2023-03-27 18:16:01.391025212 +0200 +++ /work/SRC/openSUSE:Factory/.qjackctl.new.17445/qjackctl.changes 2023-11-10 12:37:29.421742681 +0100 @@ -1,0 +2,21 @@ +Sat Sep 9 09:10:31 UTC 2023 - ecsos <ec...@opensuse.org> + +- Update to 0.9.12 + - Setup: disable Settings parameters altogether, except + frames/period (aka. buffer-size) if running in the so called + 'Active' pure-client mode (eg. under PipeWire's pw-jack + substitution). + - Connections: Fixed an old JACK client/ports aliases + malfunction, hopefully. + - Graph: Ctrl+left or middle-button click-dragging for panning, + is now a lot smoother, hopefully. + - Graph: Click-dragging with the mouse middle-button is now used + for panning only, not to start a selection anymore. + - Preppings to next development cycle (Qt >= 6.6) +- Changes from 0.9.11 + - Graph: Soft incremental bounds constraints now imposed to all + new and old nodes positioning. + - Prepping into the next development cycle (with Qt >= 6.5). +- Switch Tumbleweed to qt6. + +------------------------------------------------------------------- Old: ---- qjackctl-0.9.10.tar.gz New: ---- qjackctl-0.9.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qjackctl.spec ++++++ --- /var/tmp/diff_new_pack.eLxxCV/_old 2023-11-10 12:37:30.025765035 +0100 +++ /var/tmp/diff_new_pack.eLxxCV/_new 2023-11-10 12:37:30.025765035 +0100 @@ -17,8 +17,15 @@ # +# TODO: In wiki stands 1600, but this rise up an error in rpmlint: +# E: invalid-suse-version-check 1600. +%if 0%{?suse_version} > 1550 +%define with_qt6 1 +%else +%define with_qt6 0 +%endif Name: qjackctl -Version: 0.9.10 +Version: 0.9.12 Release: 0 Summary: Graphical User Interface to Control JACK Servers License: GPL-2.0-or-later @@ -30,6 +37,17 @@ BuildRequires: hicolor-icon-theme BuildRequires: pkgconfig BuildRequires: update-desktop-files +%if %{with_qt6} +BuildRequires: cmake(Qt6LinguistTools) +# TODO: Upstream use 6.6 +BuildRequires: pkgconfig(Qt6Core) >= 6.5 +BuildRequires: pkgconfig(Qt6DBus) +BuildRequires: pkgconfig(Qt6Gui) +BuildRequires: pkgconfig(Qt6Network) +BuildRequires: pkgconfig(Qt6Svg) +BuildRequires: pkgconfig(Qt6Widgets) +BuildRequires: pkgconfig(Qt6Xml) +%else BuildRequires: cmake(Qt5LinguistTools) BuildRequires: pkgconfig(Qt5Core) >= 5.2 BuildRequires: pkgconfig(Qt5DBus) @@ -39,6 +57,7 @@ BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5X11Extras) BuildRequires: pkgconfig(Qt5Xml) +%endif BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(jack) BuildRequires: pkgconfig(portaudio-2.0) @@ -61,12 +80,20 @@ sed -i '/^X-SuSE-translate/d' src/appdata/org.rncbc.%{name}.desktop %build +%if %{with_qt6} +%cmake -DCONFIG_QT6=1 +%else %cmake -DCONFIG_QT6=0 +%endif %cmake_build %install %cmake_install +%if %{with_qt6} +lrelease6 src/translations/* +%else lrelease-qt5 src/translations/* +%endif install -dm 0755 %{buildroot}%{_datadir}/%{name}/translations install -Dm 0644 src/translations/*.qm %{buildroot}%{_datadir}/%{name}/translations/ install -Dm 0644 src/man1/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 ++++++ qjackctl-0.9.10.tar.gz -> qjackctl-0.9.12.tar.gz ++++++ ++++ 15505 lines of diff (skipped)