[packages/python-gnome-extras] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:28:21 CEST 2025
commit f69f685b328b992d5750865c1c2c215e350bf470
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:28:05 2025 +0200
Fix applying patches.
python-gnome-extras.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-gnome-extras.spec b/python-gnome-extras.spec
index 099e94f..d2e7704 100644
--- a/python-gnome-extras.spec
+++ b/python-gnome-extras.spec
@@ -165,8 +165,8 @@ Wiązania Pythona do biblioteki gtkspell.
%prep
%setup -q -n %{module}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i -e '1s,/usr/bin/python$,%{__python},' examples/egg/trayicon.py
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-gnome-extras.git/commitdiff/f69f685b328b992d5750865c1c2c215e350bf470
More information about the pld-cvs-commit
mailing list