From fb4f328eeca9c1bb59cc42fc7fb1d95a5e63363c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 6 Mar 2018 20:58:34 +0900 Subject: [PATCH] disable testsuite: it affected the package hash --- ghc-typed-process.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ghc-typed-process.spec b/ghc-typed-process.spec index 7680d73..078c50f 100644 --- a/ghc-typed-process.spec +++ b/ghc-typed-process.spec @@ -4,15 +4,16 @@ %global pkg_name typed-process %global pkgver %{pkg_name}-%{version} -%ifnarch s390x -%bcond_without tests -%else +# testsuite disabled for ghc-8.2.2 since it changed ABI hash +#%%ifnarch s390x +#%%bcond_without tests +#%%else %bcond_with tests -%endif +#%%endif Name: ghc-%{pkg_name} Version: 0.2.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Run external processes, with strong typing of streams License: MIT @@ -92,6 +93,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Tue Mar 6 2018 Jens Petersen - 0.2.1.0-4 +- disable testsuite since it affected the package hash + * Fri Feb 23 2018 Jens Petersen - 0.2.1.0-3 - bump over conduit-extra