Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package chromium for openSUSE:Factory checked in at 2023-06-04 00:13:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chromium (Old) and /work/SRC/openSUSE:Factory/.chromium.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chromium" Sun Jun 4 00:13:32 2023 rev:382 rq:1090659 version:113.0.5672.126 Changes: -------- --- /work/SRC/openSUSE:Factory/chromium/chromium.changes 2023-05-18 15:18:52.397715863 +0200 +++ /work/SRC/openSUSE:Factory/.chromium.new.15902/chromium.changes 2023-06-04 00:13:38.393906104 +0200 @@ -1,0 +2,18 @@ +Tue May 30 21:53:45 UTC 2023 - Callum Farmer <gm...@opensuse.org> + +- Un-bundle zlib again +- Remove un-needed patches: + * chromium-112-default-comparison-operators.patch + * chromium-109-clang-lp154.patch + * chromium-clang-nomerge.patch + * chromium-ffmpeg-lp152.patch + * chromium-lp151-old-drm.patch +- Added patches: + * chromium-113-system-zlib.patch + +------------------------------------------------------------------- +Sun May 28 21:32:03 UTC 2023 - Andreas Stieger <andreas.stie...@gmx.de> + +- build with llvm15 on Leap + +------------------------------------------------------------------- Old: ---- chromium-109-clang-lp154.patch chromium-112-default-comparison-operators.patch chromium-clang-nomerge.patch chromium-ffmpeg-lp152.patch chromium-lp151-old-drm.patch New: ---- chromium-113-system-zlib.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chromium.spec ++++++ --- /var/tmp/diff_new_pack.otXxPH/_old 2023-06-04 00:13:44.513942691 +0200 +++ /var/tmp/diff_new_pack.otXxPH/_new 2023-06-04 00:13:44.517942715 +0200 @@ -49,21 +49,9 @@ %endif %bcond_with system_avif # LLVM version -%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150400 -%define llvm_version 12 -%else -%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150500 -%define llvm_version 13 -%else %define llvm_version 15 -%endif -%endif # GCC version -%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150500 -%define gcc_version 11 -%else %define gcc_version 12 -%endif # Compiler %bcond_without clang # Chromium built with GCC 11 and LTO enabled crashes (boo#1194055) @@ -109,13 +97,10 @@ Patch7: chromium-norar.patch Patch9: system-libdrm.patch Patch10: chromium-disable-parallel-gold.patch -Patch11: chromium-lp151-old-drm.patch # gentoo/fedora/arch patchset Patch15: chromium-110-compiler.patch Patch40: chromium-91-java-only-allowed-in-android-builds.patch -Patch50: chromium-clang-nomerge.patch Patch62: chromium-93-ffmpeg-4.4.patch -Patch63: chromium-ffmpeg-lp152.patch Patch68: chromium-94-ffmpeg-roll.patch Patch87: chromium-98-gtk4-build.patch Patch90: chromium-100-InMilliseconds-constexpr.patch @@ -126,15 +111,14 @@ Patch202: chromium-prop-codecs.patch Patch203: chromium-106-ffmpeg-duration.patch Patch205: chromium-disable-GlobalMediaControlsCastStartStop.patch -Patch206: chromium-109-clang-lp154.patch Patch208: chromium-icu72-2.patch Patch210: chromium-110-system-libffi.patch Patch211: gcc13-fix.patch -Patch213: chromium-112-default-comparison-operators.patch Patch214: chromium-113-webview-namespace.patch Patch215: chromium-113-webauth-include-variant.patch Patch216: chromium-113-typename.patch Patch217: chromium-113-workaround_clang_bug-structured_binding.patch +Patch218: chromium-113-system-zlib.patch BuildRequires: SDL-devel BuildRequires: bison BuildRequires: cups-devel @@ -614,7 +598,7 @@ third_party/x11proto third_party/xcbproto third_party/xnnpack - third_party/zlib + third_party/zlib/google third_party/zxcvbn-cpp url/third_party/mozilla v8/src/third_party/siphash @@ -747,7 +731,7 @@ opus re2 snappy -# zlib (broken since 113.0.5672.63) + zlib ) %if %{with system_harfbuzz} gn_system_libraries+=( ++++++ chromium-113-system-zlib.patch ++++++ >From c8b965be5b61c2412df938e1feb380b69bd92ee9 Mon Sep 17 00:00:00 2001 From: Stephan Hartmann <sth...@googlemail.com> Date: Thu, 06 Apr 2023 07:15:03 +0000 Subject: [PATCH] [unbundle] do not use ZipAnalyzer traits header It is enough to include chrome/common/safe_browsing/archive_analyzer_results.h. Bug: None Change-Id: Ia63a66b77c073fa4fdb8470db34b4c24722293cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4373706 Reviewed-by: Daniel Rubery <drub...@chromium.org> Commit-Queue: Stephan Hartmann <sth...@googlemail.com> Cr-Commit-Position: refs/heads/main@{#1127041} --- diff --git a/chrome/services/file_util/public/mojom/BUILD.gn b/chrome/services/file_util/public/mojom/BUILD.gn index b9e80cc..461d2d0 100644 --- a/chrome/services/file_util/public/mojom/BUILD.gn +++ b/chrome/services/file_util/public/mojom/BUILD.gn @@ -55,7 +55,8 @@ cpp = "::safe_browsing::ArchiveAnalyzerResults" }, ] - traits_headers = [ "//chrome/common/safe_browsing/zip_analyzer.h" ] + traits_headers = + [ "//chrome/common/safe_browsing/archive_analyzer_results.h" ] traits_private_headers = [ "safe_archive_analyzer_param_traits.h" ] traits_public_deps = [ "//chrome/common/safe_browsing:proto", diff --git a/chrome/services/file_util/safe_archive_analyzer.h b/chrome/services/file_util/safe_archive_analyzer.h index 62307b8..0231205 100644 --- a/chrome/services/file_util/safe_archive_analyzer.h +++ b/chrome/services/file_util/safe_archive_analyzer.h @@ -7,6 +7,7 @@ #include "chrome/common/safe_browsing/archive_analyzer_results.h" //#include "chrome/common/safe_browsing/rar_analyzer.h" +#include "chrome/common/safe_browsing/zip_analyzer.h" #include "chrome/services/file_util/public/mojom/safe_archive_analyzer.mojom.h" #include "mojo/public/cpp/bindings/remote.h"