Compare commits

..

No commits in common. "058b32479f99f0d1054a1476c8c7800b3098fa09" and "a3ad5bd8465313760518d95a42a899e5ad900466" have entirely different histories.

2 changed files with 4 additions and 28 deletions

View File

@ -1,13 +1,13 @@
Name: swig
Version: 4.1.1
Release: 1
Version: 4.0.2
Release: 2
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 pcre2-devel python3-devel autoconf automake gawk dos2unix
BuildRequires: perl-interpreter pcre-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_build check
make check
%install
%make_install
@ -99,30 +99,6 @@ 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