Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package angelscript for openSUSE:Factory checked in at 2021-10-23 00:51:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/angelscript (Old) and /work/SRC/openSUSE:Factory/.angelscript.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "angelscript" Sat Oct 23 00:51:38 2021 rev:6 rq:926968 version:2.35.1 Changes: -------- --- /work/SRC/openSUSE:Factory/angelscript/angelscript.changes 2021-04-08 21:26:46.703452381 +0200 +++ /work/SRC/openSUSE:Factory/.angelscript.new.1890/angelscript.changes 2021-10-23 00:52:23.417158814 +0200 @@ -1,0 +2,49 @@ +Thu Oct 21 14:45:16 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- Update to version 2.35.1 + * Bug fixes + * Fixed invalid bytecode sequence on calling method on explicit + temporary object of value type + * Fixed freeze in compiler when compiling script that declared + the same interface twice and inherited from another + * Fixed a problem with lambdas declared within shared functions + not being considered shared (Thanks Phong Ba) + * Fixed invalid bytecode sequence on creating a delegate from a + lambda + * Declaring arrays using the type[] syntax will now properly + add implicit handle for the type when needed + * Fixed crash if attempting to call CreateScriptObjectCopy with + an asITypeInfo for a script function + * Fixed error in compilation of ternary condition operator with + regards to deferred arguments + * Added more sanity checks in LoadByteCode to avoid crash on + invalid stream data + * Fixed crash when instantiating shared class after original + module was discarded + * Fixed assert failure in compiler on implicit conversion + between unsigned integer types of different sizes + * Fixed invalid bytecode sequence in initialization lists with + value types whose opAssign returns void + * Fixed registering asBEHAVE_LIST_CONSTRUCT on value type + templates + * Fixed compiler error in as_symboltable.h on GCC 11 + * Compiler no longer silently accepts implicit conversion from + null handle to object type registered with ASHANDLE if there + is no matching implicit constructor + * Fixed problem in native calling convention on arm64 when + function returned a reference to a class with + asOBJ_APP_CLASS_ALLFLOATS + * Script language + * Ternary condition operator is now able to implicitly convert + the types in the expressions to a common type + * Declarations of shorthand nested namespaces is now supported + * Add-ons + * Fixed compilation error in filesystem add-on + * Fixed datetime add-on to properly handle timezones with + day-light-savings in a portable way + * Fixed WRAP_MFN on gnuc when used within templated functions + * Fixed issue in array::sort with callback that could cause + objects in the array to be destroyed by gc +- Removed angelscript-fix-aarch64.patch, upstream merged + +------------------------------------------------------------------- @@ -286,2 +334,0 @@ - -------------------------------------------------------------------- Old: ---- angelscript-fix-aarch64.patch angelscript_2.35.0.zip New: ---- angelscript_2.35.1.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ angelscript.spec ++++++ --- /var/tmp/diff_new_pack.fmFAVe/_old 2021-10-23 00:52:24.029159085 +0200 +++ /var/tmp/diff_new_pack.fmFAVe/_new 2021-10-23 00:52:24.029159085 +0200 @@ -16,9 +16,9 @@ # -%define sover 2_35_0 +%define sover 2_35_1 Name: angelscript -Version: 2.35.0 +Version: 2.35.1 Release: 0 Summary: Scripting library License: Zlib @@ -27,7 +27,6 @@ Source: https://www.angelcode.com/angelscript/sdk/files/%{name}_%{version}.zip # PATCH-FEATURE-OPENSUSE angelscript-addons_lib.patch [email protected] -- build and install addons library Patch0: angelscript-addons_lib.patch -Patch1: angelscript-fix-aarch64.patch BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: meson >= 0.49.0
