[Pkg-ofed-commits] [libmlx5] branch master updated (1ab1423 -> fd7ab39)

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sun Oct 23 19:13:40 UTC 2016


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

ana pushed a change to branch master
in repository libmlx5.

      from  1ab1423   Fix typo in field Vcs-Git from debian/control.
       new  01ef233   New upstream version 1.2.1
       new  7309c42   Merge tag 'upstream/1.2.1'
       new  8c4ee3b   Update Vcs-* fields
       new  fe5f317   Bump Standards-Version to 3.9.8, no changes required
       new  92cbdb9   Fix the team name in debian/control
       new  c5a14d4   Drop -dbg package
       new  625aca3   Enable hardening
       new  2915271   Remove override dh_makeshlibs
       new  fd7ab39   Use Architecture: linux-any

The 9 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:
 .gitignore                  |    33 +
 AUTHORS                     |     1 +
 Makefile.am                 |     9 +-
 Makefile.in                 |   440 +-
 README                      |    12 +-
 aclocal.m4                  |   892 ++-
 autogen.sh                  |     3 +-
 autom4te.cache/output.0     | 14899 ------------------------------------------
 autom4te.cache/output.1     | 14895 -----------------------------------------
 autom4te.cache/requests     |   288 -
 autom4te.cache/traces.0     |  2422 -------
 autom4te.cache/traces.1     |   598 --
 config.h.in                 |     3 +
 config/config.guess         |   207 +-
 config/config.sub           |   152 +-
 config/depcomp              |   531 +-
 config/install-sh           |    35 +-
 config/ltmain.sh            |   123 +-
 config/missing              |   461 +-
 configure                   |   836 ++-
 configure.ac                |    12 +-
 debian/control              |    27 +-
 debian/rules                |     8 +-
 dist/.-release.HEAD         |     0
 libmlx5.spec                |    11 +-
 libmlx5.spec.in             |     7 +-
 m4/ax_gcc_func_attribute.m4 |   223 +
 aclocal.m4 => m4/libtool.m4 |  1903 +-----
 m4/ltoptions.m4             |   384 ++
 m4/ltsugar.m4               |   123 +
 m4/ltversion.m4             |    23 +
 m4/lt~obsolete.m4           |    98 +
 src/cq.c                    |  1015 ++-
 src/mlx5-abi.h              |    59 +-
 src/mlx5.c                  |   180 +-
 src/mlx5.h                  |   132 +-
 src/qp.c                    |   507 +-
 src/verbs.c                 |   563 +-
 src/wqe.h                   |   102 +-
 39 files changed, 5634 insertions(+), 36583 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 autom4te.cache/output.0
 delete mode 100644 autom4te.cache/output.1
 delete mode 100644 autom4te.cache/requests
 delete mode 100644 autom4te.cache/traces.0
 delete mode 100644 autom4te.cache/traces.1
 mode change 100755 => 100644 config/ltmain.sh
 delete mode 100644 dist/.-release.HEAD
 create mode 100644 m4/ax_gcc_func_attribute.m4
 copy aclocal.m4 => m4/libtool.m4 (81%)
 create mode 100644 m4/ltoptions.m4
 create mode 100644 m4/ltsugar.m4
 create mode 100644 m4/ltversion.m4
 create mode 100644 m4/lt~obsolete.m4

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



More information about the Pkg-ofed-commits mailing list