diff --git a/swig-4.3.0.tar.gz b/swig-4.3.0.tar.gz deleted file mode 100644 index cb5a89097afd6034c95af6d07132fb765eb387cd..0000000000000000000000000000000000000000 --- a/swig-4.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7203ef796f61af986c70c05816236cbd0d31b7aa9631e5ab53020ab7804aa9e -size 8616205 diff --git a/swig-4.3.1.tar.gz b/swig-4.3.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..655b23f813bda97438ec1bded4f1656c7b3e1951 Binary files /dev/null and b/swig-4.3.1.tar.gz differ diff --git a/swig.spec b/swig.spec index 5154dae8e1ea9f56012d86ed866ca32ee277a2ea..1cfb0721ca4445709b0390258283e9177162efef 100644 --- a/swig.spec +++ b/swig.spec @@ -1,5 +1,5 @@ Name: swig -Version: 4.3.0 +Version: 4.3.1 Release: 1 Summary: Links C/C++/Objective C to languages for some advanced programing License: GPL-3.0-or-later AND BSD-3-Clause @@ -8,7 +8,7 @@ Source0: https://downloads.sourceforge.net/project/swig/swig/swig-%{versio Source1: description.h2m # Fix precedence of casts - in upstream after 4.3.0 # https://github.com/swig/swig/issues/3058 -Patch6001: swig-4.3.0-Fix-precedence-of-casts.patch +# Patch6001: swig-4.3.0-Fix-precedence-of-casts.patch BuildRequires: perl-interpreter pcre2-devel python3-devel autoconf automake gawk dos2unix BuildRequires: gcc-c++ help2man perl-devel perl(base) perl(Config) perl(Devel::Peek) @@ -51,7 +51,7 @@ Help document for the swig package. # As of Jan 2025, swig tests segfault with ruby >= 3.2.3. See: # https://github.com/swig/swig/issues/2800 # https://bugs.ruby-lang.org/issues/20666 -%make_build check || true +make check-swig || true %install %make_install @@ -101,6 +101,9 @@ install -pm 644 Tools/swig.gdb %{buildroot}%{_datadir}/%{name}/gdb %{_mandir}/man1/swig.1* %changelog +* Tue Jun 10 2025 openeuler_bot - 4.3.1-1 +- update swig to 4.3.1 + * Wed Jan 22 2025 Funda Wang - 4.3.0-1 - update to 4.3.0 @@ -138,4 +141,4 @@ install -pm 644 Tools/swig.gdb %{buildroot}%{_datadir}/%{name}/gdb - update to 4.0.2-1 * Fri Nov 29 2019 wutao - 3.0.12-22 -- Package init +- Package init \ No newline at end of file