]> git.pld-linux.org Git - packages/mozjs78.git/commitdiff
up to 78.11.0 auto/th/mozjs78-78.11.0-1
authorJan Palus <atler@pld-linux.org>
Tue, 15 Jun 2021 18:16:15 +0000 (20:16 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 15 Jun 2021 18:16:15 +0000 (20:16 +0200)
mozjs78.spec
x32.patch

index 8f4e2ad611ca3e6b2788b3e0fc62b297def4e3b4..14c1c70ae82cb4377d33892d99da982d1b0c9fce 100644 (file)
@@ -5,13 +5,13 @@
 Summary:       SpiderMonkey 78 - JavaScript implementation
 Summary(pl.UTF-8):     SpiderMonkey 78 - implementacja języka JavaScript
 Name:          mozjs78
 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
 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
 Patch0:                copy-headers.patch
 Patch1:                system-virtualenv.patch
 Patch2:                include-configure-script.patch
index 256e5e7f2fecf40996909c42e80f058abe116cfc..6c2d9501a1e1d2a6baf5d6341e9f4d0ca5dff952 100644 (file)
--- 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())
  }
  
  CPU = EnumString.subclass(*CPU_bitness.keys())
-@@ -73,6 +74,7 @@
+@@ -73,8 +74,9 @@
  
  # The order of those checks matter
  CPU_preprocessor_checks = OrderedDict((
  
  # 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'),
 -    ('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 @@
 --- 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 @@
This page took 0.190205 seconds and 4 git commands to generate.