exclude i686 due to gcc7 __float128

This commit is contained in:
Jens Petersen 2017-02-26 10:21:00 +09:00
parent 2bca5160d3
commit ce88cde652
1 changed files with 4 additions and 0 deletions

View File

@ -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 <petersen@redhat.com> - 0.13.4.1-1
- update to 0.13.4.1
- exclude i686 due to gcc7 __float128
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild