[ghc-snap-core/f16: 3/3] downgrade to 0.6.0.1, since 0.7 needs HP-2011.4 for text -> attoparsec

Jens Petersen petersen at fedoraproject.org
Wed Jan 25 09:11:44 UTC 2012


commit d6326ebc29989f571ed8b2dcb0d458700bece488
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Jan 25 18:11:23 2012 +0900

    downgrade to 0.6.0.1, since 0.7 needs HP-2011.4 for text -> attoparsec
    
    - build with case-insensitive-0.4

 ghc-snap-core.spec                           |   12 ++++++------
 snap-core-0.6.0.1-case-insensitive-0.4.patch |   11 +++++++++++
 snap-core-0.7.0.1-mwc-random-0.11.patch      |   11 -----------
 3 files changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/ghc-snap-core.spec b/ghc-snap-core.spec
index 8d6c668..7b5452d 100644
--- a/ghc-snap-core.spec
+++ b/ghc-snap-core.spec
@@ -11,8 +11,8 @@ in Haskell.  This library contains the core definitions and types for\
 the Snap framework.
 
 Name:           ghc-%{pkg_name}
-Version:        0.7.0.1
-Release:        1%{?dist}
+Version:        0.6.0.1
+Release:        2%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -41,7 +41,7 @@ BuildRequires:   ghc-unix-compat-prof
 BuildRequires:   ghc-unordered-containers-prof
 BuildRequires:   ghc-vector-prof
 BuildRequires:   ghc-zlib-enum-prof
-Patch1:          snap-core-0.7.0.1-mwc-random-0.11.patch
+Patch1:          snap-core-0.6.0.1-case-insensitive-0.4.patch
 
 %description
 %{common_description}
@@ -81,10 +81,10 @@ Patch1:          snap-core-0.7.0.1-mwc-random-0.11.patch
 
 
 %changelog
-* Mon Jan 16 2012 Jens Petersen <petersen at redhat.com> - 0.7.0.1-1
-- update to 0.7.0.1 and cabal2spec-0.25.2
+* Wed Jan 25 2012 Jens Petersen <petersen at redhat.com> - 0.6.0.1-2
+- update to cabal2spec-0.25.2
 - add some doc files
-- allow building with mwc-random-0.11
+- allow building with case-insensitive-0.4
 
 * Fri Dec 16 2011 Jens Petersen <petersen at redhat.com> - 0.6.0.1-1
 - update to 0.6.0.1
diff --git a/snap-core-0.6.0.1-case-insensitive-0.4.patch b/snap-core-0.6.0.1-case-insensitive-0.4.patch
new file mode 100644
index 0000000..76f8d80
--- /dev/null
+++ b/snap-core-0.6.0.1-case-insensitive-0.4.patch
@@ -0,0 +1,11 @@
+--- snap-core-0.6.0.1/snap-core.cabal~	2011-10-29 04:00:16.000000000 +0900
++++ snap-core-0.6.0.1/snap-core.cabal	2012-01-25 13:58:23.009824506 +0900
+@@ -143,7 +143,7 @@
+     blaze-builder-enumerator >= 0.2 && <0.3,
+     bytestring,
+     bytestring-nums,
+-    case-insensitive >= 0.3 && < 0.4,
++    case-insensitive >= 0.3 && < 0.5,
+     containers,
+     deepseq >= 1.1 && <1.3,
+     directory,


More information about the scm-commits mailing list