[packages/libgnome] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 00:50:09 CEST 2025


commit 13692c2477ed92b893b4f9cec468c1a77373e1a8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 00:49:53 2025 +0200

    Fix applying patches.

 libgnome.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgnome.spec b/libgnome.spec
index 5fde2db..7dcc05a 100644
--- a/libgnome.spec
+++ b/libgnome.spec
@@ -118,8 +118,8 @@ Dokumentacja API libgnome.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 # gtk-doc no longer handles legacy encodings; use just ascii space instead of nbsp
 %{__sed} -i -e 's/\xa0/ /' libgnome/gnome-config.h
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgnome.git/commitdiff/13692c2477ed92b893b4f9cec468c1a77373e1a8



More information about the pld-cvs-commit mailing list