diff --git a/chromium.spec b/chromium.spec index 802ab7b..46b66bc 100644 --- a/chromium.spec +++ b/chromium.spec @@ -1,7 +1,7 @@ Name: chromium Epoch: 3 Version: 80.0.3987.132 -Release: 1mamba +Release: 2mamba 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 Vendor: openmamba @@ -389,6 +389,7 @@ set -- "\${ARGS[@]}" "\$@" if [ -r /opt/chromium/PepperFlash/manifest.json ]; then PEPPER_FLASH_VERSION="\$(grep '"version":' /opt/chromium/PepperFlash/manifest.json | grep -Po '(?<=version": ")(?:\d|\.)*')" exec %{_libdir}/chromium/chromium \\ + --ignore-gpu-blacklist \\ --ppapi-flash-path=/opt/chromium/PepperFlash/libpepflashplayer.so \\ --ppapi-flash-version=\${PEPPER_FLASH_VERSION} "\$@" else @@ -452,6 +453,9 @@ ln -s %{_libdir}/chromium/chromedriver %{buildroot}%{_bindir}/chromedriver %{_mandir}/man1/chromium.1* %changelog +* Thu Mar 12 2020 Silvan Calarco 80.0.3987.132-2mamba +- /usr/bin/chromium wrapper: fix for running with --ignore-gpu-blacklist (webgl support) + * Sun Mar 08 2020 Automatic Build System 80.0.3987.132-1mamba - automatic version update by autodist