From 7b5a7af4efef5380bb26f29a7fcdf51dd6dce560 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 26 Feb 2019 21:58:32 +0100 Subject: [PATCH] Update version to 2.7.0 Signed-off-by: David Abdurachmanov --- ghc-hspec.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghc-hspec.spec b/ghc-hspec.spec index 0922504..ceb2a12 100644 --- a/ghc-hspec.spec +++ b/ghc-hspec.spec @@ -7,8 +7,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.4.8 -Release: 2.0.riscv64%{?dist} +Version: 2.7.0 +Release: 1.0.riscv64%{?dist} Summary: A Testing Framework for Haskell License: MIT @@ -95,6 +95,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Tue Feb 26 2019 David Abdurachmanov - 2.7.0-1.0.riscv64 +- Update version to 2.7.0 + * Tue Feb 26 2019 David Abdurachmanov - 2.4.8-2.0.riscv64 - Rebuild for RISC-V (new QuickCheck version)