Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wfview for openSUSE:Factory checked in at 2026-01-17 14:56:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wfview (Old) and /work/SRC/openSUSE:Factory/.wfview.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wfview" Sat Jan 17 14:56:37 2026 rev:4 rq:1327740 version:2.11 Changes: -------- --- /work/SRC/openSUSE:Factory/wfview/wfview.changes 2025-06-13 18:46:31.905484007 +0200 +++ /work/SRC/openSUSE:Factory/.wfview.new.1928/wfview.changes 2026-01-17 14:57:22.825778440 +0100 @@ -1,0 +2,7 @@ +Sat Jan 10 18:25:08 UTC 2026 - Wojciech Kazubski <[email protected]> + +- Use Qt6 for Tumbleweed and Leap 16 +- Add a patch wfview-add-qcustomplot-library-name.patch with a name + of Qt6 version of qcustomplot library + +------------------------------------------------------------------- New: ---- wfview-add-qcustomplot-library-name.patch ----------(New B)---------- New:- Use Qt6 for Tumbleweed and Leap 16 - Add a patch wfview-add-qcustomplot-library-name.patch with a name of Qt6 version of qcustomplot library ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wfview.spec ++++++ --- /var/tmp/diff_new_pack.APVTqg/_old 2026-01-17 14:57:24.693856912 +0100 +++ /var/tmp/diff_new_pack.APVTqg/_new 2026-01-17 14:57:24.717857920 +0100 @@ -15,6 +15,11 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%if 0%{?suse_version} >= 1600 +%define with_qt6 1 +%else +%define with_qt6 0 +%endif Name: wfview Version: 2.11 @@ -24,18 +29,31 @@ Group: Productivity/Hamradio/Other URL: https://wfview.org/ Source: https://gitlab.com/eliggett/%{name}/-/archive/v%{version}/%{name}-v%{version}.tar.bz2 +Patch0: wfview-add-qcustomplot-library-name.patch BuildRequires: eigen3-devel BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: libhidapi-devel BuildRequires: libopus-devel +%if 0%{with_qt6} +BuildRequires: qt6-multimedia-devel +BuildRequires: qt6-printsupport-devel +BuildRequires: qt6-serialport-devel +BuildRequires: qt6-websockets-devel +BuildRequires: qt6-xml-devel +%else BuildRequires: libqt5-qtbase-devel BuildRequires: libqt5-qtgamepad-devel BuildRequires: libqt5-qtmultimedia-devel BuildRequires: libqt5-qtserialport-devel BuildRequires: libqt5-qtwebsockets-devel +%endif BuildRequires: portaudio-devel +%if 0%{with_qt6} +BuildRequires: qcustomplot-qt6-devel +%else BuildRequires: qcustomplot-devel +%endif BuildRequires: rtaudio-devel BuildRequires: update-desktop-files Requires: hicolor-icon-theme @@ -51,7 +69,11 @@ %autosetup -p1 -n %{name}-v%{version} %build +%if 0%{with_qt6} +%qmake6 \ +%else %qmake5 \ +%endif %{name}.pro \ PREFIX=%{_prefix} \ %{nil} ++++++ wfview-add-qcustomplot-library-name.patch ++++++ diff -up wfview-v2.11/wfview.pro.aaaa wfview-v2.11/wfview.pro --- wfview-v2.11/wfview.pro.aaaa 2025-05-11 01:12:46.000000000 +0200 +++ wfview-v2.11/wfview.pro 2026-01-10 09:30:11.992238855 +0100 @@ -180,6 +180,7 @@ CONFIG(debug, release|debug) { linux:LIBS += $$system("/sbin/ldconfig -p | awk '/libQCustomPlotdQt6.so/ {print \"-lQCustomPlotdQt6\"}'") linux:LIBS += $$system("/sbin/ldconfig -p | awk '/libqcustomplotd2qt6.so/ {print \"-lqcustomplotd2qt6\"}'") linux:LIBS += $$system("/sbin/ldconfig -p | awk '/libqcustomplotdqt6.so/ {print \"-lqcustomplotdqt6\"}'") + linux:LIBS += $$system("/sbin/ldconfig -p | awk '/libqcustomplot-qt6.so/ {print \"-lqcustomplot-qt6\"}'") } win32 { @@ -221,6 +222,7 @@ CONFIG(debug, release|debug) { linux:LIBS += $$system("/sbin/ldconfig -p | awk '/libQCustomPlotQt6.so/ {print \"-lQCustomPlotQt6\"}'") linux:LIBS += $$system("/sbin/ldconfig -p | awk '/libqcustomplot2qt6.so/ {print \"-lqcustomplot2qt6\"}'") linux:LIBS += $$system("/sbin/ldconfig -p | awk '/libqcustomplotqt6.so/ {print \"-lqcustomplotqt6\"}'") + linux:LIBS += $$system("/sbin/ldconfig -p | awk '/libqcustomplot-qt6.so/ {print \"-lqcustomplot-qt6\"}'") } win32 { contains(QMAKE_TARGET.arch, x86_64) {
