diff --git a/ghc-vector-algorithms.changes b/ghc-vector-algorithms.changes index ef4da66..f7a891d 100644 --- a/ghc-vector-algorithms.changes +++ b/ghc-vector-algorithms.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + +------------------------------------------------------------------- +Sun Dec 6 23:30:50 UTC 2020 - psimons@suse.com + +- Update vector-algorithms to version 0.8.0.4. + ## Version 0.8.0.4 (2020-12-06) + + - Fix out of range access in Intro.partialSort. + - Update QuickCheck dependency bounds. + ------------------------------------------------------------------- Tue Aug 18 10:46:32 UTC 2020 - Peter Simons diff --git a/ghc-vector-algorithms.spec b/ghc-vector-algorithms.spec index 1f78de9..efd40d7 100644 --- a/ghc-vector-algorithms.spec +++ b/ghc-vector-algorithms.spec @@ -19,7 +19,7 @@ %global pkg_name vector-algorithms %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.8.0.3 +Version: 0.8.0.4 Release: 0 Summary: Efficient algorithms for vector arrays License: BSD-3-Clause @@ -30,6 +30,12 @@ BuildRequires: ghc-bytestring-devel BuildRequires: ghc-primitive-devel BuildRequires: ghc-rpm-macros 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-QuickCheck-devel BuildRequires: ghc-containers-devel diff --git a/vector-algorithms-0.8.0.3.tar.gz b/vector-algorithms-0.8.0.3.tar.gz deleted file mode 100644 index c819cec..0000000 --- a/vector-algorithms-0.8.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ac41f014663fd318b34a76b80e6d8f32f1629ef4996ae7304f31597a0d07387 -size 26559 diff --git a/vector-algorithms-0.8.0.4.tar.gz b/vector-algorithms-0.8.0.4.tar.gz new file mode 100644 index 0000000..df21460 --- /dev/null +++ b/vector-algorithms-0.8.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76176a56778bf30a275b1089ee6db24ec6c67d92525145f8dfe215b80137af3b +size 26681