SHA256
1
0
forked from pool/gnuradio

Accepting request 829793 from home:matwey:branches:hardware:sdr

- Update to version 3.8.2.0:
  * Changed on project Scope:
    + Call SWIG without -modern flag if new enough to make that inherent, thus
      removing warnings
  * GRC
    + Mako templating now strict_undefined
    + Show block comments by default
    + dynamically updated block namespaces (execute imports from templates)
    + Name-lookup detection of dark color themes, adjusted input box color
      scheme
  * gr-dtv
    + dvb_bbscrambler: LUT 8B alignment (private, but relevant for future
      usable optimization)
  * Fixed
  * GRC
    + incorrect "clear console" and "save console" labels
    + generator: flow_graph.py.mako now contains import for print_function for
      compatibility in Py2 generation
    + variable_config.block.yml now properly handles configparser /
      ConfigParser import
    + Change port types of all selected block on key-press cycling, not just
      first one
    + Always check for Python version in flow graph generation, not only in
      specific block types
    + Don't run stale flow graphs
    + Prevent search keystrokes from modifying flowgraph
  * gr-blocks
    + file_sink flushes contents to file on stop()
    + file_meta_sink block YAML: emit proper default PMT dict
    + XMLRPC client/server block templates: use Py3 XMLRPC when possible

OBS-URL: https://build.opensuse.org/request/show/829793
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=83
This commit is contained in:
Martin Hauke 2020-08-27 18:07:59 +00:00 committed by Git OBS Bridge
parent d3a17f9cf2
commit 2d6978837b
4 changed files with 69 additions and 5 deletions

View File

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

3
gnuradio-3.8.2.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Wed Aug 26 13:36:06 UTC 2020 - Matwey Kornilov <matwey.kornilov@gmail.com>
- Update to version 3.8.2.0:
* Changed on project Scope:
+ Call SWIG without -modern flag if new enough to make that inherent, thus
removing warnings
* GRC
+ Mako templating now strict_undefined
+ Show block comments by default
+ dynamically updated block namespaces (execute imports from templates)
+ Name-lookup detection of dark color themes, adjusted input box color
scheme
* gr-dtv
+ dvb_bbscrambler: LUT 8B alignment (private, but relevant for future
usable optimization)
* Fixed
* GRC
+ incorrect "clear console" and "save console" labels
+ generator: flow_graph.py.mako now contains import for print_function for
compatibility in Py2 generation
+ variable_config.block.yml now properly handles configparser /
ConfigParser import
+ Change port types of all selected block on key-press cycling, not just
first one
+ Always check for Python version in flow graph generation, not only in
specific block types
+ Don't run stale flow graphs
+ Prevent search keystrokes from modifying flowgraph
* gr-blocks
+ file_sink flushes contents to file on stop()
+ file_meta_sink block YAML: emit proper default PMT dict
+ XMLRPC client/server block templates: use Py3 XMLRPC when possible
* gr-digital
+ soft_dec_lut_gen now explicitly casts 2.0**prec to int
+ map_bb: add missing definition of static constexpr size_t s_map_size
* gr-dtv
+ Reduce send_frame_size in UHD examples (broken after UHD v3.13.0.3-rc1)
* gr-filter
+ logpwrfft YAML was hiding FFT length
+ FFT frequency range calculation was occasionally off due to abuse of
numpy.arange
* gr-filter
+ GRC band pass filter taps block: use firdes.complex_band_pass when
complex
+ firdes.root_raised_cosine gain for unity alpha
* gr-qtgui
+ qtgui_chooser regained 3.7 capability to set default
+ Frequency Sink hovering now respects set units
+ GRC blocks had optional stream inputs
* gr-uhd
+ ignore len_tag_name in USRP Source YAML generator python
+ uhd_fft/uhd_siggen_gui: import order of sip and Qt
+ GRC example block errors
* Added
* GRC
+ OS X: Meta modifier key support (eq. Ctrl on other platforms)
+ configuration setting show_block_comments
* gr-analog
+ Signal source cmd port
* gr-zeromq
+ Message-based ZMQ blocks take bind argument, as necessary for N:1
patterns. Changes ABI.
-------------------------------------------------------------------
Thu Aug 20 08:33:58 UTC 2020 - Martin Liška <mliska@suse.cz>

View File

@ -18,9 +18,9 @@
%bcond_without docs
%define sover 3_8_1
%define sover 3_8_2
Name: gnuradio
Version: 3.8.1.0
Version: 3.8.2.0
Release: 0
Summary: GNU software radio
License: GPL-3.0-or-later