From 0cf503337b2b2dded6604fc871c7f61c6ca4179f Mon Sep 17 00:00:00 2001 From: Shakthi Kannan Date: Mon, 22 Apr 2013 15:57:17 +0530 Subject: [PATCH] Updated to 1.0.2 --- .gitignore | 1 + ghc-smallcheck.spec | 13 +++++++++---- sources | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 4b9b758..fa5cc18 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /smallcheck-0.6.1.tar.gz +/smallcheck-1.0.2.tar.gz diff --git a/ghc-smallcheck.spec b/ghc-smallcheck.spec index 5f37843..04bbe14 100644 --- a/ghc-smallcheck.spec +++ b/ghc-smallcheck.spec @@ -9,8 +9,8 @@ all test cases up to some depth. The test cases are generated automatically. Name: ghc-%{pkg_name} -Version: 0.6.1 -Release: 4%{?dist} +Version: 1.0.2 +Release: 1%{?dist} Summary: %{common_summary} License: BSD @@ -20,6 +20,9 @@ Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{versio BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: +BuildRequires: ghc-logict-devel +BuildRequires: ghc-mtl-devel +BuildRequires: ghc-pretty-devel # End cabal-rpm deps BuildRequires: ghc-dlist-devel @@ -28,7 +31,6 @@ BuildRequires: ghc-dlist-devel %prep %setup -q -n %{pkg_name}-%{version} -chmod -x examples/run-examples.sh %build %ghc_lib_build @@ -43,9 +45,12 @@ chmod -x examples/run-examples.sh %ghc_devel_post_postun %ghc_files LICENSE -%doc examples README.md +%doc README.md %changelog +* Mon Mar 18 2013 Shakthi Kannan - 1.0.2-1 +- new upstream version 1.0.2 + * Wed Feb 13 2013 Fedora Release Engineering - 0.6.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 4aa3cfb..57a0efa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -133eaace073cfd563763434b34740409 smallcheck-0.6.1.tar.gz +8eb02e57d1528e32808b4ceee036c369 smallcheck-1.0.2.tar.gz