From b53198dd37dce743bb1d07d717294c5733f460a3eb16e9c2d314e654ec02e5ed Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Aug 2023 17:08:25 +0000 Subject: [PATCH] Accepting request 1101973 from home:Andreas_Schwab:riscv:ghc - Reduce memory constraints for riscv64 OBS-URL: https://build.opensuse.org/request/show/1101973 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson?expand=0&rev=83 --- _constraints | 1 - ghc-aeson.changes | 5 +++++ ghc-aeson.spec | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/_constraints b/_constraints index a774c18..f6e7180 100644 --- a/_constraints +++ b/_constraints @@ -7,7 +7,6 @@ s390x - riscv64 diff --git a/ghc-aeson.changes b/ghc-aeson.changes index 479bf58..fc263b2 100644 --- a/ghc-aeson.changes +++ b/ghc-aeson.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 2 10:29:03 UTC 2023 - Andreas Schwab + +- Reduce memory constraints for riscv64 + ------------------------------------------------------------------- Thu Mar 30 17:05:43 UTC 2023 - Peter Simons diff --git a/ghc-aeson.spec b/ghc-aeson.spec index 92a07c3..89aeda4 100644 --- a/ghc-aeson.spec +++ b/ghc-aeson.spec @@ -1,5 +1,5 @@ # -# spec file for package ghc-aeson +# spec file # # Copyright (c) 2023 SUSE LLC # @@ -132,7 +132,7 @@ Summary: Haskell %{pkg_name} library development files Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} -Requires(postun): ghc-compiler = %{ghc_version} +Requires(postun):ghc-compiler = %{ghc_version} %description devel This package provides the Haskell %{pkg_name} library development files.