From f6f35d3ee4a51a2bc6ccb145eeb552a77d427386 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Oct 08 2019 03:36:36 +0000 Subject: exclude ppc64le because of #1737587 --- diff --git a/ghc-gtksourceview2.spec b/ghc-gtksourceview2.spec index 89666d5..cc60efb 100644 --- a/ghc-gtksourceview2.spec +++ b/ghc-gtksourceview2.spec @@ -30,7 +30,7 @@ BuildRequires: gtk2hs-buildtools BuildRequires: pkgconfig(gtksourceview-2.0) # End cabal-rpm deps # preprocessing gcc7 __float128 failing -ExcludeArch: %{ix86} +ExcludeArch: %{ix86} ppc64le %description GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget @@ -115,8 +115,9 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version} %changelog -* Fri Aug 02 2019 Jens Petersen - 0.13.3.1-11 +* Tue Oct 8 2019 Jens Petersen - 0.13.3.1-11 - add doc and prof subpackages (cabal-rpm-1.0.0) +- exclude ppc64le because of #1737587 * Thu Jul 25 2019 Fedora Release Engineering - 0.13.3.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild