diff --git a/ghc-regex-compat.changes b/ghc-regex-compat.changes index e61b1a3..d167d4a 100644 --- a/ghc-regex-compat.changes +++ b/ghc-regex-compat.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:51 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jun 16 11:14:31 UTC 2020 - Peter Simons diff --git a/ghc-regex-compat.spec b/ghc-regex-compat.spec index fe38c11..b0bb47c 100644 --- a/ghc-regex-compat.spec +++ b/ghc-regex-compat.spec @@ -48,7 +48,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} cp -p %{SOURCE1} %{pkg_name}.cabal %build