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-04-08 21:26:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/angelscript (Old) and /work/SRC/openSUSE:Factory/.angelscript.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "angelscript" Thu Apr 8 21:26:46 2021 rev:5 rq:883335 version:2.35.0 Changes: -------- --- /work/SRC/openSUSE:Factory/angelscript/angelscript.changes 2021-03-30 21:45:34.358669356 +0200 +++ /work/SRC/openSUSE:Factory/.angelscript.new.2401/angelscript.changes 2021-04-08 21:26:46.703452381 +0200 @@ -1,0 +2,6 @@ +Fri Apr 2 07:48:45 UTC 2021 - Guillaume GARDET <[email protected]> + +- Fix build on aarch64: + * angelscript-fix-aarch64.patch + +------------------------------------------------------------------- New: ---- angelscript-fix-aarch64.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ angelscript.spec ++++++ --- /var/tmp/diff_new_pack.1AycTX/_old 2021-04-08 21:26:47.147452868 +0200 +++ /var/tmp/diff_new_pack.1AycTX/_new 2021-04-08 21:26:47.151452873 +0200 @@ -27,6 +27,7 @@ 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 ++++++ angelscript-fix-aarch64.patch ++++++ --- sdk/angelscript/projects/meson/meson.build.orig 2021-04-02 07:42:31.195376514 +0000 +++ sdk/angelscript/projects/meson/meson.build 2021-04-02 07:43:50.493193363 +0000 @@ -50,6 +50,14 @@ if host_machine.cpu_family() == 'arm' ] endif +if host_machine.cpu_family() == 'aarch64' + add_languages('c') + angel_srcs += [ + '../../source/as_callfunc_arm64.cpp', + '../../source/as_callfunc_arm64_gcc.S', + ] +endif + angelscript_version_num = run_command(find_program('python3'), 'detect_ver.py', '--num').stdout().strip() angelscript_lib = library( 'angelscript',
