Hello community, here is the log from the commit of package mozjs17 for openSUSE:Factory checked in at 2013-08-16 13:13:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mozjs17 (Old) and /work/SRC/openSUSE:Factory/.mozjs17.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mozjs17" Changes: -------- --- /work/SRC/openSUSE:Factory/mozjs17/mozjs17.changes 2013-06-05 12:57:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mozjs17.new/mozjs17.changes 2013-08-16 13:13:58.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Aug 13 10:56:46 UTC 2013 - [email protected] + +- mozjs-aarch64-support.patch: Add support for aarch64 + +------------------------------------------------------------------- New: ---- mozjs-aarch64-support.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mozjs17.spec ++++++ --- /var/tmp/diff_new_pack.lmgsKv/_old 2013-08-16 13:13:59.000000000 +0200 +++ /var/tmp/diff_new_pack.lmgsKv/_new 2013-08-16 13:13:59.000000000 +0200 @@ -27,6 +27,8 @@ Source0: http://ftp.mozilla.org/pub/mozilla.org/js/mozjs17.0.0.tar.gz #PATCH-FIX-UPSTREAM bmo#618485 64-bit big-endian jsval_layout is not defined, compile fails Patch0: mozjs-bmo618485-nojsuword.patch +# PATCH-FIX-UPSTREAM add support for aarch64 +Patch1: mozjs-aarch64-support.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf213 BuildRequires: gcc-c++ @@ -67,6 +69,7 @@ %prep %setup -q -n mozjs17.0.0 %patch0 -p1 +%patch1 -p1 %build # no need to add build time to binaries ++++++ mozjs-aarch64-support.patch ++++++ Index: mozjs17.0.0/mfbt/double-conversion/utils.h =================================================================== --- mozjs17.0.0.orig/mfbt/double-conversion/utils.h +++ mozjs17.0.0/mfbt/double-conversion/utils.h @@ -58,7 +58,7 @@ defined(__mips__) || defined(__powerpc__) || \ defined(__sparc__) || defined(__sparc) || defined(__s390__) || \ defined(__SH4__) || defined(__alpha__) || \ - defined(_MIPS_ARCH_MIPS32R2) + defined(_MIPS_ARCH_MIPS32R2) || defined(__aarch64__) #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1 #elif defined(_M_IX86) || defined(__i386__) || defined(__i386) #if defined(_WIN32) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
