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"