SHA256
1
0
forked from pool/gnuradio

Accepting request 945214 from home:wkazubski:test:science

- Update to version 3.8.5.0
  * GRC
    + GRC now runs on Fedora 35 ... Gtk initialization checks were
      too strict
    + Fix: dependent variables sometimes fail to evaluate
    + Change type aliasing to allow interleaved short/byte to be
      connected to vectors of short/byte. Stricter type checking
      was added previously and caused some blocks to be unconnectable
      when using these types.
    + Account for scale factor when computing drawing area size
    + Tooltips fixed for categories and modules
  * gr-digital
    + Fix yml file for Header/Payload Demux
  * gr-dtv
    + Add energy normalization for DVB-S2X constellations.
  * gr-filter
    + Remove pyqwt and qt4 from filter_design
  * gr-qtgui
    + Enable use of Qwt 6.2
    + Remove unusable int type in Number Sink yml
    + RangeWidget - implement Eng & EngSlider
- Patch 0003-enables-use-of-qwt-6_2.patch removed (applied upstream).

OBS-URL: https://build.opensuse.org/request/show/945214
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=101
This commit is contained in:
Martin Pluskal
2022-01-10 09:47:30 +00:00
committed by Git OBS Bridge
parent 7102695759
commit 3ef59137b5
5 changed files with 31 additions and 308 deletions

View File

@@ -16,10 +16,10 @@
#
%define sover 3_8_4
%define sover 3_8_5
%bcond_without docs
Name: gnuradio
Version: 3.8.4.0
Version: 3.8.5.0
Release: 0
Summary: GNU software radio
License: GPL-3.0-or-later
@@ -32,7 +32,6 @@ Source99: %{name}-rpmlintrc
Patch0: missing_library.patch
Patch1: revert-23cece0d0.patch
Patch2: 0001-gr-digital-glfsr.h-drop-boost-cstdint.hpp-and-use-cs.patch
Patch3: 0003-enables-use-of-qwt-6_2.patch
BuildRequires: alsa-devel
BuildRequires: cmake >= 3.8
BuildRequires: cppunit-devel