[packages/perl-XML-Stream] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:06:47 CEST 2025
commit d45c0de4232baf3bec777e36e4f815a3f2cc81d6
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:06:31 2025 +0200
Fix applying patches.
perl-XML-Stream.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/perl-XML-Stream.spec b/perl-XML-Stream.spec
index 290a1cb..3288777 100644
--- a/perl-XML-Stream.spec
+++ b/perl-XML-Stream.spec
@@ -45,8 +45,8 @@ komputerami.
for i in Stream.pm Stream/*.pm Stream/*/*.pm; do
%{__perl} -pi -e 's/^(use 5.006_)0(01;)(.*)$/$1$2$3/' lib/XML/$i
done
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
echo -e "y\ny\ny\n" | %{__perl} Makefile.PL \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-XML-Stream.git/commitdiff/d45c0de4232baf3bec777e36e4f815a3f2cc81d6
More information about the pld-cvs-commit
mailing list