[packages/nekohtml] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:32:30 CEST 2025


commit 8fff18795ba7c28ea0167db4e4eed2ab72c943e9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:32:14 2025 +0200

    Fix applying patches.

 nekohtml.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nekohtml.spec b/nekohtml.spec
index 55dcf10..3fc8a30 100644
--- a/nekohtml.spec
+++ b/nekohtml.spec
@@ -75,8 +75,8 @@ Pliki demonstracyjne i przykłady dla pakietu %{name}.
 
 %prep
 %setup -q
-%patch0 -p0
-%patch1 -b .sav
+%patch -P0 -p0
+%patch -P1 -b .sav
 find . -name "*.jar" -exec rm -f {} \;
 
 %build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nekohtml.git/commitdiff/8fff18795ba7c28ea0167db4e4eed2ab72c943e9



More information about the pld-cvs-commit mailing list