public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Stellard <tstellar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] epel9-next: More cleanups for the rust-clanglib patch
Date: Fri, 07 Aug 2026 16:07:57 GMT [thread overview]
Message-ID: <178611887761.1.13607628171074704597.rpms-chromium-51301170d444@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 51301170d444b32e21e5c306796cdc697af0d7bf
Author : Tom Stellard <tstellar@redhat.com>
Date : 2025-07-11T22:39:59+00:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/51301170d444b32e21e5c306796cdc697af0d7bf?branch=epel9-next
Log:
More cleanups for the rust-clanglib patch
This is probably deadcode already but simplify the condition and make
sure it's comparing with an integer and not a string.
---
diff --git a/chromium-135-rust-clanglib.patch b/chromium-135-rust-clanglib.patch
index d19cfd2..d758fa3 100644
--- a/chromium-135-rust-clanglib.patch
+++ b/chromium-135-rust-clanglib.patch
@@ -38,7 +38,7 @@ diff -up chromium-135.0.7049.84/build/config/clang/BUILD.gn.than chromium-135.0.
+ # different clang lib dir in fedora/epel
+ if (clang_version >= 17) {
+ _suffix = ""
-+ } else if (clang_version == "14" || clang_version == "15" || clang_version == "16") {
++ } else if (clang_version >= 14) {
+ _libprefix = "64"
+ _dir = ""
+ }
reply other threads:[~2026-08-07 16:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178611887761.1.13607628171074704597.rpms-chromium-51301170d444@fedoraproject.org \
--to=tstellar@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox