[ghc-scotty] revert to 0.5.0 until we have new 0.6 deps

Jens Petersen petersen at fedoraproject.org
Wed Jan 22 09:54:39 UTC 2014


commit 0f6f2acee8e6ab2621da685d11e07f51c8d9ce23
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Jan 22 18:53:50 2014 +0900

    revert to 0.5.0 until we have new 0.6 deps
    
    This reverts commit 93fa22c68e0ebf4161f375e2132b677ccb91a727.

 .gitignore      |    1 -
 ghc-scotty.spec |    8 +++-----
 sources         |    2 +-
 3 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c4e369..83f93ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
 /scotty-0.5.0.tar.gz
-/scotty-0.6.2.tar.gz
diff --git a/ghc-scotty.spec b/ghc-scotty.spec
index 6a0d105..3144680 100644
--- a/ghc-scotty.spec
+++ b/ghc-scotty.spec
@@ -3,8 +3,8 @@
 %global pkg_name scotty
 
 Name:           ghc-%{pkg_name}
-Version:        0.6.2
-Release:        1%{?dist}
+Version:        0.5.0
+Release:        2%{?dist}
 Summary:        Haskell web framework inspired by Ruby's Sinatra
 
 License:        BSD
@@ -23,6 +23,7 @@ BuildRequires:  ghc-data-default-devel
 BuildRequires:  ghc-http-types-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-regex-compat-devel
+BuildRequires:  ghc-resourcet-devel
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-wai-devel
@@ -85,9 +86,6 @@ This package provides the Haskell %{pkg_name} library development files.
 
 
 %changelog
-* Sat Jan 11 2014 Ricky Elrod <codeblock at fedoraproject.org> - 0.6.2-1
-- Latest upstream release.
-
 * Thu Nov 21 2013 Ricky Elrod <codeblock at fedoraproject.org> - 0.5.0-2
 - Skip ARM for now.
 
diff --git a/sources b/sources
index 1e9ee42..ba281cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c421f6e37bc129a44eee21f943bc4df  scotty-0.6.2.tar.gz
+f4d74114165619371562470ba5513f74  scotty-0.5.0.tar.gz


More information about the scm-commits mailing list