diff --git a/ghc-split.changes b/ghc-split.changes index ce0f677..819d4d4 100644 --- a/ghc-split.changes +++ b/ghc-split.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:46:04 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jun 16 11:14:37 UTC 2020 - Peter Simons diff --git a/ghc-split.spec b/ghc-split.spec index 4343b29..cfa469b 100644 --- a/ghc-split.spec +++ b/ghc-split.spec @@ -60,7 +60,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