From: Jan Palus Date: Tue, 15 Jun 2021 18:16:15 +0000 (+0200) Subject: up to 78.11.0 X-Git-Tag: auto/th/mozjs78-78.11.0-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fmozjs78.git;a=commitdiff_plain;h=8026df6 up to 78.11.0 --- diff --git a/mozjs78.spec b/mozjs78.spec index 8f4e2ad..14c1c70 100644 --- a/mozjs78.spec +++ b/mozjs78.spec @@ -5,13 +5,13 @@ Summary: SpiderMonkey 78 - JavaScript implementation Summary(pl.UTF-8): SpiderMonkey 78 - implementacja języka JavaScript Name: mozjs78 -Version: 78.2.0 -Release: 2 +Version: 78.11.0 +Release: 1 License: MPL v2.0 Group: Libraries #Source0: http://ftp.gnome.org/pub/gnome/teams/releng/tarballs-needing-help/mozjs/mozjs-%{version}.tar.bz2 Source0: http://ftp.mozilla.org/pub/firefox/releases/%{version}esr/source/firefox-%{version}esr.source.tar.xz -# Source0-md5: e071f6c9bea8344d4556323f02bf6125 +# Source0-md5: 8a73fc5839fdea9f89c176cfce9f5fc9 Patch0: copy-headers.patch Patch1: system-virtualenv.patch Patch2: include-configure-script.patch diff --git a/x32.patch b/x32.patch index 256e5e7..6c2d950 100644 --- a/x32.patch +++ b/x32.patch @@ -34,7 +34,7 @@ diff -ur mozjs-60.1.0/python/mozbuild/mozbuild/configure/constants.py mozjs-60.1 } CPU = EnumString.subclass(*CPU_bitness.keys()) -@@ -73,6 +74,7 @@ +@@ -73,8 +74,9 @@ # The order of those checks matter CPU_preprocessor_checks = OrderedDict(( @@ -43,6 +43,8 @@ diff -ur mozjs-60.1.0/python/mozbuild/mozbuild/configure/constants.py mozjs-60.1 - ('x86_64', '__x86_64__ || _M_X64'), + ('x86_64', '(__x86_64__ && __LP64__) || _M_X64'), ('arm', '__arm__ || _M_ARM'), + ('aarch64', '__aarch64__ || _M_ARM64'), + ('ia64', '__ia64__'), --- firefox-68.7.0/js/src/vm/BigIntType.cpp~ 2020-04-03 21:29:59.000000000 +0200 +++ firefox-68.7.0/js/src/vm/BigIntType.cpp 2020-05-01 11:22:53.296439915 +0200 @@ -263,7 +263,7 @@