From da9a3382d9add8016b9988a094a649b1784062421b9dea8964daa0ac8349eb4a Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 18 Jul 2023 07:23:02 +0000 Subject: [PATCH] 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 --- gnuradio-3.10.6.0.tar.gz | 3 --- gnuradio-3.10.7.0.tar.gz | 3 +++ gnuradio.changes | 56 ++++++++++++++++++++++++++++++++++++++++ gnuradio.spec | 4 +-- 4 files changed, 61 insertions(+), 5 deletions(-) delete mode 100644 gnuradio-3.10.6.0.tar.gz create mode 100644 gnuradio-3.10.7.0.tar.gz diff --git a/gnuradio-3.10.6.0.tar.gz b/gnuradio-3.10.6.0.tar.gz deleted file mode 100644 index 99fca3a..0000000 --- a/gnuradio-3.10.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1a8c09f975d224b27dad9c8e2e7fed1f7cde9bc04d30b004afe8e28bb3f45c6 -size 4376181 diff --git a/gnuradio-3.10.7.0.tar.gz b/gnuradio-3.10.7.0.tar.gz new file mode 100644 index 0000000..cdc5951 --- /dev/null +++ b/gnuradio-3.10.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55156650ada130600c70bc2ab38eee718fc1d23011be548471e888399f207ddc +size 4392777 diff --git a/gnuradio.changes b/gnuradio.changes index c8f93e3..2f775d0 100644 --- a/gnuradio.changes +++ b/gnuradio.changes @@ -1,3 +1,59 @@ +------------------------------------------------------------------- +Mon Jul 17 07:08:41 UTC 2023 - Wojciech Kazubski + +- 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 diff --git a/gnuradio.spec b/gnuradio.spec index 561b2d9..06bdfee 100644 --- a/gnuradio.spec +++ b/gnuradio.spec @@ -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