From e3cc4da80d8b369ef884f877da570528176050b5c5716fbd6cd794caa80ef2a5 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 15 May 2017 20:34:48 +0000 Subject: [PATCH] Accepting request 495108 from home:mnhauke:sdr-devel - Update to version 0.0.1+git.20170515: * Add files via upload * Add support for Fine Offset WH3080 weather station * Updated "quadrant" code for WGR968 * Restored 'static' variables * Bump MAX_PROTOCOLS to 78 * cleanup: replacing broken sprintf, removing debug code * fix short buffer: sprintf's output is always null-terminated * adding output redirection to files * Sensor GT-WT-02 Change REDME.md * fix sample_file_pos to actually count seconds, each sample is 16 bits (I+Q uint8's) * change data output fields to usual order * add missing "model" data output * add time to data output * Add support for Vaillant calorMatic 340f (VRT 340f) wireless central ceating control (868MHz) * adds a watchdog timer to async callback, abort if async events stop arriving * improving compatibility for Renkforce DM-7511 * Vaillant_vrt340f.c: Fix indentation, only whitespace changes * remove synthetic fahrenheit output. use `-C customary` to convert. * harmonize device data output to model instead of device or make, and crc instead of checksum * changing "crc", "checksum" to "mic" * delete stray trailing whitespace * normalize indentation to 4 spaces or one tab, depending on prevalence in each file * Update rtl_433.h OBS-URL: https://build.opensuse.org/request/show/495108 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=3 --- _servicedata | 2 +- rtl_433-0.0.1+git.20170409.tar.xz | 3 --- rtl_433-0.0.1+git.20170515.tar.xz | 3 +++ rtl_433.changes | 29 +++++++++++++++++++++++++++++ rtl_433.spec | 4 ++-- 5 files changed, 35 insertions(+), 6 deletions(-) delete mode 100644 rtl_433-0.0.1+git.20170409.tar.xz create mode 100644 rtl_433-0.0.1+git.20170515.tar.xz diff --git a/_servicedata b/_servicedata index 739f2ce..5b2f01e 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/merbanan/rtl_433.git - 7dc8fa64422e6497c78c7e6f08362baf7ca64c53 \ No newline at end of file + 1d07869e089c08d930213d793b6c408bfc07c669 \ No newline at end of file diff --git a/rtl_433-0.0.1+git.20170409.tar.xz b/rtl_433-0.0.1+git.20170409.tar.xz deleted file mode 100644 index 6d51acb..0000000 --- a/rtl_433-0.0.1+git.20170409.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4d81d1f19a036d1c3cebd0a60ddc0843607d217dff696e19b17388e36e49340 -size 144596 diff --git a/rtl_433-0.0.1+git.20170515.tar.xz b/rtl_433-0.0.1+git.20170515.tar.xz new file mode 100644 index 0000000..977c220 --- /dev/null +++ b/rtl_433-0.0.1+git.20170515.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2c4a7362cbcaaa10d31fd72fcc8f170cd086eef176dc206ce95da0ddb058fe +size 147176 diff --git a/rtl_433.changes b/rtl_433.changes index f919a05..660959e 100644 --- a/rtl_433.changes +++ b/rtl_433.changes @@ -1,3 +1,32 @@ + +------------------------------------------------------------------- +Mon May 15 20:26:05 UTC 2017 - mardnh@gmx.de + +- Update to version 0.0.1+git.20170515: + * Add files via upload + * Add support for Fine Offset WH3080 weather station + * Updated "quadrant" code for WGR968 + * Restored 'static' variables + * Bump MAX_PROTOCOLS to 78 + * cleanup: replacing broken sprintf, removing debug code + * fix short buffer: sprintf's output is always null-terminated + * adding output redirection to files + * Sensor GT-WT-02 Change REDME.md + * fix sample_file_pos to actually count seconds, each sample is 16 bits (I+Q uint8's) + * change data output fields to usual order + * add missing "model" data output + * add time to data output + * Add support for Vaillant calorMatic 340f (VRT 340f) wireless central ceating control (868MHz) + * adds a watchdog timer to async callback, abort if async events stop arriving + * improving compatibility for Renkforce DM-7511 + * Vaillant_vrt340f.c: Fix indentation, only whitespace changes + * remove synthetic fahrenheit output. use `-C customary` to convert. + * harmonize device data output to model instead of device or make, and crc instead of checksum + * changing "crc", "checksum" to "mic" + * delete stray trailing whitespace + * normalize indentation to 4 spaces or one tab, depending on prevalence in each file + * Update rtl_433.h + ------------------------------------------------------------------- Sat Apr 15 22:31:43 UTC 2017 - mardnh@gmx.de diff --git a/rtl_433.spec b/rtl_433.spec index 24f73ef..c5d5ecd 100644 --- a/rtl_433.spec +++ b/rtl_433.spec @@ -16,10 +16,10 @@ # -%define version_unconverted 0.0.1+git.20170409 +%define version_unconverted 0.0.1+git.20170515 Name: rtl_433 -Version: 0.0.1+git.20170409 +Version: 0.0.1+git.20170515 Release: 0 Summary: Turns RTL2832 dongle into a 433.92MHz generic data receiver License: GPL-2.0