rebuilt with gnuradio 3.10.5.0 and spdlog 1.11.0 [release 0.2.4-2mamba;Sun Jan 22 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 23:24:15 +01:00
parent eaf26c7dc5
commit c11e5b5d19

View File

@ -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 <silvan.calarco@mambasoft.it> 0.2.4-2mamba
- rebuilt with gnuradio 3.10.5.0 and spdlog 1.11.0
* Tue Jan 10 2023 Automatic Build System <autodist@mambasoft.it> 0.2.4-1mamba
- automatic version update by autodist
* Fri May 06 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.3-1mamba
- package created using the webbuild interface