From cbde9550694719e1cdaf14979977046e19fdd51f Mon Sep 17 00:00:00 2001 From: Roland Dreier Date: Wed, 11 Apr 2007 14:41:56 -0700 Subject: [PATCH] Roll libibverbs 1.1 release Signed-off-by: Roland Dreier --- configure.in | 4 ++-- debian/changelog | 14 ++++++++++---- libibverbs.spec.in | 7 +++++-- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/configure.in b/configure.in index f22259f..f2f889a 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, general@lists.openfabrics.org) +AC_INIT(libibverbs, 1.1, general@lists.openfabrics.org) AC_CONFIG_SRCDIR([src/ibverbs.h]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(libibverbs, 1.1-rc2) +AM_INIT_AUTOMAKE(libibverbs, 1.1) AM_PROG_LIBTOOL diff --git a/debian/changelog b/debian/changelog index 2274138..4041b6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ -libibverbs (1.1~rc2-1) unstable; urgency=low +libibverbs (1.1-1) unstable; urgency=low - * New upstream release candidate. - - -- Roland Dreier Tue, 27 Mar 2007 13:14:27 -0700 + * New upstream release. + - Add support for use of fork() in applications. + - Add manual pages documenting API in section 3. + - New method of finding and loading device-specific drivers. + - Add basic support for iWARP devices. + - Provide compatible ABI for applications linked against libibverbs 1.0. + * Rerun autotools to avoid setting RPATH in binaries on amd64. + + -- Roland Dreier Thu, 12 Apr 2007 11:49:14 -0700 libibverbs (1.0.4-1) unstable; urgency=low diff --git a/libibverbs.spec.in b/libibverbs.spec.in index 15a7bc8..40310e2 100644 --- a/libibverbs.spec.in +++ b/libibverbs.spec.in @@ -1,12 +1,12 @@ Name: libibverbs Version: 1.1 -Release: 0.1.rc2%{?dist} +Release: 1%{?dist} Summary: A library for direct userspace use of InfiniBand hardware Group: System Environment/Libraries License: GPL/BSD Url: http://openfabrics.org/ -Source: http://openfabrics.org/downloads/libibverbs-1.1-rc2.tar.gz +Source: http://openfabrics.org/downloads/libibverbs-1.1.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %changelog +* Wed Apr 11 2007 Roland Dreier - 1.1-1 +- New upstream release + * Mon May 22 2006 Roland Dreier - 1.1-0.1.rc2 - New upstream release - Remove dependency on libsysfs, since it is no longer used -- 2.46.0