diff --git a/qemacs.changes b/qemacs.changes index 6d9b302..5f69a27 100644 --- a/qemacs.changes +++ b/qemacs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 13:46:56 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Sat Jul 3 20:03:47 UTC 2021 - Ferdinand Thiessen diff --git a/qemacs.spec b/qemacs.spec index 297f697..0313a8c 100644 --- a/qemacs.spec +++ b/qemacs.spec @@ -68,11 +68,11 @@ completion and history. Additional features: %prep %setup -q -%patch0 -p1 -%patch1 -p1 -b .lib64 -%patch2 -%patch3 -%patch4 -p1 +%patch -P 0 -p1 +%patch -P 1 -p1 -b .lib64 +%patch -P 2 +%patch -P 3 +%patch -P 4 -p1 %build export CFLAGS="%{optflags}"