commit 17cd2f4b29472faece2e3290b88eb7eb20e21670
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 00:23:20 2024 +0100
Fix error: %patchN is obsolete
osmose.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/osmose.spec b/osmose.spec
index 8266629..ff0da60 100644
--- a/osmose.spec
+++ b/osmose.spec
@@ -38,8 +38,8 @@ setup process, and supports ROM archives in the SMS and GG formats.
%prep
%setup -q -n %{pkgname}-%{pkgversion}-QT
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# Fix end-of-line encoding
sed -i 's/\r//' *.{cpp,h} cpu/*.{cpp,h}
Show replies by date