diff --git a/ghc-resourcet.changes b/ghc-resourcet.changes index 5d0d5fb..47755d7 100644 --- a/ghc-resourcet.changes +++ b/ghc-resourcet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:54 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Fri Jun 26 02:00:26 UTC 2020 - psimons@suse.com diff --git a/ghc-resourcet.spec b/ghc-resourcet.spec index 49f912d..4387920 100644 --- a/ghc-resourcet.spec +++ b/ghc-resourcet.spec @@ -52,7 +52,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