From 4a262be006436d11b6a47fa6f1ec9d600240ea00 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:23:48 +0100 Subject: [PATCH] rebuilt with libspdlog 1.11.0 and gnuradio 3.10.5.0 [release 2.15.9-2mamba;Sat Jan 21 2023] --- gqrx.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gqrx.spec b/gqrx.spec index 7466857..5e03f8c 100644 --- a/gqrx.spec +++ b/gqrx.spec @@ -1,29 +1,24 @@ Name: gqrx Version: 2.15.9 -Release: 1mamba +Release: 2mamba Summary: Software defined radio receiver powered by GNU Radio and Qt Group: Graphical Desktop/Applications/Scientific Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://gqrx.dk/ +URL: https://gqrx.dk/ Source: https://github.com/gqrx-sdr/gqrx.git/v%{version}/gqrx-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libalsa-devel BuildRequires: libboost-devel -BuildRequires: libfftw-devel BuildRequires: libgcc BuildRequires: libglvnd-devel BuildRequires: libgmp-cxx-devel BuildRequires: libgmp-devel BuildRequires: libgnuradio-devel BuildRequires: libgr-osmosdr-devel -BuildRequires: libjack-devel -BuildRequires: libportaudio-devel BuildRequires: libpulseaudio-devel -BuildRequires: libsndfile-devel BuildRequires: libspdlog-devel BuildRequires: libstdc++6-devel BuildRequires: libvolk-devel @@ -31,6 +26,8 @@ BuildRequires: qt6-qtbase-devel BuildRequires: qt6-qtsvg-devel ## AUTOBUILDREQ-END BuildRequires: cmake +BuildRequires: libspdlog-devel >= 1.11.0 +BuildRequires: libgnuradio-devel >= 3.10.5.0 %description Software defined radio receiver powered by GNU Radio and Qt. @@ -60,5 +57,8 @@ Software defined radio receiver powered by GNU Radio and Qt. %doc COPYING %changelog +* Sat Jan 21 2023 Silvan Calarco 2.15.9-2mamba +- rebuilt with libspdlog 1.11.0 and gnuradio 3.10.5.0 + * Fri May 06 2022 Silvan Calarco 2.15.9-1mamba - package created using the webbuild interface