From 6feb3a84e9ffcd5da8707e88611d15b3d2df7b40 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Feb 26 2017 01:26:24 +0000 Subject: exclude i686 due to gcc7 __float128 --- diff --git a/ghc-gtk3.spec b/ghc-gtk3.spec index e2882e0..361be19 100644 --- a/ghc-gtk3.spec +++ b/ghc-gtk3.spec @@ -30,6 +30,8 @@ BuildRequires: ghc-text-devel BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(gtk+-3.0) # End cabal-rpm deps +# preprocessing gcc7 __float128 failing +ExcludeArch: %{ix86} %description This is the core library of the Gtk2Hs suite of libraries for Haskell based on @@ -90,6 +92,7 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version} %changelog * Wed Feb 22 2017 Jens Petersen - 0.14.6-1 - update to 0.14.6 +- exclude i686 due to gcc7 __float128 * Fri Feb 10 2017 Fedora Release Engineering - 0.14.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild