Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8239 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 10 years ago
parent
commit
350b86ccce
1 changed files with 4 additions and 2 deletions
  1. 4 2
      c/chromium/chromium-vl.spec

+ 4 - 2
c/chromium/chromium-vl.spec

@@ -25,7 +25,7 @@ Name:           chromium
 Summary:        Google's opens source browser project
 Summary(ja):    Googleのオープンソースウェブブラウザ
 #'
-Version:        32.0.1700.77
+Version:        32.0.1700.102
 Release:        1%{?_dist_release}
 License:        BSD-3-Clause, LGPL-2.1+
 Group:          Applications/Internet
@@ -240,7 +240,6 @@ for i in src/build/common.gypi; do
         %__sed -i "s|'-O<(debug_optimize)',||g" $i
         %__sed -i "s|'-fno-exceptions',|$PARSED_OPT_FLAGS|g" $i
         %__sed -i "s|'-Werror'|'-Wno-error'|g" $i
-        %__sed -i "s|'-O2'|'-O3'|g" $i
 done
 
 pushd src
@@ -460,6 +459,9 @@ fi || :
 
 
 %changelog
+* Sun Feb 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 32.0.1700.102-1
+- update to 32.0.1700.102
+
 * Sun Jan 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 32.0.1700.77-1
 - update to 32.0.1700.77
 - add Patch101 (chromium-disable-GoogleApiKeysInfoBar-vine.patch)