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}