[packages/agsync] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 22:31:12 CEST 2025


commit 494924c58be24fa2f61142bafb172a54c1a24a77
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:30:57 2025 +0200

    Fix applying patches.

 agsync.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/agsync.spec b/agsync.spec
index 67d822b..1252de2 100644
--- a/agsync.spec
+++ b/agsync.spec
@@ -53,8 +53,8 @@ Statyczna biblioteka AvantGo.
 
 %prep
 %setup -q -n %{name}-%{version}-%{_rc}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %{__rm} configure
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/agsync.git/commitdiff/494924c58be24fa2f61142bafb172a54c1a24a77



More information about the pld-cvs-commit mailing list