[packages/libevent] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:48:04 CEST 2025
commit 79b528f4e658da8815d7bb595f263e68cf208086
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:47:48 2025 +0200
Fix applying patches.
libevent.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libevent.spec b/libevent.spec
index 9fda4fb..07cacc5 100644
--- a/libevent.spec
+++ b/libevent.spec
@@ -65,8 +65,8 @@ Statyczna biblioteka libevent.
%prep
%setup -q -n %{name}-%{version}-stable
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i -e '1s,/usr/bin/env python$,%{__python3},' \
event_rpcgen.py \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libevent.git/commitdiff/79b528f4e658da8815d7bb595f263e68cf208086
More information about the pld-cvs-commit
mailing list