SHA256
1
0
forked from pool/rtl-sdr
rtl-sdr/rtl-sdr.changes
Martin Pluskal 7473819adf Accepting request 1181075 from home:wkazubski:test:science
- Update to version (tag) 2.0.2
  * lib: set SOVERSION back to 0
  * r82xx: improve tuner precision and avoid redundant register
    writes for speed
  * fix: round gain input to nearest value
  * fix: set fc0012 gain to low on init
  * use library paths from pkg-config
- version number set in CmakeList.txt is still 2.0.1, workaround added

OBS-URL: https://build.opensuse.org/request/show/1181075
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl-sdr?expand=0&rev=29
2024-06-17 11:04:25 +00:00

297 lines
11 KiB
Plaintext

-------------------------------------------------------------------
Sat Jun 15 09:19:48 UTC 2024 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- Update to version (tag) 2.0.2
* lib: set SOVERSION back to 0
* r82xx: improve tuner precision and avoid redundant register
writes for speed
* fix: round gain input to nearest value
* fix: set fc0012 gain to low on init
* use library paths from pkg-config
- version number set in CmakeList.txt is still 2.0.1, workaround added
-------------------------------------------------------------------
Fri Feb 23 11:57:32 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.
-------------------------------------------------------------------
Fri Nov 3 09:55:52 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.0.1
* Fixup release that contains an updated debian/changelog
-------------------------------------------------------------------
Thu Nov 2 19:09:15 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.0.0
* add direct sampling to rtl_sdr
* add -D direct sampling flag to rtl_tcp
* add blog v4 upconverter gpio switch
* fix rtl_tcp error on windows when hints not initialized to 0
* add rtl-sdr blog v4 support
* Fix signal handler from getting stuck in an endless loop
* lib: Stop applying workaround for libusb < 1.0.9
* lib: force wait state after cancel of usb transfer
* rtl_fm: add a new option to select 2nd direct sampling mode
* rtl_tcp: put new DEFAULT_* constants in defines
* rtl_tcp: Extracted some constants out of printf strings
* cmake: populate pkgconfig file with prefix
* Add rtl_biast as install target
* tuner_r82xx: fix short-write in r82xx_read
* Fix for CMake < 3.12.0
* Add missing rtlsdrConfig.cmake
* rtl_tcp: Initialize listensocket
* rtl_tcp: Add IPv6 support
* Use udev uaccess rules
* rtl_fm/rtl_power: Improve scanning range parsing
* Improve librtlsdr.pc file
* lib: enable better UHF reception (>862MHz) for FC0013
* set CMake policy CMP0075 if it exists
* rtl_biast: Add rtl_biast
* lib: Add GPIO version of the bias tee configuration API
* rtl_eeprom: fix warnings
* lib: disable usbfs zero-copy support by default
* lib: fix memory leak in rtlsdr_open()
* lib: Add workaround for Linux usbfs mmap() bug
- Drop not longer needed patches
* rtl-sdr-0001-mmap-bug-arm.patch
* rtl-sdr-0002-fix-rtlsdr_open-memory-leak.patch
* rtl-sdr-0004-fix-rtl_eeprom-warnings.patch
* rtl-sdr-0006-add-rtl_biast.patch
* rtl-sdr-0009-fix-FC0013-UHF-reception.patch
* rtl-sdr-0010-improve-librtlsdr_pc.patch
* rtl-sdr-0011-improve-rtl_power--scanning-range-parsing.patch
* rtl-sdr-0013-add-IPV6-for-rtl_tcp.patch
* rtl-sdr-0014-initialize-listensocket_in-rtl_tcp.patch
* rtl-sdr-0015-modernize-cmake-usage.patch
* rtl-sdr-0019-fix-short-write-in-r82xx_read.patch
* rtl-sdr-0021-rtl_fm-add-option-for-2nd-direct-sampling-mode.patch
* rtl-sdr-0022-add-rtl-sdr-blog-v4-support.patch
- Update patch:
* 0001-Better-udev-handling.patch
-------------------------------------------------------------------
Sat Sep 9 18:44:47 UTC 2023 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- new patch rtl-sdr-0022-add-rtl-sdr-blog-v4-support.patch adding
support for new funcionality in RTL-SDR v4 dongle (taken from git
tree)
- fix for one minor rpmlint error
-------------------------------------------------------------------
Mon Jan 31 19:06:03 UTC 2022 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- new patch rtl-sdr-0021-add-option-for-2nd-direct-sampling-mode.patch
adding extra option to rtl_fm (borrowed from git tree)
-------------------------------------------------------------------
Thu Jul 22 09:07:26 UTC 2021 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- patches:
rtl-sdr-0003-disable-zerocopy-by-default.patch
rtl-sdr-0007-allow-build-rtlsdr-as-subroject.patch
rtl-sdr-0008-add-CMP0075-policy.patch
rtl-sdr-0016-add-missing-rtlsdrConfig.patch
rtl-sdr-0017-add-rtl_biast-as-install-target.patch
rtl-sdr-0018-fix-for-older-cmake.patch
rtl-sdr-0020-populate-pkgconfig-with-prefix.patch
merged into rtl-sdr-0015-modernize-cmake-usage.patch
- patch rtl-sdr-0005-add-rtlsdr_set_bias_tee_gpio.patch
merged into rtl-sdr-0006-add-rtl_biast.patch
-------------------------------------------------------------------
Tue Jul 6 10:55:44 UTC 2021 - Wojciech Kazubski <wk@ire.pw.edu.pl>
- Added patches to upgrade to latest git head (only significant
changes), including:
+ rtl-sdr-0001-mmap-bug-arm.patch
+ rtl-sdr-0002-fix-rtlsdr_open-memory-leak.patch
+ rtl-sdr-0003-disable-zerocopy-by-default.patch
+ rtl-sdr-0004-fix-rtl_eeprom-warnings.patch
+ rtl-sdr-0005-add-rtlsdr_set_bias_tee_gpio.patch
+ rtl-sdr-0006-add-rtl_biast.patch
+ rtl-sdr-0007-allow-build-rtlsdr-as-subroject.patch
+ rtl-sdr-0008-add-CMP0075-policy.patch
+ rtl-sdr-0009-fix-FC0013-UHF-reception.patch
+ rtl-sdr-0010-improve-librtlsdr_pc.patch
+ rtl-sdr-0011-improve-rtl_power--scanning-range-parsing.patch
+ rtl-sdr-0012-use-udev-uaccess_rules.patch (not used)
+ rtl-sdr-0013-add-IPV6-for-rtl_tcp.patch
+ rtl-sdr-0014-initialize-listensocket_in-rtl_tcp.patch
+ rtl-sdr-0015-modernize-cmake-usage.patch
+ rtl-sdr-0016-add-missing-rtlsdrConfig.patch
+ rtl-sdr-0017-add-rtl_biast-as-install-target.patch
+ rtl-sdr-0018-fix-for-older-cmake.patch
+ rtl-sdr-0019-fix-short-write-in-r82xx_read.patch
+ rtl-sdr-0020-populate-pkgconfig-with-prefix.patch
* Full bias tee support for RTL-SDR v3 dongle
* Command line utility rtl_biast for controlling bias tee
* IPV-6 support for rtl_tcp
* Fixed some bugs and compile time issues
-------------------------------------------------------------------
Tue Aug 28 08:07:53 UTC 2018 - mpluskal@suse.com
- Use more of cmake macros
- Disable developer output from cmake
-------------------------------------------------------------------
Mon Aug 27 21:14:27 UTC 2018 - mardnh@gmx.de
- Update to version 0.6.0
* Fix inline functions to use 'static inline'
* tuner_r82xx: turn off loop-through, remove dead code
* rtl_adsb: fix hanging upon a signal in Fedora 27
* lib: use USB zero-copy transfers if possible
-------------------------------------------------------------------
Sun Jun 10 02:17:13 UTC 2018 - plinnell@opensuse.org
- Update to 0.5.4
* No change log found in source or wiki
* Drop git-requirement
-------------------------------------------------------------------
Fri Dec 15 15:49:56 UTC 2017 - mpluskal@suse.com
- Update to version 0.5.3+git.20170919:
* fix for msvc14
* Add option '-T' for activating bias-T in rtl_(adsb|fm|power|tcp)
* rtl_tcp: add command for bias tee control
* lib: Use GPIO P0 to toggle an (optional) bias-t
* lib: fix direction bit in GPIO code
-------------------------------------------------------------------
Thu Jun 15 17:00:43 UTC 2017 - wk@ire.pw.edu.pl
- Update to version 0.5.3+git.20170612:
* lib: use GPIO0 to control bias tee
* rtl_(adsb|fm|power|tcp): add option -T for activating bias tee
-------------------------------------------------------------------
Sun Apr 23 17:52:05 UTC 2017 - mardnh@gmx.de
- Use package-meta for tar_scm service and add git-core
to BuildRequires
-------------------------------------------------------------------
Sun Apr 23 16:22:00 UTC 2017 - mpluskal@suse.com
- Update group handling
-------------------------------------------------------------------
Sat Apr 15 18:23:22 UTC 2017 - mardnh@gmx.de
- Add patch: 0001-Better-udev-handling.patch
- Use proper cmake options
- Use group rtlsdr in the udev-rules
-------------------------------------------------------------------
Thu Mar 23 15:19:35 UTC 2017 - jengelh@inai.de
- RPM group fix
-------------------------------------------------------------------
Mon Mar 6 14:23:52 UTC 2017 - mpluskal@suse.com
- Update to version 0.5.3+git.20161127:
* lib: change default number of transfers to 15
* rtl_tcp: make all global variables static
* cmake: include resource file for MSVC builds
* Correct return code of e4k_reg_write().
* Allow setting bandwidth for R820T
* New functions rtlsdr_set_tuner_bandwidth()
* tools: allow built-in functions for newer versions of MSVC
* lib: check for libusb init failure
* lib: add new HanfTek dongle
- Packaging changes:
* Add _service for easier updating of package
* Split udev rules to separate package
* Run spec-cleaner
-------------------------------------------------------------------
Sun Mar 5 11:02:17 UTC 2017 - mpluskal@suse.com
- Use cmake macros
-------------------------------------------------------------------
Sun Dec 4 13:58:15 UTC 2016 - dl8fcl@darc.de
- update to version 0.5.3_13_ge3e6ee2
add new HanfTek dongle
-------------------------------------------------------------------
Wed Jun 10 21:37:56 UTC 2015 - dl8fcl@darc.de
- update to version 0.5.3_12_ge3c03f7
check for libusb init failure
-------------------------------------------------------------------
Sat May 16 21:18:22 UTC 2015 - dl8fcl@darc.de
- update to version 0.5.3_10_g8b4d755
Allow setting bandwidth for R820T
-------------------------------------------------------------------
Fri Sep 5 09:19:30 UTC 2014 - dl8fcl@darc.de
- update to version 0.5.3_6_gd447a2e
-------------------------------------------------------------------
Fri Dec 20 23:02:38 UTC 2013 - dl8fcl@darc.de
- update to version 0.5.2_2_g5f38c05
-------------------------------------------------------------------
Sun Nov 3 18:53:05 UTC 2013 - lnt-sysadmin@lists.lrz.de
- Changes to spec file:
* Update udev paths for openSUSE 13.1 and ensure udev rules are
updated when package is installed / updated / uninstalled.
* Define %libname to ease reuse of %post(un) macros
-------------------------------------------------------------------
Fri Nov 1 20:04:37 UTC 2013 - dl8fcl@darc.de
- update to version 0.5.1
-------------------------------------------------------------------
Sun Sep 22 13:42:56 UTC 2013 - dl8fcl@darc.de
- update to version 0.5.0_git20130915
-------------------------------------------------------------------
Tue Jul 23 10:04:09 UTC 2013 - lnt-sysadmin@lists.lrz.de
- update to version 0.5.git
* adds support for ASUS U3100MINI_PLUS_V2
* set DETACH_KERNEL_DRIVER=ON to allow detaching of kernel driver
-------------------------------------------------------------------
Mon Jun 10 21:16:03 UTC 2013 - dl8fcl@darc.de
- update to version git20130608
minor enhancements
-------------------------------------------------------------------
Sun Apr 28 19:02:45 UTC 2013 - dl8fcl@darc.de
- update to version git20130417.
minor enhancements
-------------------------------------------------------------------
Thu Apr 11 07:27:35 UTC 2013 - lnt-sysadmin@lists.lrz.de
- small changes to the spec file:
* pass %optflags to cmake according to
http://en.opensuse.org/openSUSE:Build_system_recipes
* use config(noreplace) for udev rules file
-------------------------------------------------------------------
Fri Mar 22 22:46:08 UTC 2013 - dl8fcl@darc.de
- import into the hamradio repository