[pandoc] temporarily exclude armv7hl since build hangs

Jens Petersen petersen at fedoraproject.org
Wed Aug 28 10:11:47 UTC 2013


commit e31d84c337596a7a90a2294734bde76f55d87c2a
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Aug 28 19:11:30 2013 +0900

    temporarily exclude armv7hl since build hangs
    
    mysteriously with ghc-7.6.3 and llvm-3.3 hanging (#992430)
    I hope that ghc-7.8 will fix this at least

 .chain-deps |    1 -
 pandoc.spec |    7 ++++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/pandoc.spec b/pandoc.spec
index 9728d1e..b2deba1 100644
--- a/pandoc.spec
+++ b/pandoc.spec
@@ -4,7 +4,7 @@
 
 Name:           %{pkg_name}
 Version:        1.11.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Markup conversion tool for markdown
 
 License:        GPLv2+
@@ -46,6 +46,7 @@ BuildRequires:  ghc-zip-archive-devel
 BuildRequires:  ghc-zlib-devel
 # End cabal-rpm deps
 BuildRequires:  chrpath
+ExcludeArch:    armv7hl
 
 %description
 Pandoc is a tool and Haskell library for converting markup formats.
@@ -142,6 +143,10 @@ ln -s pandoc %{buildroot}%{_bindir}/hsmarkdown
 
 
 %changelog
+* Wed Aug 28 2013 Jens Petersen <petersen at redhat.com> - 1.11.1-6
+- temporarily exclude armv7hl since build with ghc-7.6.3 and llvm-3.3 hanging
+  mysteriously (#992430)
+
 * Tue Aug 06 2013 Adam Williamson <awilliam at redhat.com> - 1.11.1-5
 - rebuild for new libbibutils
 


More information about the scm-commits mailing list