[packages/python-Sphinx] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:33:15 CEST 2025
commit 790437c10e5c2b5937cfe0413aa5247d2577b0dc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:33:00 2025 +0200
Fix applying patches.
python-Sphinx.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-Sphinx.spec b/python-Sphinx.spec
index 9bc3551..cc22156 100644
--- a/python-Sphinx.spec
+++ b/python-Sphinx.spec
@@ -207,8 +207,8 @@ Dokumentacja do generatora dokumentacji pythonowej Sphinx.
%prep
%setup -q -n Sphinx-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
# needs python-babel with at least de,en,ja locales installed
%{__rm} tests/test_util_i18n.py
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-Sphinx.git/commitdiff/790437c10e5c2b5937cfe0413aa5247d2577b0dc
More information about the pld-cvs-commit
mailing list