From 40bba1c83bb159468bf72f5240fd284879b61de34ab2e59ef6455e832cd0b002 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Thu, 22 Feb 2024 13:22:43 +0000 Subject: [PATCH] Accepting request 1149160 from home:dimstar:rpm4.20:b Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1149160 OBS-URL: https://build.opensuse.org/package/show/network:utilities/bing?expand=0&rev=17 --- bing.changes | 5 +++++ bing.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/bing.changes b/bing.changes index 132f927..0ca9d70 100644 --- a/bing.changes +++ b/bing.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 22 10:10:50 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Mon May 14 07:14:21 UTC 2018 - adam.majer@suse.de diff --git a/bing.spec b/bing.spec index 1e0e583..393dd65 100644 --- a/bing.spec +++ b/bing.spec @@ -38,10 +38,10 @@ for different packet sizes for each end of the link. %prep %setup -%patch0 -%patch1 -%patch2 -%patch3 -p1 +%patch -P 0 +%patch -P 1 +%patch -P 2 +%patch -P 3 -p1 %build make CC="%__cc" CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %{?_smp_mflags}