SHA256
1
0
forked from pool/rtl_433

Accepting request 508924 from home:mnhauke:sdr-devel

- Update to version 0.0.1+git.20170708:
  * prevent bad messages of all 1 that falsely check ok with crc.
  * adding IBIS beacon
  * fix Company name, output flags and tire pressure/temperature
  * proper units for pressure, units for power, fix OS output fields
  * adding Oil Ultrasonic Standard protocol
  * hop interval param added (multiple frequencies)
  * updated README.md
  * typo fix
  * pipe symbol with HTML code
  * Update README.md
  * Added data struct for efergye2 (#540)
  * fix fabsf() in integer context (#551)
  * adding Citroen TPMS device
  * bugfix, bitbuffer needs to be initialized
  * adding Oil Ultrasonic STANDARD using ASK on 915MHz
  * Honda remote: fix an out of bounds array access
  * Removed use of pow() (#557)
  * Possible bugfix for issue #136
  * Update .gitignore
  * Fix hex output padding for unit ID field for lightwaverf.
  * Thermopro TP-11.
  * Move TP-11 to the end.
  * Thermopro TP-11 changes:   - exit early if not enough matching rows are found   - simplify bits_per_row check   - local_time_str happens after decoding data
  * Fix sign error.
  * Variable declarations are at the top of the function.
  * Solight TE44 wireless thermometer
  * Fix spelling in documentation
  * adding Wireless Smoke and Heat Detector GS 558

OBS-URL: https://build.opensuse.org/request/show/508924
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=4
This commit is contained in:
Martin Pluskal 2017-07-08 19:02:13 +00:00 committed by Git OBS Bridge
parent e3cc4da80d
commit 38775f184f
5 changed files with 46 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/merbanan/rtl_433.git</param>
<param name="changesrevision">1d07869e089c08d930213d793b6c408bfc07c669</param></service></servicedata>
<param name="changesrevision">1be0118aa74dd2e9d151a0dcb72a2c78d505539d</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e2c4a7362cbcaaa10d31fd72fcc8f170cd086eef176dc206ce95da0ddb058fe
size 147176

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ff0199729676fa4bf84f55e09c176b1c53a7fbb2fdfb6189313a8fcb244de11
size 153296

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Sat Jul 08 09:02:24 UTC 2017 - mardnh@gmx.de
- Update to version 0.0.1+git.20170708:
* prevent bad messages of all 1 that falsely check ok with crc.
* adding IBIS beacon
* fix Company name, output flags and tire pressure/temperature
* proper units for pressure, units for power, fix OS output fields
* adding Oil Ultrasonic Standard protocol
* hop interval param added (multiple frequencies)
* updated README.md
* typo fix
* pipe symbol with HTML code
* Update README.md
* Added data struct for efergye2 (#540)
* fix fabsf() in integer context (#551)
* adding Citroen TPMS device
* bugfix, bitbuffer needs to be initialized
* adding Oil Ultrasonic STANDARD using ASK on 915MHz
* Honda remote: fix an out of bounds array access
* Removed use of pow() (#557)
* Possible bugfix for issue #136
* Update .gitignore
* Fix hex output padding for unit ID field for lightwaverf.
* Thermopro TP-11.
* Move TP-11 to the end.
* Thermopro TP-11 changes: - exit early if not enough matching rows are found - simplify bits_per_row check - local_time_str happens after decoding data
* Fix sign error.
* Variable declarations are at the top of the function.
* Solight TE44 wireless thermometer
* Fix spelling in documentation
* adding Wireless Smoke and Heat Detector GS 558
* adding Generic off-brand wireless motion sensor and alarm system
* remove false positives from Esperanza/Kedsum
* replace binary literals with hex
* fix misc typos and reduce efergy false positives
* allow WH2 to miss the first sync bit for WH5 support
* reject false positive and fix wrong field index and minimum bit count
* fix compiler warnings; possible undef bug; signed/unsigned
-------------------------------------------------------------------
Mon May 15 20:26:05 UTC 2017 - mardnh@gmx.de

View File

@ -16,10 +16,10 @@
#
%define version_unconverted 0.0.1+git.20170515
%define version_unconverted 0.0.1+git.20170708
Name: rtl_433
Version: 0.0.1+git.20170515
Version: 0.0.1+git.20170708
Release: 0
Summary: Turns RTL2832 dongle into a 433.92MHz generic data receiver
License: GPL-2.0