public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-sccache] rawhide: Allow shlex version 2
Date: Tue, 01 Sep 2026 13:13:42 GMT [thread overview]
Message-ID: <178826842261.1.16679872554452153489.rpms-rust-sccache-3eb7ef63206b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-sccache
Branch : rawhide
Commit : 3eb7ef63206b0f2155a81c709a13005de0f26475
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-31T09:01:41+01:00
Stats : +13/-3 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sccache/c/3eb7ef63206b0f2155a81c709a13005de0f26475?branch=rawhide
Log:
Allow shlex version 2
---
diff --git a/rust-sccache.spec b/rust-sccache.spec
index 668369e..b4ebfcc 100644
--- a/rust-sccache.spec
+++ b/rust-sccache.spec
@@ -23,6 +23,7 @@ Patch: sccache-fix-metadata-auto.diff
# * Allow which version 8
# * Allow serde_json version 1.0.149
# * Allow tokio-serde version < 1.0
+# * Allow shlex version 2: https://github.com/mozilla/sccache/pull/2836
Patch: sccache-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 26
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 285690a..93ed34a 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -6,6 +6,7 @@ cargo-toml-patch-comments = [
"Allow which version 8",
"Allow serde_json version 1.0.149",
"Allow tokio-serde version < 1.0",
+ "Allow shlex version 2: https://github.com/mozilla/sccache/pull/2836",
]
cargo-install-lib = false
diff --git a/sccache-fix-metadata-auto.diff b/sccache-fix-metadata-auto.diff
index 47ee216..918bd55 100644
--- a/sccache-fix-metadata-auto.diff
+++ b/sccache-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
--- sccache-0.17.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ sccache-0.17.0/Cargo.toml 2026-07-29T07:39:56.480220+00:00
++++ sccache-0.17.0/Cargo.toml 2026-08-31T08:01:09.391647+00:00
@@ -477,17 +477,6 @@
[target."cfg(unix)".dependencies.daemonix]
version = "0.1"
diff --git a/sccache-fix-metadata.diff b/sccache-fix-metadata.diff
index f070cbf..f30a1cc 100644
--- a/sccache-fix-metadata.diff
+++ b/sccache-fix-metadata.diff
@@ -1,5 +1,5 @@
--- sccache-0.17.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ sccache-0.17.0/Cargo.toml 2026-07-29T07:40:05.626041+00:00
++++ sccache-0.17.0/Cargo.toml 2026-08-31T08:01:15.668848+00:00
@@ -27,7 +27,7 @@
"command-line-utilities",
"development-tools::build-utils",
@@ -79,7 +79,7 @@
[dependencies.semver]
version = "1.0"
-@@ -360,7 +341,7 @@
+@@ -360,14 +341,14 @@
features = ["derive"]
[dependencies.serde_json]
@@ -88,6 +88,14 @@
[dependencies.sha2]
version = "0.10.8"
+ optional = true
+
+ [dependencies.shlex]
+-version = "1.3.0"
++version = ">=1.3.0, <3.0.0"
+
+ [dependencies.strip-ansi-escapes]
+ version = "0.2"
@@ -394,7 +375,7 @@
]
reply other threads:[~2026-09-01 13:13 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=178826842261.1.16679872554452153489.rpms-rust-sccache-3eb7ef63206b@fedoraproject.org \
--to=code@musicinmybrain.net \
--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