From ae023e983cc45eb8ebfc82cd1b04cf1fccc02829 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Dec 27 2013 19:23:21 +0000 Subject: import dapl-2.0.39-2.el7.src.rpm --- diff --git a/.dapl.metadata b/.dapl.metadata index 570ac3c..955cc0e 100644 --- a/.dapl.metadata +++ b/.dapl.metadata @@ -1 +1 @@ -7d125de5674dc89ef670a623875bfbdde0651726 SOURCES/dapl-2.0.34.tar.gz +4f672aca969cc0f9a9d1c3e26ba53fdd84a253c6 SOURCES/dapl-2.0.39.tar.gz diff --git a/SOURCES/dapl-2.0.34-compile.patch b/SOURCES/dapl-2.0.34-compile.patch new file mode 100644 index 0000000..54264ad --- /dev/null +++ b/SOURCES/dapl-2.0.34-compile.patch @@ -0,0 +1,12 @@ +diff -upr dapl-2.0.34/dat/common/dat_strerror.c dapl-2.0.34.tmp/dat/common/dat_strerror.c +--- dapl-2.0.34/dat/common/dat_strerror.c 2011-08-19 13:09:23.000000000 -0400 ++++ dapl-2.0.34.tmp/dat/common/dat_strerror.c 2013-11-12 16:17:04.000000000 -0500 +@@ -601,7 +601,7 @@ dat_strerror(IN DAT_RETURN value, + + if (DAT_SUCCESS != dat_strerror_major(value, major_message)) { + return DAT_INVALID_PARAMETER; +- } else if (minor_message != NULL) { ++ } else if (minor_message) { + if (DAT_SUCCESS != dat_strerror_minor(value, minor_message)) { + return DAT_INVALID_PARAMETER; + } diff --git a/SPECS/dapl.spec b/SPECS/dapl.spec index e79a725..3ded621 100644 --- a/SPECS/dapl.spec +++ b/SPECS/dapl.spec @@ -1,12 +1,13 @@ Name: dapl -Version: 2.0.34 -Release: 1%{?dist} +Version: 2.0.39 +Release: 2%{?dist} Summary: Library providing access to the DAT 2.0 API Group: System Environment/Libraries License: GPLv2 or BSD or CPL Url: http://openfabrics.org/ Source0: http://www.openfabrics.org/downloads/dapl/dapl-%{version}.tar.gz Patch3: dapl-2.0.25-dat_ia_open_hang.patch +Patch4: dapl-2.0.34-compile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -44,6 +45,7 @@ Useful test suites to validate the dapl library API's and operation. %prep %setup -q %patch3 -p1 -b .bz649360 +%patch4 -p1 -b .bz1029509 aclocal -I config && libtoolize --force --copy && autoheader && \ automake --foreign --add-missing --copy && autoconf @@ -86,6 +88,15 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Fri Dec 27 2013 Daniel Mach - 2.0.39-2 +- Mass rebuild 2013-12-27 + +* Wed Dec 19 2013 Jay Fenlason - 2.0.39-1 +- Upgrade to latest version + Resolves: rhbz#985117 +- Fix a compile problem with NULL not being defined + Resolves: rhbz#1029509 + * Mon Jan 23 2012 Doug Ledford - 2.0.34-1 - Update to latest upstream version - Rebuild against new libibverbs (FDR link speed capable and IBoE enabled)