From c9c90115bf57b8f1266b565db8b5c9ddd7263899 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 15 Jul 2021 17:28:29 +0200 Subject: [PATCH] Disable Python tests, they fail with 3.10.0~b2 --- swig.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/swig.spec b/swig.spec index 3a3a024..8afcb2a 100644 --- a/swig.spec +++ b/swig.spec @@ -25,7 +25,8 @@ %else %{!?rubylang:%global rubylang 1} %endif -%{!?python3lang:%global python3lang 1} +# Disable Python tests - they fail with 3.10.0~b2 +%{!?python3lang:%global python3lang 0} %if 0%{?rhel} %{!?golang:%global golang 0} @@ -54,7 +55,7 @@ Summary: Connects C/C++/Objective C to some high-level programming languages Name: swig Version: 4.0.2 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv3+ and BSD URL: http://swig.sourceforge.net/ 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 %changelog +* Thu Jul 15 2021 Jitka Plesnikova - 4.0.2-7 +- Disable Python tests, they fail with 3.10.0~b2 + * Mon May 31 2021 Orion Poplawski - 4.0.2-6 - Add patch for octave 6 support (bz#1919617)