- Update to 3.0.1

- Javascript module added. This supports JavascriptCore (Safari/Webkit),
    v8 (Chromium) and node.js currently.
  - A few notable regressions introduced in 3.0.0 have been fixed - in
    Lua, nested classes and parsing of operator <<.
  - The usual round of bug fixes and minor improvements for:
    C#, GCJ, Go, Java, Lua, PHP and Python.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=65
This commit is contained in:
Klaus Kämpf 2014-05-28 06:51:22 +00:00 committed by Git OBS Bridge
parent 6f604dfc1b
commit 7f3f078c57
3 changed files with 15 additions and 1 deletions

3
swig-3.0.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf5d98f85145ad94e60fd03ea4affbca3dd2073819cfa86d436873229ed5f2c3
size 5689463

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed May 28 06:33:31 UTC 2014 - kkaempf@suse.com
- Update to 3.0.1
- Javascript module added. This supports JavascriptCore (Safari/Webkit),
v8 (Chromium) and node.js currently.
- A few notable regressions introduced in 3.0.0 have been fixed - in
Lua, nested classes and parsing of operator <<.
- The usual round of bug fixes and minor improvements for:
C#, GCJ, Go, Java, Lua, PHP and Python.
-------------------------------------------------------------------
Mon Mar 17 07:46:53 UTC 2014 - kkaempf@suse.com

View File

@ -17,7 +17,7 @@
Name: swig
Version: 3.0.0
Version: 3.0.1
Release: 0
Summary: Simplified Wrapper and Interface Generator
License: GPL-3.0+ and BSD-3-Clause