Hello community,

here is the log from the commit of package v8 for openSUSE:Factory
checked in at Thu Sep 15 14:18:10 CEST 2011.



--------
--- v8/v8.changes       2011-08-25 15:46:56.000000000 +0200
+++ /mounts/work_src_done/STABLE/v8/v8.changes  2011-09-14 13:16:04.000000000 
+0200
@@ -1,0 +2,34 @@
+Mon Sep 12 20:26:02 UTC 2011 - [email protected]
+
+- Update to 3.6.2.0
+  + Fixed a bug when optimizing named function expression (issue 1647).
+  + Fixed a bug when optimizing f.call.apply (issue 1650).
+  + Made arguments and caller always be null on native functions
+    (issues 1548 and 1643).
+  + Fixed issue 1648 (cross-compiling x64 targeting ia32).
+  + Fixed issue 371 (d8 printing of strings containing \0).
+  + Fixed order of evaluation in arguments to parseInt (issue 1649).
+  + Fixed a problem with large heap snapshots in Chrome DevTools
+    (issue 1658, chromium issue 89268).
+  + Upped default maximum heap size from 512M to 700M.
+  + Fixed a bug in abrupt exit from with or catch inside finally.
+  + Fixed possible crash in FixedDoubleArray::Initialize() (Chromium
+    issue 95113).
+  + Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
+  + Fixed a few clang warnings (which -Werror treated as errors).
+  + Performance improvements on all platforms.
+  + Added ability to turn profiler on/off in d8.
+  + Fixed several crash bugs.
+
+-------------------------------------------------------------------
+Fri Sep  2 15:31:46 UTC 2011 - [email protected]
+
+- Update to 3.5.10.0
+  +  Added V8EXPORT attributes for v8::Array::CheckCast and 
+     v8::Number::CheckCast.
+  +  Made a slight API change enabling opting out from null 
+     termination in String::Write*().
+  +  Made FromPropertyDescriptor not trigger inherited setters.
+  +  Various bugfixes
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  v8.3.5.7.0.tar.lzma

New:
----
  v8.3.6.2.0.tar.lzma

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

Other differences:
------------------
++++++ v8.spec ++++++
--- /var/tmp/diff_new_pack.LkCE3r/_old  2011-09-15 14:18:07.000000000 +0200
+++ /var/tmp/diff_new_pack.LkCE3r/_new  2011-09-15 14:18:07.000000000 +0200
@@ -19,8 +19,8 @@
 
 
 Name:           v8
-Version:        3.5.7.0
-Release:        3
+Version:        3.6.2.0
+Release:        1
 Summary:        JavaScript Engine
 Group:          System/Libraries
 License:        BSD
@@ -87,7 +87,7 @@
 rm -rf libv8.so
 rm -rf libv8preparser.so
 # Now, lets make it right.
-g++ $RPM_OPT_FLAGS -fPIC -o libv8preparser.so.%{sover} -shared 
-W1,-soname,libv8preparser.so.%{somajor} obj/release/allocation.os 
obj/release/hashmap.os obj/release/preparse-data.os 
obj/release/preparser-api.os obj/release/preparser.os 
obj/release/scanner-base.os obj/release/token.os obj/release/unicode.os 
-lpthread
+g++ $RPM_OPT_FLAGS -fPIC -o libv8preparser.so.%{sover} -shared 
-W1,-soname,libv8preparser.so.%{somajor} 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/hashmap.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
 g++ $RPM_OPT_FLAGS -fPIC -o libv8.so.%{sover} -shared 
-Wl,-soname,libv8.so.%{somajor} obj/release/*.os obj/release/arm/*.os 
obj/release/extensions/*.os -lpthread


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



Remember to have fun...

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

Reply via email to