diff --git a/_servicedata b/_servicedata index f9961fa..3b6f47b 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/merbanan/rtl_433.git - 7b2242d01b06e55bf6e19fa2ee55ae7895b30b18 \ No newline at end of file + f5e5a6aed48d8c2dfb3c10210f66472b0a3084c1 \ No newline at end of file diff --git a/rtl_433-19.08+git.20190829.tar.xz b/rtl_433-19.08+git.20190829.tar.xz deleted file mode 100644 index 41479b0..0000000 --- a/rtl_433-19.08+git.20190829.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bee2225c67cf8771d0b78ff34aa5e1404ec7368fce2fb6a7eeed64116299395f -size 608772 diff --git a/rtl_433-20.02+git.20200218.tar.xz b/rtl_433-20.02+git.20200218.tar.xz new file mode 100644 index 0000000..b22b4ee --- /dev/null +++ b/rtl_433-20.02+git.20200218.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886016157099ee8f3218dc200efc07f9aefc827378cda02de91c307474dd8a5f +size 644684 diff --git a/rtl_433.changes b/rtl_433.changes index af32a9f..52142f5 100644 --- a/rtl_433.changes +++ b/rtl_433.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Feb 18 10:16:59 UTC 2020 - Martin Hauke + + +- 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 diff --git a/rtl_433.spec b/rtl_433.spec index 1e1e500..3d4f8f9 100644 --- a/rtl_433.spec +++ b/rtl_433.spec @@ -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 # # 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)