diff --git a/ghc-base16-bytestring.changes b/ghc-base16-bytestring.changes index e2a53ad..4204b50 100644 --- a/ghc-base16-bytestring.changes +++ b/ghc-base16-bytestring.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:44:06 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Sun Jun 21 02:00:47 UTC 2020 - psimons@suse.com diff --git a/ghc-base16-bytestring.spec b/ghc-base16-bytestring.spec index 3e42a9c..c70b3ed 100644 --- a/ghc-base16-bytestring.spec +++ b/ghc-base16-bytestring.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