diff --git a/swig.spec b/swig.spec index ae237d9..d15950b 100644 --- a/swig.spec +++ b/swig.spec @@ -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 - 4.0.0-4 +- Disable Go tests, they fail with Go 1.13-beta + * Sat Jul 27 2019 Fedora Release Engineering - 4.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild