[ghc-blaze-builder-conduit] update to 0.5.0.1

Jens Petersen petersen at fedoraproject.org
Fri Nov 9 13:33:12 UTC 2012


commit 8c9da409ca86fc2990acc1389b143e825aebb998
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Nov 9 22:33:00 2012 +0900

    update to 0.5.0.1

 .gitignore                     |    1 +
 ghc-blaze-builder-conduit.spec |   26 +++++++++++++++-----------
 sources                        |    2 +-
 3 files changed, 17 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cb2df27..986d30e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /blaze-builder-conduit-0.3.0.tar.gz
 /blaze-builder-conduit-0.4.0.1.tar.gz
 /blaze-builder-conduit-0.4.0.2.tar.gz
+/blaze-builder-conduit-0.5.0.1.tar.gz
diff --git a/ghc-blaze-builder-conduit.spec b/ghc-blaze-builder-conduit.spec
index e55b1d3..f7b2ddf 100644
--- a/ghc-blaze-builder-conduit.spec
+++ b/ghc-blaze-builder-conduit.spec
@@ -1,31 +1,33 @@
-# cabal2spec-0.25
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
 %global pkg_name blaze-builder-conduit
 
-%global common_summary Convert builder streams to bytestring streams
+%global common_summary Convert streams of builders to streams of bytestrings
 
 %global common_description Convert a stream of blaze-builder Builders into a stream of ByteStrings.\
 Adapted from blaze-builder-enumerator.  The functions provided work in\
 any monad built on top of IO or ST.
 
 Name:           ghc-%{pkg_name}
-Version:        0.4.0.2
-Release:        3%{?dist}
+Version:        0.5.0.1
+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 %{!?without_hscolour:hscolour}
-# END cabal2spec
+BuildRequires:  ghc-rpm-macros
+# Begin cabal-rpm deps:
 BuildRequires:  ghc-blaze-builder-devel
-BuildRequires:  ghc-conduit-devel > 0.4
+BuildRequires:  ghc-bytestring-devel
+BuildRequires:  ghc-conduit-devel
+BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-text-devel
+BuildRequires:  ghc-transformers-devel
+# End cabal-rpm deps
 
 %description
 %{common_description}
@@ -43,7 +45,6 @@ BuildRequires:  ghc-conduit-devel > 0.4
 %ghc_lib_install
 
 
-# devel subpackage
 %ghc_devel_package
 
 %ghc_devel_description
@@ -56,6 +57,9 @@ BuildRequires:  ghc-conduit-devel > 0.4
 
 
 %changelog
+* Fri Nov 09 2012 Jens Petersen <petersen at redhat.com> - 0.5.0.1-1
+- update to 0.5.0.1
+
 * Thu Jul 26 2012 Jens Petersen <petersen at redhat.com> - 0.4.0.2-3
 - rebuild
 
diff --git a/sources b/sources
index aa467e0..26b27ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-445017b1f490130f2cd91bdef5315acd  blaze-builder-conduit-0.4.0.2.tar.gz
+b20cdae211c59aa9c724d0521fdaaed2  blaze-builder-conduit-0.5.0.1.tar.gz


More information about the scm-commits mailing list