From c0389d002859e9de174e41c7c0da8656c4ebcbd4b6bd3466e677bc1e797bcf63 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Fri, 27 Feb 2015 11:10:44 +0000 Subject: [PATCH] - Strip date and runtimes from gdb-testsuite contents. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=117 --- gdb.changes | 5 +++++ gdb.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gdb.changes b/gdb.changes index 7ea9e80..a548c93 100644 --- a/gdb.changes +++ b/gdb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 27 11:10:19 UTC 2015 - rguenther@suse.com + +- Strip date and runtimes from gdb-testsuite contents. + ------------------------------------------------------------------- Wed Feb 25 13:08:27 UTC 2015 - rguenther@suse.com diff --git a/gdb.spec b/gdb.spec index 03543dd..afc24f7 100644 --- a/gdb.spec +++ b/gdb.spec @@ -735,6 +735,8 @@ done # `tar | bzip2 | uuencode' may have some piping problems in Brew. #tar cjf gdb-%{_target_platform}.tar.bz2 gdb-%{_target_platform}*.{sum,log} #uuencode gdb-%{_target_platform}.tar.bz2 gdb-%{_target_platform}.tar.bz2 +# Strip dates and completion times from the log to make build-compare happy +sed -i -e '/Test Run By abuild on/d' -e 's/completed in [0-9]* seconds//' *.{sum,log} cd ../.. echo ====================TESTING END===================== %endif