From: Roland Dreier Date: Wed, 26 Oct 2005 04:53:27 +0000 (+0000) Subject: Bump libibverbs version number to 1.0-rc5 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4140a4e646648993ea1998a69c04e51c4318dab2;p=~shefty%2Flibibverbs.git Bump libibverbs version number to 1.0-rc5 Signed-off-by: Roland Dreier --- diff --git a/configure.in b/configure.in index 4381ed2..53e1e9f 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-rc4, openib-general@openib.org) +AC_INIT(libibverbs, 1.0-rc5, 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-rc4) +AM_INIT_AUTOMAKE(libibverbs, 1.0-rc5) AM_PROG_LIBTOOL diff --git a/libibverbs.spec.in b/libibverbs.spec.in index 8e5d799..542c3dc 100644 --- a/libibverbs.spec.in +++ b/libibverbs.spec.in @@ -4,13 +4,13 @@ Name: libibverbs Version: 1.0 -Release: 0.2.rc4%{?dist} +Release: 0.3.rc5%{?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-rc4.tar.gz +Source: http://openib.org/downloads/libibverbs-1.0-rc5.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 +* Tue Oct 25 2005 Roland Dreier - 1.0-0.3.rc5 +- New upstream release + * Wed Oct 5 2005 Roland Dreier - 1.0-0.2.rc4 - Update to upstream 1.0-rc4 release