[packages/libredwg] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 00:58:40 CEST 2025


commit 9b8b5b08854f1324e02185ed18a0078595a6388d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 00:58:25 2025 +0200

    Fix applying patches.

 libredwg.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libredwg.spec b/libredwg.spec
index eadda5e..371dcaa 100644
--- a/libredwg.spec
+++ b/libredwg.spec
@@ -100,8 +100,8 @@ Interfejs Pythona do biblioteki LibreDWG.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 # no git-version-gen in release tarball
 %{__sed} -i -e 's/m4_esyscmd(.*git-version-gen.*)/%{version},/' configure.ac
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libredwg.git/commitdiff/9b8b5b08854f1324e02185ed18a0078595a6388d



More information about the pld-cvs-commit mailing list