SHA256
1
0
forked from pool/gnuradio

Accepting request 1099051 from home:wkazubski:test:science

- Update to version 3.10.7.0
  * Runtime
    + Setting the minimum buffer size should have the desired
      effect now, and not be overwritten. NOTE: the value returned
      by min_buffer_size() is not intended to indicate the actual
      buffer size. Header Payload Demod was the only block
      attempting to use this value, and was corrected.
    + Use a set to store thread group (more efficient)
    + Message Debug can now output via the logging system
    + The field prefs.singleton is no longer externally exposed
      (was unintentional)
    + PMT dict can be generated more easily using pmt::dict_from_mapping()
  * GRC
    + Save changes under all exit conditions (a couple were
      previously missed)
    + Prevent silent Generate/Run failures for unsaved flowgraphs
  * gr-analog
    + C++ code generation for Quadrature Demod
    + Add max_gain parameter for AGC
  * gr-blocks
    + Probe Rate adds a name parameter, for clearer logging
    + Selector has a new "sync" more that consumes the same number
      of items from all inputs. Default is now to consume as many
      items as possible from the active input, and no more than
      that many items from other inputs. The previous behavior was,
      well, broken.
    + Throttle reset item count on restart, to avoid long delays
  * gr-digital
    + Constellation Encoder and Decoder: constellation can be
      changed at runtime
  * gr-filter
    + Filter design tool: multiple improvements in bounds checking
      and exception handling
    + Filter design tool: update QMessageBox to work in Qt5
  * gr-network
    + Multiple memory management errors fixed in UDP Source/Sink
      and TCP Sink
  * gr-soapy
    + Better AGC and gain behavior in RTL, AirspyHF and SDRPlay
      blocks
    + Support bias controls in RTL and SDRPlay blocks
  * gr-uhd
    + Remove possibility of infinite recursion for network
      overruns
    + Support fmtlib v10
    + RFNoC: bindings and block yml for Vector IIR, Replay and
      Log Power blocks
    + RFNoC: add S16 format to RX Streamer
  * gr-vocoder
    + Support additional codec2 modes
  * Modtool
    + Don't override user-defined CMAKE_INSTALL_PREFIX

OBS-URL: https://build.opensuse.org/request/show/1099051
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=136
This commit is contained in:
Martin Pluskal 2023-07-18 07:23:02 +00:00 committed by Git OBS Bridge
parent 850e2c77f0
commit 969e20d5f8
4 changed files with 61 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1a8c09f975d224b27dad9c8e2e7fed1f7cde9bc04d30b004afe8e28bb3f45c6
size 4376181

3
gnuradio-3.10.7.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:55156650ada130600c70bc2ab38eee718fc1d23011be548471e888399f207ddc
size 4392777

View File

@ -1,3 +1,59 @@
-------------------------------------------------------------------
Mon Jul 17 07:08:41 UTC 2023 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- Update to version 3.10.7.0
* Runtime
+ Setting the minimum buffer size should have the desired
effect now, and not be overwritten. NOTE: the value returned
by min_buffer_size() is not intended to indicate the actual
buffer size. Header Payload Demod was the only block
attempting to use this value, and was corrected.
+ Use a set to store thread group (more efficient)
+ Message Debug can now output via the logging system
+ The field prefs.singleton is no longer externally exposed
(was unintentional)
+ PMT dict can be generated more easily using pmt::dict_from_mapping()
* GRC
+ Save changes under all exit conditions (a couple were
previously missed)
+ Prevent silent Generate/Run failures for unsaved flowgraphs
* gr-analog
+ C++ code generation for Quadrature Demod
+ Add max_gain parameter for AGC
* gr-blocks
+ Probe Rate adds a name parameter, for clearer logging
+ Selector has a new "sync" more that consumes the same number
of items from all inputs. Default is now to consume as many
items as possible from the active input, and no more than
that many items from other inputs. The previous behavior was,
well, broken.
+ Throttle reset item count on restart, to avoid long delays
* gr-digital
+ Constellation Encoder and Decoder: constellation can be
changed at runtime
* gr-filter
+ Filter design tool: multiple improvements in bounds checking
and exception handling
+ Filter design tool: update QMessageBox to work in Qt5
* gr-network
+ Multiple memory management errors fixed in UDP Source/Sink
and TCP Sink
* gr-soapy
+ Better AGC and gain behavior in RTL, AirspyHF and SDRPlay
blocks
+ Support bias controls in RTL and SDRPlay blocks
* gr-uhd
+ Remove possibility of infinite recursion for network
overruns
+ Support fmtlib v10
+ RFNoC: bindings and block yml for Vector IIR, Replay and
Log Power blocks
+ RFNoC: add S16 format to RX Streamer
* gr-vocoder
+ Support additional codec2 modes
* Modtool
+ Don't override user-defined CMAKE_INSTALL_PREFIX
-------------------------------------------------------------------
Sun Apr 30 07:55:28 UTC 2023 - Martin Pluskal <mpluskal@suse.com>

View File

@ -16,10 +16,10 @@
#
%define sover 3_10_6
%define sover 3_10_7
%bcond_without docs
Name: gnuradio
Version: 3.10.6.0
Version: 3.10.7.0
Release: 0
Summary: GNU software radio
License: GPL-3.0-or-later