aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <roland@purestorage.com>2011-07-06 09:16:33 -0700
committerRoland Dreier <roland@purestorage.com>2011-07-06 09:20:20 -0700
commitef8df71a9a7fcd419216725c6df985502250c366 (patch)
treeabd7690cb736e6cb1aee5feace19f15af12233eb
parent1a132f8341df2fe5c481308bc8353f9288933531 (diff)
downloadlibmlx4-ef8df71a9a7fcd419216725c6df985502250c366.tar.gz
Roll libmlx4 1.0.2 releaselibmlx4-1.0.2
Signed-off-by: Roland Dreier <roland@purestorage.com>
-rw-r--r--configure.in4
-rw-r--r--debian/changelog3
-rw-r--r--libmlx4.spec.in7
3 files changed, 9 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 1cd9881..49dc1b0 100644
--- a/configure.in
+++ b/configure.in
@@ -1,11 +1,11 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(libmlx4, 1.0.1, general@lists.openfabrics.org)
+AC_INIT(libmlx4, 1.0.2, linux-rdma@vger.kernel.org)
AC_CONFIG_SRCDIR([src/mlx4.h])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libmlx4, 1.0.1)
+AM_INIT_AUTOMAKE(libmlx4, 1.0.2)
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index 039d9ea..a0f389f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-libmlx4 (1.0.1-2) UNRELEASED; urgency=low
+libmlx4 (1.0.2-1) unstable; urgency=low
+ * New upstream release.
* Update maintainer and set DM-Upload-Allowed to yes. (Closes: #632108)
* Switch to dpkg-source 3.0 (quilt) format.
* Don't ship .la files. (Closes: #621664)
diff --git a/libmlx4.spec.in b/libmlx4.spec.in
index a98ca68..f7c4b02 100644
--- a/libmlx4.spec.in
+++ b/libmlx4.spec.in
@@ -1,12 +1,12 @@
Name: libmlx4
-Version: 1.0.1
+Version: 1.0.2
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.1.tar.gz
+Source: http://openfabrics.org/downloads/mlx4/libmlx4-1.0.2.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: libibverbs-devel >= 1.1-0.1.rc2
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libmlx4.a
%changelog
+* Wed Jul 6 2011 Roland Dreier <roland@digitalvampire.org> - 1.0.2-1
+- New upstream release
+
* Wed Jun 17 2009 Roland Dreier <rdreier@cisco.com> - 1.0.1-1
- New upstream release
- Change openib.org URLs to openfabrics.org URLs