Hello community, here is the log from the commit of package ltrace for openSUSE:Factory checked in at 2017-12-06 08:46:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ltrace (Old) and /work/SRC/openSUSE:Factory/.ltrace.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ltrace" Wed Dec 6 08:46:18 2017 rev:36 rq:545813 version:0.7.91 Changes: -------- --- /work/SRC/openSUSE:Factory/ltrace/ltrace.changes 2016-07-24 19:42:35.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ltrace.new/ltrace.changes 2017-12-06 08:46:21.923835007 +0100 @@ -1,0 +2,6 @@ +Fri Nov 24 16:28:46 UTC 2017 - [email protected] + +- Fix overactive post-build-checks tripping over some testsuite + compile warnings. Adds ltrace-fix-build.patch . + +------------------------------------------------------------------- New: ---- ltrace-fix-build.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ltrace.spec ++++++ --- /var/tmp/diff_new_pack.XieZwt/_old 2017-12-06 08:46:23.691770276 +0100 +++ /var/tmp/diff_new_pack.XieZwt/_new 2017-12-06 08:46:23.695770130 +0100 @@ -1,7 +1,7 @@ # # spec file for package ltrace # -# 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 @@ -43,6 +43,7 @@ Source: ltrace-%{version}-%{git_id}.tar.bz2 Source2: baselibs.conf Patch: readdir.patch +Patch2: ltrace-fix-build.patch %description Ltrace is a program that runs the specified command until it exits. It @@ -59,6 +60,7 @@ %prep %setup -q %patch -p1 +%patch2 -p1 %build ./autogen.sh ++++++ ltrace-fix-build.patch ++++++ Index: ltrace-0.7.91/testsuite/ltrace.main/filters.exp =================================================================== --- ltrace-0.7.91.orig/testsuite/ltrace.main/filters.exp 2014-09-02 13:39:08.000000000 +0200 +++ ltrace-0.7.91/testsuite/ltrace.main/filters.exp 2017-11-24 17:26:00.000000000 +0100 @@ -22,6 +22,7 @@ set libfilt1 [ltraceCompile libfilt1.so }]] set libfilt2 [ltraceCompile libfilt2.so [ltraceSource c { + extern int puts(const char *s); void func2(void) { puts("func2"); } }]]
