Dominique Leuenberger 2019-04-12 07:10:40 +00:00 committed by Git OBS Bridge
commit 2293a2a2fc
7 changed files with 26 additions and 10 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">08f3e2e095b5209ac7ee4c7448e120e272ad3625</param>
<param name="revision">0d4dd235dbc466c7545e2b7b8856432b8a3b91a7</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">libfabric*.tar</param>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 9 06:46:41 UTC 2019 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to 1.7.1
- See NEWS.md for changelog
-------------------------------------------------------------------
Mon Feb 11 10:34:29 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -16,10 +16,10 @@
#
%define git_ver .0.08f3e2e095b5
%define git_ver .0.0d4dd235dbc4
Name: fabtests
Version: 1.7.0
Version: 1.7.1
Release: 0
Summary: Test suite for libfabric API
License: BSD-2-Clause OR GPL-2.0-only
@ -57,6 +57,7 @@ make %{?_smp_mflags}
%{_mandir}/man7/*
%{_datadir}/fabtests/*
%doc AUTHORS COPYING README
%doc AUTHORS README NEWS.md
%license COPYING
%changelog

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 9 06:46:41 UTC 2019 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to 1.7.1
- See NEWS.md for changelog
-------------------------------------------------------------------
Mon Feb 11 10:34:29 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,10 +17,10 @@
#
%define git_ver .0.08f3e2e095b5
%define git_ver .0.0d4dd235dbc4
Name: libfabric
Version: 1.7.0
Version: 1.7.1
Release: 0
Summary: User-space RDMA Fabric Interfaces
License: GPL-2.0-only OR BSD-2-Clause
@ -100,11 +100,14 @@ rm -f %{buildroot}%{_libdir}/*.la
%defattr(-,root,root,-)
%{_bindir}/*
%{_mandir}/man1/*
%doc NEWS.md
%license COPYING
%files -n libfabric%{lib_major}
%defattr(-,root,root,-)
%{_libdir}/%{name}.so.%{lib_major}*
%doc AUTHORS COPYING README
%doc AUTHORS README
%license COPYING
%files devel
%defattr(-,root,root)