[packages/python-cssutils] - use patch -P

baggins baggins at pld-linux.org
Sun Mar 9 21:45:08 CET 2025


commit c1131d6c7801d9502a27a1aaf06b99798e741a09
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Mar 9 21:38:17 2025 +0100

    - use patch -P

 python-cssutils.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-cssutils.spec b/python-cssutils.spec
index 4155f24..e6c007c 100644
--- a/python-cssutils.spec
+++ b/python-cssutils.spec
@@ -64,8 +64,8 @@ Level 2 CSS.
 
 %prep
 %setup -q -n %{module}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P 0 -p1
+%patch -P 1 -p1
 
 eval $(PYTHONPATH=src python -c "from encutils import VERSION;print 'VERSION=%%s' %% VERSION")
 if [ $VERSION != %{encutils_ver} ]; then
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-cssutils.git/commitdiff/c1131d6c7801d9502a27a1aaf06b99798e741a09



More information about the pld-cvs-commit mailing list