Hello community, here is the log from the commit of package openucx for openSUSE:Factory checked in at 2018-01-25 12:34:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openucx (Old) and /work/SRC/openSUSE:Factory/.openucx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openucx" Thu Jan 25 12:34:54 2018 rev:6 rq:567915 version:1.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/openucx/openucx.changes 2017-12-13 11:55:42.332391380 +0100 +++ /work/SRC/openSUSE:Factory/.openucx.new/openucx.changes 2018-01-25 12:34:54.630433697 +0100 @@ -1,0 +2,18 @@ +Sat Jan 20 15:40:43 UTC 2018 - [email protected] + +- Use right documentation path. + +------------------------------------------------------------------- +Fri Jan 19 10:12:04 UTC 2018 - [email protected] + +- Update to 1.2.2 + - Support including UCX API headers from C++ code + - UD transport to handle unicast flood on RoCE fabric + - Compilation fixes for gcc 7.1.1, clang 3.6, clang 5 + - When UD transport is used with RoCE, packets intended for other peers may + arrive on different adapters (as a result of unicast flooding). + - This change adds packet filtering based on destination GIDs. Now the packet + is silently dropped, if its destination GID does not match the local GID. + - Added a new device ID for InfiniBand HCA + +------------------------------------------------------------------- Old: ---- ucx-1.2.1.tar.gz New: ---- ucx-1.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openucx.spec ++++++ --- /var/tmp/diff_new_pack.BZ9Rjv/_old 2018-01-25 12:34:55.506392806 +0100 +++ /var/tmp/diff_new_pack.BZ9Rjv/_new 2018-01-25 12:34:55.510392618 +0100 @@ -1,7 +1,7 @@ # # spec file for package openucx # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Summary: Unifieid Communication X License: BSD-3-Clause Group: Development/Libraries/C and C++ -Version: 1.2.1 +Version: 1.2.2 Release: 0 Url: http://openucx.org/ @@ -137,7 +137,7 @@ %ifarch %ix86 export UCX_CFLAGS="$UCX_CFLAGS -mno-sse -mno-sse2" %endif -%configure --disable-static --without-avx +%configure --disable-static --without-avx --docdir="%_docdir/%name" make %{?_smp_mflags} V=1 %post -n libucp0 -p /sbin/ldconfig @@ -156,7 +156,7 @@ %files tools %defattr(-,root,root) %_bindir/ucx_* -%_datadir/ucx/ +%_docdir/%name/ %_libdir/pkgconfig/ucx.pc %doc LICENSE ++++++ ucx-1.2.1.tar.gz -> ucx-1.2.2.tar.gz ++++++ ++++ 9259 lines of diff (skipped)
