[packages/newsx] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:34:41 CEST 2025
commit ce32b222a384009f8542c45de38323648ae25c85
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:34:25 2025 +0200
Fix applying patches.
newsx.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/newsx.spec b/newsx.spec
index d0c975e..ec337fe 100644
--- a/newsx.spec
+++ b/newsx.spec
@@ -32,10 +32,10 @@ pobiera przychodzące artykuły.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/newsx.git/commitdiff/ce32b222a384009f8542c45de38323648ae25c85
More information about the pld-cvs-commit
mailing list