From 0766122aad7305fa47f20de25b6fa9c12fe1a543 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 20 Feb 2020 22:07:44 +0800 Subject: [PATCH] enable tests --- ghc-microlens-th.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghc-microlens-th.spec b/ghc-microlens-th.spec index 195862d..d5c1f13 100644 --- a/ghc-microlens-th.spec +++ b/ghc-microlens-th.spec @@ -4,11 +4,11 @@ %global pkg_name microlens-th %global pkgver %{pkg_name}-%{version} -%bcond_with tests +%bcond_without tests Name: ghc-%{pkg_name} Version: 0.4.2.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Automatic generation of record lenses for microlens License: BSD @@ -127,6 +127,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Thu Feb 20 2020 Jens Petersen - 0.4.2.3-6 +- enable tests + * Wed Feb 19 2020 Jens Petersen - 0.4.2.3-5 - refresh to cabal-rpm-2.0.2