Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package go1.22 for openSUSE:Factory checked in at 2024-02-27 22:48:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go1.22 (Old) and /work/SRC/openSUSE:Factory/.go1.22.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go1.22" Tue Feb 27 22:48:07 2024 rev:6 rq:1152006 version:1.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/go1.22/go1.22.changes 2024-02-18 20:25:22.602788546 +0100 +++ /work/SRC/openSUSE:Factory/.go1.22.new.1770/go1.22.changes 2024-02-27 22:48:13.586259642 +0100 @@ -1,0 +2,6 @@ +Tue Feb 27 05:45:13 UTC 2024 - Jeff Kowalczyk <[email protected]> + +- Packaging improvements: + * Use %patch -P N instead of deprecated %patchN + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go1.22.spec ++++++ --- /var/tmp/diff_new_pack.0SUXZC/_old 2024-02-27 22:48:14.414289441 +0100 +++ /var/tmp/diff_new_pack.0SUXZC/_new 2024-02-27 22:48:14.418289585 +0100 @@ -224,14 +224,14 @@ # go %setup -q -n go -%patch7 -p1 +%patch -P 7 -p1 %if %{with gccgo} # Currently gcc-go does not manage an update-alternatives entry and will # never be symlinked as "go", even if gcc-go is the only installed go toolchain. # Patch go bootstrap scripts to find hardcoded go-(gcc-go-version) e.g. go-8 # Substitute defined gcc_go_version into gcc-go.patch sed -i "s/\$gcc_go_version/%{gcc_go_version}/" $RPM_SOURCE_DIR/gcc-go.patch -%patch8 -p1 +%patch -P 8 -p1 %endif cp %{SOURCE4} .
