SHA256
1
0
forked from pool/gnuradio

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
This commit is contained in:
Martin Pluskal 2023-01-26 08:56:11 +00:00 committed by Git OBS Bridge
parent 58d534b9f6
commit c30768a02b
4 changed files with 35 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04aae0c45e55c8fcaf99829d92db102395c7e10a7ad9910533694806d5ae121a
size 4368231

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:85d90147f7f28450bff75eeefd2b44adc88b231d29fe8e86cc3a65437dba6d9f
size 4367986

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Wed Jan 25 17:49:24 UTC 2023 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- 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 <stefan.bruens@rwth-aachen.de>

View File

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