diff --git a/ghc-streaming-commons.changes b/ghc-streaming-commons.changes index 679116b..03ad885 100644 --- a/ghc-streaming-commons.changes +++ b/ghc-streaming-commons.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:46:06 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jul 21 08:27:35 UTC 2020 - psimons@suse.com diff --git a/ghc-streaming-commons.spec b/ghc-streaming-commons.spec index 453439b..0817753 100644 --- a/ghc-streaming-commons.spec +++ b/ghc-streaming-commons.spec @@ -61,7 +61,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