Hello community,

here is the log from the commit of package v8 for openSUSE:Factory checked in 
at 2012-09-13 00:07:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/v8 (Old)
 and      /work/SRC/openSUSE:Factory/.v8.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "v8", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/v8/v8.changes    2012-08-10 23:18:43.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.v8.new/v8.changes       2012-09-13 
00:07:17.000000000 +0200
@@ -1,0 +2,23 @@
+Tue Sep 11 09:12:39 UTC 2012 - [email protected]
+
+- set USE_HARDFLOAT on arm
+
+-------------------------------------------------------------------
+Wed Aug 22 07:21:03 UTC 2012 - [email protected]
+
+- Update to 3.13.3.0
+  * Performance and stability improvements on all platforms.
+
+-------------------------------------------------------------------
+Sun Aug 19 08:26:25 UTC 2012 - [email protected]
+
+- Update to 3.13.1.0
+  * Added histograms for total allocated/live heap size, as well as
+    allocated size and percentage of total for map and cell space.
+  * Fixed parseInt's octal parsing behavior 
+    (ECMA-262 Annex E 15.1.2.2).  (issue 1645)
+  * Added checks for interceptors to negative lookup code in 
+    Crankshaft.  (Chromium issue 140473)
+  * Made incremental marking clear ICs and type feedback cells.
+
+-------------------------------------------------------------------

Old:
----
  v8.3.12.19.1.tar.lzma

New:
----
  v8.3.13.3.0.tar.lzma

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

Other differences:
------------------
++++++ v8.spec ++++++
--- /var/tmp/diff_new_pack.C7hi21/_old  2012-09-13 00:07:18.000000000 +0200
+++ /var/tmp/diff_new_pack.C7hi21/_new  2012-09-13 00:07:18.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           v8
-Version:        3.12.19.1
+Version:        3.13.3.0
 Release:        0
 Summary:        JavaScript Engine
 License:        BSD-3-Clause

++++++ arm-use-hardfloat.diff ++++++
--- /var/tmp/diff_new_pack.C7hi21/_old  2012-09-13 00:07:18.000000000 +0200
+++ /var/tmp/diff_new_pack.C7hi21/_new  2012-09-13 00:07:18.000000000 +0200
@@ -1,6 +1,8 @@
---- Makefile
+Index: Makefile
+===================================================================
+--- Makefile.orig
 +++ Makefile
-@@ -99,6 +99,11 @@
+@@ -99,6 +99,12 @@ endif
  ifeq ($(regexp), interpreted)
    GYPFLAGS += -Dv8_interpreted_regexp=1
  endif
@@ -8,6 +10,7 @@
 +ifeq ($(use_arm_eabi_hardfloat), true)
 +  GYPFLAGS += -Dv8_use_arm_eabi_hardfloat=true
 +  GYPFLAGS += -Dv8_can_use_unaligned_accesses=false
++  GYPFLAGS += -DUSE_EABI_HARDFLOAT
 +endif
  
  # ----------------- available targets: --------------------

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to