File project.diff of Package uhd
--- uhd.changes.orig
+++ uhd.changes
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Mon Sep 29 12:39:37 UTC 2025 - Martin Hauke <mardnh@gmx.de>
+
+- libboost_system was removed upstream.
+- Add patch:
+ * uhd-boost.patch
+
+-------------------------------------------------------------------
Sat Sep 6 15:15:46 UTC 2025 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- Update to version 4.9.0.0
--- uhd.spec.orig
+++ uhd.spec
@@ -1,7 +1,7 @@
#
# spec file for package uhd
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,9 @@ URL: https://files.ettus.com/
Source0: https://github.com/EttusResearch/uhd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: https://github.com/EttusResearch/uhd/releases/download/v%{version}/uhd-images_%{version}.tar.xz
Patch0: reproducible.patch
-
+%if 0%{?suse_version} >= 1600
+Patch1: uhd-boost.patch
+%endif
BuildRequires: cmake >= 3.5
BuildRequires: docutils
BuildRequires: doxygen
@@ -44,13 +46,21 @@ BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(udev)
Requires: udev
+%if 0%{?suse_version} > 1325
+BuildRequires: libboost_chrono-devel
+BuildRequires: libboost_date_time-devel
BuildRequires: libboost_filesystem-devel
BuildRequires: libboost_program_options-devel
BuildRequires: libboost_regex-devel
BuildRequires: libboost_serialization-devel
-BuildRequires: libboost_system-devel
BuildRequires: libboost_test-devel
+%if 0%{?suse_version} < 1600
+BuildRequires: libboost_system-devel
+%endif
BuildRequires: libboost_thread-devel
+%else
+BuildRequires: boost-devel
+%endif
%description
The UHD is the "Universal Software Radio Peripheral" hardware driver.