[packages/ksudoku] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:38:18 CEST 2025
commit 31b82060868899d0584fcdfda9c10ffdfd6605ce
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:38:02 2025 +0200
Fix applying patches.
ksudoku.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ksudoku.spec b/ksudoku.spec
index 235542f..91a9244 100644
--- a/ksudoku.spec
+++ b/ksudoku.spec
@@ -32,8 +32,8 @@ rozszerzalny dla dowolnego problemu kolorowania grafów.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ksudoku.git/commitdiff/31b82060868899d0584fcdfda9c10ffdfd6605ce
More information about the pld-cvs-commit
mailing list