]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
- DAT/DAPL Version 2.0.2 Release 1
authorArlin Davis <arlin.r.davis@intel.com>
Wed, 31 Oct 2007 18:55:05 +0000 (10:55 -0800)
committerArlin Davis <arlin.r.davis@intel.com>
Wed, 31 Oct 2007 18:55:05 +0000 (10:55 -0800)
Signed-off by: Arlin Davis <ardavis@ichips.intel.com>

ChangeLog
configure.in
dapl.spec.in

index 52318fd04617c351fd8b3cfdab98163a7bd6c2b8..c281a569a9ed3bc84c6c9664d71a9bf94afbe516 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+commit 43931378b9d4f5f721da828623f1e391f32f446b
+Author: Arlin Davis <arlin.r.davis@intel.com>
+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 <ardavis@ichips.intel.com>
+
 commit 8196f1655fe6088c66dafa6ad8e4474ea8ebe1d9
 Author: Arlin Davis <arlin.r.davis@intel.com>
 Date:   Thu Oct 25 14:36:12 2007 -0700
index b08e06f42d1001f1ecdaca676fba9ef691367629..02d8606592921eed9785cd13cb00b27c60dc2772 100644 (file)
@@ -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
 
index 232f0df331a426271b7bc43a35bc427a61e85ce7..c2f00992319eecd1d18bd43a4b15e0863212e9de 100644 (file)
 #
 # $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 <ardavis@ichips.intel.com> - 2.0.2
+- DAT/DAPL Version 2.0.2 Release 1
+
 * Tue Sep 18 2007 Arlin Davis <ardavis@ichips.intel.com> - 2.0.1-1
 - OFED 1.3-alpha, co-exist with DAT 1.2 library package.