[packages/speech_tools] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:04:48 CEST 2025


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

    Fix applying patches.

 speech_tools.spec | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/speech_tools.spec b/speech_tools.spec
index da78633..4005cb1 100644
--- a/speech_tools.spec
+++ b/speech_tools.spec
@@ -76,13 +76,13 @@ Programy użytkowe narzędzi mowy Edinburgh.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p0
-%patch3 -p1
-%patch4 -p1
-%patch7 -p1
-%patch8 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p0
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P7 -p1
+%patch -P8 -p1
 %if "%{_lib}" == "lib64"
 # fix regression output for 64-bit archs (sizeof(ptr)==8 instead of 4).
 %{__sed} -i 's:20 bytes:24 bytes:' testsuite/correct/matrix_regression.out
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/speech_tools.git/commitdiff/d23a123f662641dd8f0402e01358df4234e9ae14



More information about the pld-cvs-commit mailing list