[packages/LeakTracer] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 00:42:19 CEST 2025


commit 6c0c4972d5398aff9dc4153549ee1206cc820919
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 00:42:03 2025 +0200

    Fix applying patches.

 LeakTracer.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/LeakTracer.spec b/LeakTracer.spec
index 2f45320..d3700d9 100644
--- a/LeakTracer.spec
+++ b/LeakTracer.spec
@@ -43,9 +43,9 @@ wywołania new/new[] i delete - nie patrzy na malloc/free/realloc.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1
-%patch1 -p0
-%patch2 -p0
+%patch -P0 -p1
+%patch -P1 -p0
+%patch -P2 -p0
 
 %build
 sed -i "s:SHLIB=.*:SHLIB=%{_libdir}/LeakTracer.so:" LeakCheck
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/LeakTracer.git/commitdiff/6c0c4972d5398aff9dc4153549ee1206cc820919



More information about the pld-cvs-commit mailing list