public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: fix dependency for feed_response.proto
@ 2026-08-07 16:05 Than Ngo
  0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:05 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/chromium
Branch : epel9-next
Commit : a4254bb39dbd516e778c31322d535e25a795c3ee
Author : Than Ngo <than@redhat.com>
Date   : 2023-04-23T16:23:43+02:00
Stats  : +18/-5 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/chromium/c/a4254bb39dbd516e778c31322d535e25a795c3ee?branch=epel9-next

Log:
fix dependency for feed_response.proto

---
diff --git a/chromium-112-fix_deps_for_response.proto.patch b/chromium-112-fix_deps_for_response.proto.patch
new file mode 100644
index 0000000..dc6302e
--- /dev/null
+++ b/chromium-112-fix_deps_for_response.proto.patch
@@ -0,0 +1,12 @@
+diff --git a/components/feed/core/proto/BUILD.gn b/components/feed/core/proto/BUILD.gn
+index f0ec5318afb07..45b8a786de973 100644
+--- a/components/feed/core/proto/BUILD.gn
++++ b/components/feed/core/proto/BUILD.gn
+@@ -66,6 +66,7 @@ proto_library("proto_v2") {
+     "v2/wire/xsurface_content.proto",
+     "v2/xsurface.proto",
+   ]
++  proto_deps = [ ":proto_ios_shared_v2" ]
+ }
+ 
+ proto_library("proto_ios_shared_v2") {

diff --git a/chromium.spec b/chromium.spec
index fd2570b..65deec0 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -322,6 +322,9 @@ Patch91: chromium-108-system-opus.patch
 # enable WebUIDarkMode
 Patch92: chromium-113-WebUIDarkMode.patch
 
+# merged in 113
+Patch93: chromium-112-fix_deps_for_response.proto.patch
+
 # need to explicitly include a kernel header on EL7 to support MFD_CLOEXEC, F_SEAL_SHRINK, F_ADD_SEALS, F_SEAL_SEAL
 Patch100: chromium-108-el7-include-fcntl-memfd.patch
 
@@ -930,7 +933,8 @@ udev.
 %patch -P91 -p1 -b .system-opus
 %endif
 
-%patch -P92 -p1 -b .gtk-prefers-color-scheme
+%patch -P92 -p1 -b .WebUIDarkMod
+%patch -P93 -p1 -b .fix_deps_for_response.proto
 
 # Fedora branded user agent
 %if 0%{?fedora}
@@ -1281,13 +1285,9 @@ mkdir -p %{builddir} && cp -a %{_bindir}/gn %{builddir}/
 
 %if %{build_headless}
 # Do headless first.
-# workaround for build dependency
-%build_target %{headlessbuilddir} gen/components/feed/core/proto/v2/wire/chrome_feed_response_metadata.pb.h
 %build_target %{headlessbuilddir} headless_shell
 %endif
 
-# workaround for build dependency
-%build_target %{builddir} gen/components/feed/core/proto/v2/wire/chrome_feed_response_metadata.pb.h
 %build_target %{builddir} chrome
 %build_target %{builddir} chrome_sandbox
 %build_target %{builddir} chromedriver
@@ -1662,6 +1662,7 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
 * Sun Apr 23 2023 Than Ngo <than@redhat.com> - 112.0.5615.165-2
 - make --use-gl=egl default for x11/wayland
 - enable WebUIDarkMode
+- fix dependency for feed_response.proto
 
 * Thu Apr 20 2023 Than Ngo <than@redhat.com> - 112.0.5615.165-1
 - update to 112.0.5615.165

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-07 16:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:05 [rpms/chromium] epel9-next: fix dependency for feed_response.proto Than Ngo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox