Author: atler                        Date: Wed Aug 18 15:11:26 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- by default chromium browser is built with -march=pentium4 -msse2
  -mfpmath=sse (a mysterious workaround for some float precision issues) which
  makes it incompatible with i486 and i686 (not sure about x86_64). Try to
  disable those flags and if it breaks things please revert.
- rel 2

---- Files affected:
packages/chromium-browser:
   chromium-browser.spec (1.72 -> 1.73) 

---- Diffs:

================================================================
Index: packages/chromium-browser/chromium-browser.spec
diff -u packages/chromium-browser/chromium-browser.spec:1.72 
packages/chromium-browser/chromium-browser.spec:1.73
--- packages/chromium-browser/chromium-browser.spec:1.72        Tue Aug 17 
18:48:15 2010
+++ packages/chromium-browser/chromium-browser.spec     Wed Aug 18 17:11:20 2010
@@ -24,7 +24,7 @@
 
 %define                svndate 20100817
 %define                svnver  56291
-%define                rel     1
+%define                rel     2
 
 Summary:       A WebKit powered web browser
 Name:          chromium-browser
@@ -219,6 +219,7 @@
        -Duse_system_yasm=1 \
        -Dffmpeg_branding=Chrome \
        -Dproprietary_codecs=1 \
+       -Ddisable_sse2=1 \
 %if %{with selinux}
        -Dselinux=1 \
 %endif
@@ -319,6 +320,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.73  2010/08/18 15:11:20  atler
+- by default chromium browser is built with -march=pentium4 -msse2
+  -mfpmath=sse (a mysterious workaround for some float precision issues) which
+  makes it incompatible with i486 and i686 (not sure about x86_64). Try to
+  disable those flags and if it breaks things please revert.
+- rel 2
+
 Revision 1.72  2010/08/17 16:48:15  vip
 - up to 7.0.497.0
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/chromium-browser/chromium-browser.spec?r1=1.72&r2=1.73&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to