Hello community, here is the log from the commit of package libnscd for openSUSE:Factory checked in at 2017-08-06 11:23:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libnscd (Old) and /work/SRC/openSUSE:Factory/.libnscd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnscd" Sun Aug 6 11:23:25 2017 rev:25 rq:514028 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libnscd/libnscd.changes 2014-08-25 11:03:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libnscd.new/libnscd.changes 2017-08-06 11:23:26.407443957 +0200 @@ -1,0 +2,5 @@ +Wed Jul 5 14:27:45 UTC 2017 - [email protected] + +- decls.patch: fix missing declarations + +------------------------------------------------------------------- New: ---- decls.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnscd.spec ++++++ --- /var/tmp/diff_new_pack.FrqYxr/_old 2017-08-06 11:23:27.707260841 +0200 +++ /var/tmp/diff_new_pack.FrqYxr/_new 2017-08-06 11:23:27.715259715 +0200 @@ -26,6 +26,7 @@ Source: http://ftp.suse.com/pub/people/kukuk/libnscd/libnscd-%version.tar.bz2 Source2: baselibs.conf +Patch: decls.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build # bug437293 %ifarch ppc64 @@ -69,6 +70,7 @@ %prep %setup -q +%patch -p1 %build %configure --disable-static --with-pic ++++++ decls.patch ++++++ Index: libnscd-2.0.2/src/libnscd.c =================================================================== --- libnscd-2.0.2.orig/src/libnscd.c +++ libnscd-2.0.2/src/libnscd.c @@ -27,6 +27,7 @@ #include <unistd.h> #include <sys/socket.h> #include <sys/un.h> +#include <sys/uio.h> #include "libnscd.h"
