[packages/slic3r] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:00:31 CEST 2025


commit 56ad5587df80d1e482247f03c50b82c360619da4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:59:59 2025 +0200

    Fix applying patches.

 slic3r.spec | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/slic3r.spec b/slic3r.spec
index c583ddb..b275fb4 100644
--- a/slic3r.spec
+++ b/slic3r.spec
@@ -90,15 +90,15 @@ Slic3r.
 %prep
 %setup -qn Slic3r-%{version}
 
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
 %{?with_system_polyclipping:%patch4 -p1}
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
 
 # Remove bundled admesh, clipper, poly2tri and boost
 %{?with_system_admesh:%{__rm} -r xs/src/admesh}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/slic3r.git/commitdiff/56ad5587df80d1e482247f03c50b82c360619da4



More information about the pld-cvs-commit mailing list