[packages/python-flask] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:28:00 CEST 2025


commit d5ea531239002d44664eda545ee13eaca6d6d89b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:27:45 2025 +0200

    Fix applying patches.

 python-flask.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-flask.spec b/python-flask.spec
index 0769394..c07c6a0 100644
--- a/python-flask.spec
+++ b/python-flask.spec
@@ -94,8 +94,8 @@ Dokumentacja do pakietu Pythona Flask.
 
 %prep
 %setup -q -n Flask-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 %if %{with python2}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-flask.git/commitdiff/d5ea531239002d44664eda545ee13eaca6d6d89b



More information about the pld-cvs-commit mailing list