Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
058b32479f
!18 Update to 4.1.1
From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-08-24 07:30:55 +00:00
lyn1001
a1c20af7c3 update to 4.1.1 2023-08-24 14:48:17 +08:00
openeuler-ci-bot
8b7b5bf1ae
!17 fix build error caused by upgrading gcc to 12.3.0
From: @chen-jan 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2023-07-13 12:05:43 +00:00
chen-jan
b9da83a568 fix build error caused by upgrading gcc to 12.3.0 2023-07-13 19:36:57 +08:00
openeuler-ci-bot
81cfc807df
!16 Backport php 8 support from upstream
From: @misaka00251 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
2023-06-05 13:18:24 +00:00
misaka00251
7289f857ba
Backport php 8 support from upstream 2023-06-05 18:25:45 +08:00
openeuler-ci-bot
ee8fcd13f9
!14 Modify the dependency from pcre to pcre2
From: @zou_lin77 
Reviewed-by: @lvying6, @licihua 
Signed-off-by: @lvying6, @licihua
2022-06-13 06:21:36 +00:00
zou_lin77
0f742e9194 Modify the dependency from pcre to pcre2 2022-06-13 10:28:06 +08:00
openeuler-ci-bot
91600b97a3 !11 use make macros to run check in parallel
From: @panxh_purple
Reviewed-by: @xiezhipeng1,@yanglijin,@yanglijin
Signed-off-by: @xiezhipeng1,@yanglijin,@yanglijin
2021-04-20 17:03:55 +08:00
panxiaohe
a17a0256cf use make macros to run check in parallel 2021-04-20 15:57:07 +08:00
2 changed files with 28 additions and 4 deletions

View File

@ -1,13 +1,13 @@
Name: swig Name: swig
Version: 4.0.2 Version: 4.1.1
Release: 2 Release: 1
Summary: Links C/C++/Objective C to languages for some advanced programing Summary: Links C/C++/Objective C to languages for some advanced programing
License: GPLv3+ and BSD License: GPLv3+ and BSD
URL: http://swig.sourceforge.net/ URL: http://swig.sourceforge.net/
Source0: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz Source0: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz
Source1: description.h2m 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: 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(ExtUtils::MakeMaker) perl(fields) perl(Math::BigInt) perl(strict)
BuildRequires: perl(Test::More) perl(vars) perl(warnings) boost-devel bison tcl-devel 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 %make_build
%check %check
make check %make_build check
%install %install
%make_install %make_install
@ -99,6 +99,30 @@ install -pm 644 Tools/swig.gdb %{buildroot}%{_datadir}/%{name}/gdb
%{_mandir}/man1/swig.1* %{_mandir}/man1/swig.1*
%changelog %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 * Tue Feb 23 2021 licihua <licihua@huawei.com> - 4.0.2-2
- Type:bugfix - Type:bugfix
- CVE:NA - CVE:NA