Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package socket_wrapper for openSUSE:Factory checked in at 2021-02-15 23:10:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/socket_wrapper (Old) and /work/SRC/openSUSE:Factory/.socket_wrapper.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "socket_wrapper" Mon Feb 15 23:10:46 2021 rev:16 rq:870962 version:1.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/socket_wrapper/socket_wrapper.changes 2020-06-23 21:02:03.925353707 +0200 +++ /work/SRC/openSUSE:Factory/.socket_wrapper.new.28504/socket_wrapper.changes 2021-02-15 23:10:49.258904781 +0100 @@ -1,0 +2,28 @@ +Wed Feb 10 15:57:41 UTC 2021 - Jan Engelhardt <[email protected]> + +- Drop obsolete specfile constructs. Remove extraneous Recommends + (no other package of the kind would have these). +- Trim filler wording from descriptions. + +------------------------------------------------------------------- +Wed Feb 10 14:50:02 UTC 2021 - Andreas Schneider <[email protected]> + +- Update to version 1.3.2 + * https://gitlab.com/cwrap/socket_wrapper/-/blob/socket_wrapper-1.3.2/CHANGELOG + +------------------------------------------------------------------- +Fri Feb 5 14:58:06 UTC 2021 - Andreas Schneider <[email protected]> + +- Update to version 1.3.1 + * Fixed copy on write leak of ~38M for every fork + * Fixed issue with accept() on FreeBSD + * Fixed fd-passing on 32bit platforms + * Fixed invalid read in swrap_sendmsg_unix_scm_rights() + +------------------------------------------------------------------- +Wed Feb 3 14:02:04 UTC 2021 - Andreas Schneider <[email protected]> + +- Update to version 1.3.0 + * https://gitlab.com/cwrap/socket_wrapper/-/blob/socket_wrapper-1.3.0/CHANGELOG + +------------------------------------------------------------------- Old: ---- socket_wrapper-1.2.5.tar.gz socket_wrapper-1.2.5.tar.gz.asc New: ---- socket_wrapper-1.3.2.tar.gz socket_wrapper-1.3.2.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ socket_wrapper.spec ++++++ --- /var/tmp/diff_new_pack.s8Ui9L/_old 2021-02-15 23:10:49.962905832 +0100 +++ /var/tmp/diff_new_pack.s8Ui9L/_new 2021-02-15 23:10:49.966905839 +0100 @@ -1,7 +1,7 @@ # # spec file for package socket_wrapper # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,9 +24,9 @@ ############################# NOTE ################################## Name: socket_wrapper -Version: 1.2.5 +Version: 1.3.2 Release: 0 -Summary: A library passing all socket communications trough Unix sockets +Summary: A library passing all socket communications through Unix sockets License: BSD-3-Clause Group: Development/Libraries/C and C++ URL: https://cwrap.org/ @@ -39,19 +39,13 @@ BuildRequires: cmake BuildRequires: libcmocka-devel BuildRequires: pkg-config -# -BuildRoot: %{_tmppath}/%{name}-%{version}-build - -Recommends: cmake -Recommends: pkgconf %description -socket_wrapper aims to help client/server software development teams willing to -gain full functional test coverage. It makes it possible to run several instances -of the full software stack on the same machine and perform locally functional -testing of complex network configurations. +socket_wrapper helps client/server software development to gain functional test +coverage. It can run several instances of a software stack on the same machine +and perform functional testing of network configurations locally. -To use it set the following environment variables: +To use it, set the following environment variables: LD_PRELOAD=libsocket_wrapper.so SOCKET_WRAPPER_DIR=/path/to/swrap_dir @@ -63,7 +57,7 @@ %cmake \ -DUNIT_TESTING=ON -make %{?_smp_mflags} VERBOSE=1 +%make_build VERBOSE=1 %install %cmake_install @@ -76,7 +70,6 @@ %postun -p /sbin/ldconfig %files -%defattr(-,root,root) %doc AUTHORS README.md CHANGELOG %license LICENSE %{_libdir}/libsocket_wrapper.so.* ++++++ socket_wrapper-1.2.5.tar.gz -> socket_wrapper-1.3.2.tar.gz ++++++ ++++ 4408 lines of diff (skipped)
