[ghc-smallcheck/f18] Updated to 1.0.2

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


commit 9922c3d9938a87a4f9a2028fb249467dabcd444f
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Mon Apr 22 15:57:35 2013 +0530

    Updated to 1.0.2

 .gitignore          |    1 +
 ghc-smallcheck.spec |   37 ++++++++++++++++++++++---------------
 sources             |    2 +-
 3 files changed, 24 insertions(+), 16 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 5b59ff2..04bbe14 100644
--- a/ghc-smallcheck.spec
+++ b/ghc-smallcheck.spec
@@ -1,4 +1,3 @@
-# cabal2spec-0.25
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
@@ -6,25 +5,25 @@
 
 %global common_summary A testing library to verify properties of test cases
 
-%global common_description SmallCheck is a testing library to verify\
- properties for all test cases up to some depth. The test cases are\
- generated automatically by SmallCheck. 
+%global common_description SmallCheck is a testing library that allows to verify properties for\
+all test cases up to some depth. The test cases are generated automatically.
 
 Name:           ghc-%{pkg_name}
-Version:        0.6.1
-Release:        2%{?dist}
+Version:        1.0.2
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
-Group:          System Environment/Libraries
 License:        BSD
-# BEGIN cabal2spec
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
-ExclusiveArch:  %{ghc_arches}
-BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
-# END cabal2spec
 
+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
 
 %description
@@ -32,7 +31,6 @@ BuildRequires:  ghc-dlist-devel
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-chmod -x examples/run-examples.sh
 
 %build
 %ghc_lib_build
@@ -40,16 +38,25 @@ chmod -x examples/run-examples.sh
 %install
 %ghc_lib_install
 
-# devel subpackage
 %ghc_devel_package
 
 %ghc_devel_description
 
 %ghc_devel_post_postun
 
-%ghc_files LICENSE examples Test
+%ghc_files LICENSE
+%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
+
+* Sat Nov 17 2012 Jens Petersen <petersen at redhat.com> - 0.6.1-3
+- update with cabal-rpm
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_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