[ghc-hashed-storage] update to 0.5.9

Jens Petersen petersen at fedoraproject.org
Thu Oct 13 07:11:28 UTC 2011


commit 8ce1146b1e69900b863562937646b0ece7337802
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Oct 13 16:11:26 2011 +0900

    update to 0.5.9

 .gitignore              |    1 +
 ghc-hashed-storage.spec |   11 +++++++++--
 sources                 |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 25ec80b..4770647 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ hashed-storage-0.4.13.tar.gz
 /hashed-storage-0.5.6.tar.gz
 /hashed-storage-0.5.7.tar.gz
 /hashed-storage-0.5.8.tar.gz
+/hashed-storage-0.5.9.tar.gz
diff --git a/ghc-hashed-storage.spec b/ghc-hashed-storage.spec
index 61c72a1..c40d4e6 100644
--- a/ghc-hashed-storage.spec
+++ b/ghc-hashed-storage.spec
@@ -11,18 +11,22 @@ tree and an indexed plain tree (where the index maintains hashes of the plain\
 files and directories).
 
 Name:           ghc-%{pkg_name}
-Version:        0.5.8
-Release:        1%{?dist}.1
+Version:        0.5.9
+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
+%if %{undefined without_hscolour}
 BuildRequires:  hscolour
+%endif
+# END cabal2spec
 BuildRequires:  ghc-binary-prof, ghc-dataenc-prof, ghc-directory-prof, ghc-extensible-exceptions-prof, ghc-mmap-prof, ghc-mtl-prof, ghc-zlib-prof
 
 %description
@@ -49,6 +53,9 @@ BuildRequires:  ghc-binary-prof, ghc-dataenc-prof, ghc-directory-prof, ghc-exten
 
 
 %changelog
+* Thu Oct 13 2011 Jens Petersen <petersen at redhat.com> - 0.5.9-1
+- update to 0.5.9
+
 * Tue Oct 11 2011 Peter Schiffer <pschiffe at redhat.com> - 0.5.8-1.1
 - rebuild with new gmp
 
diff --git a/sources b/sources
index ad2fae2..c84f04b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31abd73fc4566e04b056fc22acdec2aa  hashed-storage-0.5.8.tar.gz
+a3514e631d1f8b653526dbefacf34575  hashed-storage-0.5.9.tar.gz


More information about the scm-commits mailing list