Accepting request 923434 from home:wkazubski:test:science

- Update to version 3.8.4.0
  * Changed
    GRC
    + Fix drag and drop issue with Quartz
    + Fix desync when dragging block
    + Update disabled blocks if they depend on others
    + Allow short and byte as valid types in an enum
    + Fix evaluation of interdependent variables
    modtool
    + Set VERSION_PATH to 0 in new modules, instead of using GIT rev
    + For Python3, return correct exeption ModuleNotFoundError
      instead of ImportError
    gr-blocks
    + trix Interleaver block
    gr-channels
    + Fix "hide" expressions in yml files
    gr-digital
    + Remove unused msg output port from Chunks To Symbols block yml
    gr-fft
    + Add "shift" parameter to Log Power FFT    
    gr-qtgui
    + Fix: tags on the last sample were not shown
    gr-video-sdl
    + Fix: U and V channels were reversed on sink blocks

OBS-URL: https://build.opensuse.org/request/show/923434
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=99
This commit is contained in:
Martin Pluskal 2021-10-06 08:24:09 +00:00 committed by Git OBS Bridge
parent 21f63fab1f
commit e969fef6bd
4 changed files with 33 additions and 5 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6fbf605b4859fbf0862e9b8dc4c345d7e5bb39469d604a49b5e55b715ad45fb7
size 3395297

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Tue Oct 5 23:10:14 UTC 2021 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- Update to version 3.8.4.0
* Changed
GRC
+ Fix drag and drop issue with Quartz
+ Fix desync when dragging block
+ Update disabled blocks if they depend on others
+ Allow short and byte as valid types in an enum
+ Fix evaluation of interdependent variables
modtool
+ Set VERSION_PATH to 0 in new modules, instead of using GIT rev
+ For Python3, return correct exeption ModuleNotFoundError
instead of ImportError
gr-blocks
+ trix Interleaver block
gr-channels
+ Fix "hide" expressions in yml files
gr-digital
+ Remove unused msg output port from Chunks To Symbols block yml
gr-fft
+ Add "shift" parameter to Log Power FFT
gr-qtgui
+ Fix: tags on the last sample were not shown
gr-video-sdl
+ Fix: U and V channels were reversed on sink blocks
-------------------------------------------------------------------
Tue Aug 31 12:57:53 UTC 2021 - Wojciech Kazubski <wk@ire.pw.edu.pl>

View File

@ -16,14 +16,14 @@
#
%define sover 3_8_3
%define sover 3_8_4
%ifarch %{arm}
# boo#1182440
%define _lto_cflags %{nil}
%endif
%bcond_without docs
Name: gnuradio
Version: 3.8.3.1
Version: 3.8.4.0
Release: 0
Summary: GNU software radio
License: GPL-3.0-or-later