Hello community,

here is the log from the commit of package v8 for openSUSE:Factory checked in 
at 2013-01-14 09:52:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/v8 (Old)
 and      /work/SRC/openSUSE:Factory/.v8.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "v8", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/v8/v8.changes    2012-12-14 11:22:41.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.v8.new/v8.changes       2013-01-14 
09:52:27.000000000 +0100
@@ -1,0 +2,30 @@
+Sun Jan 13 19:20:41 UTC 2013 - [email protected]
+
+- Enable readline support (console=readline) 
+
+-------------------------------------------------------------------
+Sun Jan 13 18:24:03 UTC 2013 - [email protected]
+
+- Update to 3.16.4.0
+  * Performance and stability improvements on all platforms
+  * Improved GC performance when moving parts of a FixedArray 
+    (issue 2452).
+  * Enabled readline on d8 while building a shared lib (issue 1781).
+  * Fixed missing exception check in typed array constructor
+    (Chromium issue 168545).
+  * Check for read-only-ness when preparing for array sort 
+    (issue 2419).
+  * Fixed x64 MathMinMax for negative untagged int32 arguments.
+    (Chromium issue 164442)
+  * Fixed FloatingPointHelper::CheckSSE2OperandIsInt32.
+    (issue 2458)
+  * V8_Fatal now prints C++ stack trace in debug mode
+  * Added HTML-based tick processor
+  * Define CAN_USE_VFP2/3_INSTRUCTIONS based on arm_neon and 
+    arm_fpu GYP flags
+  * Added GCTracer metrics for a scavenger GC for DOM wrappers
+  * Activated code aging by default
+  * See full list of changes in the ChangeLog
+
+
+-------------------------------------------------------------------

Old:
----
  v8.3.14.5.0.tar.lzma

New:
----
  v8.3.16.4.0.tar.lzma

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

Other differences:
------------------
++++++ v8.spec ++++++
--- /var/tmp/diff_new_pack.hDoAIC/_old  2013-01-14 09:52:28.000000000 +0100
+++ /var/tmp/diff_new_pack.hDoAIC/_new  2013-01-14 09:52:28.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package v8
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           v8
-Version:        3.14.5.0
+Version:        3.16.4.0
 Release:        0
 Summary:        JavaScript Engine
 License:        BSD-3-Clause
@@ -97,7 +97,12 @@
 %ifarch armv7hl
 MAKE_EXTRA_FLAGS+=hardfp=on
 %endif
-make %{target}.release -j3 library=shared snapshots=on 
soname_version=%{somajor} $MAKE_EXTRA_FLAGS
+make %{target}.release %{?_smp_mflags} \
+     console=readline \
+     library=shared \
+     snapshots=on \
+     soname_version=%{somajor} \
+     $MAKE_EXTRA_FLAGS
 
 %install
 %if 0%{?suse_version} > 1140 || 0%{?fedora_version}

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

Reply via email to