From 7d3ec3d68a756f895a6c6ba8ed3d7a1d602468e9 Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Wed, 31 Oct 2007 10:55:05 -0800 Subject: [PATCH] - DAT/DAPL Version 2.0.2 Release 1 Signed-off by: Arlin Davis --- ChangeLog | 9 +++++++++ configure.in | 4 ++-- dapl.spec.in | 12 ++++++++---- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 52318fd..c281a56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +commit 43931378b9d4f5f721da828623f1e391f32f446b +Author: Arlin Davis +Date: Tue Oct 30 09:06:24 2007 -0800 + + - Add ChangeLog + - update cma provider to report remote and local ports via dat_ep_query. + + Signed-off by: Arlin Davis + commit 8196f1655fe6088c66dafa6ad8e4474ea8ebe1d9 Author: Arlin Davis Date: Thu Oct 25 14:36:12 2007 -0700 diff --git a/configure.in b/configure.in index b08e06f..02d8606 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(dapl, 2.0.1-1, general@lists.openfabrics.org) +AC_INIT(dapl, 2.0.2, general@lists.openfabrics.org) AC_CONFIG_SRCDIR([dat/udat/udat.c]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(dapl, 2.0.1-1) +AM_INIT_AUTOMAKE(dapl, 2.0.2) AM_PROG_LIBTOOL diff --git a/dapl.spec.in b/dapl.spec.in index 232f0df..c2f0099 100644 --- a/dapl.spec.in +++ b/dapl.spec.in @@ -32,14 +32,14 @@ # # $Id: $ Name: dapl -Version: 2.0.1 +Version: @VERSION@ Release: 1%{?dist} Summary: A Library for userspace access to RDMA devices using OS Agnostic DAT APIs. Group: System Environment/Libraries License: Dual GPL/BSD/CPL Url: http://openfabrics.org/ -Source: http://www.openfabrics.org/downloads/%{name}/%{name}-%{version}-%{release}.tar.gz +Source: http://www.openfabrics.org/downloads/%{name}/%{name}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -72,7 +72,7 @@ Requires: %{name} = %{version}-%{release} Useful test suites to validate uDAPL library API's. %prep -%setup -q -n %{name}-@VERSION@ +%setup -q %build %configure --enable-ext-type=ib @@ -94,11 +94,12 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %{_libdir}/libda*.so.* %config(noreplace) %{_sysconfdir}/dat.conf -%doc AUTHORS README +%doc AUTHORS README ChangeLog %files devel %defattr(-,root,root,-) %{_libdir}/*.so +%dir %{_includedir}/dat2 %{_includedir}/dat2/* %files devel-static @@ -111,6 +112,9 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Tue Oct 30 2007 Arlin Davis - 2.0.2 +- DAT/DAPL Version 2.0.2 Release 1 + * Tue Sep 18 2007 Arlin Davis - 2.0.1-1 - OFED 1.3-alpha, co-exist with DAT 1.2 library package. -- 2.41.0