[ghc-wai-extra] allow data-default 0.4

Jens Petersen petersen at fedoraproject.org
Wed Apr 11 02:26:40 UTC 2012


commit 9cef1490f019a2aed7fae006d47241fda02853ba
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Apr 11 11:26:32 2012 +0900

    allow data-default 0.4

 ghc-wai-extra.spec                     |    7 ++++++-
 wai-extra-0.4.6-default-data-0.4.patch |   12 ++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/ghc-wai-extra.spec b/ghc-wai-extra.spec
index e9ff544..48233ea 100644
--- a/ghc-wai-extra.spec
+++ b/ghc-wai-extra.spec
@@ -10,7 +10,7 @@
 
 Name:           ghc-%{pkg_name}
 Version:        0.4.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -30,6 +30,7 @@ BuildRequires:  ghc-fast-logger-prof
 BuildRequires:  ghc-time-prof
 BuildRequires:  ghc-wai-prof
 BuildRequires:  ghc-zlib-enum-prof
+Patch1:         wai-extra-0.4.6-default-data-0.4.patch
 
 %description
 %{common_description}
@@ -37,6 +38,7 @@ BuildRequires:  ghc-zlib-enum-prof
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+%patch1 -p1 -b .orig
 
 
 %build
@@ -59,6 +61,9 @@ BuildRequires:  ghc-zlib-enum-prof
 
 
 %changelog
+* Wed Apr 11 2012 Jens Petersen <petersen at redhat.com> - 0.4.6-3
+- allow data-default 0.4
+
 * Fri Mar 23 2012 Jens Petersen <petersen at redhat.com> - 0.4.6-2
 - add license to ghc_files
 
diff --git a/wai-extra-0.4.6-default-data-0.4.patch b/wai-extra-0.4.6-default-data-0.4.patch
new file mode 100644
index 0000000..1877a2f
--- /dev/null
+++ b/wai-extra-0.4.6-default-data-0.4.patch
@@ -0,0 +1,12 @@
+diff -u wai-extra-0.4.6/wai-extra.cabal\~ wai-extra-0.4.6/wai-extra.cabal
+--- wai-extra-0.4.6/wai-extra.cabal~	2011-12-26 19:59:14.000000000 +0900
++++ wai-extra-0.4.6/wai-extra.cabal	2012-04-11 11:24:09.240570078 +0900
+@@ -36,7 +36,7 @@
+                    , text                      >= 0.7      && < 0.12
+                    , case-insensitive          >= 0.2
+                    , zlib-enum                 >= 0.2.1    && < 0.3
+-                   , data-default              >= 0.3      && < 0.4
++                   , data-default              >= 0.3      && < 0.5
+                    , fast-logger                >= 0.0.1
+ 
+   Exposed-modules:   Network.Wai.Handler.CGI


More information about the scm-commits mailing list