Disable Go tests

This commit is contained in:
Jitka Plesnikova 2019-08-07 12:58:20 +02:00
parent 02347479a3
commit 9f07bb8030
1 changed files with 8 additions and 1 deletions

View File

@ -49,10 +49,14 @@
%{!?golang:%global golang 0}
%endif
# Tests fail with GO 1.13-beta1
# https://github.com/swig/swig/issues/1607
%global golang 0
Summary: Connects C/C++/Objective C to some high-level programming languages
Name: swig
Version: 4.0.0
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv3+ and BSD
URL: http://swig.sourceforge.net/
Source0: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz
@ -338,6 +342,9 @@ install -pm 644 Tools/swig.gdb %{buildroot}%{_datadir}/%{name}/gdb
%{_datadir}/%{name}/gdb
%changelog
* Tue Aug 06 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.0-4
- Disable Go tests, they fail with Go 1.13-beta
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild