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
This commit is contained in:
Nicolas Morey-Chaisemartin 2021-02-16 09:10:48 +00:00 committed by Git OBS Bridge
parent 039b03f454
commit c71b12878d
7 changed files with 23 additions and 12 deletions

View File

@ -8,7 +8,7 @@
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="revision">6c51de3d7817706af025fe36c02afd532e70ac1f</param>
<param name="revision">0c28dc5a5083687ff096a4d86dea3f2b5a5f6a6a</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">libfabric*.tar</param>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 16 08:29:07 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to 1.11.2 (bsc#1181983)
- See NEWS.md for changelog
-------------------------------------------------------------------
Mon Oct 12 10:40:29 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:536499db2085eb40dce92eb7408d93e8ab3a63b98c67d4aef2d4bf178cff6ca3
size 1564662

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff35848aa1a8b418ea49477baa9957ad9d307bf5b5fd665a9883b944b0654d13
size 1566371

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 16 08:29:07 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to 1.11.2 (bsc#1181983)
- See NEWS.md for changelog
-------------------------------------------------------------------
Mon Oct 12 10:40:29 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>

View File

@ -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++