[ghc-snap-core/f15] downgrade to 0.5.5 for F15 so not to have to bump case-insensitive

Jens Petersen petersen at fedoraproject.org
Wed Jan 25 11:02:34 UTC 2012


commit 5a6b0a35bd601cb50b52efbe0ea0133461e4378e
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Jan 25 20:02:28 2012 +0900

    downgrade to 0.5.5 for F15 so not to have to bump case-insensitive

 .gitignore                                   |    1 +
 ghc-snap-core.spec                           |   17 ++---------------
 snap-core-0.6.0.1-case-insensitive-0.4.patch |   11 -----------
 sources                                      |    2 +-
 4 files changed, 4 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb44c4a..0a76a9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /snap-core-0.7.0.1.tar.gz
 /snap-core-0.6.0.1.tar.gz
+/snap-core-0.5.5.tar.gz
diff --git a/ghc-snap-core.spec b/ghc-snap-core.spec
index 7b5452d..7a3de75 100644
--- a/ghc-snap-core.spec
+++ b/ghc-snap-core.spec
@@ -11,7 +11,7 @@ in Haskell.  This library contains the core definitions and types for\
 the Snap framework.
 
 Name:           ghc-%{pkg_name}
-Version:        0.6.0.1
+Version:        0.5.5
 Release:        2%{?dist}
 Summary:        %{common_summary}
 
@@ -26,22 +26,16 @@ BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 # END cabal2spec
 BuildRequires:   ghc-attoparsec-enumerator-prof
 BuildRequires:   ghc-blaze-builder-enumerator-prof
-BuildRequires:   ghc-base16-bytestring-prof
 BuildRequires:   ghc-bytestring-nums-prof
 BuildRequires:   ghc-case-insensitive-prof
 BuildRequires:   ghc-directory-prof
 BuildRequires:   ghc-dlist-prof
-BuildRequires:   ghc-HUnit-prof
 BuildRequires:   ghc-MonadCatchIO-transformers-prof
 BuildRequires:   ghc-mtl-prof
-BuildRequires:   ghc-mwc-random-prof
 BuildRequires:   ghc-old-locale-prof
-BuildRequires:   ghc-regex-posix-prof
 BuildRequires:   ghc-unix-compat-prof
-BuildRequires:   ghc-unordered-containers-prof
 BuildRequires:   ghc-vector-prof
 BuildRequires:   ghc-zlib-enum-prof
-Patch1:          snap-core-0.6.0.1-case-insensitive-0.4.patch
 
 %description
 %{common_description}
@@ -49,7 +43,6 @@ Patch1:          snap-core-0.6.0.1-case-insensitive-0.4.patch
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-%patch1 -p1 -b .orig
 
 
 %build
@@ -81,15 +74,9 @@ Patch1:          snap-core-0.6.0.1-case-insensitive-0.4.patch
 
 
 %changelog
-* Wed Jan 25 2012 Jens Petersen <petersen at redhat.com> - 0.6.0.1-2
+* Wed Jan 25 2012 Jens Petersen <petersen at redhat.com> - 0.5.5-2
 - update to cabal2spec-0.25.2
 - add some doc files
-- 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
-- new deps base16-bytestring, mwc-random, unordered-containers,
-  regex-posix, and HUnit
 
 * Tue Nov 22 2011 Jens Petersen <petersen at redhat.com> - 0.5.5-1
 - update to 0.5.5
diff --git a/sources b/sources
index ff24da4..b10b40c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-67bf0fb46a9bc79008c1dc56b7679121  snap-core-0.6.0.1.tar.gz
+f4b93eaf13198dcc0d19cb6a9cdc4075  snap-core-0.5.5.tar.gz


More information about the scm-commits mailing list