From c71b12878d29951073cb24660fa0881d8500ebaa2251e7d55d1780da6943560b Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Tue, 16 Feb 2021 09:10:48 +0000 Subject: [PATCH] Accepting request 872743 from home:NMoreyChaisemartin:branches:science:HPC - Update to 1.11.2 (bsc#1181983) - See NEWS.md for changelog OBS-URL: https://build.opensuse.org/request/show/872743 OBS-URL: https://build.opensuse.org/package/show/science:HPC/libfabric?expand=0&rev=58 --- _service | 2 +- fabtests.changes | 6 ++++++ fabtests.spec | 6 +++--- libfabric-1.11.1.0.6c51de3d7817.tar.bz2 | 3 --- libfabric-1.11.2.0.0c28dc5a5083.tar.bz2 | 3 +++ libfabric.changes | 6 ++++++ libfabric.spec | 9 ++++----- 7 files changed, 23 insertions(+), 12 deletions(-) delete mode 100644 libfabric-1.11.1.0.6c51de3d7817.tar.bz2 create mode 100644 libfabric-1.11.2.0.0c28dc5a5083.tar.bz2 diff --git a/_service b/_service index 427ed7d..d07bcd8 100644 --- a/_service +++ b/_service @@ -8,7 +8,7 @@ @PARENT_TAG@.@TAG_OFFSET@.%h v(.*) \1 - 6c51de3d7817706af025fe36c02afd532e70ac1f + 0c28dc5a5083687ff096a4d86dea3f2b5a5f6a6a libfabric*.tar diff --git a/fabtests.changes b/fabtests.changes index 15ee6be..a8f8244 100644 --- a/fabtests.changes +++ b/fabtests.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 16 08:29:07 UTC 2020 - Nicolas Morey-Chaisemartin + +- Update to 1.11.2 (bsc#1181983) + - See NEWS.md for changelog + ------------------------------------------------------------------- Mon Oct 12 10:40:29 UTC 2020 - Nicolas Morey-Chaisemartin diff --git a/fabtests.spec b/fabtests.spec index 28d76db..692d165 100644 --- a/fabtests.spec +++ b/fabtests.spec @@ -1,7 +1,7 @@ # # spec file for package fabtests # -# 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 @@ -16,10 +16,10 @@ # -%define git_ver .0.6c51de3d7817 +%define git_ver .0.0c28dc5a5083 Name: fabtests -Version: 1.11.1 +Version: 1.11.2 Release: 0 Summary: Test suite for libfabric API License: BSD-2-Clause OR GPL-2.0-only diff --git a/libfabric-1.11.1.0.6c51de3d7817.tar.bz2 b/libfabric-1.11.1.0.6c51de3d7817.tar.bz2 deleted file mode 100644 index 3c74963..0000000 --- a/libfabric-1.11.1.0.6c51de3d7817.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:536499db2085eb40dce92eb7408d93e8ab3a63b98c67d4aef2d4bf178cff6ca3 -size 1564662 diff --git a/libfabric-1.11.2.0.0c28dc5a5083.tar.bz2 b/libfabric-1.11.2.0.0c28dc5a5083.tar.bz2 new file mode 100644 index 0000000..4f0df31 --- /dev/null +++ b/libfabric-1.11.2.0.0c28dc5a5083.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff35848aa1a8b418ea49477baa9957ad9d307bf5b5fd665a9883b944b0654d13 +size 1566371 diff --git a/libfabric.changes b/libfabric.changes index 15ee6be..a8f8244 100644 --- a/libfabric.changes +++ b/libfabric.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 16 08:29:07 UTC 2020 - Nicolas Morey-Chaisemartin + +- Update to 1.11.2 (bsc#1181983) + - See NEWS.md for changelog + ------------------------------------------------------------------- Mon Oct 12 10:40:29 UTC 2020 - Nicolas Morey-Chaisemartin diff --git a/libfabric.spec b/libfabric.spec index 52a667f..2eb24d3 100644 --- a/libfabric.spec +++ b/libfabric.spec @@ -1,7 +1,7 @@ # # spec file for package libfabric # -# 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 @@ -17,13 +17,13 @@ # -%define git_ver .0.6c51de3d7817 +%define git_ver .0.0c28dc5a5083 Name: libfabric -Version: 1.11.1 +Version: 1.11.2 Release: 0 Summary: User-space RDMA Fabric Interfaces -License: GPL-2.0-only OR BSD-2-Clause +License: BSD-2-Clause OR GPL-2.0-only Group: Development/Libraries/C and C++ Source: %{name}-%{version}%{git_ver}.tar.bz2 Source1: baselibs.conf @@ -57,7 +57,6 @@ Group: System/Libraries libfabric provides a user-space API to access high-performance fabric services, such as RDMA. This package contains the runtime library. - %package devel Summary: Development files for the libfabric library Group: Development/Libraries/C and C++