diff --git a/ghc-extra.changes b/ghc-extra.changes index 06ffe78..bf5edf6 100644 --- a/ghc-extra.changes +++ b/ghc-extra.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:44:48 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Thu Aug 13 02:00:26 UTC 2020 - psimons@suse.com diff --git a/ghc-extra.spec b/ghc-extra.spec index f6db0d2..8001f2b 100644 --- a/ghc-extra.spec +++ b/ghc-extra.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