Accepting request 454251 from devel:tools:building
1 OBS-URL: https://build.opensuse.org/request/show/454251 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/swig?expand=0&rev=60
This commit is contained in:
commit
44b60ff813
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9031d531d7418829a54d0d51c4ed9007016b213657ec70be44031951810566e
|
||||
size 8141827
|
3
swig-3.0.12.tar.gz
Normal file
3
swig-3.0.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7cf9f447ae7ed1c51722efc45e7f14418d15d7a1e143ac9f09a668999f4fc94d
|
||||
size 8149820
|
14
swig.changes
14
swig.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 2 14:56:53 UTC 2017 - adam.majer@suse.de
|
||||
|
||||
- use individual libboost-*-devel packages instead of boost-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
@ -31,7 +31,11 @@ Patch2: swig308-isfinite.diff
|
||||
Patch3: swig-ocaml-int64.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_headers-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
%if %{with swig_ocaml}
|
||||
|
Loading…
x
Reference in New Issue
Block a user