[packages/python-pynotify] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:31:36 CEST 2025
commit bfecb0104a23fcc7bee1561aeac9bb1285496af0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:31:20 2025 +0200
Fix applying patches.
python-pynotify.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-pynotify.spec b/python-pynotify.spec
index d687088..2279a63 100644
--- a/python-pynotify.spec
+++ b/python-pynotify.spec
@@ -45,8 +45,8 @@ Pliki programistyczne wiązań Pythona do libnotify.
%prep
%setup -q -n notify-python-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pynotify.git/commitdiff/bfecb0104a23fcc7bee1561aeac9bb1285496af0
More information about the pld-cvs-commit
mailing list