From dc6d7e3d83be2b6f79fa6f7c368ac711d44fba6502120ffc1eb346c8d24de961 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 14 Jun 2021 07:04:18 +0000 Subject: [PATCH] Accepting request 899582 from home:wkazubski:test:science - Update to version 3.8.3.1 * This is a PATCH level revision. The API is compatible with C++ code written for previous v3.8 releases. ABI (shared library signature) is intended to be compatible, so code linked against v3.8.3.0 should not require recompilation. * Build system + Improved messages related to dependencies MPIR and GMP. Only one of these packages is required, and the previous error messages were confusing. * GRC + Parameter expressions and/or values can be displayed in blocks on the flowgraph. Previously, only values were displayed. + Vector length is now correctly applied to all input ports. + Validation has been improved. Raw types are validated. Port connections are checked by type rather than by item size. + Variable names that cause conflicts in Python code (e.g., package names) are rejected. + Bus logic fixes. + Blocks can no longer be dragged off the screen and lost forever. * gr-dtv + VL-SNR bugs fixed (incorrect constants). * gr-qtgui + Improve autoscaling for vector sinks. * gr_filter_design + "File/Save" is disabled until the taps have been computed, and the GUI is reset after a save, to make it clearer which data is being saved. + Entries are hidden for parameters that do not apply to the selected filter type. OBS-URL: https://build.opensuse.org/request/show/899582 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=96 --- gnuradio-3.8.3.0.tar.gz | 3 --- gnuradio-3.8.3.1.tar.gz | 3 +++ gnuradio.changes | 34 ++++++++++++++++++++++++++++++++++ gnuradio.spec | 2 +- 4 files changed, 38 insertions(+), 4 deletions(-) delete mode 100644 gnuradio-3.8.3.0.tar.gz create mode 100644 gnuradio-3.8.3.1.tar.gz diff --git a/gnuradio-3.8.3.0.tar.gz b/gnuradio-3.8.3.0.tar.gz deleted file mode 100644 index ec8650c..0000000 --- a/gnuradio-3.8.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7135067362625a6e56fa3f57f6cd100effa2d4615f5993aad67eeef208cfb05f -size 3390327 diff --git a/gnuradio-3.8.3.1.tar.gz b/gnuradio-3.8.3.1.tar.gz new file mode 100644 index 0000000..06e8b67 --- /dev/null +++ b/gnuradio-3.8.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7500589c3c9679d1b5487cd45c5e93aa95d1c5b5aeb2082d035c6b44932d4540 +size 3394001 diff --git a/gnuradio.changes b/gnuradio.changes index fbfeb71..3d787be 100644 --- a/gnuradio.changes +++ b/gnuradio.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Fri Jun 11 19:00:29 UTC 2021 - Wojciech Kazubski + +- Update to version 3.8.3.1 + * This is a PATCH level revision. The API is compatible with C++ + code written for previous v3.8 releases. ABI (shared library + signature) is intended to be compatible, so code linked + against v3.8.3.0 should not require recompilation. + * Build system + + Improved messages related to dependencies MPIR and GMP. Only + one of these packages is required, and the previous error + messages were confusing. + * GRC + + Parameter expressions and/or values can be displayed in blocks + on the flowgraph. Previously, only values were displayed. + + Vector length is now correctly applied to all input ports. + + Validation has been improved. Raw types are validated. Port + connections are checked by type rather than by item size. + + Variable names that cause conflicts in Python code (e.g., + package names) are rejected. + + Bus logic fixes. + + Blocks can no longer be dragged off the screen and lost + forever. + * gr-dtv + + VL-SNR bugs fixed (incorrect constants). + * gr-qtgui + + Improve autoscaling for vector sinks. + * gr_filter_design + + "File/Save" is disabled until the taps have been computed, + and the GUI is reset after a save, to make it clearer which + data is being saved. + + Entries are hidden for parameters that do not apply to the + selected filter type. + ------------------------------------------------------------------- Mon Apr 12 07:05:36 UTC 2021 - Martin Pluskal diff --git a/gnuradio.spec b/gnuradio.spec index c9f205e..31ab617 100644 --- a/gnuradio.spec +++ b/gnuradio.spec @@ -23,7 +23,7 @@ %endif %bcond_without docs Name: gnuradio -Version: 3.8.3.0 +Version: 3.8.3.1 Release: 0 Summary: GNU software radio License: GPL-3.0-or-later