Disable Python tests, they fail with 3.10.0~b2

This commit is contained in:
Jitka Plesnikova 2021-07-15 17:28:29 +02:00
parent 54b745be0c
commit c9c90115bf

View File

@ -25,7 +25,8 @@
%else %else
%{!?rubylang:%global rubylang 1} %{!?rubylang:%global rubylang 1}
%endif %endif
%{!?python3lang:%global python3lang 1} # Disable Python tests - they fail with 3.10.0~b2
%{!?python3lang:%global python3lang 0}
%if 0%{?rhel} %if 0%{?rhel}
%{!?golang:%global golang 0} %{!?golang:%global golang 0}
@ -54,7 +55,7 @@
Summary: Connects C/C++/Objective C to some high-level programming languages Summary: Connects C/C++/Objective C to some high-level programming languages
Name: swig Name: swig
Version: 4.0.2 Version: 4.0.2
Release: 6%{?dist} Release: 7%{?dist}
License: GPLv3+ and BSD License: GPLv3+ and BSD
URL: http://swig.sourceforge.net/ URL: http://swig.sourceforge.net/
Source0: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz Source0: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz
@ -345,6 +346,9 @@ install -pm 644 Tools/swig.gdb %{buildroot}%{_datadir}/%{name}/gdb
%{_datadir}/%{name}/gdb %{_datadir}/%{name}/gdb
%changelog %changelog
* Thu Jul 15 2021 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.2-7
- Disable Python tests, they fail with 3.10.0~b2
* Mon May 31 2021 Orion Poplawski <orion@nwra.com> - 4.0.2-6 * Mon May 31 2021 Orion Poplawski <orion@nwra.com> - 4.0.2-6
- Add patch for octave 6 support (bz#1919617) - Add patch for octave 6 support (bz#1919617)