Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libmodbus for openSUSE:Factory checked in at 2022-12-06 14:23:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmodbus (Old) and /work/SRC/openSUSE:Factory/.libmodbus.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmodbus" Tue Dec 6 14:23:24 2022 rev:3 rq:1040412 version:3.1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/libmodbus/libmodbus.changes 2022-02-04 21:52:35.399071765 +0100 +++ /work/SRC/openSUSE:Factory/.libmodbus.new.1835/libmodbus.changes 2022-12-06 14:23:35.533737743 +0100 @@ -1,0 +2,16 @@ +Fri Dec 2 19:31:05 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- update to 3.1.8: + * Major rewrite of documentation with Material for mkdocs + * Reduce memory use of TCP PI backend (closes #621) + * Fixed MODBUS_ERROR_RECOVERY_LINK not working on Windows (@embeddedmz) + * Replace Travis CI by GitHub CI + * Fix linker error for Windows (VCLinkerTool) + * Address check in single register / coil responses added (#463) + * Swap CRC bytes in request data but not at CRC computing (#397) + * Fix float endianness issue on big endian architecture + * Fix comment about EMBUNKEXC (closes #566) + * Fix network library detection on Haiku + * Fix typos (closes #620) + +------------------------------------------------------------------- Old: ---- libmodbus-3.1.7.tar.gz New: ---- libmodbus-3.1.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmodbus.spec ++++++ --- /var/tmp/diff_new_pack.x6bQuM/_old 2022-12-06 14:23:36.021741905 +0100 +++ /var/tmp/diff_new_pack.x6bQuM/_new 2022-12-06 14:23:36.025741938 +0100 @@ -17,18 +17,16 @@ Name: libmodbus -URL: https://www.libmodbus.org/ +Version: 3.1.8 +Release: 0 Summary: Modbus Library License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ -Version: 3.1.7 -Release: 0 -# WARNING: tarballs from GitHub are different! -Source: http://libmodbus.org/releases/%{name}-%{version}.tar.gz +URL: https://www.libmodbus.org/ +Source: https://github.com/stephane/libmodbus/releases/download/v%{version}/libmodbus-%{version}.tar.gz BuildRequires: asciidoc -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: xmlto -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description libmodbus is a free software library to send/receive data with a device which @@ -72,31 +70,25 @@ %configure\ --docdir=%{_docdir}/%{name}\ --disable-static -make %{?_smp_mflags} V=1 +%make_build %install %make_install -rm %{buildroot}%{_libdir}/*.la +find %{buildroot} -type f -name "*.la" -delete -print # Installed by %%doc rm %{buildroot}%{_docdir}/%{name}/{AUTHORS,MIGRATION,NEWS,README.md} %post -n libmodbus5 -p /sbin/ldconfig - %postun -n libmodbus5 -p /sbin/ldconfig %files -n libmodbus5 -%defattr(-,root,root) -%doc AUTHORS MIGRATION NEWS README.md %license COPYING.LESSER +%doc AUTHORS MIGRATION NEWS README.md %{_libdir}/*.so.* -%{_mandir}/man7/*.* %files devel -%defattr(-,root,root) -%doc doc/*.txt %{_includedir}/modbus %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc -%{_mandir}/man3/*.* %changelog ++++++ libmodbus-3.1.7.tar.gz -> libmodbus-3.1.8.tar.gz ++++++ ++++ 7520 lines of diff (skipped)