aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2006-03-14 07:33:42 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 11:35:59 -0800
commite9973a55d94b254ae6ba3fb1cf262af7993cbfad (patch)
tree1ed37b944d489296730535674e0000bf108314cc
parent93ad3885d5e899ad1583463cb0f1f7a23a59e086 (diff)
downloadlibibverbs-e9973a55d94b254ae6ba3fb1cf262af7993cbfad.tar.gz
Bump version in svn, and switch to non-native Debian packaging
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 fafdb62..6530d52 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.1, openib-general@openib.org)
+AC_INIT(libibverbs, 1.0.2, 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.1)
+AM_INIT_AUTOMAKE(libibverbs, 1.0.2)
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index d37c256..b6607cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libibverbs (1.0.1) unstable; urgency=low
+libibverbs (1.0.2-1) unstable; urgency=low
* Initial Release. (Closes: #325752)
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index 07434fb..192824f 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -3,14 +3,14 @@
%define ver @VERSION@
Name: libibverbs
-Version: 1.0.1
+Version: 1.0.2
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.1.tar.gz
+Source: http://openib.org/downloads/libibverbs-1.0.2.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
+* Mon Mar 13 2006 Roland Dreier <rdreier@cisco.com> - 1.0.2-1
+- New upstream release
+
* Mon Mar 13 2006 Roland Dreier <rdreier@cisco.com> - 1.0.1-1
- New upstream release