SHA256
1
0
forked from pool/hledger

Accepting request 829519 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/829519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hledger?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2020-08-28 19:42:11 +00:00 committed by Git OBS Bridge
commit 702c23ee36
3 changed files with 25 additions and 1 deletions

14
_constraints Normal file
View File

@ -0,0 +1,14 @@
<constraints>
<overwrite>
<conditions>
<arch>ppc64</arch>
<arch>ppc64le</arch>
</conditions>
<hardware>
<disk>
<size unit="G">6</size>
</disk>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Aug 19 07:37:40 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
- Add _constraints with 6GB min disk space for ppc64/ppc64le
-------------------------------------------------------------------
Tue Aug 18 10:46:51 UTC 2020 - Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
-------------------------------------------------------------------
Mon Jun 22 02:00:26 UTC 2020 - psimons@suse.com

View File

@ -97,7 +97,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
This package provides the Haskell %{name} library development files.
%prep
%setup -q
%autosetup
cp -p %{SOURCE1} %{name}.cabal
%build