[ghc-warp] update to 1.2.1.1: MIT license and depends on network-conduit

Jens Petersen petersen at fedoraproject.org
Sat Jun 2 05:22:11 UTC 2012


commit 53307b309699cc001e2ff7efdd7dd40edddaeaaa
Author: Jens Petersen <petersen at redhat.com>
Date:   Sat Jun 2 14:22:00 2012 +0900

    update to 1.2.1.1: MIT license and depends on network-conduit

 .gitignore    |    1 +
 ghc-warp.spec |   22 ++++++++++++++--------
 sources       |    2 +-
 3 files changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 98b1eb4..7f31c1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /warp-0.4.6.3.tar.gz
+/warp-1.2.1.1.tar.gz
diff --git a/ghc-warp.spec b/ghc-warp.spec
index 37c6750..5921596 100644
--- a/ghc-warp.spec
+++ b/ghc-warp.spec
@@ -13,12 +13,12 @@ See http://steve.vinoski.net/blog/2011/05/01/warp-a-haskell-web-server/.
 
 
 Name:           ghc-%{pkg_name}
-Version:        0.4.6.3
-Release:        3%{?dist}
+Version:        1.2.1.1
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
-License:        BSD
+License:        MIT
 # 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
@@ -26,11 +26,12 @@ ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 # END cabal2spec
-BuildRequires:  ghc-blaze-builder-enumerator-prof
-BuildRequires:  ghc-case-insensitive-prof
-BuildRequires:  ghc-simple-sendfile-prof
-BuildRequires:  ghc-unix-compat-prof
-BuildRequires:  ghc-wai-prof
+BuildRequires:  ghc-blaze-builder-conduit-devel
+BuildRequires:  ghc-case-insensitive-devel
+BuildRequires:  ghc-network-conduit-devel
+BuildRequires:  ghc-simple-sendfile-devel >= 0.2.2
+BuildRequires:  ghc-unix-compat-devel
+BuildRequires:  ghc-wai-devel
 
 %description
 %{common_description}
@@ -60,6 +61,11 @@ BuildRequires:  ghc-wai-prof
 
 
 %changelog
+* Sat Jun  2 2012 Jens Petersen <petersen at redhat.com> - 1.2.1.1-1
+- update to 1.2.1.1
+- license is now MIT
+- depends on network-conduit
+
 * Fri Mar 23 2012 Jens Petersen <petersen at redhat.com> - 0.4.6.3-3
 - add license to ghc_files
 
diff --git a/sources b/sources
index 0e4952f..e81d945 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e9f232303445224b28184b1bfb5eedad  warp-0.4.6.3.tar.gz
+b59595a7b8fcd0f139a28235ea48c29e  warp-1.2.1.1.tar.gz


More information about the scm-commits mailing list