Hello community, here is the log from the commit of package post-build-checks for openSUSE:Factory checked in at 2012-11-14 16:52:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old) and /work/SRC/openSUSE:Factory/.post-build-checks.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "post-build-checks", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes 2012-10-29 20:12:09.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.post-build-checks.new/post-build-checks.changes 2012-11-14 16:52:55.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Nov 14 00:34:25 UTC 2012 - [email protected] + +- Remove timestamp prefix in check_gcc_output (thanks to schwab) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ post-build-checks-1.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/post-build-checks-1.0/checks-data/check_gcc_output new/post-build-checks-1.0/checks-data/check_gcc_output --- old/post-build-checks-1.0/checks-data/check_gcc_output 2012-10-04 14:31:41.000000000 +0200 +++ new/post-build-checks-1.0/checks-data/check_gcc_output 2012-11-14 01:32:59.000000000 +0100 @@ -198,6 +198,7 @@ while (<>) { chomp; s, +, ,g; + s/^\[ *\d+s\] //; next if (m,/usr/include/c\+\+/,); $in_build_stage = 1 if (/^Executing\(\%build/); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
