[packages/sphinx3] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:05:06 CEST 2025


commit eb8d6f7f350a326029bd4be38d5671d06a19aa48
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:04:50 2025 +0200

    Fix applying patches.

 sphinx3.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/sphinx3.spec b/sphinx3.spec
index ca60ada..b99df40 100644
--- a/sphinx3.spec
+++ b/sphinx3.spec
@@ -70,11 +70,11 @@ Dokumentacja pakietu CMU Sphinx III.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
 
 find doc -name .svn | xargs %{__rm} -r
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sphinx3.git/commitdiff/eb8d6f7f350a326029bd4be38d5671d06a19aa48



More information about the pld-cvs-commit mailing list