commit 4c279ad6f8a23ff4a47a8e267be512027b2a86f0
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Aug 3 01:09:57 2024 +0100
Fix error: %patchN is obsolete
qwinff.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/qwinff.spec b/qwinff.spec
index ed6abd4..df2da04 100644
--- a/qwinff.spec
+++ b/qwinff.spec
@@ -37,12 +37,12 @@ while advanced users can still adjust conversion parameters in
detail.
%prep
%setup -q -n %{name}-%{p1version}
-%patch1 -p1 -b .post
-%patch2 -p1 -b .extradefs
-%patch3 -p1 -b .perex1
-%patch4 -p1 -b .perex2
-%patch5 -p1 -b .perex3
-%patch6 -p1 -b .perex4
+%patch -P1 -p1 -b .post
+%patch -P2 -p1 -b .extradefs
+%patch -P3 -p1 -b .perex1
+%patch -P4 -p1 -b .perex2
+%patch -P5 -p1 -b .perex3
+%patch -P6 -p1 -b .perex4
%build
%make_build QMAKE=qmake-qt5 %{?_qt5_qmake_flags} \
Show replies by date