[avgtime] ExcludeArch armv7hl.

Richard W.M. Jones rjones at fedoraproject.org
Sat Aug 3 08:46:30 UTC 2013


commit bec0d847bd5a2e0d62ed04438ec9c9b05550413c
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Aug 3 09:45:34 2013 +0100

    ExcludeArch armv7hl.

 avgtime.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/avgtime.spec b/avgtime.spec
index aa98fcd..f913dfc 100644
--- a/avgtime.spec
+++ b/avgtime.spec
@@ -3,7 +3,7 @@
 
 Name:           avgtime
 Version:        0
-Release:        0.8.git%{verdate}%{?dist}
+Release:        0.9.git%{verdate}%{?dist}
 Summary:        Time a command and print average, standard deviation
 
 License:        Boost
@@ -19,6 +19,10 @@ URL:            https://github.com/jmcabo/avgtime
 #
 Source0:        avgtime-%{verdate}.tar.gz
 
+# ldc compiler FTBFS on ARM.  Upstream bug opened:
+# http://d.puremagic.com/issues/show_bug.cgi?id=10748
+ExcludeArch:    armv7hl
+
 BuildRequires:  ldc
 BuildRequires:  ldc-druntime
 BuildRequires:  ldc-phobos-devel
@@ -53,6 +57,9 @@ cp -a avgtime $RPM_BUILD_ROOT%{_bindir}
 
 
 %changelog
+* Sat Aug  3 2013 Richard W.M. Jones <rjones at redhat.com> - 0-0.9.git20130201
+- ExcludeArch armv7hl.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0-0.8.git20130201
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list