osc copypac from project:devel:languages:haskell:ghc-8.10.x package:dhall-yaml revision:6, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/dhall-yaml?expand=0&rev=7
This commit is contained in:
Ondřej Súkup 2020-12-18 12:51:28 +00:00 committed by Git OBS Bridge
parent cfdbe6d5cb
commit e05bdc4f9f
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3551fcc5685d65211aed5ec0d01ff3c2c547506261941fd25cb451f725e82d8
size 20741

3
dhall-yaml-1.2.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f556e8b47a953af37a9c6985ac525d4b81e11d83ebd72a79903f552a36ea176
size 20749

View File

@ -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:06 UTC 2020 - psimons@suse.com
- Update dhall-yaml to version 1.2.4.
1.2.4
* Build against `dhall-1.37.0`
-------------------------------------------------------------------
Thu Oct 22 02:00:45 UTC 2020 - psimons@suse.com

View File

@ -19,7 +19,7 @@
%global pkg_name dhall-yaml
%bcond_with tests
Name: %{pkg_name}
Version: 1.2.3
Version: 1.2.4
Release: 0
Summary: Convert between Dhall and YAML
License: GPL-3.0-or-later
@ -41,6 +41,12 @@ BuildRequires: ghc-prettyprinter-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-text-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-expected-failure-devel