[packages/libhandy] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:51:13 CEST 2025
commit aca5325cd3d4a9a31bceb0f1ef91b0029780bb9e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:50:57 2025 +0200
Fix applying patches.
libhandy.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libhandy.spec b/libhandy.spec
index 85af5b6..1a73e0a 100644
--- a/libhandy.spec
+++ b/libhandy.spec
@@ -96,8 +96,8 @@ API języka VALA do biblioteki libhandy.
%prep
%setup -q -n %{name}-v%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%meson build \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libhandy.git/commitdiff/aca5325cd3d4a9a31bceb0f1ef91b0029780bb9e
More information about the pld-cvs-commit
mailing list