diff --git a/ghc-conduit-extra.changes b/ghc-conduit-extra.changes index 40f83dc..8b3e1f1 100644 --- a/ghc-conduit-extra.changes +++ b/ghc-conduit-extra.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:44:24 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jun 16 11:13:55 UTC 2020 - Peter Simons diff --git a/ghc-conduit-extra.spec b/ghc-conduit-extra.spec index 8cf716a..7d6b118 100644 --- a/ghc-conduit-extra.spec +++ b/ghc-conduit-extra.spec @@ -69,7 +69,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