Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2022-01-04 08:43:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chromium (Old)
 and      /work/SRC/openSUSE:Factory/.chromium.new.1896 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chromium"

Tue Jan  4 08:43:25 2022 rev:317 rq: version:96.0.4664.110

Changes:
--------
--- /work/SRC/openSUSE:Factory/chromium/chromium.changes        2022-01-03 
10:49:49.287589684 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new.1896/chromium.changes      
2022-01-04 08:43:32.108798376 +0100
@@ -2,17 +1,0 @@
-Thu Dec 30 15:30:19 UTC 2021 - Callum Farmer <gm...@opensuse.org>
-
-- Revert wayland fixes because it doesn't handle GPU correctly
-  (boo#1194182)
-
--------------------------------------------------------------------
-Thu Dec 30 08:38:17 UTC 2021 - Martin Li??ka <mli...@suse.cz>
-
-- Use GCC 11, but disable LTO (boo#1194055).
-
--------------------------------------------------------------------
-Wed Dec 29 12:23:48 UTC 2021 - Callum Farmer <gm...@opensuse.org>
-
-- Use our own copy of the wrapper so that we can use the fixes
-  for Wayland
-
--------------------------------------------------------------------

Old:
----
  chrome-wrapper

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

Other differences:
------------------
++++++ chromium.spec ++++++
--- /var/tmp/diff_new_pack.eHh7gA/_old  2022-01-04 08:43:36.724803118 +0100
+++ /var/tmp/diff_new_pack.eHh7gA/_new  2022-01-04 08:43:36.724803118 +0100
@@ -35,8 +35,10 @@
 %bcond_with system_vpx
 %ifarch aarch64
 %bcond_with swiftshader
+%bcond_with lto
 %else
 %bcond_without swiftshader
+%bcond_without lto
 %endif
 %if 0%{?suse_version} >= 1550
 %bcond_without system_harfbuzz
@@ -46,12 +48,6 @@
 %bcond_with system_freetype
 %endif
 %bcond_with clang
-%if 0%{?suse_version} >= 1550
-# Chromium built with GCC 11 and LTO enabled crashes (boo#1194055)
-%bcond_with lto
-%else
-%bcond_without lto
-%endif
 Name:           chromium
 Version:        96.0.4664.110
 Release:        0
@@ -66,7 +62,6 @@
 # 
https://source.chromium.org/chromium/chromium/src/+/refs/tags/%%{version}:chrome/installer/linux/common/installer.include
 Source105:      INSTALL.sh
 #
-Source106:      chrome-wrapper
 Patch0:         chromium-libusb_interrupt_event_handler.patch
 # PATCH-FIX-OPENSUSE Make the 1-click-install ymp file always download 
[bnc#836059]
 Patch1:         exclude_ymp.patch
@@ -285,13 +280,13 @@
 %endif
 %if %{without clang}
 BuildRequires:  binutils-gold
-%if %{?suse_version} >= 1550
-BuildRequires:  gcc
-BuildRequires:  gcc-c++
-%else
+#%if %{?suse_version} >= 1550
+#BuildRequires:  gcc
+#BuildRequires:  gcc-c++
+#%else
 BuildRequires:  gcc10
 BuildRequires:  gcc10-c++
-%endif
+#%endif
 %endif
 
 %description
@@ -325,10 +320,6 @@
 ln -sfn %{_bindir}/$PYTHON $HOME/bin/python
 export PATH="$HOME/bin/:$PATH"
 
-# use our wrapper
-rm chrome/installer/linux/common/wrapper
-cp %{SOURCE106} chrome/installer/linux/common/wrapper
-
 # Remove bundled libs
 keeplibs=(
     base/third_party/cityhash
@@ -596,17 +587,17 @@
 export CC=clang
 export CXX=clang++
 %else
-%if 0%{?suse_version} <= 1500
+#%if 0%{?suse_version} <= 1500
 export CC=gcc-10
 export CXX=g++-10
 # some still call gcc/g++
 ln -sfn %{_bindir}/$CC $HOME/bin/gcc
 ln -sfn %{_bindir}/$CXX $HOME/bin/g++
 export PATH="$HOME/bin/:$PATH"
-%else
-export CC=gcc
-export CXX=g++
-%endif
+#%else
+#export CC=gcc
+#export CXX=g++
+#%endif
 %endif
 export AR=ar
 export NM=nm

Reply via email to