[packages/libglade2] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:49:57 CEST 2025
commit ba7b12fb348dabffe0c64be79f7addf20d4fd39e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:49:42 2025 +0200
Fix applying patches.
libglade2.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libglade2.spec b/libglade2.spec
index 827f3ba..9970786 100644
--- a/libglade2.spec
+++ b/libglade2.spec
@@ -123,8 +123,8 @@ Dokumentacja API libglade.
%prep
%setup -q -n libglade-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{?with_apidocs:%{__gtkdocize}}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libglade2.git/commitdiff/ba7b12fb348dabffe0c64be79f7addf20d4fd39e
More information about the pld-cvs-commit
mailing list