[packages/gsl] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:00:03 CEST 2025
commit 6fb3c990187419aeef25a1526b76730b760f115e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:59:46 2025 +0200
Fix applying patches.
gsl.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gsl.spec b/gsl.spec
index 549c370..6a7a5b6 100644
--- a/gsl.spec
+++ b/gsl.spec
@@ -133,8 +133,8 @@ Narzędzia dla gsl.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# force regeneration by sphins
%{__rm} doc/gsl-ref.info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gsl.git/commitdiff/6fb3c990187419aeef25a1526b76730b760f115e
More information about the pld-cvs-commit
mailing list