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: Update rust-clanglib patch for clang 21
Date: Fri, 07 Aug 2026 16:07:57 GMT	[thread overview]
Message-ID: <178611887716.1.3265293268472735341.rpms-chromium-19700ea3b0b9@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/chromium
Branch : epel9-next
Commit : 19700ea3b0b983b1792e84f01cc6b2bb211bfa9c
Author : Tom Stellard <tstellar@redhat.com>
Date   : 2025-07-11T14:23:56+00:00
Stats  : +6/-3 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/chromium/c/19700ea3b0b983b1792e84f01cc6b2bb211bfa9c?branch=epel9-next

Log:
Update rust-clanglib patch for clang 21

---
diff --git a/chromium-135-rust-clanglib.patch b/chromium-135-rust-clanglib.patch
index b212606..d19cfd2 100644
--- a/chromium-135-rust-clanglib.patch
+++ b/chromium-135-rust-clanglib.patch
@@ -36,7 +36,7 @@ diff -up chromium-135.0.7049.84/build/config/clang/BUILD.gn.than chromium-135.0.
 +          assert(false)  # Unhandled cpu type
 +        }
 +        # different clang lib dir in fedora/epel
-+        if (clang_version == "17" || clang_version == "18" || clang_version == "19" || clang_version == "20") {
++        if (clang_version >= 17) {
 +          _suffix = ""
 +        } else if (clang_version == "14" || clang_version == "15" || clang_version == "16") {
 +          _libprefix = "64"

diff --git a/chromium.spec b/chromium.spec
index 044e5f1..0d2420c 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -245,7 +245,7 @@
 
 Name:	chromium
 Version: 138.0.7204.100
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
 Url: http://www.chromium.org/Home
 License: BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only)
@@ -1248,7 +1248,7 @@ CHROMIUM_CORE_GN_DEFINES+=' google_default_client_secret="%{default_client_secre
 
 CHROMIUM_CORE_GN_DEFINES+=' is_clang=true'
 CHROMIUM_CORE_GN_DEFINES+=" clang_base_path=\"$clang_base_path\""
-CHROMIUM_CORE_GN_DEFINES+=" clang_version=\"$clang_version\""
+CHROMIUM_CORE_GN_DEFINES+=" clang_version=$clang_version"
 CHROMIUM_CORE_GN_DEFINES+=' clang_use_chrome_plugins=false'
 CHROMIUM_CORE_GN_DEFINES+=' use_lld=true'
 
@@ -1741,6 +1741,9 @@ fi
 %endif
 
 %changelog
+* Fri Jul 11 2025 Tom Stellard <tstellar@redhat.com> -138.0.7204.100-2
+- Update rust-clanglib patch for clang 21
+
 * Wed Jul 09 2025 Than Ngo <than@redhat.com> - 138.0.7204.100-1
 - Update to 138.0.7204.100
 

                 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=178611887716.1.3265293268472735341.rpms-chromium-19700ea3b0b9@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