[packages/dshowserver] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:20:24 CEST 2025


commit 4c4454ef228aaff2568a913387d11ec36a6f06d1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:20:09 2025 +0200

    Fix applying patches.

 dshowserver.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dshowserver.spec b/dshowserver.spec
index fed63d4..effdd64 100644
--- a/dshowserver.spec
+++ b/dshowserver.spec
@@ -57,8 +57,8 @@ H.264.
 
 %prep
 %setup -q -n %{name}-svn%{svn}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %if "%{cc_version}" < "3.4"
 # CC version is arbitary (just to be > 3.3)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dshowserver.git/commitdiff/4c4454ef228aaff2568a913387d11ec36a6f06d1



More information about the pld-cvs-commit mailing list