[packages/svox] Fix applying patches.

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


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

    Fix applying patches.

 svox.spec | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/svox.spec b/svox.spec
index bd0ee52..61cc31e 100644
--- a/svox.spec
+++ b/svox.spec
@@ -162,15 +162,15 @@ Dokumentacja silnika syntezy mowy SVOX Pico.
 
 %prep
 %setup -q -n %{name}-%{version}+%{subver}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
 
 %build
 cd pico
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/svox.git/commitdiff/b26ce84f90d689242e683aae08eeeceb8de749b9



More information about the pld-cvs-commit mailing list