commit 53333ee9d25fe8898d1c777973af2696865bb6a5
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 02:54:52 2024 +0100
Fix error: %patchN is obsolete
frogatto.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/frogatto.spec b/frogatto.spec
index 9f6e9b7..069f227 100644
--- a/frogatto.spec
+++ b/frogatto.spec
@@ -70,14 +70,14 @@ in game, and work to unravel Big Bad Milgram's plot against the
townsfolk!
%prep
%setup -qn %{name}-%{commit}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p0
-%patch6 -p1
-%patch7 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p0
+%patch -P6 -p1
+%patch -P7 -p1
# Fix locale file path
sed -i 's!"./locale/"!"%{_datadir}/locale/"!' src/i18n.cpp
Show replies by date