[packages/tiobench] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:18:53 CEST 2025


commit 5a87abe1b7f042b249e5c2152e8c1a1f4b1a8f05
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:18:37 2025 +0200

    Fix applying patches.

 tiobench.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tiobench.spec b/tiobench.spec
index 7877206..fff7be8 100644
--- a/tiobench.spec
+++ b/tiobench.spec
@@ -21,8 +21,8 @@ Przenośny, potężny, w pełni wątkowy program testujący wydajność I/O.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 %{__make} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tiobench.git/commitdiff/5a87abe1b7f042b249e5c2152e8c1a1f4b1a8f05



More information about the pld-cvs-commit mailing list