Hello community, here is the log from the commit of package make for openSUSE:Factory checked in at 2017-09-20 17:05:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/make (Old) and /work/SRC/openSUSE:Factory/.make.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "make" Wed Sep 20 17:05:04 2017 rev:38 rq:523602 version:4.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/make/make.changes 2016-07-03 12:17:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.make.new/make.changes 2017-09-20 17:05:07.133510362 +0200 @@ -1,0 +2,5 @@ +Tue Sep 12 08:10:12 UTC 2017 - [email protected] + +- Print out testsuite results after failure + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ make.spec ++++++ --- /var/tmp/diff_new_pack.jjwB60/_old 2017-09-20 17:05:07.861407895 +0200 +++ /var/tmp/diff_new_pack.jjwB60/_new 2017-09-20 17:05:07.865407332 +0200 @@ -1,7 +1,7 @@ # # spec file for package make # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -46,8 +46,6 @@ if [ %{_lib} == lib64 ]; then %patch64 -p1 fi -# This test always fails -rm -f tests/scripts/features/output-sync %build export CFLAGS="%{optflags}" @@ -55,7 +53,13 @@ make %{?_smp_mflags} %check -make %{?_smp_mflags} check +make %{?_smp_mflags} check || { + for f in tests/work/*/*.diff; do + test -f "$f" || continue + printf "++++++++++++++ %s ++++++++++++++\n" "${f##*/}" + cat "$f" + done +} %install make %{?_smp_mflags} DESTDIR=%{buildroot} install ++++++ make-library-search-path.diff ++++++ --- /var/tmp/diff_new_pack.jjwB60/_old 2017-09-20 17:05:07.897402828 +0200 +++ /var/tmp/diff_new_pack.jjwB60/_new 2017-09-20 17:05:07.897402828 +0200 @@ -1,8 +1,7 @@ -make searches for -lmoo targets in /lib and /usr/lib after mangling -them with .LIBPATTERNS into libmoo.so - -This patch extends to teh search path to /lib64/ and /usr/lib64 +make searches for -lfoo targets in /lib and /usr/lib after mangling +them with .LIBPATTERNS into libfoo.so +This patch extends the search path to /lib64 and /usr/lib64 --- remake.c | 2 ++ 1 file changed, 2 insertions(+)
