[packages/libcineon] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:45:51 CEST 2025
commit fdac77d80e398bea8a910a31b1cb924d6040d534
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:45:35 2025 +0200
Fix applying patches.
libcineon.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libcineon.spec b/libcineon.spec
index 021f651..805afdf 100644
--- a/libcineon.spec
+++ b/libcineon.spec
@@ -72,8 +72,8 @@ Dokumentacja API biblioteki Cineon.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libcineon.git/commitdiff/fdac77d80e398bea8a910a31b1cb924d6040d534
More information about the pld-cvs-commit
mailing list