From 38e811319e50356d13ed821acf028b626c7a23ff Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Tue, 19 Nov 2019 16:22:01 +0100 Subject: [PATCH] Disable Ruby tests on all archs --- swig.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/swig.spec b/swig.spec index 8844df0..24f9a3b 100644 --- a/swig.spec +++ b/swig.spec @@ -20,11 +20,8 @@ %{!?phplang:%global phplang 1} # Disable Ruby test failed with swig 4.0.0 on s390 # Tests on x86_64 fails with Ruby 2.6.4 -%ifarch s390 s390x x86_64 +# https://github.com/swig/swig/issues/1646 %{!?rubylang:%global rubylang 0} -%else -%{!?rubylang:%global rubylang 1} -%endif %{!?python2lang:%global python2lang 1} %{!?python3lang:%global python3lang 1} @@ -54,7 +51,7 @@ Summary: Connects C/C++/Objective C to some high-level programming languages Name: swig Version: 4.0.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ and BSD URL: http://swig.sourceforge.net/ Source0: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz @@ -340,6 +337,9 @@ install -pm 644 Tools/swig.gdb %{buildroot}%{_datadir}/%{name}/gdb %{_datadir}/%{name}/gdb %changelog +* Tue Nov 19 2019 Jitka Plesnikova - 4.0.1-3 +- Disable Ruby tests on all archs + * Thu Oct 17 2019 Jitka Plesnikova - 4.0.1-2 - Disable Ruby tests on x86_64