Accepting request 237293 from devel:tools:building

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/237293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/swig?expand=0&rev=46
This commit is contained in:
Stephan Kulow
2014-06-19 11:19:59 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Jun 5 07:20:40 UTC 2014 - kkaempf@suse.com
- Update to 3.0.2
- Bug fix during install and a couple of other minor changes.
-------------------------------------------------------------------
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.2
Release: 0
Summary: Simplified Wrapper and Interface Generator
License: GPL-3.0+ and BSD-3-Clause
@@ -33,6 +33,7 @@ BuildRequires: libtool
BuildRequires: pcre-devel
BuildRequires: perl
BuildRequires: python-devel
# BuildRequires: v8-devel
%if 0%{?rhel_version} > 0
BuildRequires: -vim
%endif