From bcf322cbc7cc6a83ff33e285592364e64b2838fcc5d04bfbd7b89c125945ea48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Wed, 1 Feb 2017 11:23:29 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=99 --- swig-3.0.11.tar.gz | 3 --- swig-3.0.12.tar.gz | 3 +++ swig.changes | 9 +++++++++ swig.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 swig-3.0.11.tar.gz create mode 100644 swig-3.0.12.tar.gz 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..9ecaf15 100644 --- a/swig.changes +++ b/swig.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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..e810179 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