Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package jaero for openSUSE:Factory checked 
in at 2026-01-12 10:21:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jaero (Old)
 and      /work/SRC/openSUSE:Factory/.jaero.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jaero"

Mon Jan 12 10:21:39 2026 rev:4 rq:1326392 version:1.0.4.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/jaero/jaero.changes      2021-08-25 
21:00:03.305015713 +0200
+++ /work/SRC/openSUSE:Factory/.jaero.new.1928/jaero.changes    2026-01-12 
10:31:12.653929606 +0100
@@ -1,0 +2,6 @@
+Fri Jan  9 16:26:29 UTC 2026 - Martin Hauke <[email protected]>
+
+- Add patch:
+  * jaero-fix-build-with-qcustomplot-qt5.patch
+
+-------------------------------------------------------------------

New:
----
  jaero-fix-build-with-qcustomplot-qt5.patch

----------(New B)----------
  New:- Add patch:
  * jaero-fix-build-with-qcustomplot-qt5.patch
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jaero.spec ++++++
--- /var/tmp/diff_new_pack.FkzIX6/_old  2026-01-12 10:31:14.742015281 +0100
+++ /var/tmp/diff_new_pack.FkzIX6/_new  2026-01-12 10:31:14.754015774 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package jaero
 #
-# Copyright (c) 2021 SUSE LLC
-# Copyright (c) 2017-2021, Martin Hauke <[email protected]>
+# Copyright (c) 2026 SUSE LLC and contributors
+# Copyright (c) 2017-2026, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,9 @@
 Source:         
https://github.com/jontio/JAERO/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.xz
 # Bundled JFFT is licenced under MIT
 Source1:        https://github.com/jontio/JFFT/archive/refs/heads/master.zip
+%if 0%{?suse_version} > 1600
+Patch0:         jaero-fix-build-with-qcustomplot-qt5.patch
+%endif
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libcorrect-devel
@@ -45,7 +48,7 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(libacars)
 BuildRequires:  pkgconfig(libzmq)
-BuildRequires:  pkgconfig(qcustomplot)
+BuildRequires:  pkgconfig(qcustomplot-qt5)
 BuildRequires:  pkgconfig(vorbis)
 Requires:       unzip
 
@@ -61,7 +64,7 @@
 RTL-SDR dongle.
 
 %prep
-%setup -q -n JAERO-%{version}
+%autosetup -p1 -n JAERO-%{version}
 unzip %{SOURCE1} && mv JFFT-master JFFT
 
 %build

++++++ jaero-fix-build-with-qcustomplot-qt5.patch ++++++
diff --git a/JAERO/JAERO.pro b/JAERO/JAERO.pro
index 442ff17..2e0ac60 100644
--- a/JAERO/JAERO.pro
+++ b/JAERO/JAERO.pro
@@ -135,7 +135,7 @@ win32 {
 LIBS += -lqcustomplot2 -llibzmq
 } else {
 #message("not windows")
-LIBS += -lqcustomplot -lzmq
+LIBS += -lqcustomplot-qt5 -lzmq
 }
 
 FORMS    += mainwindow.ui \

Reply via email to