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