[packages/gcvs] Fix applying patches.

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


commit c67d22167eb700d5ae5088f726ee1a792edd31c1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:40:24 2025 +0200

    Fix applying patches.

 gcvs.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gcvs.spec b/gcvs.spec
index a5e5c73..d6cc25d 100644
--- a/gcvs.spec
+++ b/gcvs.spec
@@ -34,10 +34,10 @@ interfejs.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
 
 %build
 %{__aclocal}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gcvs.git/commitdiff/c67d22167eb700d5ae5088f726ee1a792edd31c1



More information about the pld-cvs-commit mailing list