Hello community, here is the log from the commit of package chromium for openSUSE:Factory checked in at 2020-09-18 14:29:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chromium (Old) and /work/SRC/openSUSE:Factory/.chromium.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chromium" Fri Sep 18 14:29:14 2020 rev:269 rq:834860 version:85.0.4183.102 Changes: -------- --- /work/SRC/openSUSE:Factory/chromium/chromium.changes 2020-09-14 12:25:23.028979896 +0200 +++ /work/SRC/openSUSE:Factory/.chromium.new.4249/chromium.changes 2020-09-18 14:33:00.603553050 +0200 @@ -1,0 +2,6 @@ +Tue Sep 15 08:38:18 UTC 2020 - Tomáš Chvátal <[email protected]> + +- The egl stuff is from angle not swiftshader, thanks Fedora + bsc#1176450 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chromium.spec ++++++ --- /var/tmp/diff_new_pack.vox3l1/_old 2020-09-18 14:33:07.291559019 +0200 +++ /var/tmp/diff_new_pack.vox3l1/_new 2020-09-18 14:33:07.295559023 +0200 @@ -743,6 +743,10 @@ install -m 644 %{SOURCE103} %{buildroot}%{_sysconfdir}/default/chromium cp -a *.bin *.pak locales %{buildroot}%{_libdir}/chromium/ + +# This is ANGLE, not to be confused with the similarly named files under swiftshader/ +cp -a libEGL.so* libGLESv2.so* %{buildroot}%{_libdir}/chromium/ + %if !%{with system_icu} cp -a icudtl.dat %{buildroot}%{_libdir}/chromium/ %endif @@ -752,9 +756,6 @@ mkdir -p %{buildroot}%{_libdir}/chromium/swiftshader cp -a swiftshader/*.so %{buildroot}%{_libdir}/chromium/swiftshader/ # create compat symlinks bsc#1176207 -pushd %{buildroot}%{_libdir}/chromium -ln -s swiftshader/*.so ./ -popd %endif # chromedriver
