Hello community,

here is the log from the commit of package mozjs24 for openSUSE:Factory checked 
in at 2014-05-13 20:47:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mozjs24 (Old)
 and      /work/SRC/openSUSE:Factory/.mozjs24.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mozjs24"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mozjs24/mozjs24.changes  2014-01-23 
15:49:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mozjs24.new/mozjs24.changes     2014-05-13 
20:48:07.000000000 +0200
@@ -1,0 +2,6 @@
+Mon May 12 08:12:42 UTC 2014 - [email protected]
+
+- Support for aarch64 from https://code.google.com/p/double-conversion/
+  (mozjs-aarch64-support.patch)
+
+-------------------------------------------------------------------

New:
----
  mozjs-aarch64-support.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mozjs24.spec ++++++
--- /var/tmp/diff_new_pack.RGKtjS/_old  2014-05-13 20:48:08.000000000 +0200
+++ /var/tmp/diff_new_pack.RGKtjS/_new  2014-05-13 20:48:08.000000000 +0200
@@ -19,12 +19,13 @@
 
 Name:           mozjs24
 Summary:        JavaScript interpreter
-Version:        24.2.0
-Release:        1
 License:        MPL-2.0
 Group:          System/Libraries
+Version:        24.2.0
+Release:        0
 Url:            http://www.mozilla.org/js/
 Source0:        http://ftp.mozilla.org/pub/mozilla.org/js/mozjs-24.2.0.tar.bz2
+Patch1:         mozjs-aarch64-support.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf213
 BuildRequires:  gcc-c++
@@ -63,6 +64,7 @@
 
 %prep
 %setup -q -n mozjs-%{version}
+%patch1 -p1
 
 %build
 # no need to add build time to binaries

++++++ mozjs-aarch64-support.patch ++++++
Index: mozjs-24.2.0/mfbt/double-conversion/utils.h
===================================================================
--- mozjs-24.2.0.orig/mfbt/double-conversion/utils.h
+++ mozjs-24.2.0/mfbt/double-conversion/utils.h
@@ -58,7 +58,8 @@
     defined(__mips__) || defined(__powerpc__) || \
     defined(__sparc__) || defined(__sparc) || defined(__s390__) || \
     defined(__SH4__) || defined(__alpha__) || \
-    defined(_MIPS_ARCH_MIPS32R2)
+    defined(_MIPS_ARCH_MIPS32R2) || \
+    defined(__AARCH64EL__)
 #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]

Reply via email to