diff --git a/ghc-http-client-tls.changes b/ghc-http-client-tls.changes index 8db7e95..85536c8 100644 --- a/ghc-http-client-tls.changes +++ b/ghc-http-client-tls.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:07 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jun 16 11:14:13 UTC 2020 - Peter Simons diff --git a/ghc-http-client-tls.spec b/ghc-http-client-tls.spec index 90b6269..ed90038 100644 --- a/ghc-http-client-tls.spec +++ b/ghc-http-client-tls.spec @@ -63,7 +63,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