From ce88cde65219b84c8fc3eaca943891a3fa9107cd Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Feb 26 2017 01:23:28 +0000 Subject: exclude i686 due to gcc7 __float128 --- diff --git a/ghc-glib.spec b/ghc-glib.spec index 1c4deff..53fe131 100644 --- a/ghc-glib.spec +++ b/ghc-glib.spec @@ -25,6 +25,8 @@ BuildRequires: ghc-utf8-string-devel BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-2.0) # End cabal-rpm deps +# preprocessing gcc7 __float128 failing +ExcludeArch: %{ix86} %description GLib is a collection of C data structures and utility functions for the GObject @@ -81,6 +83,8 @@ This package provides the Haskell %{pkg_name} library development files. %changelog * Wed Feb 22 2017 Jens Petersen - 0.13.4.1-1 - update to 0.13.4.1 +- exclude i686 due to gcc7 __float128 + * Fri Feb 10 2017 Fedora Release Engineering - 0.13.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild