[Pkg-ofed-commits] [libibumad] branch upstream updated (1bcac39 -> 9c2b1b3)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Tue Jul 21 10:09:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

ana pushed a change to branch upstream
in repository libibumad.

      from  1bcac39   Imported Upstream version 1.3.9
       new  9c2b1b3   Imported Upstream version 1.3.10.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                       |   547 +-
 Makefile.am                     |    29 +-
 Makefile.in                     |   785 +-
 aclocal.m4                      |  6833 +---------
 config.h.in                     |     7 +
 config/compile                  |   142 -
 config/config.guess             |   866 +-
 config/config.sub               |   351 +-
 config/depcomp                  |   172 +-
 config/install-sh               |   517 +-
 config/libtool.m4               |  7360 +++++++++++
 config/ltmain.sh                | 13199 ++++++++++---------
 config/ltoptions.m4             |   368 +
 config/ltsugar.m4               |   123 +
 config/ltversion.m4             |    23 +
 config/lt~obsolete.m4           |    92 +
 config/missing                  |   104 +-
 configure                       | 26150 +++++++++++++-------------------------
 configure.in                    |    10 +-
 include/infiniband/umad.h       |    61 +-
 include/infiniband/umad_cm.h    |    67 +
 include/infiniband/umad_sa.h    |   148 +
 include/infiniband/umad_sm.h    |   128 +
 include/infiniband/umad_str.h   |    57 +
 include/infiniband/umad_types.h |   204 +
 libibumad.spec                  |     6 +-
 libibumad.ver                   |     2 +-
 man/umad_attribute_str.3        |     3 +
 man/umad_class_str.3            |    45 +
 man/umad_mad_status_str.3       |     3 +
 man/umad_method_str.3           |     3 +
 man/umad_register2.3            |    80 +
 src/libibumad.map               |     6 +
 src/sysfs.c                     |    12 +-
 src/umad.c                      |   136 +-
 src/umad_str.c                  |   354 +
 tests/umad_reg2_compat.c        |   215 +
 tests/umad_register2.c          |   288 +
 38 files changed, 28782 insertions(+), 30714 deletions(-)
 delete mode 100755 config/compile
 create mode 100644 config/libtool.m4
 mode change 100644 => 100755 config/ltmain.sh
 create mode 100644 config/ltoptions.m4
 create mode 100644 config/ltsugar.m4
 create mode 100644 config/ltversion.m4
 create mode 100644 config/lt~obsolete.m4
 create mode 100644 include/infiniband/umad_cm.h
 create mode 100644 include/infiniband/umad_sa.h
 create mode 100644 include/infiniband/umad_sm.h
 create mode 100644 include/infiniband/umad_str.h
 create mode 100644 include/infiniband/umad_types.h
 create mode 100644 man/umad_attribute_str.3
 create mode 100644 man/umad_class_str.3
 create mode 100644 man/umad_mad_status_str.3
 create mode 100644 man/umad_method_str.3
 create mode 100644 man/umad_register2.3
 create mode 100644 src/umad_str.c
 create mode 100644 tests/umad_reg2_compat.c
 create mode 100644 tests/umad_register2.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/libibumad.git



More information about the Pkg-ofed-commits mailing list