diff --git a/ghc-hslua-module-text.changes b/ghc-hslua-module-text.changes index 31bf892..a1c9a6c 100644 --- a/ghc-hslua-module-text.changes +++ b/ghc-hslua-module-text.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:05 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Sun Aug 16 02:01:35 UTC 2020 - psimons@suse.com diff --git a/ghc-hslua-module-text.spec b/ghc-hslua-module-text.spec index 160b748..2fc0351 100644 --- a/ghc-hslua-module-text.spec +++ b/ghc-hslua-module-text.spec @@ -51,7 +51,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