From 83baec3334a406449a0b35ea07a221734c58d607 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Feb 26 2017 11:40:19 +0000 Subject: exclude i686 due to gcc7 __float128 --- diff --git a/ghc-gtksourceview2.spec b/ghc-gtksourceview2.spec index a5ab6b3..e1f1987 100644 --- a/ghc-gtksourceview2.spec +++ b/ghc-gtksourceview2.spec @@ -27,6 +27,8 @@ BuildRequires: ghc-text-devel BuildRequires: gtk2hs-buildtools BuildRequires: pkgconfig(gtksourceview-2.0) # End cabal-rpm deps +# preprocessing gcc7 __float128 failing +ExcludeArch: %{ix86} %description GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget @@ -83,6 +85,7 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version} %changelog * Thu Feb 23 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.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild