- Update to 3.0.6
- Stability and regression fixes. - Fixed parsing of C++ corner cases. - Language improvements and bug fixes for C#, Go, Java, Lua, Python, R. - Update to version 3.0.5 * Added support for Scilab. * Important Python regression fix when wrapping C++ default arguments. * Minor improvements for C#, Go, Octave, PHP and Python. OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=78
This commit is contained in:
parent
9d4869e9fc
commit
f233207b66
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f4cb9e8f213f041853646f58fe5e8428d63250d05f5c943b6fa759c77322a3c
|
||||
size 5873209
|
3
swig-3.0.6.tar.gz
Normal file
3
swig-3.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c67f63ea11956106e4cda66416d5020330dc4ce2ee45057d39a9494ce33eca05
|
||||
size 5911929
|
17
swig.changes
17
swig.changes
@ -1,10 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 6 06:22:21 UTC 2015 - kkaempf@suse.com
|
||||
|
||||
- Update to 3.0.6
|
||||
- Stability and regression fixes.
|
||||
- Fixed parsing of C++ corner cases.
|
||||
- Language improvements and bug fixes for C#, Go, Java, Lua,
|
||||
Python, R.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 1 18:32:16 UTC 2015 - dmitry_r@opensuse.org
|
||||
|
||||
-Update to version 3.0.5
|
||||
* Added support for Scilab.
|
||||
* Important Python regression fix when wrapping C++ default arguments.
|
||||
* Minor improvements for C#, Go, Octave, PHP and Python.
|
||||
- Update to version 3.0.5
|
||||
* Added support for Scilab.
|
||||
* Important Python regression fix when wrapping C++ default arguments.
|
||||
* Minor improvements for C#, Go, Octave, PHP and Python.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 06:57:56 UTC 2015 - kkaempf@suse.com
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: swig
|
||||
Version: 3.0.5
|
||||
Version: 3.0.6
|
||||
Release: 0
|
||||
Summary: Simplified Wrapper and Interface Generator
|
||||
License: GPL-3.0+ and BSD-3-Clause
|
||||
@ -34,7 +34,6 @@ BuildRequires: libtool
|
||||
BuildRequires: pcre-devel
|
||||
BuildRequires: perl
|
||||
BuildRequires: python-devel
|
||||
# BuildRequires: v8-devel
|
||||
%if 0%{?rhel_version} > 0
|
||||
BuildRequires: -vim
|
||||
%endif
|
||||
@ -52,6 +51,8 @@ BuildRequires: perl-devel
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?suse_version} > 0
|
||||
BuildRequires: nodejs-devel
|
||||
BuildRequires: nodejs-node-gyp
|
||||
%define docpath %{_docdir}/%{name}
|
||||
%if 0%{?suse_version} > 1010
|
||||
BuildRequires: fdupes
|
||||
|
Loading…
Reference in New Issue
Block a user