File project.diff of Package qradiolink
--- qradiolink.changes.orig
+++ qradiolink.changes
@@ -1,4 +1,28 @@
-------------------------------------------------------------------
+Tue Feb 24 20:04:44 UTC 2026 - Martin Hauke <mardnh@gmx.de>
+
+- Update to Version 0.10.2-1
+ * Fix sample loss when tuning or changing gain with
+ liblimesuite>=22.09.
+ * Fix DMR timing loss in above conditions (BS and MS modes).
+ * Flowgraph no longer locked during gain changes with devices
+ other than LimeSDR.
+ * Wider correlation window in DMR DMO receiver.
+- Update to Version 0.10.1-1
+ * Packaging fixes.
+ * Fixed image scaling for HEIF codec.
+ * Added callsign to video stream.
+- Update to Version 0.10.0-1
+ * Updated video transceiver.
+ * Removed JPEG image encoding.
+ * Added more modern image codecs AVIF, HEIF, WEBP.
+ * Increased camera resolution to 640x480.
+ * Added new wide angle camera resolution 640x360.
+ * Video stream is no longer backwards compatible.
+ * Added new symbol rate 500k to the DQPSK modem.
+ * Some UI changes and fixes based on user feed-back.
+
+-------------------------------------------------------------------
Sat Apr 5 18:58:57 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.9.1-1
--- qradiolink.spec.orig
+++ qradiolink.spec
@@ -1,7 +1,7 @@
#
# spec file for package qradiolink
#
-# Copyright (c) 2017-2025, Martin Hauke <mardnh@gmx.de>
+# Copyright (c) 2017-2026, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,9 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-%define realver 0.9.1-1
+%define realver 0.10.2-1
Name: qradiolink
-Version: 0.9.1.1
+Version: 0.10.2.1
Release: 0
Summary: SDR TX/RX
License: GPL-3.0
@@ -26,15 +26,8 @@ URL: http://qradiolink.org
#Git-Clone: https://github.com/kantooon/qradiolink.git
Source: https://github.com/kantooon/%{name}/archive/%{realver}.tar.gz#/%{name}-%{realver}.tar.gz
Patch1: qradiolink-spdlog-use-external-fmt.patch
-Patch2: qradiolink-add-missing-include.patch
Patch3: qradiolink-fix-return-in-nonvoid-functions.patch
-%if 0%{?suse_version} > 1325
-BuildRequires: libboost_program_options-devel
-BuildRequires: libboost_system-devel
-BuildRequires: libboost_thread-devel
-%else
BuildRequires: boost-devel
-%endif
BuildRequires: gcc-c++
BuildRequires: gnuradio-devel
BuildRequires: libftdi0-devel
@@ -77,7 +70,7 @@ It can also be used as a SDR transceiver
%setup -q -n %{name}-%{realver}
%if 0%{?suse_version} > 1500
%patch -P 1 -p1
-%patch -P 2 -p1
+#%%patch -P 2 -p1
%endif
%patch -P 3 -p1
@@ -103,7 +96,7 @@ install -Dm0644 src/res/logo.png %{build
%files
%license LICENSE LICENSE.LGPL3 LICENSE.MIT
-%doc AUTHORS README.md docs/CONFIGURE
+%doc AUTHORS README.md
%{_bindir}/qradiolink
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png