From c24c1fd9eb6c8d2839a780d811a797807e76bb6b36b4e059f9b34a21bb0ebc00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 7 Sep 2021 15:04:11 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hledger-lib revision:25, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hledger-lib?expand=0&rev=27 --- ghc-hledger-lib.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc-hledger-lib.spec b/ghc-hledger-lib.spec index 1a525cb..96eca12 100644 --- a/ghc-hledger-lib.spec +++ b/ghc-hledger-lib.spec @@ -93,6 +93,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep %autosetup -n %{pkg_name}-%{version} +cabal-tweak-dep-ver 'base-compat-batteries' '<0.12' '<0.13' %build %ghc_lib_build From 38d55fdb9d71cdf491ad3e380350fddde1c8910f2133980faf187751949f9447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 7 Sep 2021 19:01:14 +0000 Subject: [PATCH 2/2] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hledger-lib revision:29, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hledger-lib?expand=0&rev=28 --- _constraints | 2 +- ghc-hledger-lib.changes | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/_constraints b/_constraints index ba02297..4496146 100644 --- a/_constraints +++ b/_constraints @@ -1,7 +1,7 @@ - 4 + 5 diff --git a/ghc-hledger-lib.changes b/ghc-hledger-lib.changes index 0fdb80a..fa6f09e 100644 --- a/ghc-hledger-lib.changes +++ b/ghc-hledger-lib.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Sep 7 08:28:49 UTC 2021 - Guillaume GARDET + +- Increase RAM required in _constraints to match the current + requirements and avoid OOM errors seen on aarch64 + +------------------------------------------------------------------- +Tue Sep 7 03:45:51 UTC 2021 - Ondřej Súkup + +- relax dependency on base-compat-batteries + ------------------------------------------------------------------- Sun Aug 8 22:05:02 UTC 2021 - psimons@suse.com