Browse Source

updated chromium

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5680 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 12 years ago
parent
commit
56dfdfb8bf
1 changed files with 5 additions and 4 deletions
  1. 5 4
      c/chromium/chromium17-vl.spec

+ 5 - 4
c/chromium/chromium17-vl.spec

@@ -33,7 +33,7 @@ Name:           chromium
 Summary:        Google's opens source browser project
 Summary(ja):    Googleのオープンソースウェブブラウザ
 #'
-Version:        17.0.963.54
+Version:        17.0.963.57
 Release:        1%{?_dist_release}
 License:        BSD
 Group:          Applications/Internet
@@ -245,9 +245,7 @@ popd
 PARSED_OPT_FLAGS=`echo \'$RPM_OPT_FLAGS -DUSE_SYSTEM_LIBEVENT -fPIC -fno-ipa-cp -fno-strict-aliasing \' | %__sed "s/ /',/g" | %__sed "s/',/', '/g"`
 for i in src/build/common.gypi; do
         %__sed -i "s|'-march=pentium4',||g" $i
-%ifnarch x86_64
         %__sed -i "s|'-mfpmath=sse',||g" $i
-%endif
         %__sed -i "s|'-O<(debug_optimize)',||g" $i
         %__sed -i "s|'-m32',||g" $i
         %__sed -i "s|'-fno-exceptions',|$PARSED_OPT_FLAGS|g" $i
@@ -285,11 +283,11 @@ pushd src
     -Ddisable_nacl=1 \
     -Djavascript_engine=v8 \
     -Dlinux_fpic=1 \
+    -Ddisable_sse2=1 \
     %ifarch %{ix86}
         -Dtarget_arch=ia32 \
     %endif
     %ifarch x86_64
-        -Ddisable_sse2=1 \
         -Dtarget_arch=x64 \
     %endif
     -Dno_strict_aliasing=1 \
@@ -405,6 +403,9 @@ fi || :
 %attr(4755,root,root) %{chrome_sandbox}
 
 %changelog
+* Fri Feb 17 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.57-1
+- updated to 17.0.963.57
+
 * Sun Feb 12 2012 Munehiro Yamamoto <munepi@vinelinux.org> 17.0.963.54-1
 - updated to 17.0.963.54