diff --git a/.gitignore b/.gitignore index e6e6585..ad129f9 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ swig-2.0.0.tar.gz /swig-3.0.0.tar.gz /swig-3.0.1.tar.gz /swig-3.0.2.tar.gz +/swig-3.0.5.tar.gz diff --git a/sources b/sources index 58e0c32..5589d40 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -62f9b0d010cef36a13a010dc530d0d41 swig-3.0.2.tar.gz +dcb9638324461b9baba8e044fe59031d swig-3.0.5.tar.gz diff --git a/swig.spec b/swig.spec index 48444df..3abf1d8 100644 --- a/swig.spec +++ b/swig.spec @@ -16,7 +16,8 @@ %{!?Rlang:%global Rlang 0} %else %{!?golang:%global golang 1} -%{!?Rlang:%global Rlang 1} +# R tests failed (since 3.0.4) +%{!?Rlang:%global Rlang 0} %endif %{!?javalang:%global javalang 1} %endif @@ -30,8 +31,8 @@ Summary: Connects C/C++/Objective C to some high-level programming languages Name: swig -Version: 3.0.2 -Release: 2%{?dist} +Version: 3.0.5 +Release: 1%{?dist} License: GPLv3+ and BSD URL: http://swig.sourceforge.net/ Source0: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz @@ -187,6 +188,9 @@ install -p -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/ %doc Doc Examples LICENSE LICENSE-GPL LICENSE-UNIVERSITIES COPYRIGHT %changelog +* Tue Feb 03 2015 Jitka Plesnikova - 3.0.5-1 +- Update to 3.0.5 + * Mon Aug 18 2014 Fedora Release Engineering - 3.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild