From 2744d422b78fedc92b08d1025ae44e73c03ce531012deec1be3e86ce3d971c69 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 20 Feb 2024 10:37:43 +0000 Subject: [PATCH] Accepting request 1147720 from home:dimstar:rpm4.20:a - Use %patch -P N instead of deprecated %patchN. OBS-URL: https://build.opensuse.org/request/show/1147720 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aalib?expand=0&rev=38 --- aalib.changes | 5 +++++ aalib.spec | 28 ++++++++++++++-------------- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/aalib.changes b/aalib.changes index bf3e72a..4c5252e 100644 --- a/aalib.changes +++ b/aalib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 09:55:02 UTC 2024 - Dominique Leuenberger + +- Use %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Tue Nov 15 13:53:57 UTC 2022 - Dominique Leuenberger diff --git a/aalib.spec b/aalib.spec index 1576323..97e93f3 100644 --- a/aalib.spec +++ b/aalib.spec @@ -1,7 +1,7 @@ # # spec file for package aalib # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -88,22 +88,22 @@ Files needed for developing software that uses AAlib. %prep %setup -q -a 1 -b 2 -%patch1 -%patch3 -%patch10 -%patch11 -%patch12 -%patch13 -p1 +%patch -P 1 +%patch -P 3 +%patch -P 10 +%patch -P 11 +%patch -P 12 +%patch -P 13 -p1 cd aavga-1.0 -%patch2 +%patch -P 2 cd ../../aview-* -%patch4 -%patch7 -%patch8 +%patch -P 4 +%patch -P 7 +%patch -P 8 cd .. -%patch5 -%patch6 -%patch9 +%patch -P 5 +%patch -P 6 +%patch -P 9 %build %{?suse_update_config}