rpms/libibverbs/devel .cvsignore, 1.11, 1.12 libibverbs.spec, 1.13, 1.14 sources, 1.11, 1.12

Roland Dreier (dreier) fedora-extras-commits at redhat.com
Fri Apr 18 22:51:38 UTC 2008


Author: dreier

Update of /cvs/extras/rpms/libibverbs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29207/devel

Modified Files:
	.cvsignore libibverbs.spec sources 
Log Message:
Import libibverbs 1.1.2 release.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libibverbs/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	18 Jun 2007 21:15:19 -0000	1.11
+++ .cvsignore	18 Apr 2008 22:51:04 -0000	1.12
@@ -1 +1 @@
-libibverbs-1.1.1.tar.gz
+libibverbs-1.1.2.tar.gz


Index: libibverbs.spec
===================================================================
RCS file: /cvs/extras/rpms/libibverbs/devel/libibverbs.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- libibverbs.spec	19 Feb 2008 01:49:02 -0000	1.13
+++ libibverbs.spec	18 Apr 2008 22:51:04 -0000	1.14
@@ -1,21 +1,22 @@
 Name: libibverbs
-Version: 1.1.1
-Release: 3%{?dist}
-Summary: A library for direct userspace use of InfiniBand hardware
+Version: 1.1.2
+Release: 1%{?dist}
+Summary: A library for direct userspace use of RDMA (InfiniBand/iWARP) hardware
 
 Group: System Environment/Libraries
-License: GPL/BSD
+License: GPLv2 or BSD
 Url: http://openfabrics.org/
-Source: http://openfabrics.org/downloads/libibverbs-1.1.1.tar.gz
+Source: http://openfabrics.org/downloads/verbs/libibverbs-1.1.2.tar.gz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 
 %description
-libibverbs is a library that allows userspace processes to use
-InfiniBand "verbs" as described in the InfiniBand Architecture
-Specification.  This includes direct hardware access for fast path
-operations.
+libibverbs is a library that allows userspace processes to use RDMA
+"verbs" as described in the InfiniBand Architecture Specification and
+the RDMA Protocol Verbs Specification.  This includes direct hardware
+access from userspace to InfiniBand/iWARP adapters (kernel bypass) for
+fast path operations.
 
 For this library to be useful, a device-specific plug-in module should
 also be installed.
@@ -23,6 +24,7 @@
 %package devel
 Summary: Development files for the libibverbs library
 Group: System Environment/Libraries
+Requires: %{name} = %{version}-%{release}
 
 %description devel
 Header files for the libibverbs library.
@@ -41,10 +43,10 @@
 
 %description utils
 Useful libibverbs1 example programs such as ibv_devinfo, which
-displays information about InfiniBand devices.
+displays information about RDMA devices.
 
 %prep
-%setup -q -n %{name}-1.1.1
+%setup -q -n %{name}-1.1.2
 
 %build
 %configure
@@ -83,6 +85,11 @@
 %{_mandir}/man1/*
 
 %changelog
+* Wed Apr 16 2008 Roland Dreier <rdreier at cisco.com> - 1.1.2-1
+- New upstream release
+- Update description to mention RDMA and iWARP, not just InfiniBand
+- Add "Requires" tag for libibverbs base package to -devel
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.1.1-3
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libibverbs/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	18 Jun 2007 21:15:19 -0000	1.11
+++ sources	18 Apr 2008 22:51:04 -0000	1.12
@@ -1 +1 @@
-2bf5c8f089a97a5e70701edc22066137  libibverbs-1.1.1.tar.gz
+6ad270dacf26211616cbfc9fa733d112  libibverbs-1.1.2.tar.gz




More information about the fedora-extras-commits mailing list