commit chromium for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package chromium for openSUSE:Factory checked in at 2021-12-29 21:11:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chromium (Old) and /work/SRC/openSUSE:Factory/.chromium.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "chromium" Wed Dec 29 21:11:06 2021 rev:314 rq:943058 version:96.0.4664.110 Changes: -------- --- /work/SRC/openSUSE:Factory/chromium/chromium.changes 2021-12-27 16:08:28.929746669 +0100 +++ /work/SRC/openSUSE:Factory/.chromium.new.2520/chromium.changes 2021-12-29 21:11:37.746318700 +0100 @@ -1,0 +2,6 @@ +Wed Dec 29 12:23:48 UTC 2021 - Callum Farmer <gmbr3@opensuse.org> + +- Use our own copy of the wrapper so that we can use the fixes + for Wayland + +------------------------------------------------------------------- New: ---- chrome-wrapper ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chromium.spec ++++++ --- /var/tmp/diff_new_pack.tpWISa/_old 2021-12-29 21:11:41.054321420 +0100 +++ /var/tmp/diff_new_pack.tpWISa/_new 2021-12-29 21:11:41.058321423 +0100 @@ -62,6 +62,7 @@ # 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 @@ -320,6 +321,10 @@ 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 ++++++ chrome-wrapper ++++++ #!/bin/bash # # Copyright (c) 2011 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # Let the wrapped binary know that it has been run through the wrapper. export CHROME_WRAPPER="`readlink -f "$0"`" HERE="`dirname "$CHROME_WRAPPER"`" export CHROME_VERSION_EXTRA="@@CHANNEL@@" # We don't want bug-buddy intercepting our crashes. http://crbug.com/24120 export GNOME_DISABLE_CRASH_DIALOG=SET_BY_GOOGLE_CHROME # This provides a much better experience on Wayland. if [ "$XDG_SESSION_TYPE" == "wayland" ]; then ARGS="--ozone-platform=wayland" fi # Sanitize std{in,out,err} because they'll be shared with untrusted child # processes (http://crbug.com/376567). exec < /dev/null exec > >(exec cat) exec 2> >(exec cat >&2) # Note: exec -a below is a bashism. exec -a "$0" "$HERE/@@PROGNAME@@" "$ARGS" "$@"
participants (1)
-
Source-Sync