GNU Radio module for OsmoSDR and rtl-sdr

Edit Package gr-osmosdr

GNU Radio source block for OsmoSDR and rtl-sdr.

Refresh
Refresh
Source Files
Filename Size Changed
gr-osmosdr-0.2.3.tar.gz 0000252727 247 KB
gr-osmosdr-0.2.4.tar.gz 0000260745 255 KB
gr-osmosdr-0001-hackrf-fix-bandwidth-setting.patch 0000002326 2.27 KB
gr-osmosdr-0002-xtrx-remove-BOOST_FOREACH-and-obsolete-API-call.patch 0000003204 3.13 KB
gr-osmosdr-0003-xtrx-add-missing-libraries.patch 0000000973 973 Bytes
gr-osmosdr-0007-sdrplay-use-std-ptr.patch 0000000614 614 Bytes
gr-osmosdr-0102-Remove-disabled-OsmoSDR-and-MiriSDR-code.patch 0000049711 48.5 KB
gr-osmosdr-0103-make-miri-osmosdr-optional.patch 0000002196 2.14 KB
gr-osmosdr-0104-miri-osmosdr-use-std-ptr.patch 0000001162 1.13 KB
gr-osmosdr-add-sdrplay2-support-git20200526-gr38.patch 0000000391 391 Bytes
gr-osmosdr-openSUSE_Factory_ARM.changes 0000013553 13.2 KB
gr-osmosdr-openSUSE_Factory_ARM.spec 0000005194 5.07 KB
gr-osmosdr-openSUSE_Tumbleweed.changes 0000013553 13.2 KB
gr-osmosdr-openSUSE_Tumbleweed.spec 0000005319 5.19 KB
gr-osmosdr-sdrplay2-support-git20200526.tar.gz 0000007055 6.89 KB
gr-osmosdr.changes 0000011121 10.9 KB
gr-osmosdr.spec 0000005838 5.7 KB
Latest Revision
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1064097 from Wojciech Kazubski's avatar Wojciech Kazubski (wkazubski) (revision 2)
- 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)
- Patch gr-osmosdr-0102-Restore-OsmoSDR-and-MiriSDR-code.patch
  removed (MiriSDR support restored in mainstream)
- update to git snapshot 0.2.3git20221101 for Tumbleweed (GNU Radio
  3.10)
  * patch gr-osmosdr-0009-use-with-gr-funcube.patch removed, gr-3.9+
    support included in mainstream
  * patch gr-osmosdr-0102-Resmove-disabled-OsmoSDR-and-MiriSDR-code.patch
    replaced by gr-osmosdr-0102-Restore-OsmoSDR-and-MiriSDR-code.patch
- added specfile for Factory_ARM based on Tumbleweed but no sdrplay
  support
- minor specfile cleanup
- SDRplay support disabled (requires non-OSS library)
- FCD Pro+ support disabled for Leap <= 15.3 since it requires
  gr-fcdproplus snapshot 20200811 but 20190817 is available
- 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 in Tumbleweed
- Disabled FreeSRP support for Tumbleweed as it breaks the build
- added patch gr-osmosdr-0104-miri-osmosdr-use-std-ptr.patch to fix
  build with mir and osmosdr enabled
- update to git snapshot 0.2.3git20210128 for Tumbleweed
  * 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
- 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
- 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
- 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
- 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
- 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
 
- 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
- Fixed build with Boost 1.69
- User correct license tag:
  GPL-2.0-only => GPL-2.0-or-later
- Limit %fdupes call to not cross the /usr subvolume boundary.
- Adjust RPM groups.
- Add patches:
  * 0001-update-for-new-API-and-multi-XTRX-support.patch
- Remove patches:
  * fix-xtrx.patch
- 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
- 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
- Update to version 0.1.4+git.20180617:
  * Fix compilation with boost-1.67
  * freesrp: whitespace fixes
- 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
- Use %cmake macro
- 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
- 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
- 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
- Support for Airspy,BladeRF and Mirisdr added
- update to version 0.1.4_137
- update to version 0.1.4_65_gafac116
- update to version 0.1.3_53_g959e7d2
- update to version 0.1.0_70_gf6f3b53
  Support for HackRF Jawbreaker added. Untested,
  reports are welcome 
- update to version 0.1.0_git20130918 
- Requires in spec file corrected 
- Support for sysmocom OsmoSDR added
  untested, reports are welcome 
- update to version 0.1.0_git20130814
- Support for funcube dongle pro+ added
  untested, reports are welcome
- Osmocom IQ Imbalance Correction enabled 
- update to version 0.1.0_git20130730 
- update to version 0.1.0_git20130728
  changes for gnuradio-3.7.0
- update to version git20130509
  further enhancements 
- fixed BuildRequires, Files and Post for python-gr-osmosdr package
- update to version git20130428
  further enhancements and new blocks 
- import into the hamradio repository 
- 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)
- Patch gr-osmosdr-0102-Restore-OsmoSDR-and-MiriSDR-code.patch
  removed (MiriSDR support restored in mainstream)
- update to git snapshot 0.2.3git20221101 for Tumbleweed (GNU Radio
  3.10)
  * patch gr-osmosdr-0009-use-with-gr-funcube.patch removed, gr-3.9+
    support included in mainstream
  * patch gr-osmosdr-0102-Resmove-disabled-OsmoSDR-and-MiriSDR-code.patch
    replaced by gr-osmosdr-0102-Restore-OsmoSDR-and-MiriSDR-code.patch
- added specfile for Factory_ARM based on Tumbleweed but no sdrplay
  support
- minor specfile cleanup
- SDRplay support disabled (requires non-OSS library)
- FCD Pro+ support disabled for Leap <= 15.3 since it requires
  gr-fcdproplus snapshot 20200811 but 20190817 is available
- 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 in Tumbleweed
- Disabled FreeSRP support for Tumbleweed as it breaks the build
- added patch gr-osmosdr-0104-miri-osmosdr-use-std-ptr.patch to fix
  build with mir and osmosdr enabled
- update to git snapshot 0.2.3git20210128 for Tumbleweed
  * 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
- 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
- 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
- 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
- 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
- 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
 
- 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
- Fixed build with Boost 1.69
- User correct license tag:
  GPL-2.0-only => GPL-2.0-or-later
- Limit %fdupes call to not cross the /usr subvolume boundary.
- Adjust RPM groups.
- Add patches:
  * 0001-update-for-new-API-and-multi-XTRX-support.patch
- Remove patches:
  * fix-xtrx.patch
- 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
- 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
- Update to version 0.1.4+git.20180617:
  * Fix compilation with boost-1.67
  * freesrp: whitespace fixes
- 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
- Use %cmake macro
- 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
- 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
- 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
- Support for Airspy,BladeRF and Mirisdr added
- update to version 0.1.4_137
- update to version 0.1.4_65_gafac116
- update to version 0.1.3_53_g959e7d2
- update to version 0.1.0_70_gf6f3b53
  Support for HackRF Jawbreaker added. Untested,
  reports are welcome 
- update to version 0.1.0_git20130918 
- Requires in spec file corrected 
- Support for sysmocom OsmoSDR added
  untested, reports are welcome 
- update to version 0.1.0_git20130814
- Support for funcube dongle pro+ added
  untested, reports are welcome
- Osmocom IQ Imbalance Correction enabled 
- update to version 0.1.0_git20130730 
- update to version 0.1.0_git20130728
  changes for gnuradio-3.7.0
- update to version git20130509
  further enhancements 
- fixed BuildRequires, Files and Post for python-gr-osmosdr package
- update to version git20130428
  further enhancements and new blocks 
- import into the hamradio repository 
- 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
- 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
- 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
- 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
- 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
 
- 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
- Fixed build with Boost 1.69
- User correct license tag:
  GPL-2.0-only => GPL-2.0-or-later
- Limit %fdupes call to not cross the /usr subvolume boundary.
- Adjust RPM groups.
- Add patches:
  * 0001-update-for-new-API-and-multi-XTRX-support.patch
- Remove patches:
  * fix-xtrx.patch
- 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
- 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
- Update to version 0.1.4+git.20180617:
  * Fix compilation with boost-1.67
  * freesrp: whitespace fixes
- 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
- Use %cmake macro
- 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
- 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
- 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
- Support for Airspy,BladeRF and Mirisdr added
- update to version 0.1.4_137
- update to version 0.1.4_65_gafac116
- update to version 0.1.3_53_g959e7d2
- update to version 0.1.0_70_gf6f3b53
  Support for HackRF Jawbreaker added. Untested,
  reports are welcome 
- update to version 0.1.0_git20130918 
- Requires in spec file corrected 
- Support for sysmocom OsmoSDR added
  untested, reports are welcome 
- update to version 0.1.0_git20130814
- Support for funcube dongle pro+ added
  untested, reports are welcome
- Osmocom IQ Imbalance Correction enabled 
- update to version 0.1.0_git20130730 
- update to version 0.1.0_git20130728
  changes for gnuradio-3.7.0
- update to version git20130509
  further enhancements 
- fixed BuildRequires, Files and Post for python-gr-osmosdr package
- update to version git20130428
  further enhancements and new blocks 
- import into the hamradio repository 
Comments 0
openSUSE Build Service is sponsored by