diff --git a/gap-pkg-cvec.spec b/gap-pkg-cvec.spec index 8f05b96..f6aee09 100644 --- a/gap-pkg-cvec.spec +++ b/gap-pkg-cvec.spec @@ -2,7 +2,7 @@ Name: gap-pkg-%{pkgname} Version: 2.7.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Compact vectors over finite fields License: GPLv2+ @@ -62,8 +62,6 @@ cp -a doc example gap local test tst *.g \ rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/clean rm -f %{buildroot}%{_gap_dir}/pkg/%{pkgname}-%{version}/doc/*.{aux,bbl,blg,brf,idx,ilg,ind,log,out,pnr,tex} -# Work around a possible aarch64-specific gcc bug -%ifnarch aarch64 %check export LC_ALL=C.UTF-8 @@ -74,7 +72,6 @@ SetUserPreference( "AtlasRep", "AtlasRepDataDirectory", "%{_builddir}/atlasrep/" EOF gap -l "%{buildroot}%{_gap_dir};%{_gap_dir}" < tst/testall.g -%endif %files %doc CHANGES README.md TIMINGS TODO @@ -90,6 +87,9 @@ gap -l "%{buildroot}%{_gap_dir};%{_gap_dir}" < tst/testall.g %{_gap_dir}/pkg/%{pkgname}-%{version}/example/ %changelog +* Mon Mar 23 2020 Jerry James - 2.7.4-5 +- Drop aarch64 workaround + * Thu Mar 12 2020 Jerry James - 2.7.4-4 - Rebuild for gap 4.11.0 - Add atlasrep and tomlib BRs so that all tests can be run