[ghc-scotty] update to 0.7.0 and enable ARM

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


commit e8feccb5d282ff39cf8cec9414f86276396a6462
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu May 8 18:37:31 2014 +0900

    update to 0.7.0 and enable ARM

 .gitignore      |    1 +
 ghc-scotty.spec |   14 +++++++-------
 sources         |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 83f93ef..5c63f79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /scotty-0.5.0.tar.gz
+/scotty-0.7.0.tar.gz
diff --git a/ghc-scotty.spec b/ghc-scotty.spec
index d53c313..f9f3ed9 100644
--- a/ghc-scotty.spec
+++ b/ghc-scotty.spec
@@ -3,13 +3,13 @@
 %global pkg_name scotty
 
 Name:           ghc-%{pkg_name}
-Version:        0.5.0
-Release:        3%{?dist}
+Version:        0.7.0
+Release:        1%{?dist}
 Summary:        Haskell web framework inspired by Ruby's Sinatra
 
 License:        BSD
 URL:            http://hackage.haskell.org/package/%{pkg_name}
-Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+Source0:        http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
@@ -23,7 +23,6 @@ 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
@@ -31,9 +30,6 @@ BuildRequires:  ghc-wai-extra-devel
 BuildRequires:  ghc-warp-devel
 # End cabal-rpm deps
 
-# Skip ARM for now: no conduit
-ExcludeArch:    armv7hl
-
 %description
 A Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp.
 
@@ -86,6 +82,10 @@ 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
+- enable ARM
+
 * Wed Jan 22 2014 Jens Petersen <petersen at redhat.com> - 0.5.0-3
 - rebuild
 
diff --git a/sources b/sources
index ba281cb..64bafe3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4d74114165619371562470ba5513f74  scotty-0.5.0.tar.gz
+5ab47d8771d291b3c60c7e452caf1b86  scotty-0.7.0.tar.gz


More information about the scm-commits mailing list