Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dyff for openSUSE:Factory checked in at 2023-06-06 19:57:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dyff (Old) and /work/SRC/openSUSE:Factory/.dyff.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dyff" Tue Jun 6 19:57:21 2023 rev:2 rq:1091109 version:1.5.7 Changes: -------- --- /work/SRC/openSUSE:Factory/dyff/dyff.changes 2023-04-17 17:41:25.658266547 +0200 +++ /work/SRC/openSUSE:Factory/.dyff.new.15902/dyff.changes 2023-06-06 19:58:00.287094178 +0200 @@ -1,0 +2,5 @@ +Tue May 30 14:33:28 UTC 2023 - Andreas Schwab <sch...@suse.de> + +- Don't try to link statically + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dyff.spec ++++++ --- /var/tmp/diff_new_pack.fnufF7/_old 2023-06-06 19:58:00.779097095 +0200 +++ /var/tmp/diff_new_pack.fnufF7/_new 2023-06-06 19:58:00.787097141 +0200 @@ -51,7 +51,7 @@ go build \ -mod=vendor \ -buildmode=pie \ - -ldflags="-s -w -extldflags "-static" -X github.com/homeport/dyff/internal/cmd.version=%{version}" \ + -ldflags="-s -w -X github.com/homeport/dyff/internal/cmd.version=%{version}" \ -o bin/dyff ./cmd/dyff %install