[maxima] %ix86,x86_64: disable ecl f23+ (#1193134)

Rex Dieter rdieter at fedoraproject.org
Mon Feb 16 16:01:55 UTC 2015


commit 948627c9d8679b582dde0345e8d28b1e6c76b3b7
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Feb 16 10:01:46 2015 -0600

    %ix86,x86_64: disable ecl f23+ (#1193134)

 maxima.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/maxima.spec b/maxima.spec
index 4bec253..c85da57 100644
--- a/maxima.spec
+++ b/maxima.spec
@@ -35,9 +35,12 @@ Patch51: maxima-5.30.0-build-fasl.patch
 %if 0%{?fedora}
 %define _enable_clisp --enable-clisp
 %define _enable_gcl --enable-gcl
+# https://bugzilla.redhat.com/show_bug.cgi?id=1193134
+%if 0%{?fedora} < 23
 %define _enable_ecl --enable-ecl
 %endif
 %endif
+%endif
 
 %ifarch %{arm}
 %define default_lisp sbcl
@@ -461,6 +464,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Fri Feb 13 2015 Rex Dieter <rdieter at fedoraproject.org> 5.35.1-3
 - rebuild (sbcl)
+- %%ix86,x86_64: disable ecl f23+ (#1193134)
 
 * Sat Jan 03 2015 Rex Dieter <rdieter at fedoraproject.org> 5.35.1-2
 - rebuild (sbcl)


More information about the scm-commits mailing list