besser82 pushed to swig (f20). "Update to 3.0.1"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 3 20:34:17 UTC 2015


>From e053360026a7db544a40b2a019e7bbe29d31bef1 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Mon, 2 Jun 2014 14:55:12 +0200
Subject: Update to 3.0.1


diff --git a/.gitignore b/.gitignore
index 874de03..21f02d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ swig-2.0.0.tar.gz
 /swig-2.0.11.tar.gz
 /swig-2.0.12.tar.gz
 /swig-3.0.0.tar.gz
+/swig-3.0.1.tar.gz
diff --git a/sources b/sources
index ef9123e..2016c74 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c8278fad527dda4bf38edffe5acc394  swig-3.0.0.tar.gz
+d8b7e02cfa4bdd32d3db71c1ad34fc39  swig-3.0.1.tar.gz
diff --git a/swig.spec b/swig.spec
index 25f4cdb..8e8b4d6 100644
--- a/swig.spec
+++ b/swig.spec
@@ -5,31 +5,33 @@
 %{!?guile:%global guile 1}
 %{!?lualang:%global lualang 1}
 %{!?rubylang:%global rubylang 1}
-%{!?javalang:%global javalang 1}
 
 %ifarch aarch64 %{arm} ppc64le ppc %{power64} s390 s390x
 %{!?golang:%global golang 0}
+%{!?Rlang:%global Rlang 0}
+%{!?javalang:%global javalang 0}
+%else
+%if 0%{?rhel}
+%{!?golang:%global golang 0}
+%{!?Rlang:%global Rlang 0}
 %else
 %{!?golang:%global golang 1}
+%{!?Rlang:%global Rlang 1}
+%endif
+%{!?javalang:%global javalang 1}
 %endif
 
 %if 0%{?rhel}
 %{!?octave:%global octave 0}
-%{!?Rlang:%global Rlang 0}
 %else
 %{!?octave:%global octave 1}
-%ifnarch aarch64
-%{!?Rlang:%global Rlang 1}
-%else
-%{!?Rlang:%global Rlang 0}
-%endif
 %endif
 
 
 Summary: Connects C/C++/Objective C to some high-level programming languages
 Name:    swig
-Version: 3.0.0
-Release: 7%{?dist}
+Version: 3.0.1
+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
@@ -107,6 +109,16 @@ done
 # code produces lots of the warnings demanded by strict ISO C and ISO C++.
 # It causes that log had more then 600M.
 %configure \
+  --without-ocaml \
+%if ! %{javalang}
+  --without-java \
+%endif
+%if ! %{Rlang}
+  --without-r \
+%endif
+%if ! %{golang}
+  --without-go \
+%endif
 %if %{octave}
   --with-octave=/usr/bin/octave \
   --without-maximum-compile-warnings \
@@ -115,12 +127,9 @@ done
 make %{?_smp_mflags}
 
 %if %{with testsuite}
-## ppc*, s390(x) passes most tests but fail some java ones; disable for now
-%ifnarch ppc64le ppc %{power64} aarch64 s390 s390x
 # Test suite
 make check
 %endif
-%endif
 
 %install
 # Remove all arch dependent files in Examples/ created during tests
@@ -178,6 +187,10 @@ install -p -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/
 %doc Doc Examples LICENSE LICENSE-GPL LICENSE-UNIVERSITIES COPYRIGHT
 
 %changelog
+* Thu May 29 2014 Jitka Plesnikova <jplesnik at redhat.com> - 3.0.1-1
+- Update to 3.0.1
+- Updated parameters for configure and conditions for BRs
+
 * Fri May 23 2014 Petr Machata <pmachata at redhat.com> - 3.0.0-7
 - Rebuild for boost 1.55.0
 
@@ -194,7 +207,7 @@ install -p -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/
 - golang is exclusivearch %{ix86} x86_64 %{arm}, don't BR it on ppc*, s390*
 - unit tests fail on other ppc archs, too. disable for now
 
-* Fri Mar 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 3.0.0-1
+* Fri Mar 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 3.0.0-2
 - Small changes to enable ppc64le (BZ#1081724)
 
 * Thu Mar 20 2014 Jitka Plesnikova <jplesnik at redhat.com> - 3.0.0-1
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/swig.git/commit/?h=f20&id=e053360026a7db544a40b2a019e7bbe29d31bef1


More information about the scm-commits mailing list