[ghc-smallcheck] update to 1.1.1

Jens Petersen petersen at fedoraproject.org
Wed Aug 27 05:45:22 UTC 2014


commit 5b7bcac73e3b9b2b65b2809f15156e04d615ca86
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Aug 27 14:45:11 2014 +0900

    update to 1.1.1

 .gitignore          |    1 +
 ghc-smallcheck.spec |   21 +++++++++++++++------
 sources             |    2 +-
 3 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a9d966d..912b333 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /smallcheck-0.6.1.tar.gz
 /smallcheck-1.0.2.tar.gz
 /smallcheck-1.0.4.tar.gz
+/smallcheck-1.1.1.tar.gz
diff --git a/ghc-smallcheck.spec b/ghc-smallcheck.spec
index 81cf3d5..51d58c5 100644
--- a/ghc-smallcheck.spec
+++ b/ghc-smallcheck.spec
@@ -2,14 +2,17 @@
 
 %global pkg_name smallcheck
 
+# no useful debuginfo for Haskell packages without C sources
+%global debug_package %{nil}
+
 Name:           ghc-%{pkg_name}
-Version:        1.0.4
-Release:        4%{?dist}
+Version:        1.1.1
+Release:        1%{?dist}
 Summary:        A property-based testing library
 
 License:        BSD
 URL:            http://hackage.haskell.org/package/%{pkg_name}
-Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+Source0:        http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
@@ -20,16 +23,18 @@ BuildRequires:  ghc-pretty-devel
 # End cabal-rpm deps
 
 %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.
+SmallCheck is a testing library that allows to verify properties for all test
+cases up to some depth. The test cases are generated automatically by
+SmallCheck.
 
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
+Provides:       %{name}-static = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
@@ -64,6 +69,10 @@ This package provides the Haskell %{pkg_name} library development files.
 
 
 %changelog
+* Wed Aug 27 2014 Jens Petersen <petersen at redhat.com> - 1.1.1-1
+- update to 1.1.1
+- refresh to cblrpm-0.8.11
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.4-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 5d02af4..db2877c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31b004152f04a103ff05f48661302284  smallcheck-1.0.4.tar.gz
+025955110b8831a8db1e5558e461bfc5  smallcheck-1.1.1.tar.gz


More information about the scm-commits mailing list