commit 3766a9fa7a45bf7db78dcce8f04243322f0837e0
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 14:03:30 2024 +0100
Fix error: %patchN is obsolete
uade.spec | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/uade.spec b/uade.spec
index de52956..8a3c974 100644
--- a/uade.spec
+++ b/uade.spec
@@ -79,15 +79,15 @@ which do not support music modules, to play them.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
# Encoding fixes
iconv -f iso8859-1 ChangeLog -t utf8 > ChangeLog.conv \