Author: qboosh                       Date: Mon Jun  4 17:28:12 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 2.0.35
- added include patch (for missing NULL definition)
- updated link patch to change libdat2 dir to just libdir (it must be installed
  before modules defined in the same Makefile)

---- Files affected:
packages/dapl:
   dapl-link.patch (1.1 -> 1.2) , dapl.spec (1.5 -> 1.6) , dapl-include.patch 
(NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/dapl/dapl-link.patch
diff -u packages/dapl/dapl-link.patch:1.1 packages/dapl/dapl-link.patch:1.2
--- packages/dapl/dapl-link.patch:1.1   Sun Sep 11 08:00:59 2011
+++ packages/dapl/dapl-link.patch       Mon Jun  4 19:28:07 2012
@@ -24,3 +24,22 @@
  endif
  if HAVE_LD_VERSION_SCRIPT
      dat_version_script = -Wl,--version-script=$(srcdir)/dat/udat/libdat2.map
+--- dapl-2.0.35/Makefile.am.orig       2012-06-04 18:20:09.059860993 +0200
++++ dapl-2.0.35/Makefile.am    2012-06-04 18:56:24.686436358 +0200
+@@ -52,7 +52,6 @@
+ 
+ sysconf_DATA = doc/dat.conf
+ 
+-datlibdir = $(libdir)
+ if DEFINE_CMA
+ dapllibofadir = $(libdir)
+ endif
+@@ -63,7 +62,7 @@
+ daplliboucmdir = $(libdir)
+ endif
+ 
+-datlib_LTLIBRARIES = dat/udat/libdat2.la
++lib_LTLIBRARIES = dat/udat/libdat2.la
+ if DEFINE_CMA
+ dapllibofa_LTLIBRARIES = dapl/udapl/libdaplofa.la
+ endif

================================================================
Index: packages/dapl/dapl.spec
diff -u packages/dapl/dapl.spec:1.5 packages/dapl/dapl.spec:1.6
--- packages/dapl/dapl.spec:1.5 Sat Nov  5 20:09:46 2011
+++ packages/dapl/dapl.spec     Mon Jun  4 19:28:07 2012
@@ -2,13 +2,14 @@
 Summary:       Userspace access to RDMA devices using OS-agnostic DAT APIs
 Summary(pl.UTF-8):     Dostęp z przestrzeni użytkownika do urządzeń RDMA 
poprzez API DAT
 Name:          dapl
-Version:       2.0.34
+Version:       2.0.35
 Release:       1
 License:       CPL v1.0 or BSD or GPL v2
 Group:         Libraries
 Source0:       
http://www.openfabrics.org/downloads/dapl/%{name}-%{version}.tar.gz
-# Source0-md5: d8114711c07fa9f4b7e52ab2803a9e8d
+# Source0-md5: ff01d9fbae488e849472d00d6fb14a43
 Patch0:                %{name}-link.patch
+Patch1:                %{name}-include.patch
 URL:           http://www.openfabrics.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
@@ -57,6 +58,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -70,7 +72,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
 
 # modules dlopened by soname
@@ -119,6 +121,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2012/06/04 17:28:07  qboosh
+- updated to 2.0.35
+- added include patch (for missing NULL definition)
+- updated link patch to change libdat2 dir to just libdir (it must be installed
+  before modules defined in the same Makefile)
+
 Revision 1.5  2011/11/05 19:09:46  qboosh
 - updated to 2.0.34
 

================================================================
Index: packages/dapl/dapl-include.patch
diff -u /dev/null packages/dapl/dapl-include.patch:1.1
--- /dev/null   Mon Jun  4 19:28:12 2012
+++ packages/dapl/dapl-include.patch    Mon Jun  4 19:28:07 2012
@@ -0,0 +1,11 @@
+--- dapl-2.0.35/dat/common/dat_strerror.c.orig 2012-01-13 19:55:59.000000000 
+0100
++++ dapl-2.0.35/dat/common/dat_strerror.c      2012-06-04 16:46:08.306764381 
+0200
+@@ -43,6 +43,8 @@
+ #include <dat2/udat.h>
+ #endif                                /* __UDAPL__ */
+ 
++#include <stdlib.h>
++
+ /*********************************************************************
+  *                                                                   *
+  * Internal Function Declarations                                    *
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/dapl/dapl-link.patch?r1=1.1&r2=1.2
    http://cvs.pld-linux.org/packages/dapl/dapl.spec?r1=1.5&r2=1.6

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to