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