forked from pool/rtl_433
Accepting request 775116 from home:mnhauke:sdr-devel
- Update to version 20.02+git.20200218: Highlights * Added InfluxDB output * Added native Sigrok writer * Changed to newmodel keys default * Fixed SoapySDR for 0.8 API * Added new minmax FSK pulse detector * Changed default to use new minmax detector and sample rate of 1MS/s for frequency above 800MHz * Changed -a and -G option to discourage usage * Improvements and support for many more sensors - Build with support for SoapySDR OBS-URL: https://build.opensuse.org/request/show/775116 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=18
This commit is contained in:
parent
e3d124c347
commit
0fee1dca65
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/merbanan/rtl_433.git</param>
|
||||
<param name="changesrevision">7b2242d01b06e55bf6e19fa2ee55ae7895b30b18</param></service></servicedata>
|
||||
<param name="changesrevision">f5e5a6aed48d8c2dfb3c10210f66472b0a3084c1</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bee2225c67cf8771d0b78ff34aa5e1404ec7368fce2fb6a7eeed64116299395f
|
||||
size 608772
|
3
rtl_433-20.02+git.20200218.tar.xz
Normal file
3
rtl_433-20.02+git.20200218.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:886016157099ee8f3218dc200efc07f9aefc827378cda02de91c307474dd8a5f
|
||||
size 644684
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 10:16:59 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
||||
- Update to version 20.02+git.20200218:
|
||||
Highlights
|
||||
* Added InfluxDB output
|
||||
* Added native Sigrok writer
|
||||
* Changed to newmodel keys default
|
||||
* Fixed SoapySDR for 0.8 API
|
||||
* Added new minmax FSK pulse detector
|
||||
* Changed default to use new minmax detector and sample rate
|
||||
of 1MS/s for frequency above 800MHz
|
||||
* Changed -a and -G option to discourage usage
|
||||
* Improvements and support for many more sensors
|
||||
- Build with support for SoapySDR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 08:25:18 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rtl_433
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2017, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 19.08+git.20190829
|
||||
%define version_unconverted 20.02+git.20200218
|
||||
Name: rtl_433
|
||||
Version: 19.08+git.20190829
|
||||
Version: 20.02+git.20200218
|
||||
Release: 0
|
||||
Summary: Application turning the RTL2832 dongle into a 433.92MHz generic data receiver
|
||||
License: GPL-2.0-only
|
||||
@ -28,6 +28,7 @@ URL: https://github.com/merbanan/rtl_433.git
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(SoapySDR)
|
||||
BuildRequires: pkgconfig(librtlsdr)
|
||||
BuildRequires: pkgconfig(libusb)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user