Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lksctp-tools for openSUSE:Factory checked in at 2022-04-02 18:19:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lksctp-tools (Old) and /work/SRC/openSUSE:Factory/.lksctp-tools.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lksctp-tools" Sat Apr 2 18:19:51 2022 rev:27 rq:965858 version:1.0.17 Changes: -------- --- /work/SRC/openSUSE:Factory/lksctp-tools/lksctp-tools.changes 2019-05-02 19:14:13.084997494 +0200 +++ /work/SRC/openSUSE:Factory/.lksctp-tools.new.1900/lksctp-tools.changes 2022-04-02 18:19:54.610699660 +0200 @@ -1,0 +2,16 @@ +Mon Mar 28 10:26:08 UTC 2022 - Martin Hauke <mar...@gmx.de> + +- Update to version 1.0.17 + * Build: add option to disable tests build + * sctp_test: fix hostname resolution + * man: remove sysctl listing from sctp.7 + * Fix recieved->received typos + * Fix usage help for sctp_test + * test_1_to_1_accept_close: also expect EACCES when accept on + an established socket + * lksctp-tools: make bind_test can do while disable IPV6 + * libsctp: add pkg-config support + * autoconf: add m4 folder +- Run spec-cleaner + +------------------------------------------------------------------- Old: ---- lksctp-tools-1.0.16.tar.gz New: ---- lksctp-tools-1.0.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lksctp-tools.spec ++++++ --- /var/tmp/diff_new_pack.uSIjFu/_old 2022-04-02 18:19:55.174693328 +0200 +++ /var/tmp/diff_new_pack.uSIjFu/_new 2022-04-02 18:19:55.182693238 +0200 @@ -1,7 +1,7 @@ # # spec file for package lksctp-tools # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,13 @@ Name: lksctp-tools +Version: 1.0.17 +Release: 0 Summary: Utilities for SCTP (Stream Control Transmission Protocol) License: LGPL-2.1-or-later Group: Productivity/Networking/Other -Version: 1.0.16 -Release: 0 -Url: http://lksctp.sourceforge.net +URL: http://lksctp.sourceforge.net Source0: http://downloads.sourceforge.net/project/lksctp/lksctp-tools/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libtool %description @@ -54,25 +53,21 @@ %build %define _lto_cflags %{nil} -./bootstrap -CPPFLAGS="-I`pwd`/include" \ -%configure --prefix=/usr \ +%configure --prefix=%{_prefix} \ --enable-shared \ --disable-static -make %{?_smp_mflags} V=1 +%make_build %install -make install DESTDIR=$RPM_BUILD_ROOT -rm $RPM_BUILD_ROOT/%{_libdir}/lksctp-tools/*.la -rm $RPM_BUILD_ROOT/%{_libdir}/*.la +%make_install +find %{buildroot} -type f -name "*.la" -delete -print %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %files -%defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog COPYING.lib +%license COPYING COPYING.lib +%doc AUTHORS ChangeLog %doc doc/*.txt %{_bindir}/* %{_libdir}/libsctp.so.* @@ -81,8 +76,8 @@ %{_mandir}/man7/* %files devel -%defattr(-,root,root,-) %{_includedir}/netinet/sctp.h +%{_libdir}/pkgconfig/libsctp.pc %{_libdir}/libsctp.so %dir %{_libdir}/lksctp-tools %{_libdir}/lksctp-tools/*.so ++++++ lksctp-tools-1.0.16.tar.gz -> lksctp-tools-1.0.17.tar.gz ++++++ ++++ 68711 lines of diff (skipped)