forked from pool/dhall-json
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:dhall-json revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/dhall-json?expand=0&rev=8
This commit is contained in:
parent
6651e5409b
commit
dd911b2d1f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d8e525dfbbfc7abce0356fff5e3e359e1af68a069c0e383acd667e031b1412b
|
||||
size 33585
|
3
dhall-json-1.7.4.tar.gz
Normal file
3
dhall-json-1.7.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c98e13cd6c4cda015bdbbf28b6d64c3f559b149e314577f6db315cb5f9d9f4e3
|
||||
size 33597
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- force i686 arch on i586
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 7 06:53:58 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update dhall-json to version 1.7.4.
|
||||
1.7.4
|
||||
|
||||
* Build against `dhall-1.37.0`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 22 02:01:06 UTC 2020 - psimons@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name dhall-json
|
||||
%bcond_with tests
|
||||
Name: %{pkg_name}
|
||||
Version: 1.7.3
|
||||
Version: 1.7.4
|
||||
Release: 0
|
||||
Summary: Convert between Dhall and JSON or YAML
|
||||
License: BSD-3-Clause
|
||||
@ -45,6 +45,12 @@ BuildRequires: ghc-scientific-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-unordered-containers-devel
|
||||
BuildRequires: ghc-vector-devel
|
||||
# GHC dont support i586
|
||||
%ifarch %{ix86}
|
||||
ExclusiveArch: i586 i686
|
||||
ExclusiveArch: i686
|
||||
%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic}
|
||||
%endif
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-tasty-devel
|
||||
BuildRequires: ghc-tasty-hunit-devel
|
||||
|
Loading…
Reference in New Issue
Block a user