aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2007-03-27 13:15:31 -0700
committerRoland Dreier <rolandd@cisco.com>2007-03-27 13:15:31 -0700
commit9d25df07473d553c8bd642811e110b343838fba4 (patch)
tree9d4555066ab33cff4671c60f43b6b7cd07957889
parent7bb61b3186a59fc6de33f61bbdeb5a2b46b78e40 (diff)
downloadlibibverbs-9d25df07473d553c8bd642811e110b343838fba4.tar.gz
Roll libibverbs 1.1-rc1 releaselibibverbs-1.1-rc1
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--configure.in4
-rw-r--r--debian/changelog6
-rw-r--r--libibverbs.spec.in6
3 files changed, 8 insertions, 8 deletions
diff --git a/configure.in b/configure.in
index 985ca57..55b5aac 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(libibverbs, 1.1-pre1, openib-general@openib.org)
+AC_INIT(libibverbs, 1.1-rc1, openib-general@openib.org)
AC_CONFIG_SRCDIR([src/ibverbs.h])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libibverbs, 1.1-pre1)
+AM_INIT_AUTOMAKE(libibverbs, 1.1-rc1)
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index bd7b248..e067892 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libibverbs (1.1~pre1-1) unstable; urgency=low
+libibverbs (1.1~rc1-1) unstable; urgency=low
- * New upstream prerelease.
+ * New upstream release candidate.
- -- Roland Dreier <rolandd@cisco.com> Wed, 31 Jan 2007 10:41:05 -0800
+ -- Roland Dreier <rolandd@cisco.com> Tue, 27 Mar 2007 13:14:27 -0700
libibverbs (1.0.4-1) unstable; urgency=low
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index ee258a1..51f8ed5 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -2,13 +2,13 @@
Name: libibverbs
Version: 1.1
-Release: 0.1.pre1%{?dist}
+Release: 0.1.rc1%{?dist}
Summary: A library for direct userspace use of InfiniBand
Group: System Environment/Libraries
License: GPL/BSD
Url: http://openib.org/
-Source: http://openib.org/downloads/libibverbs-1.1-pre1.tar.gz
+Source: http://openib.org/downloads/libibverbs-1.1-rc1.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
@@ -73,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*
%changelog
-* Mon May 22 2006 Roland Dreier <rdreier@cisco.com> - 1.1-0.1.pre1
+* Mon May 22 2006 Roland Dreier <rdreier@cisco.com> - 1.1-0.1.rc1
- New upstream release
- Remove dependency on libsysfs, since it is no longer used
- Put section 3 manpages in devel package.