diff --git a/ghc-shakespeare.changes b/ghc-shakespeare.changes index 4bb1010..4eda4c5 100644 --- a/ghc-shakespeare.changes +++ b/ghc-shakespeare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:46:00 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Fri Jun 19 02:00:21 UTC 2020 - psimons@suse.com diff --git a/ghc-shakespeare.spec b/ghc-shakespeare.spec index 3a001ae..3de2439 100644 --- a/ghc-shakespeare.spec +++ b/ghc-shakespeare.spec @@ -77,7 +77,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