Hello community,

here is the log from the commit of package v8 for openSUSE:Factory checked in 
at 2012-05-03 11:01:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-20 15:21:50.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.v8.new/v8.changes       2012-05-03 
11:01:19.000000000 +0200
@@ -1,0 +2,36 @@
+Thu Apr 26 15:32:51 UTC 2012 - [email protected]
+
+- Update to 3.10.6.0
+  * Fixed some bugs in accessing details of the last regexp match.
+  * Fixed source property of empty RegExp objects. (issue 1982)
+  * Enabled inlining some V8 API functions.  
+
+-------------------------------------------------------------------
+Thu Apr 26 07:15:50 UTC 2012 - [email protected]
+
+- spec file fix for arm, ifarch arm isn't correct needs percent sign before arm
+
+-------------------------------------------------------------------
+Tue Apr 24 20:42:02 UTC 2012 - [email protected]
+
+- Update to 3.10.5.0
+  * Put new global var semantics behind a flag until WebKit tests 
+    are cleaned up.
+  * Enabled stepping into callback passed to builtins.
+    (Chromium issue 109564)
+  * Fixed issues when stressing compaction with WeakMaps.
+  * Fixed missing GVN flag for new-space promotion. 
+    (Chromium issue 123919)
+  * Simplify invocation sequence at monomorphic function 
+    invocation sites.  (issue 2079)
+  * Fixed several bugs in heap profiles (including issue 2078).
+  * Throw syntax errors on illegal escape sequences.
+  * Implemented rudimentary module linking (behind --harmony flag)
+  * Implemented ES5 erratum: Global declarations should shadow
+    inherited properties.
+  * Made handling of const more consistent when combined with 'eval'
+    and 'with'.
+  * Fixed V8 on MinGW-x64 (issue 2026).
+  * Performance and stability improvements on all platforms.
+
+-------------------------------------------------------------------

Old:
----
  v8.3.10.2.1.tar.lzma

New:
----
  v8.3.10.6.0.tar.lzma

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

Other differences:
------------------
++++++ v8.spec ++++++
--- /var/tmp/diff_new_pack.Vexapf/_old  2012-05-03 11:01:21.000000000 +0200
+++ /var/tmp/diff_new_pack.Vexapf/_new  2012-05-03 11:01:21.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           v8
-Version:        3.10.2.1
+Version:        3.10.6.0
 Release:        0
 Summary:        JavaScript Engine
 License:        BSD-3-Clause
@@ -113,7 +113,7 @@
 # Now, lets make it right.
 g++ %{optflags} -shared -Wl,-soname,libv8preparser.so.%{somajor} -o 
libv8preparser.so.%{sover} obj/release/allocation.os obj/release/bignum-dtoa.os 
obj/release/bignum.os obj/release/cached-powers.os obj/release/conversions.os 
obj/release/diy-fp.os obj/release/dtoa.os obj/release/fast-dtoa.os 
obj/release/fixed-dtoa.os obj/release/preparse-data.os 
obj/release/preparser-api.os obj/release/preparser.os obj/release/scanner.os 
obj/release/strtod.os obj/release/token.os obj/release/unicode.os 
obj/release/utils.os -lpthread
 rm obj/release/preparser-api.os
-%ifarch arm
+%ifarch %arm
 g++ %{optflags} -shared -Wl,-soname,libv8.so.%{somajor} -o libv8.so.%{sover} 
obj/release/*.os obj/release/arm/*.os obj/release/extensions/*.os -lpthread
 %endif
 %ifarch %{ix86}

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

Reply via email to