commit d368ca34efcecb023943e317e514e37725e47ead
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Aug 2 23:47:58 2024 +0100
Fix error: %patchN is obsolete
moc.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/moc.spec b/moc.spec
index 6b02ac9..cd9ad11 100644
--- a/moc.spec
+++ b/moc.spec
@@ -83,11 +83,11 @@ files in this directory beginning from the chosen file.
%prep
%autosetup -N -n trunk
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%if %{without oldffmpeg}
-%patch2 -p1
-%patch3 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%endif
%build
Show replies by date