Hello community, here is the log from the commit of package post-build-checks for openSUSE:Factory checked in at 2014-03-19 08:03:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old) and /work/SRC/openSUSE:Factory/.post-build-checks.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "post-build-checks" Changes: -------- --- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes 2014-02-28 16:21:28.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.post-build-checks.new/post-build-checks.changes 2014-03-19 08:03:05.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Mar 18 10:38:54 UTC 2014 - [email protected] + +- also allow -MM additional to -MD to asssume were only generating deps + +------------------------------------------------------------------- Old: ---- post-build-checks-13.2+git20140204.5b17faa.tar.xz New: ---- post-build-checks-13.2+git20140318.f24deaf.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ post-build-checks.spec ++++++ --- /var/tmp/diff_new_pack.0TQazh/_old 2014-03-19 08:03:05.000000000 +0100 +++ /var/tmp/diff_new_pack.0TQazh/_new 2014-03-19 08:03:05.000000000 +0100 @@ -20,7 +20,7 @@ Summary: post checks for build after rpms have been created License: GPL-2.0+ Group: Development/Tools/Building -Version: 13.2+git20140204.5b17faa +Version: 13.2+git20140318.f24deaf Release: 0 PreReq: aaa_base permissions sed Requires: aaa_base-malloccheck ++++++ post-build-checks-13.2+git20140204.5b17faa.tar.xz -> post-build-checks-13.2+git20140318.f24deaf.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/post-build-checks-13.2+git20140204.5b17faa/checks-data/check_gcc_output new/post-build-checks-13.2+git20140318.f24deaf/checks-data/check_gcc_output --- old/post-build-checks-13.2+git20140204.5b17faa/checks-data/check_gcc_output 2014-02-04 15:18:49.000000000 +0100 +++ new/post-build-checks-13.2+git20140318.f24deaf/checks-data/check_gcc_output 2014-03-18 11:36:56.000000000 +0100 @@ -219,8 +219,8 @@ my $iscompilerline = 0; if (/^(|.*[\s;\/]+)(gcc|cc|g\+\+) .*/i) { # avoid make dep lines... - $iscompilerline = 1 if (! /(-E|-MD|-shared|gccmakedep)/); - $iscompilerline = 1 if (/-MD/ && /\.o /); # -MD and object output + $iscompilerline = 1 if (! /(-E|-MD|-MM|-shared|gccmakedep)/); + $iscompilerline = 1 if (/(-MD|-MM)/ && /\.o /); # -MD or -MM and object output } # libtool needs some special love. $iscompilerline = 1 if (/libtool.*--mode=compile.*(gcc|cc|g\+\+)/i); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
