[meego-commits] 5273: Changes to Trunk/v8

Anas Nashif nashif at linux.intel.com
Thu Jul 1 03:03:25 UTC 2010


Hi,
I have made the following changes to v8 in project Trunk. Please review and accept ASAP.

Thank You,
Anas Nashif

[This message was auto-generated]

---

Request #5273:

  submit:   Trunk:Testing/v8(r7) -> Trunk/v8


Message:
    migrate from Testing after handset day1

State:   new          2010-06-30T14:59:35 nashif
Comment: None



changes files:
--------------
--- v8.changes
+++ v8.changes
@@ -0,0 +1,6 @@
+* Tue Jun 29 2010 Priya Vijayan <priya.vijayan at intel.com> - 2.2.12
+- Sync with MeeGo 1.0 changes
+
+* Tue Jun 8 2010 Raymond Liu <raymond.liu at intel.com> - 2.2.12
+- Update to 2.2.12, svn 4747, Fix BMC# 2697
+

old:
----
  v8-20100504svn4581.tar.bz2

new:
----
  v8-20100527svn4747.tar.bz2

spec files:
-----------
--- v8.spec
+++ v8.spec
@@ -1,18 +1,22 @@
-%global svncheckout 20100504svn4581
+%global svncheckout 20100527svn4747
 
+# For the 1.2 branch, we use 0s here
+# For 1.3+, we use the three digit versions
 %global somajor 2
 %global sominor 2
-%global sobuild 7
+%global sobuild 12
 %global sover %{somajor}.%{sominor}.%{sobuild}
 
 Name:		v8
-Version:	%{sover}
+Version:	%{somajor}.%{sominor}.%{sobuild}
 Release:	1.%{svncheckout}%{?dist}
 Summary:	JavaScript Engine
 Group:		System Environment/Libraries
 License:	BSD
 URL:		http://code.google.com/p/v8
+# No tarballs, pulled from svn
 # svn checkout http://v8.googlecode.com/svn/trunk/ v8
+# find v8 -depth -name .svn -type d -exec rm -rf {} \;
 Source0:	v8-%{svncheckout}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExclusiveArch:	%{ix86} x86_64 %arm
@@ -46,6 +50,7 @@
 visibility=default \
 env=CCFLAGS:"-fPIC"
 
+# When will people learn to create versioned shared libraries by default?
 # first, lets get rid of the old .so
 rm -rf libv8.so
 # Now, lets make it right.
@@ -68,6 +73,7 @@
 %endif
 library=shared snapshots=on console=readline visibility=default
 
+# Sigh. I f*****g hate scons.
 rm -rf d8
 
 g++ $RPM_OPT_FLAGS -o d8 obj/release/d8-debug.os obj/release/d8-posix.os obj/release/d8-readline.os obj/release/d8.os obj/release/d8-js.os -lpthread -lreadline -lpthread -L. -lv8

other changes:
--------------

++++++ v8-20100504svn4581.tar.bz2 -> v8-20100527svn4747.tar.bz2
140244 lines of diff (skipped)



More information about the MeeGo-commits mailing list