Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2020-02-22 18:57:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chromium (Old)
 and      /work/SRC/openSUSE:Factory/.chromium.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chromium"

Sat Feb 22 18:57:44 2020 rev:245 rq:777696 version:80.0.3987.100

Changes:
--------
--- /work/SRC/openSUSE:Factory/chromium/chromium.changes        2020-02-14 
16:28:50.439303533 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new.26092/chromium.changes     
2020-02-22 18:58:00.469356841 +0100
@@ -1,0 +2,12 @@
+Mon Feb 17 12:18:23 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Add chromedriver binary to bindir
+
+-------------------------------------------------------------------
+Thu Feb 13 14:51:34 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Drop sandbox binary as it should not be needed really bsc#1163588
+- Remove unused patch:
+  * chromium-sandbox-pie.patch
+
+-------------------------------------------------------------------

Old:
----
  chromium-sandbox-pie.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ chromium.spec ++++++
--- /var/tmp/diff_new_pack.WrESwQ/_old  2020-02-22 18:58:11.361377937 +0100
+++ /var/tmp/diff_new_pack.WrESwQ/_new  2020-02-22 18:58:11.361377937 +0100
@@ -79,7 +79,6 @@
 Patch4:         chromium-dma-buf.patch
 Patch5:         chromium-buildname.patch
 Patch6:         chromium-drm.patch
-Patch7:         chromium-sandbox-pie.patch
 Patch8:         chromium-system-icu.patch
 Patch9:         chromium-system-libusb.patch
 Patch10:        gcc-enable-lto.patch
@@ -726,7 +725,7 @@
 #  https://bugs.chromium.org/p/chromium/issues/detail?id=642016
 gn gen --args="${myconf_gn}" out/Release
 
-ninja -v %{?_smp_mflags} -C out/Release chrome chrome_sandbox chromedriver
+ninja -v %{?_smp_mflags} -C out/Release chrome chromedriver
 
 %install
 mkdir -p %{buildroot}%{_libdir}/chromium
@@ -744,10 +743,6 @@
 mkdir -p %{buildroot}%{_sysconfdir}/default
 install -m 644 %{SOURCE103} %{buildroot}%{_sysconfdir}/default/chromium
 
-# Recent Chromium builds now wants to have the sandbox in the same directory. 
So let's create a symlink to the one in %{_prefix}/lib
-cp -a chrome_sandbox %{buildroot}%{_libexecdir}/
-ln -s -f %{_libexecdir}/chrome_sandbox 
%{buildroot}/%{_libdir}/chromium/chrome-sandbox
-
 cp -a *.bin *.pak locales xdg-mime %{buildroot}%{_libdir}/chromium/
 %if !%{with system_icu}
 cp -a icudtl.dat %{buildroot}%{_libdir}/chromium/
@@ -760,6 +755,7 @@
 
 # chromedriver
 cp -a chromedriver %{buildroot}%{_libdir}/chromium/
+ln -s %{_libdir}/chromium/chromedriver %{buildroot}%{_bindir}/chromedriver
 
 # Patch xdg-settings to use the chromium version of xdg-mime as that the 
system one is not KDE4 compatible
 sed "s|xdg-mime|%{_libdir}/chromium/xdg-mime|g" xdg-settings > 
%{buildroot}%{_libdir}/chromium/xdg-settings
@@ -809,13 +805,9 @@
 
 %fdupes %{buildroot}
 
-%verifyscript
-%verify_permissions -e %{_libexecdir}/chrome_sandbox
-
 %post
 %icon_theme_cache_post
 %desktop_database_post
-%set_permissions %{_libexecdir}/chrome_sandbox
 /sbin/ldconfig %{_libdir}/chromium
 
 %postun
@@ -824,7 +816,6 @@
 /sbin/ldconfig %{_libdir}/chromium
 
 %files
-%verify(not mode) %{_libexecdir}/chrome_sandbox
 %license LICENSE
 %doc AUTHORS
 %config %{_sysconfdir}/chromium
@@ -841,12 +832,12 @@
 %{_datadir}/metainfo/chromium-browser.appdata.xml
 %{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
 %{_datadir}/icons/hicolor/
-%{_libexecdir}/chrome_sandbox
 %exclude %{_libdir}/chromium/chromedriver
 %{_bindir}/chromium
 %{_mandir}/man1/chromium.1%{?ext_man}
 
 %files -n chromedriver
 %{_libdir}/chromium/chromedriver
+%{_bindir}/chromedriver
 
 %changelog


Reply via email to