Projects
Mega:23.09
swig
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
_service:tar_scm:swig.spec
Changed
@@ -1,6 +1,6 @@ Name: swig Version: 4.0.2 -Release: 6 +Release: 7 Summary: Links C/C++/Objective C to languages for some advanced programing License: GPLv3+ and BSD URL: http://swig.sourceforge.net/ @@ -13,6 +13,7 @@ Patch4: Backport-php-8-support-from-upstream.patch Patch5: 0001-Ruby-Fix-deprecation-warnings-with-Ruby-3.x.patch Patch6: 0001-gcc-12-warning-fix-in-test-case.patch +Patch7: 0002-fix-bug-no-matching-function.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) @@ -106,6 +107,9 @@ %{_mandir}/man1/swig.1* %changelog +* Tue Oct 24 2023 renyi <977713017@qq.com> - 4.0.2-7 +- Fix an unmatched function error + * 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
View file
_service:tar_scm:0002-fix-bug-no-matching-function.patch
Added
@@ -0,0 +1,25 @@ +From d7f1cd2a91f5004086fcc0246b0d4194e32d447c Mon Sep 17 00:00:00 2001 +From: 15859157387 <977713017@qq.com> +Date: Tue, 24 Oct 2023 10:18:07 +0800 +Subject: PATCH fix swig bug + +--- + Lib/ocaml/ocamlrun.swg | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Lib/ocaml/ocamlrun.swg b/Lib/ocaml/ocamlrun.swg +index 5a923c5..53ad952 100644 +--- a/Lib/ocaml/ocamlrun.swg ++++ b/Lib/ocaml/ocamlrun.swg +@@ -369,7 +369,7 @@ extern "C" { + if( !p || len < 0 ) CAMLreturn(caml_val_ptr( (void *)p, 0 )); + vv = caml_swig_alloc(1,C_string); + SWIG_Store_field(vv,0,caml_alloc_string(len)); +- memcpy(String_val(SWIG_Field(vv,0)),p,len); ++ memcpy(Bp_val(SWIG_Field(vv,0)),p,len); + CAMLreturn(vv); + } + +-- +2.27.0 +
View file
_service
Changed
@@ -1,6 +1,6 @@ <services> <service name="tar_scm"> - <param name="url">git@gitee.com:src-openeuler/swig.git</param> + <param name="url">git@gitee.com:ren-yi43/swig_1.git</param> <param name="scm">git</param> <param name="revision">openEuler-23.09</param> <param name="exclude">*</param>
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2