Disable guile tests (fail randomly)

This commit is contained in:
Jitka Plesnikova 2017-01-04 15:24:47 +01:00
parent bfe25de69d
commit 94e7bbcb93
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
%bcond_without testsuite
%{!?tcl:%global tcl 1}
%{!?guile:%global guile 1}
%{!?guile:%global guile 0}
%{!?lualang:%global lualang 1}
%{!?phplang:%global phplang 1}
%{!?rubylang:%global rubylang 1}
@ -283,6 +283,7 @@ install -pm 644 Tools/swig.gdb %{buildroot}%{_datadir}/%{name}/gdb
* Mon Jan 02 2017 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.11-1
- Update to 3.0.11
- Add support for PHP 7
- Disable guile tests
* Wed Oct 19 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.10-2
- Sub-package file swig.gdb (bug #1332673)