From 726e393616499c43501a1e4fd700e407ce09499e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 1 Jun 2018 16:18:08 +0900 Subject: [PATCH] disable the testsuite to preserve hash --- ghc-hslua-module-text.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghc-hslua-module-text.spec b/ghc-hslua-module-text.spec index 5e8102d..daef06d 100644 --- a/ghc-hslua-module-text.spec +++ b/ghc-hslua-module-text.spec @@ -4,11 +4,11 @@ %global pkg_name hslua-module-text %global pkgver %{pkg_name}-%{version} -%bcond_without tests +%bcond_with tests Name: ghc-%{pkg_name} Version: 0.1.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Lua module for text License: MIT @@ -79,6 +79,9 @@ files. %changelog +* Fri Jun 1 2018 Jens Petersen - 0.1.2.1-4 +- disable the testsuite to preserve hash + * Wed May 30 2018 Jens Petersen - 0.1.2.1-3 - bump release over pandoc