diff --git a/chromium.spec b/chromium.spec index a4fc919..2092dc6 100644 --- a/chromium.spec +++ b/chromium.spec @@ -1,6 +1,6 @@ Name: chromium Epoch: 3 -Version: 50.0.2661.75 +Version: 50.0.2661.94 Release: 1mamba Summary: An open-source browser project that aims to build a safer, faster, and more stable way to experience the web Group: Graphical Desktop/Applications/Internet @@ -289,9 +289,9 @@ chromium_conf=( -Dno_strict_aliasing=1 -Duse_sysroot=0 %ifarch %{ix86} - -Drelease_extra_cflags="-fPIC -m32" + -Drelease_extra_cflags="-fPIC -m32 -fno-delete-null-pointer-checks" %else - -Drelease_extra_cflags="-fPIC" + -Drelease_extra_cflags="-fPIC -fno-delete-null-pointer-checks" %endif %ifarch arm -Denable_webrtc=0 @@ -457,6 +457,9 @@ fi %{_mandir}/man1/chromium.1* %changelog +* Thu May 05 2016 Automatic Build System 50.0.2661.94-1mamba +- automatic version update by autodist + * Fri Apr 15 2016 Automatic Build System 50.0.2661.75-1mamba - automatic version update by autodist