Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libxtrx for openSUSE:Factory checked in at 2026-01-12 10:21:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libxtrx (Old) and /work/SRC/openSUSE:Factory/.libxtrx.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libxtrx" Mon Jan 12 10:21:37 2026 rev:9 rq:1326389 version:0.0.0+git.20201202 Changes: -------- --- /work/SRC/openSUSE:Factory/libxtrx/libxtrx.changes 2025-05-30 17:23:37.919043552 +0200 +++ /work/SRC/openSUSE:Factory/.libxtrx.new.1928/libxtrx.changes 2026-01-12 10:31:09.037781235 +0100 @@ -1,0 +2,6 @@ +Fri Jan 9 16:41:18 UTC 2026 - Martin Hauke <[email protected]> + +- Use %ldconfig_scriptlets +- xtrx_fft fails to build on TW, disable for now. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxtrx.spec ++++++ --- /var/tmp/diff_new_pack.JHsk7h/_old 2026-01-12 10:31:11.449880204 +0100 +++ /var/tmp/diff_new_pack.JHsk7h/_new 2026-01-12 10:31:11.473881189 +0100 @@ -1,8 +1,8 @@ # # spec file for package libxtrx # -# Copyright (c) 2020-2021 SUSE LLC -# Copyright (c) 2017-2020, 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 @@ -102,12 +102,13 @@ %cmake_install install -d %{buildroot}/%{_bindir} #install -m 0755 build/examples/xtrx_fft/mainwindow %%{buildroot}/%%{_bindir}/xtrx_fft +%if 0%{?suse_version} < 1699 mv %{buildroot}/%{_libdir}/xtrx/xtrx_fft %{buildroot}/%{_bindir}/xtrx_fft +%endif mv %{buildroot}/%{_libdir}/xtrx/test_xtrx %{buildroot}/%{_bindir}/test_xtrx mv build/soapy/test_xtrx_soapy %{buildroot}/%{_bindir}/test_xtrx_soapy -%post -n %{libname} -p /sbin/ldconfig -%postun -n %{libname} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{libname} %files -n %{libname} %license LICENSE @@ -127,5 +128,7 @@ %files -n xtrx-tools %{_bindir}/test_xtrx %{_bindir}/test_xtrx_soapy +%if 0%{?suse_version} < 1699 %{_bindir}/xtrx_fft +%endif
