171 Commits

Author SHA256 Message Date
Ana Guerrero
8321fabc97 Accepting request 1250364 from hardware:sdr
- Update to version 3.10.12.0
- A majority of the changes for this release related to
  * GRC-Qt fixes and parity with the Gtk version
  * UHD/RFNoC updates
  * CI, modtool, and other devel/infrastructure updates
- New subpackages gnuradio-[bash|fish|zsh]-completion

OBS-URL: https://build.opensuse.org/request/show/1250364
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=73
2025-03-05 12:41:32 +00:00
Martin Pluskal
0ac1aad603 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=156 2025-03-05 10:29:40 +00:00
Martin Pluskal
7a35c53701 - Update to version 3.10.12.0
- A majority of the changes for this release related to
  * GRC-Qt fixes and parity with the Gtk version
  * UHD/RFNoC updates
  * CI, modtool, and other devel/infrastructure updates
- New subpackages gnuradio-[bash|fish|zsh]-completion

OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=155
2025-03-05 10:28:51 +00:00
d1a25e7afe Accepting request 1190185 from hardware:sdr
- Update to version 3.10.11.0
- Changed
  * Project
    + Const (keyword) cleanup in a large number of files. QtGUI
      code uses const in many more places.
  * Runtime
    + Add persistent() function to gr paths module. This function
      returns either the value of the XDG_CACHE_HOME environment
      variable, or appdata()/.local/state.
  * GRC
    + Work continues on the Qt version of GRC (gnuradio-companion --qt).
      While the Gtk version is still the default, we're getting
      close to the point where the Qt version can be the default.
    + Generated Python code now includes a startup event
      (flowgraph_started) to the top level class. This was added
      specifically to avoid a race in the Variable Function Probe
      block, and may be useful elsewhere.
    + Struct variables have not been usable since around v3.8. Fixed!
    + Paths are now based on gr paths, where they were previous
      hardcoded to the user's home directory.
    + C++ hier block code paths fixed (so hier blocks work again).
    + Block connection line shape and width are now preferences.
  * gr-blocks
    + New Burst To Stream block transforms a bursty tagged stream
      into a continuous stream by inserting zeros in the output
      between input packets whenever no packets are available at
      the input.
  * gr-digital
    + FLL Band Edge power calculations fixed, along with thread
      safety issues.
  * gr-fec
    + Unused RS code removed - unlikely anyone will notice.
  * gr-filter
    + Numpy float_ changed to float64 for Numpy 2.0 compatibility.
  * gr-fft
    + Vector version of FFT fft_v library function (calls fftw)
      thread safety improved.
  * gr-uhd
    + Do not require PyQt5 for non-graphical configurations.
  * modtool
    + Many bug fixes and cleanups, resulting in more reliable
      operation. That sounds really good, right?
    + Remove dependency on the "click plugins" package.
    + Appending new blocks to CMake files respects closing parens.
  * Build system and packaging
    + CMake minimum versions were out of sync in different places,
      fixed.
    + Incorrect Qwt maximum version removed.
- Last two patches gnuradio-fix-error-message-for-Qwt-version.patch
  and gnuradio-remove-maximum-version-for-Qwt.patch removed as
  appliedn upstream.
- Containd fix for latest spdlog (Tumbleweed).

OBS-URL: https://build.opensuse.org/request/show/1190185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=72
2024-07-29 19:52:54 +00:00
Martin Pluskal
55741b8cc3 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=153 2024-07-29 08:16:06 +00:00
Martin Pluskal
714d98e015 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=152 2024-07-29 08:15:56 +00:00
Martin Pluskal
8bbcd9c234 - Update to version 3.10.11.0
- Changed
  * Project
    + Const (keyword) cleanup in a large number of files. QtGUI
      code uses const in many more places.
  * Runtime
    + Add persistent() function to gr paths module. This function
      returns either the value of the XDG_CACHE_HOME environment
      variable, or appdata()/.local/state.
  * GRC
    + Work continues on the Qt version of GRC (gnuradio-companion --qt).
      While the Gtk version is still the default, we're getting
      close to the point where the Qt version can be the default.
    + Generated Python code now includes a startup event
      (flowgraph_started) to the top level class. This was added
      specifically to avoid a race in the Variable Function Probe
      block, and may be useful elsewhere.
    + Struct variables have not been usable since around v3.8. Fixed!
    + Paths are now based on gr paths, where they were previous
      hardcoded to the user's home directory.
    + C++ hier block code paths fixed (so hier blocks work again).
    + Block connection line shape and width are now preferences.
  * gr-blocks
    + New Burst To Stream block transforms a bursty tagged stream
      into a continuous stream by inserting zeros in the output
      between input packets whenever no packets are available at
      the input.
  * gr-digital
    + FLL Band Edge power calculations fixed, along with thread
      safety issues.
  * gr-fec
    + Unused RS code removed - unlikely anyone will notice.
  * gr-filter
    + Numpy float_ changed to float64 for Numpy 2.0 compatibility.
  * gr-fft
    + Vector version of FFT fft_v library function (calls fftw)
      thread safety improved.
  * gr-uhd
    + Do not require PyQt5 for non-graphical configurations.
  * modtool
    + Many bug fixes and cleanups, resulting in more reliable
      operation. That sounds really good, right?
    + Remove dependency on the "click plugins" package.
    + Appending new blocks to CMake files respects closing parens.
  * Build system and packaging
    + CMake minimum versions were out of sync in different places,
      fixed.
    + Incorrect Qwt maximum version removed.
- Last two patches gnuradio-fix-error-message-for-Qwt-version.patch
  and gnuradio-remove-maximum-version-for-Qwt.patch removed as
  appliedn upstream.
- Containd fix for latest spdlog (Tumbleweed).

OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=151
2024-07-29 07:54:36 +00:00
Ana Guerrero
d1ccd01bae Accepting request 1173967 from hardware:sdr
- Added a patches gnuradio-fix-error-message-for-Qwt-version.patch
  and gnuradio-remove-maximum-version-for-Qwt.patch (taken from
  upstream), fixing build with Qwt-6.3.0 (forwarded request 1173459 from wkazubski)

OBS-URL: https://build.opensuse.org/request/show/1173967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=71
2024-05-15 19:26:24 +00:00
01006bf39f Accepting request 1173459 from home:wkazubski:test:science
- Added a patches gnuradio-fix-error-message-for-Qwt-version.patch
  and gnuradio-remove-maximum-version-for-Qwt.patch (taken from
  upstream), fixing build with Qwt-6.3.0

OBS-URL: https://build.opensuse.org/request/show/1173459
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=149
2024-05-14 11:44:38 +00:00
Ana Guerrero
2a745a9267 Accepting request 1171849 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1171849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=70
2024-05-06 15:53:12 +00:00
Martin Hauke
4abdc17b6b Accepting request 1171050 from home:mixaill:branches:hardware:sdr
- Update to version 3.10.10.0
- Added python3-QtPy and python3-QDarkStyle runtime dependencies (needed for gnuradio-companion --qt)

OBS-URL: https://build.opensuse.org/request/show/1171050
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=147
2024-05-03 20:35:17 +00:00
Wojciech Kazubski
274765052f Accepting request 1160979 from home:mixaill:branches:hardware:sdr
- Added libad9361-iio-devel build dependency (fixes PlutoSDR support)

OBS-URL: https://build.opensuse.org/request/show/1160979
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=146
2024-03-23 22:59:39 +00:00
Ana Guerrero
95c74d8d27 Accepting request 1152202 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1152202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=69
2024-02-27 21:49:06 +00:00
Martin Pluskal
c4c6f63d82 Accepting request 1152162 from home:dimstar:rpm4.20:g
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1152162
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=144
2024-02-27 11:20:35 +00:00
Ana Guerrero
31d0f80450 Accepting request 1139874 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1139874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=68
2024-01-19 22:02:07 +00:00
Martin Pluskal
d961d2541c Accepting request 1139796 from home:wkazubski:test:science
- Update to version 3.10.9.2
- Changed
  * Project
    + Fix a few memory errors in various modules.
  * GRC
    + Fix regressions in bus connections.

OBS-URL: https://build.opensuse.org/request/show/1139796
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=142
2024-01-19 09:09:39 +00:00
5b2f39f918 Accepting request 1136137 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1136137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=67
2024-01-03 11:29:52 +00:00
Martin Pluskal
db5207f8b1 Accepting request 1135984 from home:wkazubski:test:science
- Update to version 3.10.9.1
- Changed
  * Project
    + Python minimum version is now 3.7.2, vs 3.6.5, to support type
      hints.
    + Add tox.ini, so that editors use the same formatting as
      github CI.
    + Use pointers to pass s32fc arguments to VOLK in gr-blocks,
      gr-digital, and gr-dtv to avoid undefined behavior. The fix
      is conditional on VOLK 3.1.0, which add a new supporting
      function.
  * Runtime
    + Disallow None for pmt_t arguments in Python.
    + Support spdlog installations with internal or external libfmt.
  * GRC
    + Use text labels to specify types for block parameters,
      instead of background colors which were difficult to
      read/remember.
    + Enable setting of documentation URLs, relative or absolute in
      yaml. This allows OOTs to use the documentation link in the
      block parameter dialog.
    + Disallow use of block ids that are Python keywords and 
      "gnuradio".
    + Add type annotations in some places (required bump to
      Python 3.7.2).
    + Use C version of YAML loader (yaml.CSafeLoader) for
      better performance.
    + Connections may have properties for supported connection
      domains. This feature was added for RFNoC connections. Standard
      stream and message connections do not support this feature,
      but they may in future versions.
    + Check grc file version. The above feature required a
      version bump to "2". Where no connection properties are
      used, version "1" is still emitted. Note that previous
      versions of GRC do not check for file version. RFNoC
      flowgraphs with connection properties will fail to load
      in previous versions as a result.
    + Fix bug where an impressive number of backslashes were
      added to some filenames.
  * gr-dtv
    + Read expected data as little-endian
  * gr-fec
    + Add FEC_API to CCSDS Reed-Solomon functions so they can be
      used by OOTs.
  * gr-qtgui
    + QT GUI Msg Push Button: add a callback for Message Value to
      allow it to change at runtime.
  * gr-uhd
    + RFNoC Rx-Streamer: Add start stream options
    + Add back-edge property to RFNoC connections
  * Build system and packaging
    + Use utf-8 encoding when writing files in gr_python_install.

OBS-URL: https://build.opensuse.org/request/show/1135984
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=140
2024-01-02 10:14:56 +00:00
Ana Guerrero
5fc78acf35 Accepting request 1121031 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1121031
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=66
2023-10-30 21:10:24 +00:00
Martin Hauke
bfc6915acf Accepting request 1119328 from home:wkazubski:test:science
- Update to version 3.10.8.0
  * Runtime
    + Add MAP_FIXED to circular buffer implementations using
      shm_open() and mmap backed by tmp files.
    + PMTs can be formatted for logging (format wrapper added).
    + New io_signature::make() variant replaces makev(), and
      optionally specifies buffer types. 
    + Fix logging params to be compatible with C++20
  * GRC
    + Add "Choose Editor" button to Python block properties. Use
      the GTK app chooser.
    + Save choice to the config file.
    + Correct Python Qt imports in Hier blocks and flowgraph
      templates.
  * gr-blocks
    + Enable building the benchmark testing executable, which runs
      tests on various math functions.
    + Repeat block implemented as a basic block (vs sync
      interpolator) and output buffer allocation fixed.
    + Add a GRC example for Throttle usage.
  * gr-digital
    + Add set_sps() to Symbol Sync.
    + Header Format: Fix CRC and OFDM formats, add option to
      header_buffer to read bits lsb first, and refactor
      extract_bits functions as templates.
    + Constellation Sink uses different colors for each input by
      default.
    + Rework Constellation Soft Decoder, Constellation Object and
      LDPC Decoder Definition.
    + Previously, the LDPC Decoder did not work at all. The sigma
      parameter was removed from the decoder and an optional noise
      power npwr parameter was added to the constellation.
  * gr-network
    + Better support for vectorized output from UDP source. The
      payload size must still be a multiple of item size * vector
      size for this to work.
  * gr-qtgui
    + Range widget eng_slider and eng modes can now be selected
      in GRC.
    + Range widget and a couple of UHD apps now accept values on
      editingFinished, rather than on returnPressed. Since UIs
      generated by GRC do not have OK/Apply for such values,
      there is no "correct" behavior. The behavior is now 
      selectable on the Entry widget.
    + Frequency Sink startup time improved where sample rate is low
  * gr-soapy
    + RTLSDR buffer size may be specified
  * gr-uhd
    + RFNoC NullSrcSink block added. The block may be both source
      and sink.
    + Add support and examples for RFNoC loopback.
    + RFNoC Rx Radio adds issue_stream_cmd() and block message
      handler.
  * gr-zeromq
    + Explicitly shutdown and close source/sinks to prevent hangs
      in some cases.
    + Require zmq.hpp (cppzmq) version with context_t.shutdown()
      defined.
    + If shutdown is not defined, the gr-zeromq is disabled.
  * Modtool
    + Add cmake-format support for generated modules
  * Build system and packaging
    + Update Read-the-docs config to include build.tools

OBS-URL: https://build.opensuse.org/request/show/1119328
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=138
2023-10-29 18:45:54 +00:00
33fbd5bc0b Accepting request 1099189 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1099189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=65
2023-07-18 20:08:15 +00:00
Martin Pluskal
969e20d5f8 Accepting request 1099051 from home:wkazubski:test:science
- Update to version 3.10.7.0
  * Runtime
    + Setting the minimum buffer size should have the desired
      effect now, and not be overwritten. NOTE: the value returned
      by min_buffer_size() is not intended to indicate the actual
      buffer size. Header Payload Demod was the only block
      attempting to use this value, and was corrected.
    + Use a set to store thread group (more efficient)
    + Message Debug can now output via the logging system
    + The field prefs.singleton is no longer externally exposed
      (was unintentional)
    + PMT dict can be generated more easily using pmt::dict_from_mapping()
  * GRC
    + Save changes under all exit conditions (a couple were
      previously missed)
    + Prevent silent Generate/Run failures for unsaved flowgraphs
  * gr-analog
    + C++ code generation for Quadrature Demod
    + Add max_gain parameter for AGC
  * gr-blocks
    + Probe Rate adds a name parameter, for clearer logging
    + Selector has a new "sync" more that consumes the same number
      of items from all inputs. Default is now to consume as many
      items as possible from the active input, and no more than
      that many items from other inputs. The previous behavior was,
      well, broken.
    + Throttle reset item count on restart, to avoid long delays
  * gr-digital
    + Constellation Encoder and Decoder: constellation can be
      changed at runtime
  * gr-filter
    + Filter design tool: multiple improvements in bounds checking
      and exception handling
    + Filter design tool: update QMessageBox to work in Qt5
  * gr-network
    + Multiple memory management errors fixed in UDP Source/Sink
      and TCP Sink
  * gr-soapy
    + Better AGC and gain behavior in RTL, AirspyHF and SDRPlay
      blocks
    + Support bias controls in RTL and SDRPlay blocks
  * gr-uhd
    + Remove possibility of infinite recursion for network
      overruns
    + Support fmtlib v10
    + RFNoC: bindings and block yml for Vector IIR, Replay and
      Log Power blocks
    + RFNoC: add S16 format to RX Streamer
  * gr-vocoder
    + Support additional codec2 modes
  * Modtool
    + Don't override user-defined CMAKE_INSTALL_PREFIX

OBS-URL: https://build.opensuse.org/request/show/1099051
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=136
2023-07-18 07:23:02 +00:00
1e3dc71853 Accepting request 1083720 from hardware:sdr
- Enable lto for arm

OBS-URL: https://build.opensuse.org/request/show/1083720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=64
2023-04-30 14:07:59 +00:00
Martin Pluskal
850e2c77f0 - Enable LTP for arm
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=134
2023-04-30 07:57:06 +00:00
f2c64f07a1 Accepting request 1082777 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1082777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=63
2023-04-25 19:54:42 +00:00
Martin Pluskal
91f9bcdab7 Accepting request 1082762 from home:dimstar:Factory
- Add gobject-introspection BuildRequires: inspect the python code
  to add relevant typelib() dependencies (boo#1182927).

OBS-URL: https://build.opensuse.org/request/show/1082762
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=132
2023-04-25 14:26:07 +00:00
ee58e15bb8 Accepting request 1077977 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1077977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=62
2023-04-08 15:39:20 +00:00
Martin Hauke
386d639e04 Accepting request 1077927 from home:jengelh:branches:hardware:sdr
- Remove unused build dependency on libmpir-devel (gmp-devel was
  already used anyway).

OBS-URL: https://build.opensuse.org/request/show/1077927
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=130
2023-04-08 09:21:16 +00:00
c5737ef1b3 Accepting request 1077426 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1077426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=61
2023-04-05 19:27:38 +00:00
Martin Pluskal
4c8009cec1 Accepting request 1077397 from home:wkazubski:test:science
- Update to version 3.10.6.0
  * Runtime
    + Add Python loggers to top_block and hier_block2
    + Change the default log level (in the config file) to INFO
      instead of DEBUG
    + Logging improvements in the scheduler
    + Correctly determine native page size for Windows
  * GRC
    + Fixed: opening the source of a hierachical block using the
      toolbar button produced an error
    + Use the logger, instead of print statements, in generated
      top blocks
    + Remove libX11 load from generated Python code - this was
      unncessary and produced warnings
    + Choose Editor dialog stays above parent
  * gr-analog
    + Signal Source: option to hide the message port
  * gr-blocks
    + Throttle: supports max time or number of samples per work
      iteration, useful for reducing latency at low sample rates
    + Delay block: option to hide the message port
    + File Meta Sink: fix missing Python import in template code
  * gr-channels
    + Default taps should be 1.0, not 1.0 + j1.0
  * gr-digital
    + Async Decoder: several changes to improve performance
      robustness (see the commit log for more details)
  * gr-fec
    + Tagged Decoder: correctly calculate the frame size for
      terminated CC decoder
  * gr-filter
    + Fixed reverse parameters in fir_filter_with_buffer and
      pfb_arb_resampler, which could cause crashes
    + Fixed PFB Arbitrary Resampler was ignoring attenuation
      parameter
  * gr-iio
    + Set gain mode as specified (was always manual)
    + Use the specified gain parameter for second channel (was
      same as first channel)
  * gr-qtgui
    + Histogram Sink: calculate range of bins correctly to
      avoid strange distributions
    + Save (to image) dialogs add file extensions and have a Save
      button (i.e., they work now)
  * gr-soapy
    + Sources: add tags when the frequency changes
  * gr-uhd
    + Support for more RFNoC blocks
      - Fosphor, which produces data to drive an on-screen OpenGL-
        based renderer which is expected to be in the next release
      - Moving Average
      - Switchboard
      - Split Stream
    + FFT: add properties for direction, magnitude and scaling
    + RX Stream: flush after timeout
    + Fully support multi-channel TX/RX (params were available
      for one one channel)
  * gr-vocoder
    + Add a number of new codec modes for Codec2 and FreeDV
  * gr-zmq
    + Selectable bind/connect to support more flexible ZMQ patterns
      and NAT'd networks
    + Stream sources produce when available, instead of waiting for
      a buffer to fill, helping with latency
  * Modtool
    + Use interp and decim keywords correctly when generating blocks
- Added a patch gnuradio-not-install-freedesktop-files.patch to
  revert commit 7c87800f1d7e85589678f01281b45451085c7482

OBS-URL: https://build.opensuse.org/request/show/1077397
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=128
2023-04-05 07:03:58 +00:00
8ad9660d32 Accepting request 1061137 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1061137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=60
2023-01-26 12:58:57 +00:00
Martin Pluskal
c30768a02b 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
2023-01-26 08:56:11 +00:00
2639abce00 Accepting request 1045633 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1045633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=59
2022-12-29 12:09:13 +00:00
Martin Pluskal
58d534b9f6 Accepting request 1045618 from home:StefanBruens:branches:hardware:sdr
- Sanitize _constraints, 4GByte of memory is sufficient. Also,
  2GByte memoryperjob rejects too many workers, so combine it
  with %limit_build.

OBS-URL: https://build.opensuse.org/request/show/1045618
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=124
2022-12-28 12:17:20 +00:00
2457e3d19c Accepting request 1043997 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1043997
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=58
2022-12-21 15:06:44 +00:00
Martin Hauke
b0ef6a0587 Accepting request 1043866 from home:wkazubski:test:science
- Update to version 3.10.5.0
  * Runtime
    + Python block have access to the block logger, as in C++
    + Default log level changed to INFO (from OFF)
    + Memory-based logger gr.dictionary_logger_backend() added for
      log debugging
    + API Note: The Python block gateway is now completely 
      implemented in the PyBind11 wrapper, in order to clean up
      Python dependencies. This is technically an API change, but
      should not have any external effect.
    + PMT serialization of Complex32 vectors is now REAL | IMAG on
      all platforms
    + Python IO signature replication (multiple ports specified by
      one signature) fixed
  * GRC
    + Continue processing block connections after a connection
      error occurs
    + Drawing/scaling fixes that improve user experience on HiDPI
      and Windows machines
  * Build system and packaging
    + Many deprecation warnings fixed
    + Make target link libraries PRIVATE wherever possible, removing
      unnecessary downstream dependencies
  * Testing
    + Code formatting rules for clang format updated to v14
    + Removed all compiler warning suppression
    + Enable Python block testing for Conda on macOS
    + Many other improvements that make maintenance easier - thanks
      again to Clayton Smith. In the process of fixing tests, a number
      of latent bugs were fixed throughout the code.
  * gr-analog
    + AGC3 performance and bug fixes
    + Python has access to control_loop parent class in PLL blocks
    + CTCSS detection of standard tones improved by fixing floating
      point comparison
  * gr-blocks
    + Probe Signal cross platform reliability improved by better
      thread synchronization
  * gr-digital
    + CRC32 and CRC16 blocks use little-endian order regardless of
      host order. This is a wire format change. The options were to
      have different endian machines unable to communicate, or older
      and newer versions unable to communicate. Note that there is
      a more general set of blocks (CRC Append and CRC Check) that
      are recommended for use wherever possible.
    + Packet headers use consistent bit order across machines
    + Floating point/rounding fix in constellation lookup table
  * gr-fec
    + LDPC G matrix n and k can be access from Python
    + LDPC matrix output size calculation corrected
    + CCSDS/Viterbi path metrics overflow fix
  * gr-network
    + Improve UDP Source/Sink efficiency by removing a layer of
      buffering and using the GR circular buffer instead of the
      Boost equivalent
  * gr-qtgui
    + Fixed Python code generation for Msg CheckBox, Digital Number
      Control, Toggle Button, Toggle Switch
  * gr-soapy
    + Sources will generate rx_time, rx_freq and rx_rate tags, as
      in UHD sources, where supported by the underlying Soapy driver
  * gr-uhd
    + Re-enable uhd.find_devices(), in addition to uhd.find()
    + RFNoC: generate correct Python code when using clock/time source
    + RFNoC: allow specification of adapter IDs for streamers
    + RFNoC: enable setting of vlen and types for streamers
    + RFNoC: streamers pay attention to stream args
    + RFNoC: sync block controller with gr-ettus OOT
    + RFNoC:set_property() and get_property() added to the C++ and
      Python APIs
    + RFNoC: Python binds added for rfnoc_block_generic
  * gr-zeromq
    + Sinks will optionally block on full queue, providing
      backpressure. Previously, overflow data was dropped.
- Patch fix-build-with-fmt9.patch removed (applied upstrem)

OBS-URL: https://build.opensuse.org/request/show/1043866
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=122
2022-12-20 23:59:32 +00:00
cc153d2ba8 Accepting request 1030628 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1030628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=57
2022-10-24 09:13:13 +00:00
Martin Pluskal
cbbb11fcb9 Accepting request 1030613 from home:mnhauke:sdr-devel
- Add patch:
  * fix-build-with-fmt9.patch

OBS-URL: https://build.opensuse.org/request/show/1030613
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=120
2022-10-24 05:48:42 +00:00
2f17b24b18 Accepting request 1004906 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1004906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=56
2022-09-20 17:23:58 +00:00
Martin Pluskal
b6773554af Accepting request 1004699 from home:pgajdos:python
- does not require python3-six
  https://trello.com/c/MO53MocR/143-remove-python3-six

OBS-URL: https://build.opensuse.org/request/show/1004699
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=118
2022-09-20 07:36:31 +00:00
2e9e6ba51f Accepting request 1004450 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/1004450
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=55
2022-09-19 14:02:52 +00:00
Martin Hauke
2827b3ca12 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
2022-09-18 09:19:52 +00:00
967b68198f Accepting request 989015 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/989015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=54
2022-07-14 14:34:17 +00:00
Martin Pluskal
f13aa1ec85 Accepting request 986297 from home:mixaill:branches:hardware:sdr
- added python3-SoapySDR to the runtime dependendcies (required by gr-soapy)

OBS-URL: https://build.opensuse.org/request/show/986297
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=114
2022-07-13 15:22:17 +00:00
734ecf84f7 Accepting request 985272 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/985272
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=53
2022-06-30 11:18:12 +00:00
Martin Pluskal
939959bc1c Accepting request 984579 from home:wkazubski:test:science
- Update to version 3.10.3.0
  * Project Scope
    + Continue replacement of Boost functionality with standard C++
      continues, where practical, making the code more maintainable.
    + Fix more flaky CI tests that were failing unnecessarily. This helps greatly with maintenance.
  * gnuradio-runtime
    + Only catch Thrift transport exceptions
    + Import PyQt5 before matplotlib to work around a bug
    + Fix broken log format string in set_min_output_buffer
    + Process system messages before others. This helps with orderly flowgraph termination.
    + Custom buffers: add missing (simulated) data transfer to
      input/output_blocked_callback functions in host_buffer class
    + Fix Mach-kernel timebase (numer and denom were reversed)
    + Fix signed integer overflows in fixed-point table generation
  * GRC
    + Add parentheses on arithmetic expressions to avoid operator precedence problems in templated code
    + Fix create hier / missing top_block error
  * Build system and packaging
    + CI: Add testing for Fedora 36, remove Fedora 34.
    + cmake: Use platform-specific Python install schemes
    + cmake: Always prefix git hash used as version with "g"
    + cmake: Allow MPIR/MPLIB package find to fail gracefully
    + cmake: Remove 'REQUIRED' flag for Volk
  * gr-blocks
    + Fix rotator_cc scheduled phase increment updates
    + Wavefile Sink: add support for Ogg Opus if libsndfile is >= 1.0.29
    + Probe Signal: synchronize access to d_level to prevent race conditions
  * gr-digital
    + Use memcmp for CRC comparisons to avoid alignment errors
  * gr-dtv
    + Use unsigned integer for CRC calculation
    + Fix use of uninitialized memory
    + Fix initialization of L1Post struct
  * gr-filter
    + Fix various bugs in Generic Filterbank
  * gr-iio
    + Fix grc pluto sink attenuation callback
gr-qtgui
    + Several sinks produce wrong error messages, when GUI Hint is used. Reorder params in yml files to fix.
  * gr-soapy
    + Deactivate stream before closing. Some modules depend on this behavior.
  * gr-uhd
    + Implement get_gpio_attr()
    + Code generation tools
    + C++ generation: Fix various template errors
  * Modtool
    + gr_newmod: Fix copying python bindings to test dir on Windows
    + gr_newmod: Make untagged conda package version less specific
    + modtool: Add a conda recipe to the OOT template
    + Make the pydoc_h.mako more clang compliant
  * Documentation
    + Add shim Sphinx config for readthedocs
- Enabled gr-iio module (requires libiio)

OBS-URL: https://build.opensuse.org/request/show/984579
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=112
2022-06-27 09:44:53 +00:00
06a6c980dc Accepting request 970074 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/970074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=52
2022-04-14 15:25:39 +00:00
Martin Pluskal
f0129297e0 Accepting request 969282 from home:mixaill:branches:hardware:sdr
- Added python3-jsonschema to build and runtime dependencies (required by gnuradio-companion since 3.10.2.0)
- Added python3-pyzmq to runtime dependencies (required by gr_network)
- Update to version 3.10.2.0

OBS-URL: https://build.opensuse.org/request/show/969282
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=110
2022-04-14 08:21:24 +00:00
54bc865e62 Accepting request 966160 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/966160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuradio?expand=0&rev=51
2022-03-31 15:18:45 +00:00
Martin Pluskal
2c8d6fb5ea Accepting request 965065 from home:mixaill:branches:hardware:sdr
- Added python3-cairo and python3-gobject to runtime dependencies (fixes gnuradio-companion launch on clean system)
- Update to version 3.10.1.1
  - Added spdlog and thrift to dependencies
  - Removed log4cpp from dependencies

OBS-URL: https://build.opensuse.org/request/show/965065
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/gnuradio?expand=0&rev=108
2022-03-31 09:05:54 +00:00