Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package uhd for openSUSE:Factory checked in at 2025-07-10 22:12:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uhd (Old) and /work/SRC/openSUSE:Factory/.uhd.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uhd" Thu Jul 10 22:12:09 2025 rev:46 rq:1291595 version:4.8.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/uhd/uhd.changes 2025-05-27 18:42:41.849832018 +0200 +++ /work/SRC/openSUSE:Factory/.uhd.new.7373/uhd.changes 2025-07-10 22:12:13.847920603 +0200 @@ -1,0 +2,6 @@ +Wed Jul 9 08:53:02 UTC 2025 - Wojciech Kazubski <w...@ire.pw.edu.pl> + +- Add uhd-fix-build-gcc15.patch to allow building with latest gcc +- Fix build far Factory_ARM + +------------------------------------------------------------------- New: ---- uhd-fix-build-gcc15.patch ----------(New B)---------- New: - Add uhd-fix-build-gcc15.patch to allow building with latest gcc - Fix build far Factory_ARM ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uhd.spec ++++++ --- /var/tmp/diff_new_pack.PEDd0N/_old 2025-07-10 22:12:15.067971346 +0200 +++ /var/tmp/diff_new_pack.PEDd0N/_new 2025-07-10 22:12:15.071971512 +0200 @@ -28,6 +28,7 @@ Patch0: reproducible.patch # PATCH_FIX_UPSTREAM uhd-new-boost.patch -- https://github.com/EttusResearch/uhd/commit/2725c664ce617ec949670d449fe6172b7661a3bd Patch1: uhd-new-boost.patch +Patch2: uhd-fix-build-gcc15.patch BuildRequires: cmake >= 3.5 BuildRequires: docutils @@ -187,9 +188,11 @@ ## Move executable files to the default bindir mv %{buildroot}%{_libdir}/uhd/utils/*[!.rules] %{buildroot}%{_bindir} %if 0%{?suse_version} >= 1600 +%ifnarch armv7hl mv %{buildroot}%{_libdir}/uhd/examples/python/* %{buildroot}%{_bindir} rm -R %{buildroot}%{_libdir}/uhd/examples/python %endif +%endif mv %{buildroot}%{_libdir}/uhd/examples/* %{buildroot}%{_bindir} rm -R %{buildroot}%{_libdir}/uhd/examples #mv %%{buildroot}%%{_libdir}/uhd/tests/*_test %%{buildroot}%%{_bindir} @@ -234,9 +237,11 @@ %if 0%{?suse_version} >= 1600 %files -n python3-%{name} +%ifnarch armv7hl %{python3_sitearch}/uhd %{python3_sitearch}/usrp_mpm %endif +%endif %files udev %{_udevrulesdir}/10-usrp-uhd.rules ++++++ uhd-fix-build-gcc15.patch ++++++ diff -up uhd-4.8.0.0/host/include/uhd/features/ref_clk_calibration_iface.hpp.aaaa uhd-4.8.0.0/host/include/uhd/features/ref_clk_calibration_iface.hpp --- uhd-4.8.0.0/host/include/uhd/features/ref_clk_calibration_iface.hpp.aaaa 2025-01-27 15:59:07.000000000 +0100 +++ uhd-4.8.0.0/host/include/uhd/features/ref_clk_calibration_iface.hpp 2025-07-09 10:19:34.445145887 +0200 @@ -9,6 +9,7 @@ #include <uhd/config.hpp> #include <uhd/features/discoverable_feature.hpp> #include <memory> +#include <cstdint> namespace uhd { namespace features { diff -up uhd-4.8.0.0/host/lib/include/uhdlib/usrp/dboard/fbx/fbx_constants.hpp.aaaa uhd-4.8.0.0/host/lib/include/uhdlib/usrp/dboard/fbx/fbx_constants.hpp --- uhd-4.8.0.0/host/lib/include/uhdlib/usrp/dboard/fbx/fbx_constants.hpp.aaaa 2025-07-09 10:23:04.637270250 +0200 +++ uhd-4.8.0.0/host/lib/include/uhdlib/usrp/dboard/fbx/fbx_constants.hpp 2025-07-09 10:24:20.394718198 +0200 @@ -10,6 +10,7 @@ #include <unordered_map> #include <array> #include <cstddef> +#include <cstdint> #include <cstring> #include <list> #include <map>