Hello community,

here is the log from the commit of package libfabric for openSUSE:Factory 
checked in at 2017-05-20 10:13:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libfabric (Old)
 and      /work/SRC/openSUSE:Factory/.libfabric.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libfabric"

Sat May 20 10:13:02 2017 rev:2 rq:494714 version:1.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libfabric/libfabric.changes      2017-03-24 
02:17:36.474418860 +0100
+++ /work/SRC/openSUSE:Factory/.libfabric.new/libfabric.changes 2017-05-20 
10:13:17.986964675 +0200
@@ -1,0 +2,33 @@
+Thu May 11 18:14:41 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Update to v1.4.2-rc1 (bsc#1036907).
+- Update notes:
+ - Fix for OS X clock_gettime() portability issue.
+ - Updated default counter wait object for improved performance
+ - Fix multi-threaded RMA progress stalls
+ - Updated default counter wait object for improved performance
+ - Fix multi-threaded RMA progress stalls
+ - Fix error in fi_cq_sreadfrom aborting before timeout expires
+ - Set atomic iov count correct correctly inside fi_atomicv
+ - Fix handling of apps that call fork.  Move ibv_fork_init() before
+   calling any other verbs call.
+ - Fix crash in fi_write when connection is not yet established and
+   write data size is below inline threshold.
+ - Fix issues not handling multiple ipoib interfaces
+ - Reduce lock contention on buffer pools in send/completion handling
+   code.
+ 
+
+
+-------------------------------------------------------------------
+Wed Apr  5 10:19:28 UTC 2017 - josef.moell...@suse.com
+
+- This version fixes bnc#990184
+  (bnc#990184)
+
+-------------------------------------------------------------------
+Thu Mar 23 16:21:53 UTC 2017 - jeng...@inai.de
+
+- RPM group fix
+
+-------------------------------------------------------------------

Old:
----
  libfabric-1.4.1.tar.bz2

New:
----
  libfabric-1.4.2rc1.tar.bz2

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

Other differences:
------------------
++++++ libfabric.spec ++++++
--- /var/tmp/diff_new_pack.EJ5vXQ/_old  2017-05-20 10:13:18.610876521 +0200
+++ /var/tmp/diff_new_pack.EJ5vXQ/_new  2017-05-20 10:13:18.614875956 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libfabric (Version 1.2.0)
+# spec file for package libfabric
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -14,23 +14,30 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
+#
+%define git_ver rc1
+
 Name:           libfabric
 Summary:        User-space RDMA Fabric Interfaces
-Version:        1.4.1
-Release:        1
 License:        GPL-2.0 or BSD-2-Clause
-Group:          System Environment/Libraries
-Source:         
https://github.com/ofiwg/libfabric/releases/download/v1.4.1/libfabric-1.4.1.tar.bz2
+Group:          Development/Libraries/C and C++
+Version:        1.4.2
+Release:        0
+Source:         
https://github.com/ofiwg/libfabric/releases/download/v%{version}%{git_ver}/%{name}-%{version}%{git_ver}.tar.bz2
 Source1:        baselibs.conf
 Patch0:         libfabric-libtool.patch
 Url:            http://www.github.com/ofiwg/libfabric
 Prefix:         ${_prefix}
-BuildRequires: libnl3-devel
-BuildRequires: librdmacm-devel
-BuildRequires: libibverbs-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires: infinipath-psm-devel
+BuildRequires:  libibverbs-devel
+BuildRequires:  libnl3-devel
 BuildRequires: libpsm2-devel
-BuildRequires: automake autoconf libtool
+BuildRequires:  librdmacm-devel
+BuildRequires:  libtool
 BuildRequires: pkg-config
 #Currently *only* builds on x86_64 as it is dependent on libpsm2
 ExclusiveArch:  x86_64
@@ -44,7 +51,6 @@
 Summary:       Libfabric runtime libary
 Group:         System/Libraries
 
-
 %description -n libfabric%{lib_major}
 libfabric provides a user-space API to access high-performance fabric
 services, such as RDMA. This package contains the runtime library.
@@ -59,7 +65,7 @@
 Development files for the libfabric library.
 
 %prep
-%setup -q
+%setup -q -n  %{name}-%{version}%{git_ver}
 %patch0 -p1
 
 %build
@@ -244,6 +250,6 @@
 %{_includedir}/rdma/fi_trigger.h
 %{_includedir}/rdma/fi_ext_usnic.h
 
-
 %{_libdir}/pkgconfig/%{name}.pc
+
 %changelog


Reply via email to