public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sccache] f44: Allow shlex version 2
@ 2026-09-01 13:16 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-01 13:16 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-sccache
Branch : f44
Commit : 1c717fa697204e9cd74d61c66e8c7b41b0504dab
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-01T14:16:03+01:00
Stats : +13/-3 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sccache/c/1c717fa697204e9cd74d61c66e8c7b41b0504dab?branch=f44
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 @@
]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-01 13:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-01 13:16 [rpms/rust-sccache] f44: Allow shlex version 2 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox