diff --git a/hledger.changes b/hledger.changes index 1f6260c..95a6b89 100644 --- a/hledger.changes +++ b/hledger.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:46:51 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Mon Jun 22 02:00:26 UTC 2020 - psimons@suse.com diff --git a/hledger.spec b/hledger.spec index c700545..debcd81 100644 --- a/hledger.spec +++ b/hledger.spec @@ -97,7 +97,7 @@ Requires(postun): ghc-compiler = %{ghc_version} This package provides the Haskell %{name} library development files. %prep -%setup -q +%autosetup cp -p %{SOURCE1} %{name}.cabal %build