diff --git a/ghc-hledger-lib.changes b/ghc-hledger-lib.changes index b1bcc2a..75b99a1 100644 --- a/ghc-hledger-lib.changes +++ b/ghc-hledger-lib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:01 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Thu Jul 23 12:41:08 UTC 2020 - Michel Normand diff --git a/ghc-hledger-lib.spec b/ghc-hledger-lib.spec index 1c5cc17..7f3e19b 100644 --- a/ghc-hledger-lib.spec +++ b/ghc-hledger-lib.spec @@ -95,7 +95,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} cp -p %{SOURCE1} %{pkg_name}.cabal %build