Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libxtrx for openSUSE:Factory checked in at 2021-07-26 17:38:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libxtrx (Old) and /work/SRC/openSUSE:Factory/.libxtrx.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libxtrx" Mon Jul 26 17:38:00 2021 rev:5 rq:907114 version:0.0.0+git.20201202 Changes: -------- --- /work/SRC/openSUSE:Factory/libxtrx/libxtrx.changes 2020-12-12 20:36:13.442093663 +0100 +++ /work/SRC/openSUSE:Factory/.libxtrx.new.1899/libxtrx.changes 2021-07-26 17:38:16.094081727 +0200 @@ -1,0 +2,7 @@ +Thu Jul 15 15:21:28 UTC 2021 - Wojciech Kazubski <w...@ire.pw.edu.pl> + +- Builds with SoapySDR 0.8 +- Patch 0001-Fix-test_xtrx_soapy-build-issue.patch removed (not + needed for build now) + +------------------------------------------------------------------- Old: ---- 0001-Fix-test_xtrx_soapy-build-issue.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxtrx.spec ++++++ --- /var/tmp/diff_new_pack.vl0fo6/_old 2021-07-26 17:38:16.706080992 +0200 +++ /var/tmp/diff_new_pack.vl0fo6/_new 2021-07-26 17:38:16.706080992 +0200 @@ -1,7 +1,7 @@ # # spec file for package libxtrx # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020-2021 SUSE LLC # Copyright (c) 2017-2020, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %define sover 0 %define libname libxtrx%{sover} -%define soapy_modver 0.7 +%define soapy_modver 0.8 %define soapy_modname soapysdr%{soapy_modver}-module-xtrx Name: libxtrx @@ -31,8 +31,6 @@ URL: http://xtrx.io #Git-Clone: https://github.com/xtrx-sdr/libxtrx.git Source: %{name}-%{version}.tar.xz -# We are still using SoapySDR ABI 0.7 (revert change for ABI 0.8 comapatibility) -Patch0: 0001-Fix-test_xtrx_soapy-build-issue.patch Patch1: 0001-Fix-CMake-FindQCustomPlot.patch BuildRequires: cmake BuildRequires: gcc-c++ @@ -47,14 +45,14 @@ BuildRequires: pkgconfig(libxtrxll) %description -High level XTRX API. +High level API for XTRX software defined radio frontends. %package -n %{libname} Summary: High level XTRX API Group: System/Libraries %description -n %{libname} -High level XTRX API. +High level API for XTRX software defined radio frontends. %package devel Summary: Development files for libxtrx @@ -85,7 +83,6 @@ %prep %setup -q -%patch0 -p1 -R %patch1 -p1 %build @@ -104,7 +101,7 @@ %install %cmake_install install -d %{buildroot}/%{_bindir} -#install -m 0755 build/examples/xtrx_fft/mainwindow %{buildroot}/%{_bindir}/xtrx_fft +#install -m 0755 build/examples/xtrx_fft/mainwindow %%{buildroot}/%%{_bindir}/xtrx_fft mv %{buildroot}/%{_libdir}/xtrx/xtrx_fft %{buildroot}/%{_bindir}/xtrx_fft mv %{buildroot}/%{_libdir}/xtrx/test_xtrx %{buildroot}/%{_bindir}/test_xtrx mv build/soapy/test_xtrx_soapy %{buildroot}/%{_bindir}/test_xtrx_soapy