From e31d84c337596a7a90a2294734bde76f55d87c2a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 28 Aug 2013 19:11:30 +0900 Subject: [PATCH] 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(-) delete mode 100644 .chain-deps diff --git a/.chain-deps b/.chain-deps deleted file mode 100644 index 8398e54..0000000 --- a/.chain-deps +++ /dev/null @@ -1 +0,0 @@ -ghc-base64-bytestring ghc-digest ghc-json ghc-pandoc-types ghc-pcre-light ghc-temporary ghc-tagsoup ghc-xml : ghc-citeproc-hs ghc-texmath ghc-zip-archive highlighting-kate : 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 - 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 - 1.11.1-5 - rebuild for new libbibutils