[packages/spamassassin-plugin-fuzzyocr] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:04:06 CEST 2025
commit 3aa1c174d3c65a095c095ebd8afb5d4673877ba1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:03:50 2025 +0200
Fix applying patches.
spamassassin-plugin-fuzzyocr.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/spamassassin-plugin-fuzzyocr.spec b/spamassassin-plugin-fuzzyocr.spec
index 0f3cac4..538d827 100644
--- a/spamassassin-plugin-fuzzyocr.spec
+++ b/spamassassin-plugin-fuzzyocr.spec
@@ -87,8 +87,8 @@ Główne metody to:
%prep
%setup -q -n FuzzyOcr-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i -e '1s,#!.*perl,#!%{__perl},' Utils/fuzzy-*
for p in `cat debian/patches/series`; do
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/spamassassin-plugin-fuzzyocr.git/commitdiff/3aa1c174d3c65a095c095ebd8afb5d4673877ba1
More information about the pld-cvs-commit
mailing list