[ghc-crypto-api] allow tagged 0.6

Jens Petersen petersen at fedoraproject.org
Wed Jun 19 07:44:48 UTC 2013


commit b16106c67000e38ff619670695709c2aa44edaf2
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Jun 19 16:44:30 2013 +0900

    allow tagged 0.6

 ghc-crypto-api.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ghc-crypto-api.spec b/ghc-crypto-api.spec
index 77de57d..8ef1742 100644
--- a/ghc-crypto-api.spec
+++ b/ghc-crypto-api.spec
@@ -4,7 +4,7 @@
 
 Name:           ghc-%{pkg_name}
 Version:        0.11
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A generic interface for cryptographic operations
 
 License:        BSD
@@ -43,6 +43,7 @@ This package provides the development files for the Haskell %{pkg_name} library.
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cabal-tweak-dep-ver tagged '< 0.5' '< 0.7'
 
 
 %build
@@ -69,9 +70,11 @@ This package provides the development files for the Haskell %{pkg_name} library.
 
 
 %changelog
+* Wed Jun 19 2013 Jens Petersen <petersen at redhat.com> - 0.11-3
+- allow tagged 0.6
+
 * Wed Jun 19 2013 Jens Petersen <petersen at redhat.com> - 0.11-2
 - update to new simplified Haskell Packaging Guidelines
-- disable failing haddock on F17
 
 * Fri Mar 22 2013 Fedora Haskell SIG <haskell at lists.fedoraproject.org> - 0.11-1
 - spec file generated by cabal-rpm-0.7.1


More information about the scm-commits mailing list