SHA256
1
0
forked from pool/libvma

Accepting request 888999 from home:NMoreyChaisemartin:branches:science:HPC

- Update to 9.2.2
  - Support Bonding over rdma-core
  - Several bug fixes
    - See journal.txt for a complete list
- Enable PIE

OBS-URL: https://build.opensuse.org/request/show/888999
OBS-URL: https://build.opensuse.org/package/show/science:HPC/libvma?expand=0&rev=20
This commit is contained in:
Nicolas Morey-Chaisemartin 2021-04-28 10:35:25 +00:00 committed by Git OBS Bridge
parent 8fafa6f9fb
commit 841df1db18
5 changed files with 20 additions and 9 deletions

View File

@ -6,7 +6,7 @@
<param name="exclude">.git</param>
<param name="filename">libvma</param>
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
<param name="revision">0ed40128ffc08626300fe6e6ee80ace632b75cf4</param>
<param name="revision">1610cf601e5a601672bdade4f8c70a9fd47f5f24</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">libvma*.tar</param>

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Apr 28 08:13:07 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to 9.2.2
- Support Bonding over rdma-core
- Several bug fixes
- See journal.txt for a complete list
- Enable PIE
-------------------------------------------------------------------
Wed Sep 23 07:47:30 UTC 2020 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libvma
#
# 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,14 +17,14 @@
#
%define git_ver .0.0ed40128ffc0
%define git_ver .0.1610cf601e5a
%define lib_major 9
Name: libvma
Summary: A library for boosting TCP and UDP traffic (over RDMA hardware)
License: GPL-2.0-only OR BSD-2-Clause
License: BSD-2-Clause OR GPL-2.0-only
Group: Development/Libraries/C and C++
Version: 9.1.2
Version: 9.2.2
Release: 0
Source0: %{name}-%{version}%{git_ver}.tar.gz
Source1: vma.service
@ -73,7 +73,9 @@ Headers and symbolink link required to compile and link with the Libvma library.
%build
./autogen.sh
export CXXFLAGS="%optflags -Wno-address-of-packed-member"
export CXXFLAGS="%optflags -Wno-address-of-packed-member -fPIE"
export CFLAGS="%optflags -fPIE"
export LDFLAGS="-pie"
%configure --docdir=%{_docdir}/%{name}
make %{?_smp_mflags} V=1