Hello community, here is the log from the commit of package tog-pegasus for openSUSE:Factory checked in at 2017-02-09 11:14:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tog-pegasus (Old) and /work/SRC/openSUSE:Factory/.tog-pegasus.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tog-pegasus" Changes: -------- --- /work/SRC/openSUSE:Factory/tog-pegasus/tog-pegasus.changes 2015-06-30 10:16:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.tog-pegasus.new/tog-pegasus.changes 2017-02-09 11:14:56.344806057 +0100 @@ -1,0 +2,5 @@ +Wed Jan 25 04:27:26 UTC 2017 - [email protected] + +- strip time and PID from logs to create reproducible build results + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tog-pegasus.spec ++++++ --- /var/tmp/diff_new_pack.R2Avwz/_old 2017-02-09 11:15:00.988150118 +0100 +++ /var/tmp/diff_new_pack.R2Avwz/_new 2017-02-09 11:15:00.992149553 +0100 @@ -1,7 +1,7 @@ # # spec file for package tog-pegasus # -# Copyright (c) 2015 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 @@ -529,6 +529,8 @@ cd $RPM_BUILD_ROOT/usr/share/Pegasus/test %endif make prestarttests +# strip time and PID from logs to create reproducible results +perl -i -pe 's/^\d{10,}s-\d{6}us: //; s/ \[\d+:\d{10,}:/ [/' *.trace.0 %files %defattr(0640, root, pegasus, 0750)
