From 55d2c1982fbca931d64d9054e2190e55fe1a6c96 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 20 Jul 2020 11:26:08 +0800 Subject: [PATCH] enable ppc64le gtk2hs-buildtools builds with -O0 --- ghc-glib.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ghc-glib.spec b/ghc-glib.spec index 6444cc3..ca69dd9 100644 --- a/ghc-glib.spec +++ b/ghc-glib.spec @@ -6,7 +6,7 @@ Name: ghc-%{pkg_name} Version: 0.13.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Binding to the GLIB library for Gtk2Hs License: LGPLv2+ @@ -27,7 +27,6 @@ BuildRequires: ghc-utf8-string-prof BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-2.0) # End cabal-rpm deps -ExcludeArch: ppc64le %description GLib is a collection of C data structures and utility functions for the GObject @@ -115,6 +114,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Mon Jul 20 2020 Jens Petersen - 0.13.8.1-2 +- re-enable ppc64le + * Thu Jul 16 2020 Jens Petersen - 0.13.8.1-1 - update to 0.13.8.1