diff --git a/dhall-yaml-1.2.3.tar.gz b/dhall-yaml-1.2.3.tar.gz deleted file mode 100644 index df08d7f..0000000 --- a/dhall-yaml-1.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3551fcc5685d65211aed5ec0d01ff3c2c547506261941fd25cb451f725e82d8 -size 20741 diff --git a/dhall-yaml-1.2.4.tar.gz b/dhall-yaml-1.2.4.tar.gz new file mode 100644 index 0000000..0c8d1cb --- /dev/null +++ b/dhall-yaml-1.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f556e8b47a953af37a9c6985ac525d4b81e11d83ebd72a79903f552a36ea176 +size 20749 diff --git a/dhall-yaml.changes b/dhall-yaml.changes index 52ed79f..d200b18 100644 --- a/dhall-yaml.changes +++ b/dhall-yaml.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- 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 diff --git a/dhall-yaml.spec b/dhall-yaml.spec index d0edad5..098950d 100644 --- a/dhall-yaml.spec +++ b/dhall-yaml.spec @@ -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