aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2007-04-04 16:17:27 -0700
committerRoland Dreier <rolandd@cisco.com>2007-04-04 16:17:27 -0700
commita1561103b3da79f35f7632ad4804542cee39223a (patch)
treed95bb24b1a604155ada2d078e65567cf32cedc84
parentd6e0e3f66f6ea5c2a8f54788facdda1dc0f3990e (diff)
downloadlibibverbs-a1561103b3da79f35f7632ad4804542cee39223a.tar.gz
Roll libibverbs 1.1-rc2 releaselibibverbs-1.1-rc2
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--configure.in4
-rw-r--r--debian/changelog2
-rw-r--r--libibverbs.spec.in6
3 files changed, 6 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 0406dc6..99e221f 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-rc2-pre1, openib-general@openib.org)
+AC_INIT(libibverbs, 1.1-rc2, 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-rc2-pre1)
+AM_INIT_AUTOMAKE(libibverbs, 1.1-rc2)
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index 2a9e7da..2274138 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libibverbs (1.1~rc2~pre1-1) unstable; urgency=low
+libibverbs (1.1~rc2-1) unstable; urgency=low
* New upstream release candidate.
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index 8d1bcd5..48c105a 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -1,12 +1,12 @@
Name: libibverbs
Version: 1.1
-Release: 0.1.rc2.pre1%{?dist}
+Release: 0.1.rc2%{?dist}
Summary: A library for direct userspace use of InfiniBand hardware
Group: System Environment/Libraries
License: GPL/BSD
Url: http://openib.org/
-Source: http://openib.org/downloads/libibverbs-1.1-rc2-pre1.tar.gz
+Source: http://openib.org/downloads/libibverbs-1.1-rc2.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
@@ -83,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*
%changelog
-* Mon May 22 2006 Roland Dreier <rdreier@cisco.com> - 1.1-0.1.rc2-pre1
+* Mon May 22 2006 Roland Dreier <rdreier@cisco.com> - 1.1-0.1.rc2
- New upstream release
- Remove dependency on libsysfs, since it is no longer used
- Put section 3 manpages in devel package.