[packages/grok] Fix applying patches.
    arekm 
    arekm at pld-linux.org
       
    Mon Jul 14 23:59:25 CEST 2025
    
    
  
commit 67cd338f4eaafe630ea7bf35036dcba47e6a3c59
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:59:09 2025 +0200
    Fix applying patches.
 grok.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/grok.spec b/grok.spec
index 8ee2f54..58b6b80 100644
--- a/grok.spec
+++ b/grok.spec
@@ -48,8 +48,8 @@ Pliki nagłówkowe do tworzenia programów z użyciem biblioteki grok.
 
 %prep
 %setup -q -n %{name}-%{gitref}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 %{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/grok.git/commitdiff/67cd338f4eaafe630ea7bf35036dcba47e6a3c59
    
    
More information about the pld-cvs-commit
mailing list