Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libmodbus for openSUSE:Factory 
checked in at 2023-01-21 19:12:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmodbus (Old)
 and      /work/SRC/openSUSE:Factory/.libmodbus.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmodbus"

Sat Jan 21 19:12:38 2023 rev:4 rq:1060150 version:3.1.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmodbus/libmodbus.changes      2022-12-06 
14:23:35.533737743 +0100
+++ /work/SRC/openSUSE:Factory/.libmodbus.new.32243/libmodbus.changes   
2023-01-21 19:13:27.369948556 +0100
@@ -1,0 +2,30 @@
+Sat Jan 21 11:46:57 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 3.1.10:
+  * Fix baud rate handling with RTU under Linux
+  * Fix modbus_disable_quirks signature
+  * Move content about migration to libmodbus.org
+  * Avoid negative value in FD_SET call
+  * Test socket against positive value instead of -1
+  * Improvements to autotools by @ndim
+  * Fix doc links by @jordanjohnson56 (#653)
+  * Test the protocol id for 0 by @metapsychologe (#509)
+  * Fix double negative in tests
+  * New quirks handler (closes #38 #533)
+  * Fix bitwise OR in documentation
+  * Improve doc about slave ID in RTU
+  * Add .clang-format and format code (closes #394)
+  * Remove constraints on baud rate values
+  * Accept IP or device in arg of unit test progs
+  * Avoid compilation issue with VS2022 with strdup
+  * Display created files in configure.js
+  * Use strcpy_s under Windows
+  * Replace inet_addr by inet_pton calls
+  * Replace inet_ntoa by inet_ptop
+  * Update configure.ac/config.h.win32 for new inet functions
+  * Instructions to build libmodbus in a VS project
+  * Fix connection check for Windows RTU (closes #660, #662)
+  * Add CIFuzz Github action by @DavidKorczynski (#669)
+  * Convert a few int to unsigned int (#402) 
+
+-------------------------------------------------------------------

Old:
----
  libmodbus-3.1.8.tar.gz

New:
----
  libmodbus-3.1.10.tar.gz

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

Other differences:
------------------
++++++ libmodbus.spec ++++++
--- /var/tmp/diff_new_pack.YthND1/_old  2023-01-21 19:13:27.825951216 +0100
+++ /var/tmp/diff_new_pack.YthND1/_new  2023-01-21 19:13:27.829951239 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmodbus
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           libmodbus
-Version:        3.1.8
+Version:        3.1.10
 Release:        0
 Summary:        Modbus Library
 License:        LGPL-2.1-or-later
@@ -76,15 +76,15 @@
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 # Installed by %%doc
-rm %{buildroot}%{_docdir}/%{name}/{AUTHORS,MIGRATION,NEWS,README.md}
+rm %{buildroot}%{_docdir}/%{name}/{AUTHORS,NEWS,README.md}
 
 %post -n libmodbus5 -p /sbin/ldconfig
 %postun -n libmodbus5 -p /sbin/ldconfig
 
 %files -n libmodbus5
 %license COPYING.LESSER
-%doc AUTHORS MIGRATION NEWS README.md
-%{_libdir}/*.so.*
+%doc AUTHORS NEWS README.md
+%{_libdir}/*.so.5*
 
 %files devel
 %{_includedir}/modbus

++++++ libmodbus-3.1.8.tar.gz -> libmodbus-3.1.10.tar.gz ++++++
++++ 6228 lines of diff (skipped)

Reply via email to