From 27265a35a5e10736232e302796a8811a2f33721b9fb7fa0a4a51f4028d763085 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 1 Mar 2024 13:20:33 +0000 Subject: [PATCH] Accepting request 1153357 from home:dimstar:rpm4.20:p Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1153357 OBS-URL: https://build.opensuse.org/package/show/network/pure-ftpd?expand=0&rev=92 --- pure-ftpd.changes | 5 +++++ pure-ftpd.spec | 16 ++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/pure-ftpd.changes b/pure-ftpd.changes index 06e48af..b46644d 100644 --- a/pure-ftpd.changes +++ b/pure-ftpd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 29 14:59:24 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Wed Oct 4 08:49:26 UTC 2023 - Thorsten Kukuk diff --git a/pure-ftpd.spec b/pure-ftpd.spec index 8684c0c..669c451 100644 --- a/pure-ftpd.spec +++ b/pure-ftpd.spec @@ -72,14 +72,14 @@ Apache log files, and more. %prep %setup -q -%patch0 -%patch1 -%patch2 -%patch5 -%patch7 -%patch8 -p1 -%patch9 -p2 -%patch10 -p1 +%patch -P 0 +%patch -P 1 +%patch -P 2 +%patch -P 5 +%patch -P 7 +%patch -P 8 -p1 +%patch -P 9 -p2 +%patch -P 10 -p1 %build CFLAGS="%{optflags} -I%{_includedir}/mysql"