Hello community,

here is the log from the commit of package rtl_433 for openSUSE:Factory checked 
in at 2018-06-13 15:35:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rtl_433 (Old)
 and      /work/SRC/openSUSE:Factory/.rtl_433.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rtl_433"

Wed Jun 13 15:35:31 2018 rev:2 rq:613888 version:18.05+git.20180525

Changes:
--------
--- /work/SRC/openSUSE:Factory/rtl_433/rtl_433.changes  2018-02-28 
20:02:28.012539081 +0100
+++ /work/SRC/openSUSE:Factory/.rtl_433.new/rtl_433.changes     2018-06-13 
15:36:50.310195123 +0200
@@ -1,0 +2,37 @@
+Fri Jun 01 20:06:21 UTC 2018 - [email protected]
+
+- Update to version 18.05+git.20180525:
+  * New devices: Euroster 3000TX, Elro DB270 (#683)
+  * Add flex spec for Byron BY doorbells (#686)
+  * change array separator in csv to ";" otherwise RadioHead ASK output will 
break csv parsers (#687)
+  * create flex dev adhoc and enable csv output (#688)
+  * calc stop_time late; better exit messages (#689)
+  * add proper reset and gap limit to Quhwa; use repeated rows; add csv 
output; style update (#691)
+  * fix short char buffer
+  * Adding interlogix devices driver (#649)
+  * fix bitbuffer_extract_bytes clipping unaligned bits
+  * fix Interlogix; style
+  * Added decoder for Dish Network UHF Remote 6.3 (#700)
+  * use actual max protocols
+  * Update acurite.c (#704)
+  * Acurite 06045M structured data (data_make) cleanup, decoding improvements. 
(#707)
+  * Adjust alarm from 1 second to 3 second
+  * Acurite 986 convert to JSON/data_make * Add hack from my branch to work 
around missing bit
+  * Fix typos/misspellings
+  * Add conversion hPA/inHG, kPa/PSI (#711)
+  * Fix acurite raw_str termination
+  * Touch up waveman code style, add missing time field
+  * Add PiWM decoding (#724)
+  * SimpliSafe Sensor (#721)
+  * SimpliSafe style updates
+  * Add Pacific PMV-C210 TMPS support (#717)
+  * Add preamble option to flex decoder
+  * Make intertechno decoder work with ITT-1500 (#694)
+  * Convert DSC to structured data (#725)
+  * Regularize and extend Acurite 6045M comments (#728)
+  * DSC data_make additions. (#730)
+  * Indents
+  * Acurite TXR/6045 fixes
+  * Acurite cosmetics fixes
+
+-------------------------------------------------------------------

Old:
----
  rtl_433-0.0.1+git.20180213.tar.xz

New:
----
  rtl_433-18.05+git.20180525.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rtl_433.spec ++++++
--- /var/tmp/diff_new_pack.gc8QeC/_old  2018-06-13 15:36:52.262123285 +0200
+++ /var/tmp/diff_new_pack.gc8QeC/_new  2018-06-13 15:36:52.266123137 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package rtl_433
 #
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,21 +17,19 @@
 #
 
 
-%define version_unconverted 0.0.1+git.20180213
-
+%define version_unconverted 18.05+git.20180525
 Name:           rtl_433
-Version:        0.0.1+git.20180213
+Version:        18.05+git.20180525
 Release:        0
 Summary:        Turns RTL2832 dongle into a 433.92MHz generic data receiver
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Productivity/Hamradio/Other
-Url:            https://github.com/merbanan/rtl_433.git
+URL:            https://github.com/merbanan/rtl_433.git
 Source:         %{name}-%{version}.tar.xz
 Patch0:         rtl_433-disable-test.diff
 BuildRequires:  cmake
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(librtlsdr)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 An application using librtlsdr to decode the temperature from
@@ -60,7 +59,8 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING README.md
+%license COPYING
+%doc AUTHORS README.md
 %{_bindir}/rtl_433
 
 %files devel

++++++ _service ++++++
--- /var/tmp/diff_new_pack.gc8QeC/_old  2018-06-13 15:36:52.334120635 +0200
+++ /var/tmp/diff_new_pack.gc8QeC/_new  2018-06-13 15:36:52.338120488 +0200
@@ -5,7 +5,8 @@
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>
     <param name="filename">rtl_433</param>
-    <param name="versionformat">0.0.1+git.%cd</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
+    <param name="versionformat">@PARENT_TAG@+git.%cd</param>
   </service>
   <service mode="disabled" name="recompress">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.gc8QeC/_old  2018-06-13 15:36:52.370119310 +0200
+++ /var/tmp/diff_new_pack.gc8QeC/_new  2018-06-13 15:36:52.374119163 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">https://github.com/merbanan/rtl_433.git</param>
-          <param 
name="changesrevision">9a9e2165c58a02f884632a52f3066b9b09f9aeed</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">602fbc0421613dcf844e437f4e0e7bfb783f393a</param></service></servicedata>
\ No newline at end of file

++++++ rtl_433-0.0.1+git.20180213.tar.xz -> rtl_433-18.05+git.20180525.tar.xz 
++++++
++++ 3737 lines of diff (skipped)


Reply via email to