[packages/burg] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 22:52:23 CEST 2025


commit 92b2d10a4da777380f0f045c9a489bea799d8778
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:52:07 2025 +0200

    Fix applying patches.

 burg.spec | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/burg.spec b/burg.spec
index 12041de..b5f94c3 100644
--- a/burg.spec
+++ b/burg.spec
@@ -75,14 +75,14 @@ like stream support and multiple input/output device are also planned.
 
 %prep
 %setup -q -n %{name}-%{version}-bzr
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -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
 
 %build
 ./autogen.sh
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/burg.git/commitdiff/92b2d10a4da777380f0f045c9a489bea799d8778



More information about the pld-cvs-commit mailing list