aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <roland@purestorage.com>2014-05-06 10:11:42 -0700
committerRoland Dreier <roland@purestorage.com>2014-05-06 10:34:32 -0700
commit56fb61aae5ea53150224ea464aababd2f579e39e (patch)
tree85ae065001ef9185129b88e35edad847cd0f39b9
parentd2c392bb754a626c04e268739e7a076367bfbdc3 (diff)
downloadlibmlx4-master.tar.gz
Roll libmlx4 1.0.6 releaseHEADlibmlx4-1.0.6master
Signed-off-by: Roland Dreier <roland@purestorage.com>
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog5
-rw-r--r--debian/control2
-rw-r--r--libmlx4.spec.in7
4 files changed, 10 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index e2f0ec7..960dccd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.67])
-AC_INIT([libmlx4],[1.0.5],[linux-rdma@vger.kernel.org])
+AC_INIT([libmlx4],[1.0.6],[linux-rdma@vger.kernel.org])
AC_CONFIG_SRCDIR([src/mlx4.h])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADER(config.h)
diff --git a/debian/changelog b/debian/changelog
index 86df70f..43694fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-libmlx4 (1.0.6-1) UNRELEASED; urgency=medium
+libmlx4 (1.0.6-1) unstable; urgency=low
* New upstream release.
- Depend on libibverbs 1.1.8 for new verbs extensions API.
- Flow steering support.
* Use dh-autoreconf to fix FTBFS on ppc64el (Closes: #733843).
+ * Update to Standards-Version: 3.9.5.
- -- Roland Dreier <rbd@debian.org> Sat, 03 May 2014 16:01:47 -0700
+ -- Roland Dreier <rbd@debian.org> Tue, 06 May 2014 10:11:20 -0700
libmlx4 (1.0.5-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index b1bb862..ab08e00 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libmlx4
Priority: extra
Maintainer: Roland Dreier <rbd@debian.org>
Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.13.19), libibverbs-dev (>= 1.1.8), dh-autoreconf
-Standards-Version: 3.9.2
+Standards-Version: 3.9.5
Section: libs
Homepage: http://www.openfabrics.org/
diff --git a/libmlx4.spec.in b/libmlx4.spec.in
index 9b10cee..5ceb71c 100644
--- a/libmlx4.spec.in
+++ b/libmlx4.spec.in
@@ -1,12 +1,12 @@
Name: libmlx4
-Version: 1.0.5
+Version: 1.0.6
Release: 1%{?dist}
Summary: Mellanox ConnectX InfiniBand HCA Userspace Driver
Group: System Environment/Libraries
License: GPLv2 or BSD
Url: http://openfabrics.org/
-Source: http://openfabrics.org/downloads/mlx4/libmlx4-1.0.5.tar.gz
+Source: http://openfabrics.org/downloads/mlx4/libmlx4-1.0.6.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: libibverbs-devel >= 1.1.8
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libmlx4.a
%changelog
+* Mon May 5 2014 Roland Dreier <roland@digitalvampire.org> - 1.0.6-1
+- New upstream release
+
* Mon Mar 28 2012 Roland Dreier <roland@digitalvampire.org> - 1.0.5-1
- New upstream release