[packages/libljpeg] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:53:23 CEST 2025
commit 89922ca8440c3765ccc765293d1005fbc46a489e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:53:07 2025 +0200
Fix applying patches.
libljpeg.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/libljpeg.spec b/libljpeg.spec
index 60ab57c..974363b 100644
--- a/libljpeg.spec
+++ b/libljpeg.spec
@@ -150,14 +150,14 @@ tekstowe dołączone do pliku JPEG, a wrjpgcom wstawia takie komentarze.
%prep
%setup -q -n jpeg-%{version} -a2
-%patch6 -p1
+%patch -P6 -p1
%{__patch} -s -p0 < ljpeg-6b.patch
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%{?with_arith:%patch7 -p1}
%{?with_crop:%patch8 -p1}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libljpeg.git/commitdiff/89922ca8440c3765ccc765293d1005fbc46a489e
More information about the pld-cvs-commit
mailing list