diff --git a/wasi-libc.changes b/wasi-libc.changes index d38f474..e541e67 100644 --- a/wasi-libc.changes +++ b/wasi-libc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 20 15:16:08 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN + ------------------------------------------------------------------- Fri Sep 22 17:06:06 UTC 2023 - Aaron Puchert diff --git a/wasi-libc.spec b/wasi-libc.spec index e5579bc..d3d2e53 100644 --- a/wasi-libc.spec +++ b/wasi-libc.spec @@ -35,9 +35,7 @@ BuildArch: noarch WASI libc allows cross platform binaries to be created and executed on a variety of platforms %prep -%setup -q -n wasi-libc-wasi-sdk-%{version} -%patch1 -p1 -%patch2 -p1 +%autosetup -p1 -n wasi-libc-wasi-sdk-%{version} %build export CC=clang