[packages/dleyna-renderer] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:15:31 CEST 2025
commit 7dbb7e90b9d563301a944af24245bef150c9b8ca
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:15:16 2025 +0200
Fix applying patches.
dleyna-renderer.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dleyna-renderer.spec b/dleyna-renderer.spec
index a9326f8..fc76c87 100644
--- a/dleyna-renderer.spec
+++ b/dleyna-renderer.spec
@@ -45,8 +45,8 @@ This package provides development files for dLeyna renderer.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dleyna-renderer.git/commitdiff/7dbb7e90b9d563301a944af24245bef150c9b8ca
More information about the pld-cvs-commit
mailing list