From c11e5b5d190be7c33046ad17722adcf5c389dd5e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:24:15 +0100 Subject: [PATCH] rebuilt with gnuradio 3.10.5.0 and spdlog 1.11.0 [release 0.2.4-2mamba;Sun Jan 22 2023] --- gr-osmosdr.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/gr-osmosdr.spec b/gr-osmosdr.spec index 777e9fd..104fa3b 100644 --- a/gr-osmosdr.spec +++ b/gr-osmosdr.spec @@ -1,6 +1,6 @@ Name: gr-osmosdr -Version: 0.2.3 -Release: 1mamba +Version: 0.2.4 +Release: 2mamba Summary: GNU Radio block for interfacing with various radio hardware Group: Applications/Communication Vendor: openmamba @@ -18,12 +18,13 @@ BuildRequires: libgmp-cxx-devel BuildRequires: libgmp-devel BuildRequires: libgnuradio-devel BuildRequires: librtlsdr-devel -BuildRequires: libsndfile-devel BuildRequires: libspdlog-devel BuildRequires: libstdc++6-devel BuildRequires: libvolk-devel ## AUTOBUILDREQ-END BuildRequires: cmake +BuildRequires: libgnuradio-devel >= 3.10.5.0 +BuildRequires: libspdlog-devel >= 1.11.0 Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} %description @@ -51,7 +52,7 @@ This package contains libraries and header files for developing applications tha %prep %setup -q -%patch0 -p1 -b .libboost-1.79.0 +#%patch0 -p1 -b .libboost-1.79.0 %build %cmake -d build @@ -88,5 +89,11 @@ This package contains libraries and header files for developing applications tha %changelog +* Sun Jan 22 2023 Silvan Calarco 0.2.4-2mamba +- rebuilt with gnuradio 3.10.5.0 and spdlog 1.11.0 + +* Tue Jan 10 2023 Automatic Build System 0.2.4-1mamba +- automatic version update by autodist + * Fri May 06 2022 Silvan Calarco 0.2.3-1mamba - package created using the webbuild interface