diff --git a/swig.spec b/swig.spec index 9a23b4f..87bf65c 100644 --- a/swig.spec +++ b/swig.spec @@ -7,9 +7,9 @@ # Ruby segfaults in some tests on fc23 and only on armv7-arch. %ifarch %{arm} s390 -%if 0%{?fedora} == 23 +%if 0%{?fedora} >= 23 %{!?rubylang:%global rubylang 0} -%endif # 0%%{?fedora} == 23 +%endif # 0%%{?fedora} >= 23 %endif #arch %%{arm} s390 %{!?rubylang:%global rubylang 1} @@ -39,7 +39,7 @@ Summary: Connects C/C++/Objective C to some high-level programming languages Name: swig Version: 3.0.6 -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 @@ -201,6 +201,9 @@ ln -fs ../../bin/ccache-swig %{buildroot}%{_libdir}/ccache/swig %doc Doc Examples LICENSE LICENSE-GPL LICENSE-UNIVERSITIES COPYRIGHT %changelog +* Thu Jul 23 2015 Jitka Plesnikova - 3.0.6-4 +- Disable Ruby tests on Fedora 23 and higher when building on armv7 + * Wed Jul 22 2015 David Tardon - 3.0.6-3 - rebuild for Boost 1.58