From 5877a68d236e05a34afbca153de56458bea10f268ac2d37a619c4b6a3921a9df Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Thu, 22 Feb 2024 10:11:44 +0000 Subject: [PATCH] Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/package/show/Base:System/bc?expand=0&rev=24 --- bc.changes | 6 ++++++ bc.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bc.changes b/bc.changes index f578f66..c240dae 100644 --- a/bc.changes +++ b/bc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 22 10:08:49 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN + ------------------------------------------------------------------- Thu Oct 15 14:20:20 UTC 2020 - pgajdos@suse.com diff --git a/bc.spec b/bc.spec index 561c076..c37fa73 100644 --- a/bc.spec +++ b/bc.spec @@ -56,8 +56,7 @@ the next operator is read in, which "pops" its arguments off the stack and "pushes" its results back onto the stack. %prep -%setup -q -%patch2 -p1 +%autosetup -p1 %build %configure \