From 32624e49880e6d7df172dd02511e4e86a562cc03acaabdd7d20767ba2dd79aec Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 1 Mar 2024 12:31:54 +0000 Subject: [PATCH] Accepting request 1150726 from home:dimstar:rpm4.20:f Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1150726 OBS-URL: https://build.opensuse.org/package/show/network/ftp?expand=0&rev=7 --- ftp.changes | 5 +++++ ftp.spec | 12 +++--------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/ftp.changes b/ftp.changes index 7e9896f..efea2ff 100644 --- a/ftp.changes +++ b/ftp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 26 08:51:20 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Mon Nov 6 08:56:22 UTC 2023 - Dominique Leuenberger diff --git a/ftp.spec b/ftp.spec index a740c31..b1a8fbd 100644 --- a/ftp.spec +++ b/ftp.spec @@ -37,17 +37,11 @@ This package provides the standard UNIX command line FTP client. FTP is the file transfer protocol, which is a widely used Internet protocol for transferring files. - - -Authors: --------- - David A. Holland - %prep %setup -n netkit-ftp-%{version} -%patch0 -%patch1 -p2 -%patch2 +%patch -P 0 +%patch -P 1 -p2 +%patch -P 2 %build CFLAGS=$RPM_OPT_FLAGS CC="%__cc" ./configure --without-readline