[packages/qmhandle] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:35:37 CEST 2025


commit ea9cbe8cc61b20d4e32d3535676aef0f7fb7c24d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:35:21 2025 +0200

    Fix applying patches.

 qmhandle.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/qmhandle.spec b/qmhandle.spec
index 04a0258..df655dd 100644
--- a/qmhandle.spec
+++ b/qmhandle.spec
@@ -51,9 +51,9 @@ Program ten umożliwia:
 
 %prep
 %setup -q -c
-%patch0 -p0
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p0
+%patch -P1 -p1
+%patch -P2 -p1
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qmhandle.git/commitdiff/ea9cbe8cc61b20d4e32d3535676aef0f7fb7c24d



More information about the pld-cvs-commit mailing list