]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
Bump libibverbs version
authorRoland Dreier <rolandd@cisco.com>
Thu, 16 Feb 2006 18:41:56 +0000 (18:41 +0000)
committerRoland Dreier <rolandd@cisco.com>
Thu, 9 Nov 2006 19:35:59 +0000 (11:35 -0800)
Be optimistic and assume that the next release will be 1.0.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
configure.in
debian/changelog
libibverbs.spec.in

index 0bdf56c171f71a7cbc468ef04dceb807d60c5b1b..7de5876eb32a5bc5c3e13e241a9e2aff791970c4 100644 (file)
@@ -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
 
index 74ec55da2ffe8e908a078fd65a5a355d6763ebe5..50e8daa39d69d27a6e4d0abb2311166980224b0f 100644 (file)
@@ -1,4 +1,4 @@
-libibverbs (1.0-rc7) unstable; urgency=low
+libibverbs (1.0) unstable; urgency=low
 
   * Initial Release.  (Closes: #325752)
 
index f8c55be93bae45591a6c11764ffb859ba8c46d92..f5c4c1defd76f308c15c63f9b615a5037b58e1b9 100644 (file)
@@ -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