diff --git a/ghc-hslua.changes b/ghc-hslua.changes index a663266..0c6170a 100644 --- a/ghc-hslua.changes +++ b/ghc-hslua.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:04 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Sun Aug 16 02:01:37 UTC 2020 - psimons@suse.com diff --git a/ghc-hslua.spec b/ghc-hslua.spec index fe6c1fc..cc65e1f 100644 --- a/ghc-hslua.spec +++ b/ghc-hslua.spec @@ -61,7 +61,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 %define cabal_configure_options -f-system-lua