aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2006-02-15 22:36:17 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 19:57:05 -0800
commit3a636cbad3251d3304d2b4867bb0de59289f9856 (patch)
tree82cdf3e4437993aa93f93b7d3b1886008d0a62bc
parent941de7bfa901ec626dea47d87e43c3bf41299159 (diff)
downloadlibmthca-3a636cbad3251d3304d2b4867bb0de59289f9856.tar.gz
Bump version number to 1.0-rc7
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--configure.in4
-rw-r--r--debian/changelog4
-rw-r--r--libmthca.spec.in9
3 files changed, 10 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index 2a5ae6a..2d50719 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(libmthca, 1.0-rc6, openib-general@openib.org)
+AC_INIT(libmthca, 1.0-rc7, openib-general@openib.org)
AC_CONFIG_SRCDIR([src/mthca.h])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libmthca, 1.0-rc6)
+AM_INIT_AUTOMAKE(libmthca, 1.0-rc7)
AM_PROG_LIBTOOL
dnl Checks for programs
diff --git a/debian/changelog b/debian/changelog
index 768edc9..a7b6618 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-libmthca (1.0-rc6) unstable; urgency=low
+libmthca (1.0-rc7) unstable; urgency=low
* Initial Release. (Closes: #325753)
- -- Roland Dreier <rolandd@cisco.com> Tue, 30 Aug 2005 11:22:18 -0700
+ -- Roland Dreier <rolandd@cisco.com> Wed, 15 Feb 2006 11:22:18 -0700
diff --git a/libmthca.spec.in b/libmthca.spec.in
index 0f7a32f..593e40a 100644
--- a/libmthca.spec.in
+++ b/libmthca.spec.in
@@ -4,16 +4,16 @@
Name: libmthca
Version: 1.0
-Release: 0.4.rc6%{?dist}
+Release: 0.5.rc7%{?dist}
Summary: Mellanox InfiniBand HCA Userspace Driver
Group: System Environment/Libraries
License: GPL/BSD
Url: http://openib.org/
-Source: http://openib.org/downloads/libmthca-1.0-rc6.tar.gz
+Source: http://openib.org/downloads/libmthca-1.0-rc7.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libibverbs-devel >= 1.0-0.4.rc6
+BuildRequires: libibverbs-devel >= 1.0-0.5.rc7
%description
libmthca provides a device-specific userspace driver for Mellanox HCAs
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/infiniband/mthca.a
%changelog
+* Sun Feb 15 2006 Roland Dreier <rolandd@cisco.com> - 1.0-0.5.rc7
+- New upstream release
+
* Sun Jan 22 2006 Roland Dreier <rolandd@cisco.com> - 1.0-0.4.rc6
- New upstream release