aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2007-11-30 13:54:03 -0800
committerRoland Dreier <rolandd@cisco.com>2007-11-30 16:06:35 -0800
commitc3a30f3dfb4a04860b2cde416cd6b1f349106cb9 (patch)
tree7356cedc9346fb96d5173afc9aa7a012ce0d24d7
parent922cfee3cd4bcaf90d2b68893985d9f94b3de0a2 (diff)
downloadlibmlx4-c3a30f3dfb4a04860b2cde416cd6b1f349106cb9.tar.gz
Roll libmlx4-1.0-rc1 releaselibmlx4-1.0-rc1
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--configure.in4
-rw-r--r--debian/changelog4
-rw-r--r--libmlx4.spec.in8
3 files changed, 8 insertions, 8 deletions
diff --git a/configure.in b/configure.in
index c68872c..c7bec6f 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, 0.1, general@lists.openfabrics.org)
+AC_INIT(libmlx4, 1.0-rc1, general@lists.openfabrics.org)
AC_CONFIG_SRCDIR([src/mlx4.h])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libmlx4, 0.1)
+AM_INIT_AUTOMAKE(libmlx4, 1.0-rc1)
AM_PROG_LIBTOOL
AC_ARG_WITH([valgrind],
diff --git a/debian/changelog b/debian/changelog
index ba2961f..5dba294 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libmlx4 (0.1-1) unstable; urgency=low
+libmlx4 (1.0~rc1-1) unstable; urgency=low
* Initial release.
- -- Roland Dreier <rolandd@cisco.com> Fri, 6 Apr 2007 10:04:57 -0700
+ -- Roland Dreier <rolandd@cisco.com> Fri, 30 Nov 2007 13:52:36 -0800
diff --git a/libmlx4.spec.in b/libmlx4.spec.in
index 58787bd..1c52a00 100644
--- a/libmlx4.spec.in
+++ b/libmlx4.spec.in
@@ -1,12 +1,12 @@
Name: libmlx4
-Version: 0.1
-Release: 1%{?dist}
+Version: 1.0
+Release: 0.1.rc1%{?dist}
Summary: Mellanox InfiniBand HCA Userspace Driver
Group: System Environment/Libraries
License: GPLv2 or BSD
Url: http://openib.org/
-Source: http://openib.org/downloads/mlx4/libmlx4-0.1.tar.gz
+Source: http://openib.org/downloads/mlx4/libmlx4-1.0-rc1.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: libibverbs-devel >= 1.1-0.1.rc2
@@ -51,5 +51,5 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libmlx4.a
%changelog
-* Fri Apr 6 2007 Roland Dreier <rdreier@cisco.com> - 0.1-1
+* Fri Apr 6 2007 Roland Dreier <rdreier@cisco.com> - 1.0-0.1.rc1
- Initial Fedora spec file