diff --git a/mono-core.changes b/mono-core.changes index 2751884..11fe780 100644 --- a/mono-core.changes +++ b/mono-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 22 15:33:26 UTC 2024 - pgajdos@suse.com + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Thu Feb 16 23:35:19 UTC 2023 - Stefan BrĂ¼ns diff --git a/mono-core.spec b/mono-core.spec index 5d27915..5df1ecc 100644 --- a/mono-core.spec +++ b/mono-core.spec @@ -204,14 +204,14 @@ technologies that have been submitted to the ECMA for standardization. %prep %setup -q -n mono-%{version}.%{version_suffix} -%patch14 -p1 +%patch -P 14 -p1 %if "%roslyn" == "no" -%patch15 -p1 +%patch -P 15 -p1 %else -%patch20 -p1 +%patch -P 20 -p1 %endif -%patch22 -p1 -%patch23 -p1 +%patch -P 22 -p1 +%patch -P 23 -p1 %build %define _lto_cflags %{nil}