Hello community,

here is the log from the commit of package librdmacm for openSUSE:Factory 
checked in at 2016-07-28 23:44:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/librdmacm (Old)
 and      /work/SRC/openSUSE:Factory/.librdmacm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "librdmacm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/librdmacm/librdmacm.changes      2016-07-21 
07:54:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.librdmacm.new/librdmacm.changes 2016-07-28 
23:44:34.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jul 22 13:56:42 UTC 2016 - [email protected]
+
+- Remove useless --with-pic (for static only - unbuilt).
+  Own all directories. Update description.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ librdmacm.spec ++++++
--- /var/tmp/diff_new_pack.iuRMkN/_old  2016-07-28 23:44:35.000000000 +0200
+++ /var/tmp/diff_new_pack.iuRMkN/_new  2016-07-28 23:44:35.000000000 +0200
@@ -20,7 +20,7 @@
 Name:           librdmacm
 Version:        1.1.0
 Release:        0
-Summary:        RDMA cm library
+Summary:        RDMA Communication Management library
 License:        BSD-2-Clause or GPL-2.0
 Group:          Productivity/Networking/Other
 Url:            http://www.openfabrics.org
@@ -34,25 +34,37 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-RDMA cm library
+The RDMA CM is a communication manager used to setup reliable,
+connected and unreliable datagram data transfers. It provides an RDMA
+transport neutral interface for establishing connections.
 
 %package -n     librdmacm%{so_version}
-Summary:        RDMA cm runtime library
+Summary:        RDMA Communication Manager runtime library
 Group:          System/Libraries
 Obsoletes:      librdmacm < %{version}
 Provides:       librdmacm = %{version}
 
 %description -n librdmacm%{so_version}
-This package contains the RGM cm runtime library.
+The RDMA CM is a communication manager used to setup reliable,
+connected and unreliable datagram data transfers. It provides an RDMA
+transport neutral interface for establishing connections.
 
 %package        devel
-Summary:        Development files for the librdmacm library
+Summary:        Development files for the RDMA Communication Manager library
 Group:          Development/Libraries/C and C++
 Requires:       %{name}%{so_version} = %{version}
 Requires:       libibverbs-devel
 
 %description devel
-Development files for the librdmacm library.
+The RDMA CM is a communication manager used to setup reliable,
+connected and unreliable datagram data transfers. It provides an RDMA
+transport neutral interface for establishing connections.
+
+The API concepts are based on sockets, but adapted for queue pair
+(QP) based semantics: communication must be over a specific RDMA
+device, and data transfers are message based.
+
+This subpackage contains the development files for the librdmacm library.
 
 %package        tools
 Summary:        Tools and example programs using the RDMA cm library
@@ -71,7 +83,6 @@
 %build
 autoreconf -fvi
 %configure \
-    --with-pic \
     --disable-silent-rules \
     --disable-static
 make %{?_smp_mflags}
@@ -86,7 +97,6 @@
 
 %files tools
 %defattr(-, root, root)
-%dir %{_libdir}/rsocket
 %{_bindir}/*
 %{_mandir}/man1/*
 %{_mandir}/man7/*
@@ -95,13 +105,15 @@
 %defattr(-, root, root)
 %doc COPYING
 %{_libdir}/librdmacm.so.*
+%dir %{_libdir}/rsocket
 %{_libdir}/rsocket/librspreload.so.*
 
 %files devel
 %defattr(-,root,root)
 %{_includedir}/rdma
-%{_includedir}/infiniband/ib.h
+%{_includedir}/infiniband/
 %{_libdir}/librdmacm.so
+%dir %{_libdir}/rsocket
 %{_libdir}/rsocket/librspreload.so
 %{_mandir}/man3/*
 


Reply via email to