Hello community, here is the log from the commit of package dmtcp for openSUSE:Factory checked in at 2014-09-17 17:25:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dmtcp (Old) and /work/SRC/openSUSE:Factory/.dmtcp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dmtcp" Changes: -------- --- /work/SRC/openSUSE:Factory/dmtcp/dmtcp.changes 2014-08-05 21:11:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dmtcp.new/dmtcp.changes 2014-09-17 17:25:16.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Aug 12 07:12:31 UTC 2014 - [email protected] + +- include string.h to fix compilation (bnc#889400) + Add includes.patch + +------------------------------------------------------------------- New: ---- includes.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dmtcp.spec ++++++ --- /var/tmp/diff_new_pack.EZ3svI/_old 2014-09-17 17:25:17.000000000 +0200 +++ /var/tmp/diff_new_pack.EZ3svI/_new 2014-09-17 17:25:17.000000000 +0200 @@ -25,6 +25,7 @@ Group: System/Packages Url: http://dmtcp.sourceforge.net Source0: %{name}-%{version}.tar.gz +Patch1: includes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc BuildRequires: gcc-c++ @@ -63,6 +64,7 @@ %prep %setup -q +%patch1 -p1 sed -i -e 's,enable_option_checking=fatal,enable_option_checking=no,' configure %build ++++++ includes.patch ++++++ Index: dmtcp-2.3.1/src/dlsym_default.c =================================================================== --- dmtcp-2.3.1.orig/src/dlsym_default.c +++ dmtcp-2.3.1/src/dlsym_default.c @@ -33,6 +33,7 @@ #include <stdio.h> #include <stdlib.h> #include <assert.h> +#include <string.h> #define _GNU_SOURCE #include <dlfcn.h> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
