Hello community, here is the log from the commit of package v8 for openSUSE:Factory checked in at 2011-12-21 17:01:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2011-11-21 15:50:33.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.v8.new/v8.changes 2011-12-21 17:01:06.000000000 +0100 @@ -1,0 +2,34 @@ +Wed Dec 14 18:23:11 UTC 2011 - [email protected] + +- ARM build fix: Changed ExclusiveArch from arm to %arm +- Added code to build for hardfp + +------------------------------------------------------------------- +Fri Dec 9 08:44:01 UTC 2011 - [email protected] + +- fix license to be in spdx.org format + +------------------------------------------------------------------- +Tue Dec 6 09:59:02 UTC 2011 - [email protected] + +- Update to 2.7.12.6 + * Increase tick interval for the android platform. + * Fix a bug in the register allocator. (chromium:105112) + * Fix handling of recompiling code. (chromium:105375, v8:1782) + * Start incremental marking on idle notification. (v8:1458) + * Build fixes for various platforms. + * Various performance improvements. + +------------------------------------------------------------------- +Sat Dec 3 09:12:57 UTC 2011 - [email protected] + +- Update to 3.7.11 + * Fixed bug when generating padding to ensure space for lazy + deoptimization. (issue 1846) + * Further reduced pause times due to GC. + * Set maximum length of FixedArray in terms of elements + instead an absolute number of bytes. (Chromium issue 103103) + * Stability and performance improvements on all platforms. + * Removed exit-time destructors. + +------------------------------------------------------------------- Old: ---- v8.3.7.8.0.tar.lzma New: ---- v8.3.7.12.6.tar.lzma ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ v8.spec ++++++ --- /var/tmp/diff_new_pack.TVQXS2/_old 2011-12-21 17:01:18.000000000 +0100 +++ /var/tmp/diff_new_pack.TVQXS2/_new 2011-12-21 17:01:18.000000000 +0100 @@ -18,12 +18,12 @@ Name: v8 -Version: 3.7.8.0 -Release: 1 -License: BSD +Version: 3.7.12.6 +Release: 0 Summary: JavaScript Engine -Url: http://code.google.com/p/v8 +License: BSD-3-Clause Group: System/Libraries +Url: http://code.google.com/p/v8 Source0: %{name}.%{version}.tar.lzma # PATCH-FIX-OPENSUSE buildfix.diff (Ensure that V8 builds correctly) Patch0: buildfix.diff @@ -34,7 +34,7 @@ BuildRequires: lzma BuildRequires: readline-devel BuildRequires: scons -ExclusiveArch: %{ix86} x86_64 arm +ExclusiveArch: %{ix86} x86_64 %arm %if 0%{?suse_version} < 1120 BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif @@ -102,6 +102,9 @@ %ifarch x86_64 arch=x64 \ %endif +%ifarch %arm +armeabi=hard vfp3=on \ +%endif env=CCFLAGS:"-fPIC" # When will people learn to create versioned shared libraries by default? @@ -129,6 +132,9 @@ %ifarch x86_64 arch=x64 \ %endif +%ifarch %arm +armeabi=hard vfp3=on \ +%endif library=shared snapshots=on console=readline visibility=default # Sigh. I f*****g hate scons. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
