SHA256
1
0
forked from pool/ghc-aeson

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
This commit is contained in:
Peter Simons 2023-08-04 17:08:25 +00:00 committed by Git OBS Bridge
parent f91478932a
commit b53198dd37
3 changed files with 7 additions and 3 deletions

View File

@ -7,7 +7,6 @@
<overwrite> <overwrite>
<conditions> <conditions>
<arch>s390x</arch> <arch>s390x</arch>
<arch>riscv64</arch>
</conditions> </conditions>
<hardware> <hardware>
<physicalmemory> <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> 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 # Copyright (c) 2023 SUSE LLC
# #
@ -132,7 +132,7 @@ Summary: Haskell %{pkg_name} library development files
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version} Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version} Requires(postun):ghc-compiler = %{ghc_version}
%description devel %description devel
This package provides the Haskell %{pkg_name} library development files. This package provides the Haskell %{pkg_name} library development files.