diff --git a/ghc-bsb-http-chunked.changes b/ghc-bsb-http-chunked.changes index 5636d78..88ff35e 100644 --- a/ghc-bsb-http-chunked.changes +++ b/ghc-bsb-http-chunked.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:44:12 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jun 9 09:26:17 UTC 2020 - psimons@suse.com diff --git a/ghc-bsb-http-chunked.spec b/ghc-bsb-http-chunked.spec index addf707..4d09e7f 100644 --- a/ghc-bsb-http-chunked.spec +++ b/ghc-bsb-http-chunked.spec @@ -60,7 +60,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal %build