[ghc-wai/f14] downgrade to 0.3.2 since 0.4 needs text-0.11 whereas f14 h-p has 0.10

Jens Petersen petersen at fedoraproject.org
Tue Oct 4 02:46:47 UTC 2011


commit 2ac6822e99f020b19ff85a7de549b642dee723be
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Oct 4 11:46:35 2011 +0900

    downgrade to 0.3.2 since 0.4 needs text-0.11 whereas f14 h-p has 0.10

 .gitignore   |    1 +
 ghc-wai.spec |   18 +++++-------------
 sources      |    2 +-
 3 files changed, 7 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dae3f22..a18f2df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /wai-0.4.2.tar.gz
+/wai-0.3.2.tar.gz
diff --git a/ghc-wai.spec b/ghc-wai.spec
index 51df9fe..fca2e7a 100644
--- a/ghc-wai.spec
+++ b/ghc-wai.spec
@@ -10,8 +10,8 @@
 and web servers.
 
 Name:           ghc-%{pkg_name}
-Version:        0.4.2
-Release:        1%{?dist}
+Version:        0.3.2
+Release:        2%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -26,7 +26,7 @@ BuildRequires:  ghc-rpm-macros
 BuildRequires:  hscolour
 %endif
 # END cabal2spec
-BuildRequires:  ghc-enumerator-prof, ghc-http-types-prof, ghc-network-prof, ghc-transformers-prof
+BuildRequires:  ghc-blaze-builder-prof, ghc-enumerator-prof, ghc-network-prof
 
 %description
 %{common_description}
@@ -77,16 +77,8 @@ This package contains the development files.
 
 
 %changelog
-* Tue Sep 27 2011 Jens Petersen <petersen at redhat.com> - 0.4.2-1
-- update to 0.4.2
-
-* Thu Sep  8 2011 Jens Petersen <petersen at redhat.com> - 0.4.1-1
-- update to 0.4.1 and cabal2spec-0.24.1
-- add dependencies
-
-* Sat Jun 25 2011 Ben Boeckel <mathstuf at gmail.com> - 0.4.0-1
-- Update to 0.4.0
-- Update to cabal2spec-0.23.2
+* Tue Oct  4 2011 Jens Petersen <petersen at redhat.com> - 0.3.2-2
+- update to cabal2spec-0.24.1
 
 * Tue Mar 08 2011 Ben Boeckel <mathstuf at gmail.com> - 0.3.2-1
 - Update to 0.3.2
diff --git a/sources b/sources
index 49bfc1d..b1e2a0d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b1b56ba80e4c6328ec7c6209bb2915f  wai-0.4.2.tar.gz
+052bf32a338f951d026f369bc0eb6963  wai-0.3.2.tar.gz


More information about the scm-commits mailing list