Browse Source

updated chromium-vl.spec, v8-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2346 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 13 years ago
parent
commit
4943a64205
3 changed files with 23 additions and 8 deletions
  1. 15 3
      c/chromium/chromium-vl.spec
  2. 1 1
      v/v8/v8-snapshot.sh
  3. 7 4
      v/v8/v8-vl.spec

+ 15 - 3
c/chromium/chromium-vl.spec

@@ -8,14 +8,14 @@
 %define with_system_icu 1
 %endif
 
-%define svn_rev 67715
-%define v8_ver 2.5.9
+%define svn_rev 68964
+%define v8_ver 3.0.0
 
 Name:           chromium
 Summary:        Google's opens source browser project
 Summary(ja):    Googleのオープンソースウェブブラウザ
 #'
-Version:        9.0.598.0
+Version:        10.0.610.0
 Release:        1%{?_dist_release}
 License:        BSD
 Group:          Applications/Internet
@@ -153,6 +153,7 @@ BuildRequires:  libgnome-keyring-devel
 BuildRequires:  glew-devel
 ##!!BuildRequires:  Mesa-devel
 BuildRequires:  mesa-libGLU-devel
+BuildRequires:  hunspell-devel
 
 %{?with_system_icu:BuildRequires:  libicu-devel >= 4.0}
 BuildRequires:  libevent-devel
@@ -164,6 +165,7 @@ BuildRequires:  speex-devel
 Requires:       v8 = %{v8_ver}
 BuildRequires:  libXScrnSaver-devel
 BuildRequires:  libXtst-devel
+BuildRequires:  libXdamage-devel
 #BuildRequires:  gle-devel
 #BuildRequires:  webkit-gtk-devel
 #BuildRequires:  scons
@@ -266,6 +268,7 @@ popd
 %__sed "s:RPM_VERSION:%{version}-%{release}:" %{SOURCE20} | patch -p0
 
 %build
+
 ## create make files
 
 PARSED_OPT_FLAGS=`echo \'$RPM_OPT_FLAGS -DUSE_SYSTEM_LIBEVENT -fPIC -fno-ipa-cp -fno-strict-aliasing \' | %__sed "s/ /',/g" | %__sed "s/',/', '/g"`
@@ -449,6 +452,15 @@ popd
 %{_libdir}/pkgconfig/chromium-browser.pc
 
 %changelog
+* Mon Dec 13 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.610.0-1
+- updated to 10.0.610.0
+
+* Sat Dec 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 10.0.605.0-1
+- updated to 10.0.605.0
+- added BuildRequires: 
+  - libXdamage-devel
+  - hunspell-devel
+
 * Sat Dec 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> 9.0.598.0-1
 - updated to 9.0.598
 

+ 1 - 1
v/v8/v8-snapshot.sh

@@ -17,7 +17,7 @@ dirname=v8
 
 cd "$tmp"
 #svn checkout http://v8.googlecode.com/svn/trunk $dirname
-svn checkout -r 5896 http://v8.googlecode.com/svn/trunk $dirname
+svn checkout -r 5932 http://v8.googlecode.com/svn/trunk $dirname
 cd $dirname
 MAJOR_VERSION=$(grep "#define MAJOR_VERSION" src/version.cc | sed -e "s/#define MAJOR_VERSION[[:blank:]]*//" -e "s/[[:blank:]]*$//")
 MINOR_VERSION=$(grep "#define MINOR_VERSION" src/version.cc | sed -e "s/#define MINOR_VERSION[[:blank:]]*//" -e "s/[[:blank:]]*$//")

+ 7 - 4
v/v8/v8-vl.spec

@@ -1,11 +1,11 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%global somajor 2
-%global sominor 5
-%global sobuild 9
+%global somajor 3
+%global sominor 0
+%global sobuild 0
 %global sover %{somajor}.%{sominor}.%{sobuild}
 
-%define svnrevision 5896
+%define svnrevision 5932
 
 Name:		v8
 Version:	%{sover}
@@ -150,6 +150,9 @@ cd %{buildroot}%{_libdir}
 
 
 %changelog
+* Sat Dec 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 3.0.0-1.svn5932
+- source 3.0.0 rev.5932
+
 * Sat Dec 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 2.5.9-1.svn5896
 - source 2.5.9 rev.5896