Hello community, here is the log from the commit of package motif for openSUSE:Factory checked in at 2014-11-02 16:46:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/motif (Old) and /work/SRC/openSUSE:Factory/.motif.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "motif" Changes: -------- --- /work/SRC/openSUSE:Factory/motif/motif.changes 2014-05-08 12:39:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.motif.new/motif.changes 2014-11-02 16:46:23.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Oct 28 08:36:11 UTC 2014 - i@marguerite.su + +- Add motif-2.3.4-implicit-fortify-decl.patch + * Fix implicit-fortify-decl and implicit-function-decl errors + +------------------------------------------------------------------- Old: ---- _service New: ---- motif-2.3.4-implicit-fortify-decl.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ motif.spec ++++++ --- /var/tmp/diff_new_pack.O0dPCi/_old 2014-11-02 16:46:24.000000000 +0100 +++ /var/tmp/diff_new_pack.O0dPCi/_new 2014-11-02 16:46:24.000000000 +0100 @@ -41,6 +41,8 @@ Patch10: motif-avoid-empty-include.diff Patch11: motif-sequence-points.diff Patch12: openmotif-2.3.1-suse-stipple.patch +# PATCH-FIX-UPSTREAM fix implicit-fortify-decl errors +Patch13: motif-2.3.4-implicit-fortify-decl.patch BuildRequires: bison BuildRequires: flex BuildRequires: libjpeg-devel @@ -141,6 +143,7 @@ %patch9 -p1 %patch -P 10 -P 11 -p1 %patch12 -p1 +%patch13 -p1 %build ./autogen.sh ++++++ motif-2.3.4-implicit-fortify-decl.patch ++++++ diff -urN motif-2.3.4/clients/uil/UilDiags.c motif-2.3.4.patched/clients/uil/UilDiags.c --- motif-2.3.4/clients/uil/UilDiags.c 2014-10-28 16:22:42.577555477 +0800 +++ motif-2.3.4.patched/clients/uil/UilDiags.c 2014-10-28 16:27:33.446919109 +0800 @@ -59,6 +59,7 @@ ** **/ +#define __USE_GNU #include #include #include diff -urN motif-2.3.4/lib/Xm/XpmI.h motif-2.3.4.patched/lib/Xm/XpmI.h --- motif-2.3.4/lib/Xm/XpmI.h 2014-10-28 05:36:31.371820171 +0800 +++ motif-2.3.4.patched/lib/Xm/XpmI.h 2014-10-28 15:47:30.540959567 +0800 @@ -111,6 +111,7 @@ #include #include #include +#include #include #include /* stdio.h doesn't declare popen on a Sequent DYNIX OS */ diff -urN motif-2.3.4/tools/wml/wml.c motif-2.3.4.patched/tools/wml/wml.c --- motif-2.3.4/tools/wml/wml.c 2012-10-22 22:50:39.000000000 +0800 +++ motif-2.3.4.patched/tools/wml/wml.c 2014-10-28 15:43:48.876730752 +0800 @@ -80,6 +80,7 @@ #endif #include #include +#include /*