SHA256
1
0
forked from pool/dapl

Accepting request 503041 from science:HPC

1

OBS-URL: https://build.opensuse.org/request/show/503041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dapl?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2017-06-22 08:36:07 +00:00 committed by Git OBS Bridge
commit 367b855cf4
2 changed files with 128 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 12 09:28:22 UTC 2017 - nmoreychaisemartin@suse.com
- Merge .changes files with SLE12-SP3 (bsc#1041579)
-------------------------------------------------------------------
Tue May 30 08:50:05 UTC 2017 - nmoreychaisemartin@suse.com
@ -58,6 +63,13 @@ Tue Aug 11 11:04:01 CEST 2015 - pth@suse.de
- Replace dapl-s390_support.patch with
dapl-add-s390x-platform-support.patch (bsc#934683).
- Fix library name in baselibs.conf.
- Tag baselibs.conf and dapl-rpmlintrc as source.
- libdapl*.so work like plugins, hence they do not get a separate
subpackage. So shut up rpmlint complaining about the package
name.
- Drop the dapl-doc sub package and move the man pages to the
packages containing the files/programs they describe.
-------------------------------------------------------------------
Wed Feb 4 14:33:06 UTC 2015 - dimstar@opensuse.org
@ -79,10 +91,21 @@ Fri Aug 8 19:06:02 CEST 2014 - pth@suse.de
- Also rename the man page for dtest.
- Make dapl-devel and dapl-debug-devel obsolete each other.
-------------------------------------------------------------------
Thu Aug 7 11:55:32 CEST 2014 - pth@suse.de
- Readd s390 support (bnc#856126).
-------------------------------------------------------------------
Mon Aug 4 11:28:47 CEST 2014 - pth@suse.de
- Remove s390 support (bnc#856126).
-------------------------------------------------------------------
Fri Jun 27 14:11:27 CEST 2014 - pth@suse.de
- Add baselibs.conf and dapl-rpmlintrc as source.
- Fix dapl-fix_type_punning.patch.
- Fix type punning in cm.c
-------------------------------------------------------------------
@ -93,7 +116,47 @@ Wed Jun 25 11:20:11 CEST 2014 - pth@suse.de
-------------------------------------------------------------------
Wed Jun 25 11:08:45 CEST 2014 - pth@suse.de
- Provide fuill source URL
- Provide full source URL
-------------------------------------------------------------------
Tue May 20 13:54:20 CEST 2014 - pth@suse.de
- Fix typo in dapl_test.c.
-------------------------------------------------------------------
Thu May 15 11:43:25 CEST 2014 - pth@suse.de
- Reenable the code for s390x also for s390.
- Adapt dapl-fix_type_punning.patch to changed code.
- Fix obsoletes entry.
- Fix type punning with memcpy instead of unions.
-------------------------------------------------------------------
Tue May 13 22:52:17 CEST 2014 - pth@suse.de
- Update tp 2.0.42 from OFED 3.12 RC2.
Changes since 2.0.40:
* dapltest: increase DTO evd size to prevent CQ overflow on
limit_rpost test.
* Creation of reserved SP moves EP state to DAT_EP_STATE_RESERVED
even in failure cases. Reserve EP after successfully binding the
listening port.
* dapl: fix string bug in dapls_dto_op_str
This led to indexing off the end of the array and gave
surprising results for OP_RECV_UD.
* dapltest: change server port, from 45278 to 62000, out of
registered IANA range.
* dat: lower log level on load errors of provider library
* dat: dat_ia_open should close provider after failure
* dapltest: set default limit max to 1000
* openib: add new provider specific attributes
* dapltest: update scripts for regression testing purposes
* cl.sh and srv.sh update to provide better examples and
a methods to quickly regression test any dapltest changes.
* dapltest: Add final send/recv "sync" for transaction tests.
For the complete and unabbreviated Changes please see the file
ChangeLog in the package documentation.
-------------------------------------------------------------------
Thu Feb 13 16:43:01 CET 2014 - pth@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 12 09:28:22 UTC 2017 - nmoreychaisemartin@suse.com
- Merge .changes files with SLE12-SP3 (bsc#1041579)
-------------------------------------------------------------------
Tue May 30 08:50:05 UTC 2017 - nmoreychaisemartin@suse.com
@ -58,6 +63,13 @@ Tue Aug 11 11:04:01 CEST 2015 - pth@suse.de
- Replace dapl-s390_support.patch with
dapl-add-s390x-platform-support.patch (bsc#934683).
- Fix library name in baselibs.conf.
- Tag baselibs.conf and dapl-rpmlintrc as source.
- libdapl*.so work like plugins, hence they do not get a separate
subpackage. So shut up rpmlint complaining about the package
name.
- Drop the dapl-doc sub package and move the man pages to the
packages containing the files/programs they describe.
-------------------------------------------------------------------
Wed Feb 4 14:33:06 UTC 2015 - dimstar@opensuse.org
@ -79,10 +91,21 @@ Fri Aug 8 19:06:02 CEST 2014 - pth@suse.de
- Also rename the man page for dtest.
- Make dapl-devel and dapl-debug-devel obsolete each other.
-------------------------------------------------------------------
Thu Aug 7 11:55:32 CEST 2014 - pth@suse.de
- Readd s390 support (bnc#856126).
-------------------------------------------------------------------
Mon Aug 4 11:28:47 CEST 2014 - pth@suse.de
- Remove s390 support (bnc#856126).
-------------------------------------------------------------------
Fri Jun 27 14:11:27 CEST 2014 - pth@suse.de
- Add baselibs.conf and dapl-rpmlintrc as source.
- Fix dapl-fix_type_punning.patch.
- Fix type punning in cm.c
-------------------------------------------------------------------
@ -93,7 +116,47 @@ Wed Jun 25 11:20:11 CEST 2014 - pth@suse.de
-------------------------------------------------------------------
Wed Jun 25 11:08:45 CEST 2014 - pth@suse.de
- Provide fuill source URL
- Provide full source URL
-------------------------------------------------------------------
Tue May 20 13:54:20 CEST 2014 - pth@suse.de
- Fix typo in dapl_test.c.
-------------------------------------------------------------------
Thu May 15 11:43:25 CEST 2014 - pth@suse.de
- Reenable the code for s390x also for s390.
- Adapt dapl-fix_type_punning.patch to changed code.
- Fix obsoletes entry.
- Fix type punning with memcpy instead of unions.
-------------------------------------------------------------------
Tue May 13 22:52:17 CEST 2014 - pth@suse.de
- Update tp 2.0.42 from OFED 3.12 RC2.
Changes since 2.0.40:
* dapltest: increase DTO evd size to prevent CQ overflow on
limit_rpost test.
* Creation of reserved SP moves EP state to DAT_EP_STATE_RESERVED
even in failure cases. Reserve EP after successfully binding the
listening port.
* dapl: fix string bug in dapls_dto_op_str
This led to indexing off the end of the array and gave
surprising results for OP_RECV_UD.
* dapltest: change server port, from 45278 to 62000, out of
registered IANA range.
* dat: lower log level on load errors of provider library
* dat: dat_ia_open should close provider after failure
* dapltest: set default limit max to 1000
* openib: add new provider specific attributes
* dapltest: update scripts for regression testing purposes
* cl.sh and srv.sh update to provide better examples and
a methods to quickly regression test any dapltest changes.
* dapltest: Add final send/recv "sync" for transaction tests.
For the complete and unabbreviated Changes please see the file
ChangeLog in the package documentation.
-------------------------------------------------------------------
Thu Feb 13 16:43:01 CET 2014 - pth@suse.de