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-06-09 14:09:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chromium (Old) and /work/SRC/openSUSE:Factory/.chromium.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chromium" Thu Jun 9 14:09:51 2022 rev:339 rq:981322 version:102.0.5005.61 Changes: -------- --- /work/SRC/openSUSE:Factory/chromium/chromium.changes 2022-06-01 17:35:36.914808380 +0200 +++ /work/SRC/openSUSE:Factory/.chromium.new.1548/chromium.changes 2022-06-09 14:10:08.988395878 +0200 @@ -1,0 +2,5 @@ +Wed Jun 8 13:40:43 UTC 2022 - Callum Farmer <gm...@opensuse.org> + +- Switch to GTK4 on TW and Leap 15.4+ (boo#1200139) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chromium.spec ++++++ --- /var/tmp/diff_new_pack.QguztC/_old 2022-06-09 14:10:16.744406275 +0200 +++ /var/tmp/diff_new_pack.QguztC/_new 2022-06-09 14:10:16.752406285 +0200 @@ -22,8 +22,10 @@ %define __provides_exclude ^lib.*\\.so.*$ %if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150400 %bcond_without system_icu +%bcond_without gtk4 %else %bcond_with system_icu +%bcond_with gtk4 %endif %if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200 %bcond_without pipewire @@ -153,8 +155,6 @@ BuildRequires: pkgconfig(flac++) BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gtk+-2.0) -BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(hunspell) BuildRequires: pkgconfig(imlib2) BuildRequires: pkgconfig(jack) @@ -258,6 +258,12 @@ %if %{with system_zlib} BuildRequires: pkgconfig(zlib) %endif +%if %{with gtk4} +BuildRequires: pkgconfig(gtk4) +BuildRequires: pkgconfig(atk-bridge-2.0) +%else +BuildRequires: pkgconfig(gtk+-3.0) +%endif %if %{with clang} %if %{?suse_version} < 1550 BuildRequires: clang12 @@ -745,6 +751,9 @@ myconf_gn+=" rtc_use_h264=false" myconf_gn+=" use_v8_context_snapshot=true" myconf_gn+=" v8_use_external_startup_data=true" +%if %{with gtk4} +myconf_gn+=" gtk_version=4" +%endif # See dependency logic in third_party/BUILD.gn %if %{with system_harfbuzz} myconf_gn+=" use_system_harfbuzz=true"