[ghc-smallcheck] Updated to 1.0.2

Shakthi Kannan shakthimaan at fedoraproject.org
Mon Apr 22 10:37:00 UTC 2013


commit 0cf503337b2b2dded6604fc871c7f61c6ca4179f
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Mon Apr 22 15:57:17 2013 +0530

    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 <shakthimaan [AT] fedoraproject dot org> - 1.0.2-1
+- new upstream version 1.0.2
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list