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