From 4846e912b2557e820086279e2fde0562d922e46aaff11571a77538ac0aed56a7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 19 Aug 2020 01:02:38 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:hledger revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hledger?expand=0&rev=5 --- hledger.changes | 5 +++++ hledger.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 From 641015f931f731b9319457b4499f23a85f86c10140fef52a5e0371e75b55f0b5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 21 Aug 2020 11:12:21 +0000 Subject: [PATCH 2/2] Accepting request 827784 from home:michel_mno:branches:devel:languages:haskell - Add _constraints with 6GB min disk space for ppc64/ppc64le OBS-URL: https://build.opensuse.org/request/show/827784 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hledger?expand=0&rev=6 --- _constraints | 14 ++++++++++++++ hledger.changes | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 _constraints diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..b5b0790 --- /dev/null +++ b/_constraints @@ -0,0 +1,14 @@ + + + + ppc64 + ppc64le + + + + 6 + + + + + diff --git a/hledger.changes b/hledger.changes index 95a6b89..f52027f 100644 --- a/hledger.changes +++ b/hledger.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 19 07:37:40 UTC 2020 - Michel Normand + +- Add _constraints with 6GB min disk space for ppc64/ppc64le + ------------------------------------------------------------------- Tue Aug 18 10:46:51 UTC 2020 - Peter Simons