public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sccache] f43: Allow shlex version 2
@ 2026-09-01 13:14 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-01 13:14 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-sccache
Branch : f43
Commit : ffd787a7fa7b5f910600104f4dd50df270d579ba
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-31T09:18:44+01:00
Stats  : +13/-3 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sccache/c/ffd787a7fa7b5f910600104f4dd50df270d579ba?branch=f43

Log:
Allow shlex version 2

---
diff --git a/rust-sccache.spec b/rust-sccache.spec
index f664e86..664ca4c 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
 # * Fix test_config_level_not_configured -
 #   https://github.com/mozilla/sccache/pull/2695

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 036458b..791f0dd 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 40fdc35..3c6204e 100644
--- a/sccache-fix-metadata-auto.diff
+++ b/sccache-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
 --- sccache-0.15.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ sccache-0.15.0/Cargo.toml	2026-05-05T18:53:55.386467+00:00
++++ sccache-0.15.0/Cargo.toml	2026-08-31T08:18:15.462389+00:00
 @@ -476,17 +476,6 @@
  [target."cfg(unix)".dependencies.daemonix]
  version = "0.1"

diff --git a/sccache-fix-metadata.diff b/sccache-fix-metadata.diff
index dbac1f1..b65abc6 100644
--- a/sccache-fix-metadata.diff
+++ b/sccache-fix-metadata.diff
@@ -1,5 +1,5 @@
 --- sccache-0.15.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ sccache-0.15.0/Cargo.toml	2026-05-05T18:53:55.388549+00:00
++++ sccache-0.15.0/Cargo.toml	2026-08-31T08:18:26.995279+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:14 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:14 [rpms/rust-sccache] f43: 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