aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2006-02-16 18:41:56 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 11:35:59 -0800
commitfe9340c0b49fa5b16d14d6474f09df9f5e8d8c6e (patch)
tree5e698f7f5f324d10b748a6813ec8a6ff257b3a50
parentffca8e2fa24870a984e7cc370ad50c01fe1500b1 (diff)
downloadlibibverbs-fe9340c0b49fa5b16d14d6474f09df9f5e8d8c6e.tar.gz
Bump libibverbs version
Be optimistic and assume that the next release will be 1.0. Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--configure.in4
-rw-r--r--debian/changelog2
-rw-r--r--libibverbs.spec.in7
3 files changed, 8 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 0bdf56c..7de5876 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.0-rc7, openib-general@openib.org)
+AC_INIT(libibverbs, 1.0, 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.0-rc7)
+AM_INIT_AUTOMAKE(libibverbs, 1.0)
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index 74ec55d..50e8daa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libibverbs (1.0-rc7) unstable; urgency=low
+libibverbs (1.0) unstable; urgency=low
* Initial Release. (Closes: #325752)
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index f8c55be..f5c4c1d 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -4,13 +4,13 @@
Name: libibverbs
Version: 1.0
-Release: 0.5.rc7%{?dist}
+Release: 1%{?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.0-rc7.tar.gz
+Source: http://openib.org/downloads/libibverbs-1.0.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: sysfsutils-devel
@@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*
%changelog
+* Thu Feb 16 2006 Roland Dreier <rdreier@cisco.com> - 1.0-1
+- New upstream release
+
* Wed Feb 15 2006 Roland Dreier <rolandd@cisco.com> - 1.0-0.5.rc7
- New upstream release