From ad87934964ec9c9cd5c4630fddb9bb3a4abef2fbaed3a0613278a24046bc5120 Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Tue, 21 Nov 2017 08:58:36 +0000 Subject: [PATCH] Accepting request 544093 from home:NMoreyChaisemartin:branches:science:HPC - Update to v1.5.2 - Core - Fix Power PC 32-bit build - Sockets - Fix incorrect reporting of counter attributes - Verbs - Fix reporting attributes based on device limits - Fix incorrect CQ size reported for iWarp NICs - Update man page with known issues for specific NICs - Fix FI_RX_CQ_DATA mode check - Disable on-demand paging by default (can cause data corruption) - Disable loopback (localhost) addressing (causing failures in MPI) OBS-URL: https://build.opensuse.org/request/show/544093 OBS-URL: https://build.opensuse.org/package/show/science:HPC/libfabric?expand=0&rev=26 --- _service | 2 +- libfabric-1.5.1.0.476d147d.tar.bz2 | 3 --- libfabric-1.5.2.0.480a6db3.tar.bz2 | 3 +++ libfabric.changes | 16 ++++++++++++++++ libfabric.spec | 4 ++-- 5 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 libfabric-1.5.1.0.476d147d.tar.bz2 create mode 100644 libfabric-1.5.2.0.480a6db3.tar.bz2 diff --git a/_service b/_service index f38c4a8..6584120 100644 --- a/_service +++ b/_service @@ -8,7 +8,7 @@ @PARENT_TAG@.@TAG_OFFSET@.%h v(.*) \1 - 476d147da5a010faae571f6f46585c777a141474 + 480a6db351fbe8ee38077902c8df875e3cd13205 libfabric*.tar diff --git a/libfabric-1.5.1.0.476d147d.tar.bz2 b/libfabric-1.5.1.0.476d147d.tar.bz2 deleted file mode 100644 index e5a7604..0000000 --- a/libfabric-1.5.1.0.476d147d.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef0b227d0041705e5c67388d1f7a3814e6290bdc3e99c2250742eee2e8cfdacc -size 1063964 diff --git a/libfabric-1.5.2.0.480a6db3.tar.bz2 b/libfabric-1.5.2.0.480a6db3.tar.bz2 new file mode 100644 index 0000000..a757f43 --- /dev/null +++ b/libfabric-1.5.2.0.480a6db3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ebdb6376c35b4c88935648843e633bb0a2549eed96d8e610d4ce7ea39d2754 +size 1068927 diff --git a/libfabric.changes b/libfabric.changes index f797b9e..c810fef 100644 --- a/libfabric.changes +++ b/libfabric.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Nov 20 16:27:13 UTC 2017 - nmoreychaisemartin@suse.com + +- Update to v1.5.2 + - Core + - Fix Power PC 32-bit build + - Sockets + - Fix incorrect reporting of counter attributes + - Verbs + - Fix reporting attributes based on device limits + - Fix incorrect CQ size reported for iWarp NICs + - Update man page with known issues for specific NICs + - Fix FI_RX_CQ_DATA mode check + - Disable on-demand paging by default (can cause data corruption) + - Disable loopback (localhost) addressing (causing failures in MPI) + ------------------------------------------------------------------- Mon Oct 9 23:28:31 UTC 2017 - stefan.bruens@rwth-aachen.de diff --git a/libfabric.spec b/libfabric.spec index 24f9fbc..78252d0 100644 --- a/libfabric.spec +++ b/libfabric.spec @@ -17,13 +17,13 @@ # -%define git_ver .0.476d147d +%define git_ver .0.480a6db3 Name: libfabric Summary: User-space RDMA Fabric Interfaces License: GPL-2.0 or BSD-2-Clause Group: Development/Libraries/C and C++ -Version: 1.5.1 +Version: 1.5.2 Release: 0 Source: %{name}-%{version}%{git_ver}.tar.bz2 Source1: baselibs.conf