diff --git a/ghc-text-conversions.changes b/ghc-text-conversions.changes index 0f8f4c1..06dc64b 100644 --- a/ghc-text-conversions.changes +++ b/ghc-text-conversions.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:46:13 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jun 16 11:14:41 UTC 2020 - Peter Simons diff --git a/ghc-text-conversions.spec b/ghc-text-conversions.spec index 445f186..88864bc 100644 --- a/ghc-text-conversions.spec +++ b/ghc-text-conversions.spec @@ -52,7 +52,7 @@ 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