SHA256
1
0
forked from pool/rtl_433

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
This commit is contained in:
Martin Pluskal 2018-08-20 08:02:07 +00:00 committed by Git OBS Bridge
parent 0e04a6ef75
commit 112274e1d0
5 changed files with 55 additions and 6 deletions

View File

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

View File

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

View File

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

View File

@ -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 <strings.h> (#756)
* More MSVC fixes (#754)
* [MSVC] patch include/data.h (#753)
* Include <stdlib.h> (#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 Fri Jun 01 20:06:21 UTC 2018 - mardnh@gmx.de

View File

@ -17,9 +17,9 @@
# #
%define version_unconverted 18.05+git.20180525 %define version_unconverted 18.05+git.20180806
Name: rtl_433 Name: rtl_433
Version: 18.05+git.20180525 Version: 18.05+git.20180806
Release: 0 Release: 0
Summary: Turns RTL2832 dongle into a 433.92MHz generic data receiver Summary: Turns RTL2832 dongle into a 433.92MHz generic data receiver
License: GPL-2.0-only License: GPL-2.0-only