From 560889b3eeed70de094af6462b911ab695d55d39 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 6 Jun 2016 18:43:51 +0900 Subject: [PATCH] update to 2.8.1 This reverts commit ecff0415d87bc4fd88ebe61e5922a4b892352c50. --- .gitignore | 1 + ghc-QuickCheck.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ba8c226..247cf1a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ QuickCheck-2.1.1.1.tar.gz /QuickCheck-2.4.2.tar.gz /QuickCheck-2.6.tar.gz /QuickCheck-2.7.6.tar.gz +/QuickCheck-2.8.1.tar.gz diff --git a/ghc-QuickCheck.spec b/ghc-QuickCheck.spec index c2c07e6..a6a76b6 100644 --- a/ghc-QuickCheck.spec +++ b/ghc-QuickCheck.spec @@ -6,8 +6,8 @@ Name: ghc-%{pkg_name} # part of haskell-platform -Version: 2.7.6 -Release: 3%{?dist} +Version: 2.8.1 +Release: 1%{?dist} Summary: Automatic testing of Haskell programs License: BSD @@ -17,6 +17,7 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: +BuildRequires: ghc-containers-devel BuildRequires: ghc-random-devel BuildRequires: ghc-template-haskell-devel BuildRequires: ghc-tf-random-devel @@ -61,6 +62,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -77,14 +80,17 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files -%doc examples README +%doc README examples %changelog +* Mon Jun 6 2016 Jens Petersen - 2.8.1-1 +- update to 2.8.1 + * Wed Feb 03 2016 Fedora Release Engineering - 2.7.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 6a33479..c548881 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b936f766ffc9f41feb041beaf96b5fe5 QuickCheck-2.7.6.tar.gz +de1e7cdfc5dc7696b6473ed17ad02983 QuickCheck-2.8.1.tar.gz