diff --git a/ghc-call-stack.changes b/ghc-call-stack.changes index 195ff5a..4fa55da 100644 --- a/ghc-call-stack.changes +++ b/ghc-call-stack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:44:14 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jun 16 11:13:51 UTC 2020 - Peter Simons diff --git a/ghc-call-stack.spec b/ghc-call-stack.spec index 27aa76f..336ea0d 100644 --- a/ghc-call-stack.spec +++ b/ghc-call-stack.spec @@ -45,7 +45,7 @@ Requires(postun): ghc-compiler = %{ghc_version} This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} %build %ghc_lib_build