Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2024-01-15 22:18:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chromium (Old)
 and      /work/SRC/openSUSE:Factory/.chromium.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chromium"

Mon Jan 15 22:18:11 2024 rev:410 rq:1138720 version:120.0.6099.216

Changes:
--------
--- /work/SRC/openSUSE:Factory/chromium/chromium.changes        2024-01-14 
19:03:01.302386584 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new.21961/chromium.changes     
2024-01-15 22:19:32.699540769 +0100
@@ -1,0 +2,8 @@
+Sun Jan 14 10:07:12 UTC 2024 - Callum Farmer <gm...@opensuse.org>
+
+- Replace chromium-120-lp155-revert-clang-build-failure.patch
+  with chromium-120-make_unique-struct.patch - which avoids
+  reverting changes and instead provides a stub constructor to fix
+  build on Leap
+
+-------------------------------------------------------------------

Old:
----
  chromium-120-lp155-revert-clang-build-failure.patch

New:
----
  chromium-120-make_unique-struct.patch

BETA DEBUG BEGIN:
  Old:
- Replace chromium-120-lp155-revert-clang-build-failure.patch
  with chromium-120-make_unique-struct.patch - which avoids
BETA DEBUG END:

BETA DEBUG BEGIN:
  New:- Replace chromium-120-lp155-revert-clang-build-failure.patch
  with chromium-120-make_unique-struct.patch - which avoids
  reverting changes and instead provides a stub constructor to fix
BETA DEBUG END:

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

Other differences:
------------------
++++++ chromium.spec ++++++
--- /var/tmp/diff_new_pack.QwFBY6/_old  2024-01-15 22:19:45.392007231 +0100
+++ /var/tmp/diff_new_pack.QwFBY6/_new  2024-01-15 22:19:45.392007231 +0100
@@ -1,5 +1,5 @@
 #
-# spec file
+# spec file for package chromium
 #
 # Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2024 Callum Farmer <gm...@opensuse.org>
@@ -151,6 +151,9 @@
 Patch253:       chromium-120-missing-header-files.patch
 Patch254:       chromium-120-emplace-struct.patch
 Patch255:       chromium-120-workaround_clang_bug-structured_binding.patch
+Patch256:       chromium-120-make_unique-struct.patch
+BuildRequires:  (python3 >= 3.7 or python3-dataclasses)
+BuildRequires:  (python3-importlib-metadata if python3-base < 3.8)
 BuildRequires:  SDL-devel
 BuildRequires:  bison
 BuildRequires:  cups-devel
@@ -160,11 +163,9 @@
 BuildRequires:  flex
 BuildRequires:  git
 BuildRequires:  gn >= 0.1807
+BuildRequires:  golang(API)
 BuildRequires:  gperf
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  (python3 >= 3.7 or python3-dataclasses)
-BuildRequires:  (python3-importlib-metadata if python3-base < 3.8)
-BuildRequires:  golang(API)
 # Java used during build
 BuildRequires:  java-openjdk-headless
 BuildRequires:  libdc1394
@@ -289,9 +290,6 @@
 %if 0%{?sle_version} == 150400
 Patch300:       chromium-114-revert-av1enc-lp154.patch
 %endif
-%if 0%{?sle_version} <= 150600
-Patch301:       chromium-120-lp155-revert-clang-build-failure.patch
-%endif
 %if 0%{?suse_version} <= 1500
 BuildRequires:  pkgconfig(glproto)
 %endif

++++++ chromium-120-make_unique-struct.patch ++++++
diff --git a/service_worker_global_scope.h b/service_worker_global_scope.h.new
index ac4cac0..8c7d744 100644
--- 
a/third_party/blink/renderer/modules/service_worker/service_worker_global_scope.h
+++ 
b/third_party/blink/renderer/modules/service_worker/service_worker_global_scope.h
@@ -777,6 +777,7 @@ class MODULES_EXPORT ServiceWorkerGlobalScope final
   blink::BlinkStorageKey storage_key_;
 
   struct RaceNetworkRequestInfo {
+    RaceNetworkRequestInfo(int _fetch_event_id, String _token, 
mojo::PendingRemote<network::mojom::blink::URLLoaderFactory> 
_url_loader_factory) : fetch_event_id{_fetch_event_id}, token{_token}, 
url_loader_factory{std::move(_url_loader_factory)} {} 
     int fetch_event_id;
     String token;
     mojo::PendingRemote<network::mojom::blink::URLLoaderFactory>

Reply via email to