[ghc-cryptohash] update to 0.8.3

Jens Petersen petersen at fedoraproject.org
Tue Mar 12 07:25:48 UTC 2013


commit e5e866df3342b7ea06cd8afc75ba5085addce3d7
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Mar 12 16:25:43 2013 +0900

    update to 0.8.3
    
    replace cryptohash-cryptoapi-flag.patch with cabal-tweak-flag

 .gitignore          |    1 +
 ghc-cryptohash.spec |   10 ++++++----
 sources             |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 84c2566..aefc16e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /cryptohash-0.7.4.tar.gz
 /cryptohash-0.7.5.tar.gz
+/cryptohash-0.8.3.tar.gz
diff --git a/ghc-cryptohash.spec b/ghc-cryptohash.spec
index a0f3790..e922916 100644
--- a/ghc-cryptohash.spec
+++ b/ghc-cryptohash.spec
@@ -11,14 +11,13 @@ in others languages.  The implementations are made in C with\
 a Haskell FFI wrapper that hide the C implementation.
 
 Name:           ghc-%{pkg_name}
-Version:        0.7.5
-Release:        5%{?dist}
+Version:        0.8.3
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 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
-Patch0:         cryptohash-cryptoapi-flag.patch
 
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
@@ -32,7 +31,7 @@ BuildRequires:  ghc-bytestring-devel
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-%patch0 -p1 -b .orig
+cabal-tweak-flag cryptoapi False
 
 
 %build
@@ -58,6 +57,9 @@ rm %{buildroot}%{_datadir}/%{pkg_name}-%{version}/README.md
 
 
 %changelog
+* Tue Mar 12 2013 Jens Petersen <petersen at redhat.com> - 0.8.3-1
+- update to 0.8.3
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.5-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 39c4a8c..7030d48 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-296938b274eee9a2d805b117450f8bfd  cryptohash-0.7.5.tar.gz
+50f98f0b5f625b3a7afb19a017eec60b  cryptohash-0.8.3.tar.gz


More information about the scm-commits mailing list