[packages/e-uae] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:27:26 CEST 2025


commit 3376f52602ba8772a3d485297f8d5b183fd2bbb5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:27:10 2025 +0200

    Fix applying patches.

 e-uae.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/e-uae.spec b/e-uae.spec
index 44159ae..004b7cd 100644
--- a/e-uae.spec
+++ b/e-uae.spec
@@ -83,10 +83,10 @@ Ta wersja używa SDL jako wyjścia dźwięk i obrazu.
 
 %prep
 %setup -q -n %{name}-%{version}-%{subver}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
 
 %build
 %{__aclocal} -I m4
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/e-uae.git/commitdiff/3376f52602ba8772a3d485297f8d5b183fd2bbb5



More information about the pld-cvs-commit mailing list