SHA256
1
0
forked from pool/gnuradio

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
This commit is contained in:
Martin Pluskal 2021-06-14 07:04:18 +00:00 committed by Git OBS Bridge
parent df4e12476e
commit dc6d7e3d83
4 changed files with 38 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Jun 11 19:00:29 UTC 2021 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- 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 <mpluskal@suse.com>

View File

@ -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