[packages/ruby-ffi] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:47:38 CEST 2025
commit 3b83914c1d52638ad28b7d16229c5a583148b693
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:47:22 2025 +0200
Fix applying patches.
ruby-ffi.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ruby-ffi.spec b/ruby-ffi.spec
index d0ea530..b717770 100644
--- a/ruby-ffi.spec
+++ b/ruby-ffi.spec
@@ -45,8 +45,8 @@ stronie <http://wiki.github.com/ffi/ffi/why-use-ffi>.
%prep
%setup -q -n %{pkgname}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# be sure to use system ffi
%{__rm} -r ext/ffi_c/libffi
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby-ffi.git/commitdiff/3b83914c1d52638ad28b7d16229c5a583148b693
More information about the pld-cvs-commit
mailing list