From 9135577f8e4d12ef5924770839db3f7fdd99e1a1c4c6d2b65f617b2171f32acf Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 27 Feb 2024 11:22:01 +0000 Subject: [PATCH] Accepting request 1152156 from home:dimstar:rpm4.20:g Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1152156 OBS-URL: https://build.opensuse.org/package/show/science/glpk?expand=0&rev=52 --- glpk.changes | 6 ++++++ glpk.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/glpk.changes b/glpk.changes index 8c644ea..ad66bda 100644 --- a/glpk.changes +++ b/glpk.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 27 11:03:29 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN. + ------------------------------------------------------------------- Thu Jan 21 18:31:45 UTC 2021 - Luigi Baldoni diff --git a/glpk.spec b/glpk.spec index 3131aff..1a4abe9 100644 --- a/glpk.spec +++ b/glpk.spec @@ -76,8 +76,7 @@ is a set of routines written in ANSI C and organized in the form of a callable library. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build export CFLAGS="%{optflags} -fno-strict-aliasing"