diff --git a/guile.changes b/guile.changes index 81fc763..267a7a9 100644 --- a/guile.changes +++ b/guile.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 27 11:09:11 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN. + ------------------------------------------------------------------- Tue May 23 20:47:50 UTC 2023 - Jonathan Brielmaier diff --git a/guile.spec b/guile.spec index a0371b2..a4320da 100644 --- a/guile.spec +++ b/guile.spec @@ -101,12 +101,7 @@ C. Guile provides a machine independent execution platform that can be linked in as a library when building extensible programs. %prep -%setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 +%autosetup -p1 # remove broken prebuilt objects rm -r prebuilt/32-bit-big-endian