From c30768a02b5953638d744f079fbed9cd7a3bbf4cc619b6577cca5c6d1ac58e76 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 26 Jan 2023 08:56:11 +0000 Subject: [PATCH] Accepting request 1061023 from home:wkazubski:test:science - Update to version 3.10.5.1 * Runtime + Restore the ability to set a default block buffer size using the buffer_size parameter in the config file. This was lost during refactoring in v3.9. * GRC + Add Python snipped hook point at "init before blocks", right before blocks are instantiated. * gr-audio + Remove support for OSX 10.3 and earlier. * gr-digital + Make tags visible to subclasses of OFDM Frame Equalizer. * gr-dtv + Correct constant in DVBS2 Modulator. * gr-fec + Fix errors in Channel Construction AWGN * gr-iio + Fix IIO blocks, which were broken due to a build-time dependency problem. * gr-network + Fix crash in UDP Source when buffer overruns. * gr-qtgui + Remove support for QWT 6.0 and earlier. * gr-uhd + Add async message port to USRP Source and publish overflow notifications. + Add bindings and example for RFNoC AddSub block. OBS-URL: https://build.opensuse.org/request/show/1061023 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=126 --- gnuradio-3.10.5.0.tar.gz | 3 --- gnuradio-3.10.5.1.tar.gz | 3 +++ gnuradio.changes | 31 +++++++++++++++++++++++++++++++ gnuradio.spec | 2 +- 4 files changed, 35 insertions(+), 4 deletions(-) delete mode 100644 gnuradio-3.10.5.0.tar.gz create mode 100644 gnuradio-3.10.5.1.tar.gz diff --git a/gnuradio-3.10.5.0.tar.gz b/gnuradio-3.10.5.0.tar.gz deleted file mode 100644 index 7c5b5d8..0000000 --- a/gnuradio-3.10.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04aae0c45e55c8fcaf99829d92db102395c7e10a7ad9910533694806d5ae121a -size 4368231 diff --git a/gnuradio-3.10.5.1.tar.gz b/gnuradio-3.10.5.1.tar.gz new file mode 100644 index 0000000..7932db4 --- /dev/null +++ b/gnuradio-3.10.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d90147f7f28450bff75eeefd2b44adc88b231d29fe8e86cc3a65437dba6d9f +size 4367986 diff --git a/gnuradio.changes b/gnuradio.changes index 92f2e39..c2a2e7b 100644 --- a/gnuradio.changes +++ b/gnuradio.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Wed Jan 25 17:49:24 UTC 2023 - Wojciech Kazubski + +- Update to version 3.10.5.1 + * Runtime + + Restore the ability to set a default block buffer size using + the buffer_size parameter in the config file. This was lost + during refactoring in v3.9. + * GRC + + Add Python snipped hook point at "init before blocks", right + before blocks are instantiated. + * gr-audio + + Remove support for OSX 10.3 and earlier. + * gr-digital + + Make tags visible to subclasses of OFDM Frame Equalizer. + * gr-dtv + + Correct constant in DVBS2 Modulator. + * gr-fec + + Fix errors in Channel Construction AWGN + * gr-iio + + Fix IIO blocks, which were broken due to a build-time + dependency problem. + * gr-network + + Fix crash in UDP Source when buffer overruns. + * gr-qtgui + + Remove support for QWT 6.0 and earlier. + * gr-uhd + + Add async message port to USRP Source and publish overflow + notifications. + + Add bindings and example for RFNoC AddSub block. + ------------------------------------------------------------------- Wed Dec 28 10:04:35 UTC 2022 - Stefan BrĂ¼ns diff --git a/gnuradio.spec b/gnuradio.spec index 442b00c..1d7a1ff 100644 --- a/gnuradio.spec +++ b/gnuradio.spec @@ -23,7 +23,7 @@ %endif %bcond_without docs Name: gnuradio -Version: 3.10.5.0 +Version: 3.10.5.1 Release: 0 Summary: GNU software radio License: GPL-3.0-or-later