[ghc-conduit] update to 0.3.0 - depends on resourcet

Jens Petersen petersen at fedoraproject.org
Tue Apr 10 04:41:41 UTC 2012


commit dda382bb99c915db84abbef1989026f3995b3411
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Apr 10 13:41:32 2012 +0900

    update to 0.3.0 - depends on resourcet

 .gitignore       |    1 +
 ghc-conduit.spec |    9 +++++++--
 sources          |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8386fa3..5479427 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /conduit-0.2.0.tar.gz
 /conduit-0.2.2.tar.gz
+/conduit-0.3.0.tar.gz
diff --git a/ghc-conduit.spec b/ghc-conduit.spec
index ee62491..1e61ca4 100644
--- a/ghc-conduit.spec
+++ b/ghc-conduit.spec
@@ -12,8 +12,8 @@ issues with different trade-offs based on real-world experience with\
 enumerators. For more information, see http://www.yesodweb.com/book/conduit.
 
 Name:           ghc-%{pkg_name}
-Version:        0.2.2
-Release:        2%{?dist}
+Version:        0.3.0
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -27,6 +27,7 @@ BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 # END cabal2spec
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-lifted-base-devel
+BuildRequires:  ghc-resourcet-devel
 BuildRequires:  ghc-text-devel
 
 %description
@@ -58,6 +59,10 @@ BuildRequires:  ghc-text-devel
 
 
 %changelog
+* Tue Apr 10 2012 Jens Petersen <petersen at redhat.com> - 0.3.0-1
+- update to 0.3.0
+- depends on resourcet
+
 * Thu Mar 22 2012 Jens Petersen <petersen at redhat.com> - 0.2.2-2
 - add license to ghc_files
 
diff --git a/sources b/sources
index 03e6b73..ff2934a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e29c4f46583287cb6c916611bcd84457  conduit-0.2.2.tar.gz
+647c9e755955e01e63d76d988a674117  conduit-0.3.0.tar.gz


More information about the scm-commits mailing list