Changelog for
gr-osmosdr-devel-0.2.6-sdr.5.1.x86_64.rpm :
* Fri Jul 26 2024 Henning Paul
- Fixed bug in paveldeminsdr code- Added gr-iio dependency
* Thu Jul 25 2024 Henning Paul - Add support for IIO boards and Pavel Demin\'s Rx SDR
* Wed Jun 12 2024 Wojciech Kazubski - Update to release (tag) 0.2.6
* lib/xtrx: honouring/using the loglevel parameter- Update to release (tag) 0.2.5
* Fix compilation of retpitaya and rtl_tcp with MinGW
* Tue Feb 27 2024 Dominique Leuenberger - Use %patch -P N instead of deprecated %patchN.
* Sun Apr 30 2023 Martin Pluskal - Rename python plugin to python3- Small spec file cleanup
* Wed Feb 01 2023 Wojciech Kazubski - Disable XTRX support (causes runtime crash)- Update copyright year
* Wed Jan 11 2023 Wojciech Kazubski - Update to release (tag) 0.2.4 + reenabled MiriSDR support
* FUNcube Dongle and FUNcube Dongle Pro+ support via gr-funcube- Patch gr-osmosdr-0009-use-with-gr-funcube.patch removed (applied upstream)- Fixed bug in patch gr-osmosdr-0007-sdrplay-use-std-ptr.patch
* Mon May 09 2022 Wojciech Kazubski - added a patch gr-osmosdr-0009-use-with-gr-funcube.patch, created by DL1KSV (slightly modified) restoring support for FUNcube Dongle and FUNcube Dongle Pro+ through gr-funcube- Disabled FreeSRP support as it breaks the build
* Sun Feb 20 2022 Wojciech Kazubski - added a patch gr-osmosdr-0007-sdrplay-use-std-ptr.patch needed for SDRplay support after switching to std::shared_ptr
* Wed Sep 15 2021 Wojciech Kazubski - update to git snapshot 0.2.3git20210128- builds with GNU Radio 3.9- Drop patches (applied upstream)
* gr-osmosdr-0001-hackrf-fix-bandwidth-setting.patch
* gr-osmosdr-0002-xtrx-remove-BOOST_FOREACH-and-obsolete-API-call.patch
* gr-osmosdr-0003-xtrx-add-missing-libraries.patch
* Thu Jul 29 2021 Wojciech Kazubski - Update to release 0.2.3
* Fix receive path hangs if another thread closes down the hackrf receive whilst this buffer receive function is waiting to be woken up. This fixes hangs where consumers like gqrx via gnuradio will do a stop_rx/start_rx very quickly to change something, and the buffer receive path is waiting for a buffer.- Drop patches (applied upstream)
* 0001-fix-windows-build.patch
* 0002-Replace-BOOST_FOREACH-with-range-based-for-loops.patch
* 0003-rfspace-Remove-broken-asio-code.patch
* 0004-Remove-disabled-OsmoSDR-and-MiriSDR-code.patch
* 0005-add-xtrx-support.patch- Add patches
* gr-osmosdr-0001-hackrf-fix-bandwidth-setting.patch
* gr-osmosdr-0002-xtrx-remove-BOOST_FOREACH-and-obsolete-API-call.patch
* gr-osmosdr-0003-xtrx-add-missing-libraries.patch- Remove unneeded build dependencies for osmosdr and mirisdr- Rename devel-doc subpackage to doc- XTRX support limited to Intel and ARM architectures only
* Sun Dec 13 2020 Martin Hauke - Update to release 0.2.2
* Add xtrx support
* Remove disabled OsmoSDR and MiriSDR code
* rfspace: Remove broken asio code
* Replace BOOST_FOREACH with range-based for loops
* fix windows build
* HackRF: fix hackrf_source signedness
* disable OsmoSDR as well as MiriSDR device support- Drop patches
* gr-osmosdr-add-xtrx-support-git20200103-gr38.patch- Add patches
* 0001-fix-windows-build.patch
* 0002-Replace-BOOST_FOREACH-with-range-based-for-loops.patch
* 0003-rfspace-Remove-broken-asio-code.patch
* 0004-Remove-disabled-OsmoSDR-and-MiriSDR-code.patch
* 0005-add-xtrx-support.patch
* Tue Aug 04 2020 Martin Hauke - Update to release 0.2.1
* disable OsmoSDR as well as MiriSDR device support
* cmake: actually make linking work
* grc: Fix YML block generation
* Remove unused imports of endian.hpp.
* HackRF: convert _lut to float[] to reduce size by a factor of 256
* fcd: restore support for FUNcube Dongle and Pro+
* A lot of Boost functionality is available in C++11. Since GNU Radio is moving away from Boost, it probably makes sense to do so in gr-osmosdr as well.
* I\'m using an Airspy HF+ Discovery with the Soapy driver. whenever I turn AGC off it stops receiving samples.
* rtl_tcp: Throw an exception if TCP connection fails
* cmake: Go back CMake min ver. 3.8 by removing need for CMP0079- Add _service file- Update patch:
* gr-osmosdr-add-xtrx-support-git20200103-gr38.patch
* Sun Feb 16 2020 Wojciech Kazubski - updated to release 0.2.0
* first release supporting GNU Radio 3.8
* GNU Radio 3.8 support is now in master branch
* osmocom_fft uses Python 3 and Qt, also can handle continuous range for sample rate gracefully
* initial support for Airspy HF+
* allow transmit/receive switching for HackRF
* fixes and improvements to airspy and hackrf backends
* requires cmake >= 3.13 for build
* Sat Feb 08 2020 Wojciech Kazubski - updated to version 0.2.0 snapshot 20200204
* based on latest osmocom git snapshot (branch gr-3.8)
* builds with GNU Radio 3.8- XTRX patchset reworked and rebased to xtrx/gr-osmosdr git snapshot 20190927 and modified to work with gr-3.8 branch- ready for SDRplay support via libsdrplay2 based on willcode/gr-osmosdr fork modified to work for gr-3.8 branch
* Sun Jun 02 2019 Martin Hauke - Fix license tag:
* GPL-2.0-or-later => GPL-3.0-or-later with two exceptions: - grc/gen_osmosdr_blocks.py => GPL2.0+ - swig/osmosdr_swig.i => no license specified
* Sun Mar 24 2019 Wojciech Kazubski - Fixed build with Boost 1.69
* Thu Jan 17 2019 mardnhAATTgmx.de- User correct license tag: GPL-2.0-only => GPL-2.0-or-later
* Wed Jan 09 2019 Jan Engelhardt - Limit %fdupes call to not cross the /usr subvolume boundary.- Adjust RPM groups.
* Tue Jan 08 2019 mardnhAATTgmx.de- Add patches:
* 0001-update-for-new-API-and-multi-XTRX-support.patch- Remove patches:
* fix-xtrx.patch
* Sun Dec 30 2018 mardnhAATTgmx.de- Build with support for XTRX- Add patches:
* 0001-add-xtrx-support.patch
* 0002-cmake-use-CMAKE_CURRENT_SOURCE_DIR-instead-of-CMAKE_.patch
* 0003-add-antenna-AUTO-selection.patch
* 0004-Add-XTRX-to-README-and-help-output.patch
* 0005-XTRX-add-ability-to-specify-device-and-DSP-freq.patch
* fix-xtrx.patch
* Sat Oct 13 2018 mardnhAATTgmx.de- Update to version 0.1.4+git.20180815:
* bladerf: update bladerf to catch up with libbladeRF
* bladeRF: add support for biastee on bladeRF micro
* bladerf: remove vestigial map
* bladerf: use bladerf_get_channel_count where available
* bladerf: compatibility with older libbladeRF
* bladerf: add support for MIMO
* bladerf_common: tweak buffer/transfer settings
* bladerf: add set_rx_mux_mode functionality
* bladerf: add firmware loopback mode
* bladerf_common: add agc= option to set gain mode
* bladerf: use nchan option to enable multi-channels
* bladerf: fix get_gain_names population
* bladerf: formatting/style fixes on .h files
* bladerf: formatting/consistency fixes
* bladerf_common: formatting/whitespace/consistency
* bladerf: replace bladerf_module with bladerf_direction
* bladerf_common: cleanup on set_gain_mode
* bladeRF: fix identification of channels
* bladeRF: remove set_bb_gain
* update copyright dates
* formatting/wording tweaks
* bladerf2: add get_gain_mode and set_gain_mode
* WIP: libbladeRF rev2 refactoring etc
* WIP: more port work
* bladerf: initial support for new bladeRF hardware
* link with pthreads only when using gcc
* Remove workaround for gnuradio bug #528 as it has been fixed in 3.7.9.1
* Tue Jun 26 2018 mardnhAATTgmx.de- Update to version 0.1.4+git.20180617:
* Fix compilation with boost-1.67
* freesrp: whitespace fixes
* Thu Jun 15 2017 wkAATTire.pw.edu.pl- Update to version 0.1.4+git.20170611:
* freesrp - add support for multiple devices
* rtl,rtl_tcp - add bias=0|1 parameter to contro l bias tee
* RTL-TCP - convert to single class model
* RTL-SDR - correct _lut to float[] to reduce size by a factor of 256
* Thu May 25 2017 mardnhAATTgmx.de- Use %cmake macro
* Mon May 08 2017 mardnhAATTgmx.de- Update to version 0.1.4+git.20170421:
* soapy - check for freq corr before invoking
* soapy: support newer getSampleRateRange() API call
* soapy: support set/getFrequencyCorrection() API
* soapy - correct constant for frequency correction
* Wed Apr 19 2017 mardnhAATTgmx.de- Update to version 0.1.4+git.20170418:
* Add support for FreeSRP- Use package-meta for tar_scm service and add git-core to BuildRequires
* Sat Apr 15 2017 mardnhAATTgmx.de- Update to version 0.1.4+git.20170227:- Use pkgconfig-style for BuildRequires- Rename %soname to %sover to better reflect its use- Fix build for all 64-bit platforms- Build development documentation- Add _service file- Run spec-cleaner- Support SoapySDR
* Tue Feb 16 2016 dl8fclAATTt-online.de- Support for Airspy,BladeRF and Mirisdr added
* Sun Jan 17 2016 dl8fclAATTt-online.de- update to version 0.1.4_137
* Thu Dec 25 2014 dl8fclAATTdarc.de- update to version 0.1.4_65_gafac116