diff --git a/ghc-commonmark-pandoc.changes b/ghc-commonmark-pandoc.changes index 76395a5..923fdff 100644 --- a/ghc-commonmark-pandoc.changes +++ b/ghc-commonmark-pandoc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:44:22 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Aug 4 09:31:42 UTC 2020 - psimons@suse.com diff --git a/ghc-commonmark-pandoc.spec b/ghc-commonmark-pandoc.spec index 2c94b7c..7418ade 100644 --- a/ghc-commonmark-pandoc.spec +++ b/ghc-commonmark-pandoc.spec @@ -47,7 +47,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