[ghc-hakyll] reenable ARM now that pandoc is available (#992364)

Jens Petersen petersen at fedoraproject.org
Tue May 13 11:06:55 UTC 2014


commit 0e0f9275d8f036a36275ee76c5f08662bfa0d538
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue May 13 20:06:31 2014 +0900

    reenable ARM now that pandoc is available (#992364)

 ghc-hakyll.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ghc-hakyll.spec b/ghc-hakyll.spec
index e820a5a..e09c2f1 100644
--- a/ghc-hakyll.spec
+++ b/ghc-hakyll.spec
@@ -4,7 +4,7 @@
 
 Name:           ghc-%{pkg_name}
 Version:        4.5.1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Static website compiler library
 
 License:        BSD
@@ -46,8 +46,6 @@ BuildRequires:  ghc-tagsoup-devel
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-time-devel
 # End cabal-rpm deps
-# bug 992364
-ExcludeArch:    armv7hl
 
 %description
 Hakyll is a static website compiler library.
@@ -104,6 +102,9 @@ rm -r %{buildroot}%{_datadir}/%{pkg_name}-%{version}/example
 
 
 %changelog
+* Tue May 13 2014 Jens Petersen <petersen at redhat.com> - 4.5.1.0-2
+- reenable ARM now that pandoc is available (#992364)
+
 * Fri May 02 2014 Jens Petersen <petersen at redhat.com> - 4.5.1.0-1
 - update to 4.5.1.0
 - enable previewServer and watchServer


More information about the scm-commits mailing list