From be7ed008faae9c97e2bd783f284b757be8208c65 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mar 31 2019 14:01:32 +0000 Subject: Drop the workaround for bz 1555151, now fixed. --- diff --git a/flint.spec b/flint.spec index a742513..a63bf2c 100644 --- a/flint.spec +++ b/flint.spec @@ -7,7 +7,7 @@ Name: flint Version: 2.5.2 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Fast Library for Number Theory License: GPLv2+ URL: http://www.flintlib.org/ @@ -147,14 +147,9 @@ export CFLAGS="%{optflags} -fwrapv -D_FILE_OFFSET_BITS=64" # We set HAVE_FAST_COMPILER to 0 on i686, ARM, s390, and 32-bit MIPS because # otherwise the tests exhaust virtual memory. If other architectures run out #of virtual memory while building flintxx/test/t-fmpzxx.cpp, then do likewise. -%ifarch %{arm} -# Work around bz 1555151 -CFLAGS="$CFLAGS -DHAVE_FAST_COMPILER=0 -fno-tree-tail-merge" -%else -%ifarch %{ix86} s390 %{mips32} +%ifarch %{ix86} %{arm} s390 %{mips32} CFLAGS="$CFLAGS -DHAVE_FAST_COMPILER=0" %endif -%endif export CXXFLAGS="$CFLAGS" # Build the non-gc version @@ -249,6 +244,9 @@ popd %changelog +* Sat Mar 30 2019 Jerry James - 2.5.2-26 +- Drop the workaround for bz 1555151, now fixed + * Thu Jan 31 2019 Fedora Release Engineering - 2.5.2-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild