diff --git a/ghc-tasty.changes b/ghc-tasty.changes index 49b0525..5dda6f0 100644 --- a/ghc-tasty.changes +++ b/ghc-tasty.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:46:10 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jun 9 09:26:21 UTC 2020 - psimons@suse.com diff --git a/ghc-tasty.spec b/ghc-tasty.spec index 73efb5b..235a617 100644 --- a/ghc-tasty.spec +++ b/ghc-tasty.spec @@ -54,7 +54,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