Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package make for openSUSE:Factory checked in at 2024-02-23 16:44:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/make (Old) and /work/SRC/openSUSE:Factory/.make.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "make" Fri Feb 23 16:44:52 2024 rev:52 rq:1148550 version:4.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/make/make.changes 2023-04-08 17:38:20.985799986 +0200 +++ /work/SRC/openSUSE:Factory/.make.new.1770/make.changes 2024-02-23 16:44:54.074405833 +0100 @@ -1,0 +2,5 @@ +Wed Feb 21 10:16:21 UTC 2024 - Andreas Schwab <[email protected]> + +- Use %patch -P + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ make.spec ++++++ --- /var/tmp/diff_new_pack.gc2cet/_old 2024-02-23 16:44:54.678427729 +0100 +++ /var/tmp/diff_new_pack.gc2cet/_new 2024-02-23 16:44:54.678427729 +0100 @@ -1,7 +1,7 @@ # # spec file for package make # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,10 +39,10 @@ %lang_package %prep -%setup -q -if [ %{_lib} = lib64 ]; then -%patch64 -p1 -fi +%autosetup -N +%if "%{_lib}" == "lib64" +%patch -P 64 -p1 +%endif %build %configure
