[ghc-scotty] revert to 0.5.0

Jens Petersen petersen at fedoraproject.org
Thu May 8 10:09:10 UTC 2014


commit 77b1453bf4a47518ae56542398e19592f8e41b27
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu May 8 19:09:31 2014 +0900

    revert to 0.5.0
    
    >= 0.6.0 needs wai-2.0

 .gitignore      |    1 -
 ghc-scotty.spec |    7 +++----
 sources         |    2 +-
 3 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5c63f79..83f93ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
 /scotty-0.5.0.tar.gz
-/scotty-0.7.0.tar.gz
diff --git a/ghc-scotty.spec b/ghc-scotty.spec
index f9f3ed9..8ed770c 100644
--- a/ghc-scotty.spec
+++ b/ghc-scotty.spec
@@ -3,8 +3,8 @@
 %global pkg_name scotty
 
 Name:           ghc-%{pkg_name}
-Version:        0.7.0
-Release:        1%{?dist}
+Version:        0.5.0
+Release:        4%{?dist}
 Summary:        Haskell web framework inspired by Ruby's Sinatra
 
 License:        BSD
@@ -82,8 +82,7 @@ This package provides the Haskell %{pkg_name} library development files.
 
 
 %changelog
-* Thu May 08 2014 Jens Petersen <petersen at redhat.com> - 0.7.0-1
-- update to 0.7.0
+* Thu May  8 2014 Jens Petersen <petersen at redhat.com> - 0.5.0-4
 - enable ARM
 
 * Wed Jan 22 2014 Jens Petersen <petersen at redhat.com> - 0.5.0-3
diff --git a/sources b/sources
index 64bafe3..ba281cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ab47d8771d291b3c60c7e452caf1b86  scotty-0.7.0.tar.gz
+f4d74114165619371562470ba5513f74  scotty-0.5.0.tar.gz


More information about the scm-commits mailing list