From 30fd09cff0753408703c64276a709d70bb6d9abf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Feb 26 2017 01:24:05 +0000 Subject: exclude i686 due to gcc7 __float128 --- diff --git a/ghc-gio.spec b/ghc-gio.spec index 67b0dd3..4ade7d3 100644 --- a/ghc-gio.spec +++ b/ghc-gio.spec @@ -25,6 +25,8 @@ BuildRequires: ghc-gtk2hs-buildtools-devel BuildRequires: ghc-mtl-devel BuildRequires: pkgconfig(gio-2.0) # End cabal-rpm deps +# preprocessing gcc7 __float128 failing +ExcludeArch: %{ix86} %description GIO is striving to provide a modern, easy-to-use VFS API that sits at the right @@ -83,6 +85,7 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version} %changelog * Wed Feb 22 2017 Jens Petersen - 0.13.3.1-1 - update to 0.13.3.1 +- exclude i686 due to gcc7 __float128 * Fri Feb 10 2017 Fedora Release Engineering - 0.13.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild