[packages/gnuastro] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:48:56 CEST 2025
commit 253e6d5a380700efa2bfcc66cf7aea949afcc03d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:54:10 2025 +0200
Fix applying patches.
gnuastro.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gnuastro.spec b/gnuastro.spec
index d26798d..ad3d012 100644
--- a/gnuastro.spec
+++ b/gnuastro.spec
@@ -109,10 +109,10 @@ Bashowe uzupełnianie składni poleceń gnuastro.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
# regenerate for as-needed to work
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnuastro.git/commitdiff/253e6d5a380700efa2bfcc66cf7aea949afcc03d
More information about the pld-cvs-commit
mailing list