commit 496a3fd038c818789770fe839af40da42cdffcb3
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 01:32:08 2024 +0100
Fix error: %patchN is obsolete
yabause.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/yabause.spec b/yabause.spec
index c34c686..7e42f33 100644
--- a/yabause.spec
+++ b/yabause.spec
@@ -37,7 +37,7 @@ but optionally a real Saturn BIOS can be used, however it is not
included.
%setup
# Fix the dos crap to make patching easy
dos2unix src/qt/ui/*
-%patch0 -p2
+%patch -P0 -p2
#fix end-of-line encoding
find \( -name \*.c\* -or -name \*.h\* -or -name AUTHORS \) -exec sed -i 's/\r$//'
{} \;
Show replies by date