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-02-09 20:06:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uhd (Old) and /work/SRC/openSUSE:Factory/.uhd.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uhd" Sun Feb 9 20:06:38 2025 rev:43 rq:1244401 version:4.8.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/uhd/uhd.changes 2025-02-06 22:07:49.536051376 +0100 +++ /work/SRC/openSUSE:Factory/.uhd.new.2316/uhd.changes 2025-02-09 20:57:23.124531671 +0100 @@ -1,0 +2,5 @@ +Sat Feb 8 12:56:30 UTC 2025 - Wojciech Kazubski <w...@ire.pw.edu.pl> + +- Fix location of python examples + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uhd.spec ++++++ --- /var/tmp/diff_new_pack.XjPIvS/_old 2025-02-09 20:57:25.912646444 +0100 +++ /var/tmp/diff_new_pack.XjPIvS/_new 2025-02-09 20:57:25.928647102 +0100 @@ -191,14 +191,17 @@ ## Move documentation to the default docdir mkdir -p %{buildroot}%{_docdir}/uhd mv %{buildroot}%{_datadir}/doc/uhd %{buildroot}%{_docdir}/ + +## Move executable files to the default bindir mv %{buildroot}%{_libdir}/uhd/utils/*[!.rules] %{buildroot}%{_bindir} +%if 0%{?suse_version} >= 1600 +mv %{buildroot}%{_libdir}/uhd/examples/python/* %{buildroot}%{_bindir} +rm -R %{buildroot}%{_libdir}/uhd/examples/python +%endif mv %{buildroot}%{_libdir}/uhd/examples/* %{buildroot}%{_bindir} -#mv %{buildroot}%{_bindir}/python/* %{buildroot}%{_bindir} -#rm -R %{buildroot}%{_bindir}/python +rm -R %{buildroot}%{_libdir}/uhd/examples #mv %%{buildroot}%%{_libdir}/uhd/tests/*_test %%{buildroot}%%{_bindir} -# #rm -R %%{buildroot}%%{_libdir}/uhd/tests -#rm -R %%{buildroot}%%{_libdir}/uhd/examples # rm %{buildroot}%{_docdir}/uhd/LICENSE rm %{buildroot}%{_docdir}/uhd/README.md