From 6e408f4b82b06ecf46ec561652bfa4ef66a5d283 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 14 Aug 2019 16:48:53 +0200 Subject: [PATCH] disable testsuite since it caused ABI hash change --- ghc-zlib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghc-zlib.spec b/ghc-zlib.spec index 0a6ba43..0e16e1c 100644 --- a/ghc-zlib.spec +++ b/ghc-zlib.spec @@ -4,11 +4,11 @@ %global pkg_name zlib %global pkgver %{pkg_name}-%{version} -%bcond_without tests +%bcond_with tests Name: ghc-%{pkg_name} Version: 0.6.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Compression and decompression in the gzip and zlib formats License: BSD @@ -127,6 +127,9 @@ cabal-tweak-remove-upperbound tasty-quickcheck %changelog +* Wed Aug 14 2019 Jens Petersen - 0.6.2-7 +- disable testsuite since it caused ABI hash change + * Wed Aug 14 2019 Jens Petersen - 0.6.2-6 - enable testsuite