From 9924aa8c9546b959e53d36c5d86fb73db1d051a4 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Dec 09 2016 00:02:36 +0000 Subject: Disable more segfaulting tests --- diff --git a/octave.spec b/octave.spec index 7bf6f66..dfcfb17 100644 --- a/octave.spec +++ b/octave.spec @@ -14,7 +14,7 @@ Name: octave Epoch: 6 Version: 4.2.0 -Release: 8%{?rcver:.rc%{rcver}}%{?dist} +Release: 9%{?rcver:.rc%{rcver}}%{?dist} Summary: A high-level language for numerical computations Group: Applications/Engineering License: GPLv3+ @@ -206,7 +206,7 @@ rm -r liboctave/cruft/fftpack # libinterp/dldfcn/__osmesa_print__.cc-tst is segfaulting # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78409 -sed -i -e '/^%/d' libinterp/dldfcn/__osmesa_print__.cc scripts/plot/util/__pltopt__.m +sed -i -e '/^%/d' libinterp/dldfcn/__osmesa_print__.cc scripts/plot/util/{__opengl_info__,__pltopt__,allchild}.m test/publish/publish.tst autoreconf -i @@ -430,6 +430,9 @@ fi %{_pkgdocdir}/refcard*.pdf %changelog +* Thu Dec 08 2016 Orion Poplawski - 6:4.2.0-9 +- Disable more segfaulting tests + * Thu Dec 08 2016 Orion Poplawski - 6:4.2.0-8 - Add patch to prevent gzip from deleting target file, instead emit warning - Drop debug code