[packages/libbonobo] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 00:44:35 CEST 2025


commit ca6e53b110fc98fa7f13cdd6a8ac0e08a53a44ff
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 00:44:19 2025 +0200

    Fix applying patches.

 libbonobo.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libbonobo.spec b/libbonobo.spec
index 6c7a7bb..8ae662f 100644
--- a/libbonobo.spec
+++ b/libbonobo.spec
@@ -108,8 +108,8 @@ Dokumentacja API libbonobo.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %{__sed} -i -e 's|/lib|/%{_lib}|g' utils/bonobo-slay.in
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libbonobo.git/commitdiff/ca6e53b110fc98fa7f13cdd6a8ac0e08a53a44ff



More information about the pld-cvs-commit mailing list