[packages/xqilla] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 10:22:41 CEST 2025


commit 1c9827d4f509d649539d3c57fab1511a54d60de3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:31:15 2025 +0200

    Fix applying patches.

 xqilla.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/xqilla.spec b/xqilla.spec
index 4980aa5..643ff85 100644
--- a/xqilla.spec
+++ b/xqilla.spec
@@ -76,9 +76,9 @@ Dokumentacja API biblioteki XQilla.
 
 %prep
 %setup -q -n XQilla-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 %build
 %{__libtoolize}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xqilla.git/commitdiff/1c9827d4f509d649539d3c57fab1511a54d60de3



More information about the pld-cvs-commit mailing list