Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package build-compare for openSUSE:Factory checked in at 2021-08-25 20:55:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/build-compare (Old) and /work/SRC/openSUSE:Factory/.build-compare.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "build-compare" Wed Aug 25 20:55:58 2021 rev:118 rq:912957 version:20210811T224256.f313711 Changes: -------- --- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes 2020-08-02 12:27:50.415825207 +0200 +++ /work/SRC/openSUSE:Factory/.build-compare.new.1899/build-compare.changes 2021-08-25 20:56:06.169327034 +0200 @@ -1,0 +2,5 @@ +Wed Aug 11 20:30:40 UTC 2021 - [email protected] + +- Handle another Date: variant in DocBook generated man pages + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ build-compare.spec ++++++ --- /var/tmp/diff_new_pack.O99IcM/_old 2021-08-25 20:56:07.049325878 +0200 +++ /var/tmp/diff_new_pack.O99IcM/_new 2021-08-25 20:56:07.053325873 +0200 @@ -21,7 +21,7 @@ License: GPL-2.0+ Group: Development/Tools/Building Url: https://github.com/openSUSE/build-compare -Version: 20200727T175347.d95eb35 +Version: 20210811T224256.f313711 Release: 0 Source1: COPYING Source2: same-build-result.sh ++++++ pkg-diff.sh ++++++ --- /var/tmp/diff_new_pack.O99IcM/_old 2021-08-25 20:56:07.137325763 +0200 +++ /var/tmp/diff_new_pack.O99IcM/_new 2021-08-25 20:56:07.141325758 +0200 @@ -554,7 +554,12 @@ trim_man_first_line $f # generated by docbook xml: #.\" Date: 09/13/2010 - sed -i -e 's|Date: [0-1][0-9]/[0-9][0-9]/[0-9][0-9][0-9][0-9]|Date: 09/13/2010|' $f + # Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> + #.\" Date: 2021-08-05 + sed -i -e ' + s|Date: [0-1][0-9]/[0-9][0-9]/[0-9][0-9][0-9][0-9]|Date: DD/MM/YYYY| + s|Date: [0-9][0-9][0-9][0-9]-[0-1][0-9]-[0-3][0-9]|Date: YYYY-MM-DD| + ' $f done ;; *.elc) @@ -1107,7 +1112,10 @@ return 0 } -FUNCTIONS=${0%/*}/functions.sh +case "${0}" in + */*) FUNCTIONS=${0%/*}/functions.sh ;; + *) FUNCTIONS=functions.sh ;; +esac : ${buildcompare_head:="head -n 200"} nofilter=${buildcompare_nofilter} sort=sort
