From 92b21f83e6ec72884b965b863bcc1989cfbc809ca551d7b9c5b7fc432f9bc212 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 19 Aug 2020 01:02:39 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:hledger-ui revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hledger-ui?expand=0&rev=5 --- hledger-ui.changes | 5 +++++ hledger-ui.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hledger-ui.changes b/hledger-ui.changes index d7634b0..0acba85 100644 --- a/hledger-ui.changes +++ b/hledger-ui.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:46:52 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Mon Jun 22 02:00:23 UTC 2020 - psimons@suse.com diff --git a/hledger-ui.spec b/hledger-ui.spec index c982cd3..0195b9a 100644 --- a/hledger-ui.spec +++ b/hledger-ui.spec @@ -65,7 +65,7 @@ of Ledger, and one of the leading implementations of Plain Text Accounting. Read more at: . %prep -%setup -q +%autosetup %build %ghc_bin_build From ca40f4dfc387a525363eeaf52b968786c2cfcdb60b7e3419410fc0613a9478e2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 21 Aug 2020 11:12:12 +0000 Subject: [PATCH 2/2] Accepting request 827789 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/827789 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hledger-ui?expand=0&rev=6 --- _constraints | 14 ++++++++++++++ hledger-ui.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-ui.changes b/hledger-ui.changes index 0acba85..fd2e10b 100644 --- a/hledger-ui.changes +++ b/hledger-ui.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 19 07:44:33 UTC 2020 - Michel Normand + +- Add _constraints with 6GB min disk space for ppc64/ppc64le + ------------------------------------------------------------------- Tue Aug 18 10:46:52 UTC 2020 - Peter Simons