From 6ec94a07efc77d3417dca48a564d21b94b4736e3ed5d99fac5efc6bcaac4bd6b Mon Sep 17 00:00:00 2001 From: Paolo Perego Date: Wed, 22 May 2024 13:39:39 +0000 Subject: [PATCH] Accepting request 1147917 from home:dimstar:rpm4.20:z Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147917 OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=249 --- zsh.changes | 5 +++++ zsh.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/zsh.changes b/zsh.changes index f2ce40c..824c921 100644 --- a/zsh.changes +++ b/zsh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 12:11:13 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Thu Nov 30 09:43:33 UTC 2023 - Paolo Perego diff --git a/zsh.spec b/zsh.spec index a3b070d..a7fc583 100644 --- a/zsh.spec +++ b/zsh.spec @@ -111,11 +111,11 @@ Use zsh as /bin/sh implementation. %prep %setup -q %if 0%{?suse_version} -%patch1 -p1 +%patch -P 1 -p1 %endif -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 +%patch -P 2 -p1 +%patch -P 3 -p1 +%patch -P 4 -p1 # Remove executable bit chmod 0644 Etc/changelog2html.pl