[packages/vim-plugin-SpellLangIdentifier] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:01:53 CEST 2025
commit 69a285ee0255c65d7188bc0fff2106305cf74f43
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:32 2025 +0200
Fix applying patches.
vim-plugin-SpellLangIdentifier.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vim-plugin-SpellLangIdentifier.spec b/vim-plugin-SpellLangIdentifier.spec
index 383b846..f9eb0e7 100644
--- a/vim-plugin-SpellLangIdentifier.spec
+++ b/vim-plugin-SpellLangIdentifier.spec
@@ -24,8 +24,8 @@ turn uses "N-Gram-Based Text Categorization".
%prep
%setup -qn spelllangidentifier-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vim-plugin-SpellLangIdentifier.git/commitdiff/69a285ee0255c65d7188bc0fff2106305cf74f43
More information about the pld-cvs-commit
mailing list