[packages/gexif] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:42:41 CEST 2025


commit 9f84f230f0514dda3fe6b909cbaa9be73a2cdff9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:42:25 2025 +0200

    Fix applying patches.

 gexif.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gexif.spec b/gexif.spec
index 88c6720..7c0c709 100644
--- a/gexif.spec
+++ b/gexif.spec
@@ -30,8 +30,8 @@ pokazywania informacji EXIF ukrytych w plikach JPEG.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 cp %{SOURCE1} po/pl.po
 %{__perl} -pi -e 's/de es fr/de es fr pl/' configure.in
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gexif.git/commitdiff/9f84f230f0514dda3fe6b909cbaa9be73a2cdff9



More information about the pld-cvs-commit mailing list