[packages/id3ed] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:12:41 CEST 2025
commit 9ca6bf74d31dcda6ec6558110a6f5979e5b772b3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:12:26 2025 +0200
Fix applying patches.
id3ed.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/id3ed.spec b/id3ed.spec
index 05c0181..268a346 100644
--- a/id3ed.spec
+++ b/id3ed.spec
@@ -34,8 +34,8 @@ problemów w odtwarzaczach nie obsługujących tych znaczników. Znacznik
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__autoconf}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/id3ed.git/commitdiff/9ca6bf74d31dcda6ec6558110a6f5979e5b772b3
More information about the pld-cvs-commit
mailing list