diff --git a/pommed.changes b/pommed.changes index 1c836c2..e098664 100644 --- a/pommed.changes +++ b/pommed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 29 14:48:07 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Tue Oct 19 10:47:55 UTC 2021 - Johannes Segitz diff --git a/pommed.spec b/pommed.spec index efaa8c3..ad3fb2f 100644 --- a/pommed.spec +++ b/pommed.spec @@ -97,11 +97,11 @@ of each item controlled by pommed. %prep %setup -q -%patch1 -%patch2 -p1 -%patch3 -p1 -%patch4 -%patch5 -p1 +%patch -P 1 +%patch -P 2 -p1 +%patch -P 3 -p1 +%patch -P 4 +%patch -P 5 -p1 %build make %{?_smp_mflags}