diff --git a/ghc-network-uri.changes b/ghc-network-uri.changes index 57c2500..944438d 100644 --- a/ghc-network-uri.changes +++ b/ghc-network-uri.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:35 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jun 16 11:14:23 UTC 2020 - Peter Simons diff --git a/ghc-network-uri.spec b/ghc-network-uri.spec index 3910ac3..ff9742e 100644 --- a/ghc-network-uri.spec +++ b/ghc-network-uri.spec @@ -76,7 +76,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