[packages/git-cola] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:46:19 CEST 2025


commit ffef8073907b6c58f42105c32657415935aa61f0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:46:03 2025 +0200

    Fix applying patches.

 git-cola.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/git-cola.spec b/git-cola.spec
index 3b2f2e4..2966225 100644
--- a/git-cola.spec
+++ b/git-cola.spec
@@ -57,8 +57,8 @@ Dokumentacja do git-cola.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 # fix #!/usr/bin/env python -> #!/usr/bin/python:
 %{__sed} -i -e '1s,^#!.*python,#!%{__python},' bin/git-* cola/widgets/*.py extras/*/*.py share/git-cola/bin/git*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-cola.git/commitdiff/ffef8073907b6c58f42105c32657415935aa61f0



More information about the pld-cvs-commit mailing list