[packages/oyranos] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:49:29 CEST 2025


commit c29e1fa32309a3ada42628e7eaf8f7a1e494cdbc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:49:13 2025 +0200

    Fix applying patches.

 oyranos.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/oyranos.spec b/oyranos.spec
index 22d7ed6..8a8e3ed 100644
--- a/oyranos.spec
+++ b/oyranos.spec
@@ -211,11 +211,11 @@ Dokumentacja API bibliotek Oyranos.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
 
 # no reason to package also qt4 variant; qt5 one is enough
 %{__sed} -i -e '/ADD_SUBDIRECTORY( qt4 )/d' src/tools/qcmsevents/CMakeLists.txt
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/oyranos.git/commitdiff/c29e1fa32309a3ada42628e7eaf8f7a1e494cdbc



More information about the pld-cvs-commit mailing list