diff --git a/yasm.changes b/yasm.changes index 9221318..c3a0a9c 100644 --- a/yasm.changes +++ b/yasm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 13:02:03 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Sat Nov 5 17:18:41 UTC 2022 - Larry Finger diff --git a/yasm.spec b/yasm.spec index a5513d9..fee7dbb 100644 --- a/yasm.spec +++ b/yasm.spec @@ -49,10 +49,10 @@ libyasm. %prep %setup -q -%patch0 -p1 -%patch1 -%patch2 -p1 -%patch3 -p1 +%patch -P 0 -p1 +%patch -P 1 +%patch -P 2 -p1 +%patch -P 3 -p1 %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects