SHA256
1
0
forked from pool/ghc-aeson

Accepting request 1103126 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1103126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-aeson?expand=0&rev=42
This commit is contained in:
Dominique Leuenberger 2023-08-09 15:26:26 +00:00 committed by Git OBS Bridge
commit ccc8625a38
3 changed files with 7 additions and 3 deletions

View File

@ -7,7 +7,6 @@
<overwrite>
<conditions>
<arch>s390x</arch>
<arch>riscv64</arch>
</conditions>
<hardware>
<physicalmemory>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 2 10:29:03 UTC 2023 - Andreas Schwab <schwab@suse.de>
- Reduce memory constraints for riscv64
-------------------------------------------------------------------
Thu Mar 30 17:05:43 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -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.