[packages/ruby-rcairo] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:48:54 CEST 2025
commit 4b5ef0444f8f584a3710f52f4deba7e9da43bdef
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:48:38 2025 +0200
Fix applying patches.
ruby-rcairo.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ruby-rcairo.spec b/ruby-rcairo.spec
index 556c787..509cd58 100644
--- a/ruby-rcairo.spec
+++ b/ruby-rcairo.spec
@@ -49,8 +49,8 @@ Plik nagłówkowy rozszerzenia rcairo dla języka Ruby.
%prep
%setup -q -n rcairo-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i -e '1s,/usr/bin/env ruby,%{__ruby},' samples/*.rb samples/agg/*.rb
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby-rcairo.git/commitdiff/4b5ef0444f8f584a3710f52f4deba7e9da43bdef
More information about the pld-cvs-commit
mailing list