[packages/3store] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:28:12 CEST 2025
commit db6cc34475134288de490e76173b5766ea016a59
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:27:56 2025 +0200
Fix applying patches.
3store.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/3store.spec b/3store.spec
index c4a1ff2..f6a8c4b 100644
--- a/3store.spec
+++ b/3store.spec
@@ -69,9 +69,9 @@ Statyczna biblioteka 3store.
%prep
%setup -q
-%patch0 -p1
+%patch -P0 -p1
%{?with_glib2:%patch1 -p1}
-%patch2 -p1
+%patch -P2 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/3store.git/commitdiff/db6cc34475134288de490e76173b5766ea016a59
More information about the pld-cvs-commit
mailing list