Hello community,

here is the log from the commit of package librdmacm for openSUSE:Factory 
checked in at 2015-03-05 15:37:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2014-07-04 
09:34:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.librdmacm.new/librdmacm.changes 2015-03-05 
18:15:50.000000000 +0100
@@ -1,0 +2,11 @@
+Mon Feb 16 15:40:37 UTC 2015 - [email protected]
+
+- clean up with spec-cleaner
+
+-------------------------------------------------------------------
+Thu Feb 12 20:06:09 UTC 2015 - [email protected]
+
+- Update to version 1.0.19.1
+  * No changelog available
+
+------------------------------------------------------------------
@@ -10,0 +22,34 @@
+
+-------------------------------------------------------------------
+Thu Jun 12 14:16:02 CEST 2014 - [email protected]
+
+- Remove librdmacm-configure.patch as it's not needed anymore.
+
+-------------------------------------------------------------------
+Fri Jun  6 13:10:54 CEST 2014 - [email protected]
+
+- Add obsoletes/provides as the package was split and the package
+  containing the shared library renamed to conform with our
+  shared library policy (bnc#881534).
+
+-------------------------------------------------------------------
+Tue Jun  3 11:24:34 CEST 2014 - [email protected]
+
+- Update to OFED 3.12 final.
+
+-------------------------------------------------------------------
+Mon Jun  2 16:56:56 CEST 2014 - [email protected]
+
+- Update to 1.0.18.1 from OFED 3.12, no log of changes present.
+
+-------------------------------------------------------------------
+Thu Feb 13 19:07:34 CET 2014 - [email protected]
+
+- Update to 1.0.18 for fate#315488, no changelog.
+
+-------------------------------------------------------------------
+Tue Feb 11 12:40:53 CET 2014 - [email protected]
+
+- Change License to BSD-2-Clause or GPL-2.0
+- Include COPYING as documentation of the runtime lib package.
+- Fix baselibs.conf

Old:
----
  librdmacm-1.0.17.tar.gz

New:
----
  librdmacm-1.0.19.1.tar.gz

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

Other differences:
------------------
++++++ librdmacm.spec ++++++
--- /var/tmp/diff_new_pack.b0MWL9/_old  2015-03-05 18:15:50.000000000 +0100
+++ /var/tmp/diff_new_pack.b0MWL9/_new  2015-03-05 18:15:50.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package librdmacm (Version 1.0.17)
+# spec file for package librdmacm
 #
-# Copyright (c) 2009-2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,28 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define so_version 1
-
 Name:           librdmacm
-Summary:        RDMA cm library
-Version:        1.0.17
+Version:        1.0.19.1
 Release:        0
-# bug437293
-%ifarch ppc64
-Obsoletes:      librdmacm-64bit
-%endif
-#
-License:        BSD-3-Clause or GPL-2.0+
+Summary:        RDMA cm library
+License:        BSD-2-Clause or GPL-2.0
 Group:          Productivity/Networking/Other
+Url:            http://www.openfabrics.org
 Source0:        
https://www.openfabrics.org/downloads/rdmacm/%{name}-%{version}.tar.gz
-Source1:        baselibs.conf
+Source99:       baselibs.conf
 Patch0:         librdmacm-need_pthread.patch
-Url:            http://www.openfabrics.org
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  libibverbs-devel
-BuildRequires:  automake autoconf libtool
+BuildRequires:  libtool
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 RDMA cm library
@@ -44,20 +39,17 @@
 %package -n     librdmacm%{so_version}
 Summary:        RDMA cm runtime library
 Group:          System/Libraries
+Obsoletes:      librdmacm < %{version}
+Provides:       librdmacm = %{version}
 
 %description -n librdmacm%{so_version}
 This package contains the RGM cm runtime library.
 
-
 %package        devel
-Group:          Development/Libraries/C and C++
 Summary:        Development files for the librdmacm library
-Requires:       %{name}%{so_version} = %{version} libibverbs-devel
-# bug437293
-%ifarch ppc64
-Obsoletes:      librdmacm-devel-64bit
-%endif
-#
+Group:          Development/Libraries/C and C++
+Requires:       %{name}%{so_version} = %{version}
+Requires:       libibverbs-devel
 
 %description devel
 Development files for the librdmacm library.
@@ -72,15 +64,21 @@
 %prep
 %setup -q
 %patch0
+# These files are empty and configure tells automake these are
+# foreign sources.
+rm -f ChangeLog NEWS INSTALL
 
 %build
-autoreconf -fi
-%configure --with-pic --disable-silent-rules --disable-static
+autoreconf -fvi
+%configure \
+    --with-pic \
+    --disable-silent-rules \
+    --disable-static
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
-find %{buildroot}%{_libdir} -name \*.so -o -name \*.la -exec rm {} \;
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{name}%{so_version} -p /sbin/ldconfig
 
@@ -88,22 +86,23 @@
 
 %files tools
 %defattr(-, root, root)
-%dir %_libdir/rsocket
-%_bindir/*
-%_mandir/man1/*
-%_mandir/man7/*
+%dir %{_libdir}/rsocket
+%{_bindir}/*
+%{_mandir}/man1/*
+%{_mandir}/man7/*
 
 %files -n %{name}%{so_version}
 %defattr(-, root, root)
-%_libdir/librdmacm.so.*
-%_libdir/rsocket/librspreload.so.*
+%doc COPYING
+%{_libdir}/librdmacm.so.*
+%{_libdir}/rsocket/librspreload.so.*
 
 %files devel
 %defattr(-,root,root)
-%_includedir/rdma
-%_includedir/infiniband/ib.h
-%_libdir/librdmacm.so
-%_libdir/rsocket/librspreload.so
-%_mandir/man3/*
+%{_includedir}/rdma
+%{_includedir}/infiniband/ib.h
+%{_libdir}/librdmacm.so
+%{_libdir}/rsocket/librspreload.so
+%{_mandir}/man3/*
 
 %changelog

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.b0MWL9/_old  2015-03-05 18:15:50.000000000 +0100
+++ /var/tmp/diff_new_pack.b0MWL9/_new  2015-03-05 18:15:50.000000000 +0100
@@ -1,2 +1,4 @@
-librdmacm
+librdmacm1
+        obsoletes "librdmacm-<targettype> < <version>"
+        provides "librdmacm-<targettype> = <version>"
 librdmacm-devel

++++++ librdmacm-1.0.17.tar.gz -> librdmacm-1.0.19.1.tar.gz ++++++
++++ 8346 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to