From 9bee88a29812591727cf758d929cfaafb895cf5e Mon Sep 17 00:00:00 2001
From: mnhauke <>
Date: Sep 15 2023 21:00:49 +0000
Subject: Update mbpoll to version 1.5.2 / rev 2 via SR 1111352


https://build.opensuse.org/request/show/1111352
by user mnhauke + anag+factory

---

diff --git a/.files b/.files
index 05b59b3..b61395a 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 009cd91..199c27c 100644
--- a/.rev
+++ b/.rev
@@ -7,4 +7,12 @@
     <comment>I want to maintain mbpoll in Factory</comment>
     <requestid>854980</requestid>
   </revision>
+  <revision rev="2" vrev="1">
+    <srcmd5>c5b1a73c32cbaf5853391856e1c30947</srcmd5>
+    <version>1.5.2</version>
+    <time>1694808274</time>
+    <user>anag+factory</user>
+    <comment></comment>
+    <requestid>1111352</requestid>
+  </revision>
 </revisionlist>
diff --git a/mbpoll-1.4.11.tar.gz b/mbpoll-1.4.11.tar.gz
deleted file mode 120000
index 8160d16..0000000
--- a/mbpoll-1.4.11.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafybeieaz3kn7s6cac3cdgaurb4b6tjq3kazpfbybm55xtbceiyhrv3k7i
\ No newline at end of file
diff --git a/mbpoll-1.5.2.tar.gz b/mbpoll-1.5.2.tar.gz
new file mode 120000
index 0000000..b16cf8e
--- /dev/null
+++ b/mbpoll-1.5.2.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafkreid5sygnirm3l56cievlyunlve5cbnqrj7lv2hpecky6kqgpwy575q
\ No newline at end of file
diff --git a/mbpoll.changes b/mbpoll.changes
index a9777fb..69c57b1 100644
--- a/mbpoll.changes
+++ b/mbpoll.changes
@@ -1,4 +1,14 @@
 -------------------------------------------------------------------
+Wed Aug 30 13:02:13 UTC 2023 - Martin Hauke <mardnh@gmx.de>
+
+- Update to version 1.5.2
+  * Cosmetic fixes
+- Update to version 1.5
+  * Enhanced options -r (list of addresses) and -t (new data
+    types: int16, string).
+  * Writing single register with 0x10 function code.
+
+-------------------------------------------------------------------
 Sat Nov 28 20:30:53 UTC 2020 - Martin Hauke <mardnh@gmx.de>
 
 - Initial package, version 1.4.11
diff --git a/mbpoll.spec b/mbpoll.spec
index 143b91a..8337176 100644
--- a/mbpoll.spec
+++ b/mbpoll.spec
@@ -1,7 +1,8 @@
 #
 # spec file for package mbpoll
 #
-# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
+# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2020-2023, Martin Hauke <mardnh@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +16,9 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           mbpoll
-Version:        1.4.11
+Version:        1.5.2
 Release:        0
 Summary:        Command line utility to communicate with ModBus slave (RTU or TCP)
 License:        GPL-3.0-or-later
@@ -29,7 +31,7 @@ BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libmodbus) >= 3.1.4
 
 %description
-mbpoll uses libmodbus (http://libmodbus.org/).  
+mbpoll uses libmodbus (http://libmodbus.org/).
 Although the syntax of these options is very close modpoll proconX program,
 it is a completely independent project.
 
@@ -39,7 +41,7 @@ mbpoll can:
  - read input registers
  - read and write output registers (holding register)
 
-The reading and writing registers may be in decimal, hexadecimal or 
+The reading and writing registers may be in decimal, hexadecimal or
 floating single precision.
 
 %prep