Hello community,

here is the log from the commit of package dmtcp for openSUSE:Factory checked 
in at 2012-07-23 09:58:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dmtcp (Old)
 and      /work/SRC/openSUSE:Factory/.dmtcp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dmtcp", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/dmtcp/dmtcp.changes      2012-06-29 
06:59:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dmtcp.new/dmtcp.changes 2012-07-23 
10:15:27.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 10:15:09 UTC 2012 - [email protected]
+
+- Add missing include for <sys/resource.h> (glibc 2.16)
+
+-------------------------------------------------------------------

New:
----
  dmtcp-includes.patch

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

Other differences:
------------------
++++++ dmtcp.spec ++++++
--- /var/tmp/diff_new_pack.6S6W9e/_old  2012-07-23 10:15:29.000000000 +0200
+++ /var/tmp/diff_new_pack.6S6W9e/_new  2012-07-23 10:15:29.000000000 +0200
@@ -17,7 +17,6 @@
 #
 
 
-
 Name:           dmtcp
 Version:        1.2.5
 Release:        0
@@ -26,6 +25,7 @@
 Group:          System/Packages
 Url:            http://dmtcp.sourceforge.net
 Source0:        %{name}-%{version}.tar.gz
+Patch1:         dmtcp-includes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
@@ -155,6 +155,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 sed -i -e 's,enable_option_checking=fatal,enable_option_checking=no,' configure
 
 %build

++++++ dmtcp-includes.patch ++++++
Index: dmtcp-1.2.5/dmtcp/src/util_exec.cpp
===================================================================
--- dmtcp-1.2.5.orig/dmtcp/src/util_exec.cpp
+++ dmtcp-1.2.5/dmtcp/src/util_exec.cpp
@@ -25,6 +25,7 @@
 #include <sstream>
 #include <fcntl.h>
 #include <errno.h>
+#include <sys/resource.h>
 #include <sys/syscall.h>
 #include <linux/limits.h>
 #include <dlfcn.h>
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to