Accepting request 729459 from home:kwk:branches:devel:tools:building

Update to 4.0.1

OBS-URL: https://build.opensuse.org/request/show/729459
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=114
This commit is contained in:
Martin Pluskal 2019-09-09 14:35:28 +00:00 committed by Git OBS Bridge
parent 635c445ef0
commit 4a97955ae4
4 changed files with 19 additions and 4 deletions

View File

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

3
rel-4.0.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Sep 9 08:17:39 UTC 2019 - Klaus Kämpf <kkaempf@suse.com>
- Update to 4.0.1
- SWIG now cleans up on error by removing all generated files.
- Add Python 3.8 support.
- Python Sphinx compatibility added for Doxygen comments.
- Some minor regressions introduced in 4.0.0 were fixed.
- Fix some C++17 compatibility problems in Python and Ruby generated
code.
- Minor improvements/fixes for C#, Java, Javascript, Lua, MzScheme,
Ocaml, Octave and Python.
See https://raw.githubusercontent.com/swig/swig/master/CHANGES
-------------------------------------------------------------------
Wed May 8 12:57:04 UTC 2019 - Klaus Kämpf <kkaempf@suse.com>

View File

@ -28,7 +28,7 @@ BuildRequires: ruby
BuildRequires: ruby-devel
%endif
Name: swig
Version: 4.0.0
Version: 4.0.1
Release: 0
Summary: Simplified Wrapper and Interface Generator
License: GPL-3.0-or-later AND BSD-3-Clause