[packages/newsfetch] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:34:36 CEST 2025


commit a86451e80c62975ac4a40d626a8085d6f0135238
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:34:20 2025 +0200

    Fix applying patches.

 newsfetch.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/newsfetch.spec b/newsfetch.spec
index 351daff..595026a 100644
--- a/newsfetch.spec
+++ b/newsfetch.spec
@@ -24,8 +24,8 @@ przez dowolnego klienta pocztowego.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 %{__make} CFLAGS="%{rpmcflags}"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/newsfetch.git/commitdiff/a86451e80c62975ac4a40d626a8085d6f0135238



More information about the pld-cvs-commit mailing list