From 112274e1d019214e1421fa404e2cffdef52947165949909b6e7edf61ec0beae0 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 20 Aug 2018 08:02:07 +0000 Subject: [PATCH] Accepting request 630318 from home:mnhauke:sdr-devel - Update to version 18.05+git.20180806: * Clean up copyright notes * Change flex to more robust opt arg parse * Fix bitbuffer_parse to be sane about empty row specs * Tweak timings for Kerui * Fill id string for Bresser device. * Add battery event for Kerui * Update style for chuango * Update style for akhan * Update style and add cmds to Kerui * Update code style for wssensor * Add Hyundai WS SENZOR (#779) * Add fix for TEK377E, issue #776 * Fix Makefile devices to match CMakeLists * Add CS16 input and output (#773) * Add device: M-Bus (EN 13757-4) - Data Link layer (#768) * Fix for Autotools * Rewrite debug_mode to load_mode and dump_mode * Fix typo * Fix indents * Clean up baseband, optimize FM, add baseband-test (#770) * Rewrite ambient_weather for robustness and style * Remove some unwanted BITBUF_COLS uses * Change radiohead to unify the applications * Fix Sensible Living merge * Sensible Living protocol added. (#742) * Fix SOCKET(_TYPE) for syslog * Win32 syslog client patches (#762) * Make printout aligned (#761) * Make the frequency setting clearer. (#760) OBS-URL: https://build.opensuse.org/request/show/630318 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=11 --- _servicedata | 2 +- rtl_433-18.05+git.20180525.tar.xz | 3 -- rtl_433-18.05+git.20180806.tar.xz | 3 ++ rtl_433.changes | 49 +++++++++++++++++++++++++++++++ rtl_433.spec | 4 +-- 5 files changed, 55 insertions(+), 6 deletions(-) delete mode 100644 rtl_433-18.05+git.20180525.tar.xz create mode 100644 rtl_433-18.05+git.20180806.tar.xz diff --git a/_servicedata b/_servicedata index 5c40119..8c6a3f0 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/merbanan/rtl_433.git - 602fbc0421613dcf844e437f4e0e7bfb783f393a \ No newline at end of file + b49d2991d7b1e1dd85816cd535eef46190a39fd8 \ No newline at end of file diff --git a/rtl_433-18.05+git.20180525.tar.xz b/rtl_433-18.05+git.20180525.tar.xz deleted file mode 100644 index 1cf7d2d..0000000 --- a/rtl_433-18.05+git.20180525.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7273448289718deae84fcee214bc5a4111b06a0d51561dc7cfa1e041aa6f6b9 -size 184780 diff --git a/rtl_433-18.05+git.20180806.tar.xz b/rtl_433-18.05+git.20180806.tar.xz new file mode 100644 index 0000000..4198fe3 --- /dev/null +++ b/rtl_433-18.05+git.20180806.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5cca683633267d6cbce84ce7fe4157aee0f15e3a10d2a19a4d3fb7f4bf52e4 +size 192184 diff --git a/rtl_433.changes b/rtl_433.changes index dd88f3a..ec14596 100644 --- a/rtl_433.changes +++ b/rtl_433.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Sat Aug 18 19:15:50 UTC 2018 - mardnh@gmx.de + +- Update to version 18.05+git.20180806: + * Clean up copyright notes + * Change flex to more robust opt arg parse + * Fix bitbuffer_parse to be sane about empty row specs + * Tweak timings for Kerui + * Fill id string for Bresser device. + * Add battery event for Kerui + * Update style for chuango + * Update style for akhan + * Update style and add cmds to Kerui + * Update code style for wssensor + * Add Hyundai WS SENZOR (#779) + * Add fix for TEK377E, issue #776 + * Fix Makefile devices to match CMakeLists + * Add CS16 input and output (#773) + * Add device: M-Bus (EN 13757-4) - Data Link layer (#768) + * Fix for Autotools + * Rewrite debug_mode to load_mode and dump_mode + * Fix typo + * Fix indents + * Clean up baseband, optimize FM, add baseband-test (#770) + * Rewrite ambient_weather for robustness and style + * Remove some unwanted BITBUF_COLS uses + * Change radiohead to unify the applications + * Fix Sensible Living merge + * Sensible Living protocol added. (#742) + * Fix SOCKET(_TYPE) for syslog + * Win32 syslog client patches (#762) + * Make printout aligned (#761) + * Make the frequency setting clearer. (#760) + * Add real protocol number to startup output (#744) + * Convert intertechno to data_make (#726) + * see #755 + * FineOffset WH0530: Add battery low detection, correct rain factor (#765) + * Add prototype for 'nice_freq()' (#759) + * Add a "pretty-printer" of a frequency (#758) + * No "Variable Length Arrays" for MSVC (#755) + * Remove (#756) + * More MSVC fixes (#754) + * [MSVC] patch include/data.h (#753) + * Include (#752) + * Add support for Oregon Scientific UVR128 UV sensor (#738) + * Update code style for RadioHead + * DSC Sensors break out status bits + * acurite_986: fix temperature type to enable conversion feature to work + ------------------------------------------------------------------- Fri Jun 01 20:06:21 UTC 2018 - mardnh@gmx.de diff --git a/rtl_433.spec b/rtl_433.spec index e8941e5..fe1c443 100644 --- a/rtl_433.spec +++ b/rtl_433.spec @@ -17,9 +17,9 @@ # -%define version_unconverted 18.05+git.20180525 +%define version_unconverted 18.05+git.20180806 Name: rtl_433 -Version: 18.05+git.20180525 +Version: 18.05+git.20180806 Release: 0 Summary: Turns RTL2832 dongle into a 433.92MHz generic data receiver License: GPL-2.0-only