commit 98f0ccf4e2c03de622586aefdf68412c715f5d94
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Aug 2 03:11:31 2024 +0100
fix error: %patchN is obsolete
imagination.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/imagination.spec b/imagination.spec
index 4a0a7cf..c2f1b5d 100644
--- a/imagination.spec
+++ b/imagination.spec
@@ -33,8 +33,8 @@ language and built with the GTK+2 toolkit.
%prep
%setup -q
-%patch0 -b .docfix
-%patch1 -p1 -b .iconfix
+%patch -P0 -b .docfix
+%patch -P1 -p1 -b .iconfix
%build
Show replies by date