SHA256
1
0
forked from pool/gnuradio

Accepting request 1004260 from home:wkazubski:test:science

- Update to version 3.10.4.0
  * Project Scope
    + Replace get_initial_sptr() calls with make_block_sptr() calls.
      There were a number of places the incorrect function was being used.
  * Runtime
    + Use correctly typed arguments to log messages to prevent build errors.
  * GRC
    + Add xfce4-terminal and urxvt to the list of terminal emulators
      discovered during the build process.
    + Suppress GUI hint errors that were being shown in the terminal window.
    + Use integers for screenshot size (floats were causing Cairo errors).
  * Build system and packaging
    + Reformat cmake files and make cmake formatting part of the workflow.
    + Allow GNU Radio to be a part of other cmake-based projects.
    + Correct linking to libiio and libad9361 on macOS.
    + Update method for determining Python installation directory. This
      should work correctly now on (all?) distro releases.
  * gr-blocks
    + New Block Interleaver/Deinterleaver interleaves blocks of symbols
    + Correct calculation of items_remaining in File Source, which allows
      seek() to work correctly.
    + Add an example for Wavefile Sink
  * gr-digital
    + Deprecate the CRC32 and CRC16 blocks, which will be removed in the
      future. There are more general CRC blocks which do the same thing (and more).
  * gr-filter
    + Fix demo for PFB channelizer
  * gr-iio
    + FMCOMMS2 Sink assumes CS16 data is scaled to 32768, rather than 2048.
    + FMCOMMS2 returns the correct samples for the second channel in 2-channel mode.
  * gr-trellis
    + Correct Python bindings for trellis::metrics.
  * gr-qtgui
    + Range widget can now output messages when value changes.
    + Add C++ code generation for Time Sink
    + Regenerate Python bindings for some blocks when necessary.
    + Waterfall Sink correctly uses half spectrum for float input.
  * gr-uhd
    + Add Python bindings for the UHD find() functino.
  * gr-zeromq
    + Support newer get() and older/deprecated getsockopt()
      functions in cppzmq depending on availability.
  * Modtool
    + Parse IO signatures with or without gr:: prefix.
  * Documentation
    + Update certain file lists to keep build paths out of documentation.
  * Testing
    + Update Conda recipe for Qt 5.15 and re-render CI support files.
    + Add testing on Ubuntu 22.04.
    + Link tests directly against spdlog with not linking to GR runtime.
    + Ignore Python "missing whitespace after keywork" formatting error.

OBS-URL: https://build.opensuse.org/request/show/1004260
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=116
This commit is contained in:
Martin Hauke 2022-09-18 09:19:52 +00:00 committed by Git OBS Bridge
parent f13aa1ec85
commit 2827b3ca12
4 changed files with 60 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:957108a67ec75d99adaad8f3b10be8ae08760a9cef0b659a5c815a4e33898a75
size 4376594

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

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

View File

@ -1,3 +1,58 @@
-------------------------------------------------------------------
Fri Sep 16 21:15:04 UTC 2022 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- Update to version 3.10.4.0
* Project Scope
+ Replace get_initial_sptr() calls with make_block_sptr() calls.
There were a number of places the incorrect function was being used.
* Runtime
+ Use correctly typed arguments to log messages to prevent build errors.
* GRC
+ Add xfce4-terminal and urxvt to the list of terminal emulators
discovered during the build process.
+ Suppress GUI hint errors that were being shown in the terminal window.
+ Use integers for screenshot size (floats were causing Cairo errors).
* Build system and packaging
+ Reformat cmake files and make cmake formatting part of the workflow.
+ Allow GNU Radio to be a part of other cmake-based projects.
+ Correct linking to libiio and libad9361 on macOS.
+ Update method for determining Python installation directory. This
should work correctly now on (all?) distro releases.
* gr-blocks
+ New Block Interleaver/Deinterleaver interleaves blocks of symbols
+ Correct calculation of items_remaining in File Source, which allows
seek() to work correctly.
+ Add an example for Wavefile Sink
* gr-digital
+ Deprecate the CRC32 and CRC16 blocks, which will be removed in the
future. There are more general CRC blocks which do the same thing (and more).
* gr-filter
+ Fix demo for PFB channelizer
* gr-iio
+ FMCOMMS2 Sink assumes CS16 data is scaled to 32768, rather than 2048.
+ FMCOMMS2 returns the correct samples for the second channel in 2-channel mode.
* gr-trellis
+ Correct Python bindings for trellis::metrics.
* gr-qtgui
+ Range widget can now output messages when value changes.
+ Add C++ code generation for Time Sink
+ Regenerate Python bindings for some blocks when necessary.
+ Waterfall Sink correctly uses half spectrum for float input.
* gr-uhd
+ Add Python bindings for the UHD find() functino.
* gr-zeromq
+ Support newer get() and older/deprecated getsockopt()
functions in cppzmq depending on availability.
* Modtool
+ Parse IO signatures with or without gr:: prefix.
* Documentation
+ Update certain file lists to keep build paths out of documentation.
* Testing
+ Update Conda recipe for Qt 5.15 and re-render CI support files.
+ Add testing on Ubuntu 22.04.
+ Link tests directly against spdlog with not linking to GR runtime.
+ Ignore Python "missing whitespace after keywork" formatting error.
-------------------------------------------------------------------
Fri Jul 1 16:35:32 UTC 2022 - Mikhail Paulyshka <me@mixaill.net>

View File

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