diff --git a/swig-3.0.11.tar.gz b/swig-3.0.11.tar.gz deleted file mode 100644 index 5209d02..0000000 --- a/swig-3.0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9031d531d7418829a54d0d51c4ed9007016b213657ec70be44031951810566e -size 8141827 diff --git a/swig-3.0.12.tar.gz b/swig-3.0.12.tar.gz new file mode 100644 index 0000000..b0971e4 --- /dev/null +++ b/swig-3.0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf9f447ae7ed1c51722efc45e7f14418d15d7a1e143ac9f09a668999f4fc94d +size 8149820 diff --git a/swig.changes b/swig.changes index 934136c..eb3b309 100644 --- a/swig.changes +++ b/swig.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Feb 2 14:56:53 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- +Mon Jan 30 07:58:10 UTC 2017 - kkaempf@suse.com + +- Update to 3.0.12 + - Add support for Octave-4.2. + - Enhance %extend to support template functions. + - Language specific enhancements and fixes for C#, D, Guile, + Java, PHP7. + ------------------------------------------------------------------- Fri Dec 30 08:01:35 UTC 2016 - kkaempf@suse.com diff --git a/swig.spec b/swig.spec index ba611e5..1af848a 100644 --- a/swig.spec +++ b/swig.spec @@ -1,7 +1,7 @@ # # spec file for package swig # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %bcond_with swig_ocaml Name: swig -Version: 3.0.11 +Version: 3.0.12 Release: 0 Summary: Simplified Wrapper and Interface Generator License: GPL-3.0+ and BSD-3-Clause @@ -31,7 +31,11 @@ Patch2: swig308-isfinite.diff Patch3: swig-ocaml-int64.patch BuildRequires: autoconf BuildRequires: automake +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: gcc-c++ BuildRequires: libtool %if %{with swig_ocaml}