From f8eeab13e5c2e44b58ec4daf5174c0f9702c5e90dc5f5b83b196a6ec3daf82fd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 21 Feb 2024 10:26:53 +0000 Subject: [PATCH] Accepting request 1147919 from home:dimstar:rpm4.20:z Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147919 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zziplib?expand=0&rev=56 --- zziplib.changes | 5 +++++ zziplib.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/zziplib.changes b/zziplib.changes index cc042cd..a2f443f 100644 --- a/zziplib.changes +++ b/zziplib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 12:11:54 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Sun Feb 7 23:10:28 UTC 2021 - Dirk Müller diff --git a/zziplib.spec b/zziplib.spec index 968f577..04e0ce7 100644 --- a/zziplib.spec +++ b/zziplib.spec @@ -60,8 +60,8 @@ ZZipLib. %prep %setup -q -%patch0 -%patch8 -p1 +%patch -P 0 +%patch -P 8 -p1 # do not bother with html docs saving us python2 dependency sed -i -e 's:docs ::g' Makefile.am