Compare commits
10 Commits
a3ad5bd846
...
058b32479f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
058b32479f | ||
|
|
a1c20af7c3 | ||
|
|
8b7b5bf1ae | ||
|
|
b9da83a568 | ||
|
|
81cfc807df | ||
|
|
7289f857ba | ||
|
|
ee8fcd13f9 | ||
|
|
0f742e9194 | ||
|
|
91600b97a3 | ||
|
|
a17a0256cf |
Binary file not shown.
32
swig.spec
32
swig.spec
@ -1,13 +1,13 @@
|
||||
Name: swig
|
||||
Version: 4.0.2
|
||||
Release: 2
|
||||
Version: 4.1.1
|
||||
Release: 1
|
||||
Summary: Links C/C++/Objective C to languages for some advanced programing
|
||||
License: GPLv3+ and BSD
|
||||
URL: http://swig.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz
|
||||
Source1: description.h2m
|
||||
|
||||
BuildRequires: perl-interpreter pcre-devel python3-devel autoconf automake gawk dos2unix
|
||||
BuildRequires: perl-interpreter pcre2-devel python3-devel autoconf automake gawk dos2unix
|
||||
BuildRequires: gcc-c++ help2man perl-devel perl(base) perl(Config) perl(Devel::Peek)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) perl(fields) perl(Math::BigInt) perl(strict)
|
||||
BuildRequires: perl(Test::More) perl(vars) perl(warnings) boost-devel bison tcl-devel
|
||||
@ -46,7 +46,7 @@ Help document for the swig package.
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make check
|
||||
%make_build check
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -99,6 +99,30 @@ install -pm 644 Tools/swig.gdb %{buildroot}%{_datadir}/%{name}/gdb
|
||||
%{_mandir}/man1/swig.1*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 24 2023 liyanan <thistleslyn@163.com> - 4.1.1-1
|
||||
- Update to 4.1.1
|
||||
|
||||
* Thu Jul 13 2023 chenchen <chen_aka_jan@163.com> - 4.0.2-6
|
||||
- fix build error caused by upgrading gcc to 12.3.0
|
||||
|
||||
* Mon Jun 05 2023 misaka00251 <liuxin@iscas.ac.cn> - 4.0.2-5
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:Backport php 8 support from upstream
|
||||
|
||||
* Thu Jun 9 2022 zoulin <zoulin13@h-partners.com> - 4.0.2-4
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:Modify the dependency from pcre to pcre2
|
||||
|
||||
* Tue Apr 20 2021 panxiaohe <panxiaohe@huawei.com> - 4.0.2-3
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:use make macros to run check in parallel
|
||||
|
||||
* Tue Feb 23 2021 licihua <licihua@huawei.com> - 4.0.2-2
|
||||
- Type:bugfix
|
||||
- CVE:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user