[packages/opendbx] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:43:36 CEST 2025


commit fda6355fc431f04f9c9d9df88199b750f1e4812a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:43:20 2025 +0200

    Fix applying patches.

 opendbx.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/opendbx.spec b/opendbx.spec
index 237a462..8931d6f 100644
--- a/opendbx.spec
+++ b/opendbx.spec
@@ -193,8 +193,8 @@ Backend bazy danych sybase dla biblioteki opendbx.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 # To fix Doxygen parsing issue
 ln -s api lib/%{name}/api.dox
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/opendbx.git/commitdiff/fda6355fc431f04f9c9d9df88199b750f1e4812a



More information about the pld-cvs-commit mailing list