diff --git a/ghc-emojis.changes b/ghc-emojis.changes index 8ce7bf3..0f836a9 100644 --- a/ghc-emojis.changes +++ b/ghc-emojis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:44:45 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jun 16 11:14:05 UTC 2020 - Peter Simons diff --git a/ghc-emojis.spec b/ghc-emojis.spec index b5d0c41..763bb1d 100644 --- a/ghc-emojis.spec +++ b/ghc-emojis.spec @@ -55,7 +55,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