Disable Ruby tests on x86_64
This commit is contained in:
parent
0390543ac4
commit
4ddcbf8197
12
swig.spec
12
swig.spec
@ -18,8 +18,9 @@
|
||||
%{!?guile:%global guile 0}
|
||||
%{!?lualang:%global lualang 1}
|
||||
%{!?phplang:%global phplang 1}
|
||||
# Disable Ruby test failed with swig 4.0.0
|
||||
%ifarch s390 s390x
|
||||
# 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
|
||||
%{!?rubylang:%global rubylang 0}
|
||||
%else
|
||||
%{!?rubylang:%global rubylang 1}
|
||||
@ -53,7 +54,7 @@
|
||||
Summary: Connects C/C++/Objective C to some high-level programming languages
|
||||
Name: swig
|
||||
Version: 4.0.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv3+ and BSD
|
||||
URL: http://swig.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz
|
||||
@ -339,8 +340,11 @@ install -pm 644 Tools/swig.gdb %{buildroot}%{_datadir}/%{name}/gdb
|
||||
%{_datadir}/%{name}/gdb
|
||||
|
||||
%changelog
|
||||
* Thu Oct 17 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.1-2
|
||||
- Disable Ruby tests on x86_64
|
||||
|
||||
* Wed Aug 21 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.1-1
|
||||
- Update to 4.0.0
|
||||
- Update to 4.0.1
|
||||
- Add Python 3.8 support
|
||||
- Python Sphinx compatibility added for Doxygen comments
|
||||
- Fix some C++17 compatibility problems in Python and Ruby generated
|
||||
|
Loading…
Reference in New Issue
Block a user