[packages/ruby-mongrel] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:48:14 CEST 2025
commit 9d6fe6b6d26b4c94a2447a8e329a0d1e57db580e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:47:58 2025 +0200
Fix applying patches.
ruby-mongrel.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ruby-mongrel.spec b/ruby-mongrel.spec
index b4f13af..b5eb006 100644
--- a/ruby-mongrel.spec
+++ b/ruby-mongrel.spec
@@ -57,9 +57,9 @@ Dokumentacji w formacie ri dla %{pkgname}.
%{__tar} xf %{SOURCE0} -O data.tar.gz | %{__tar} xz
find -newer README -o -print | xargs touch --reference %{SOURCE0}
dos2unix examples/mongrel_simple_service.rb
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
find -name '*.rb' -print0 | xargs -0 %{__sed} -i -e 's,\r$,,'
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby-mongrel.git/commitdiff/9d6fe6b6d26b4c94a2447a8e329a0d1e57db580e
More information about the pld-cvs-commit
mailing list