Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package act for openSUSE:Factory checked in at 2023-01-14 20:32:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/act (Old) and /work/SRC/openSUSE:Factory/.act.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "act" Sat Jan 14 20:32:37 2023 rev:5 rq:1058369 version:0.2.34 Changes: -------- --- /work/SRC/openSUSE:Factory/act/act.changes 2022-12-13 18:56:19.523478032 +0100 +++ /work/SRC/openSUSE:Factory/.act.new.32243/act.changes 2023-01-14 20:32:42.961566611 +0100 @@ -1,0 +2,8 @@ +Wed Jan 11 16:48:45 UTC 2023 - Thomas Schraitle <thomas.schrai...@suse.com> - 0.2.34 + +- Spec file: + Fix bsc#1207021 to report the correct version when calling "act --version" + Wrong version is fixed with sed in act-0.2.34/main.go + Reported upstream as GH://nektos/act#1555 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ act.spec ++++++ --- /var/tmp/diff_new_pack.YLpYha/_old 2023-01-14 20:32:43.877572020 +0100 +++ /var/tmp/diff_new_pack.YLpYha/_new 2023-01-14 20:32:43.885572067 +0100 @@ -1,7 +1,7 @@ # # spec file for package act # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2021 Orville Q. Song <orvi...@anislet.dev> # # All modifications and additions to the file contributed by third parties @@ -44,6 +44,7 @@ %prep %setup -q %setup -q -a1 %{SOURCE1} +sed -i 's_var version = \"v0.2.27-dev\"_var version = "%{version}"_g' main.go %build %{goprep} .