public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Andreas Schneider <asn@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-sccache] f44: Update to version 0.17.0
Date: Wed, 29 Jul 2026 14:48:23 GMT [thread overview]
Message-ID: <178533650359.1.18163749332933209595.rpms-rust-sccache-c47f3badf594@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-sccache
Branch : f44
Commit : c47f3badf59432b74209eac41f851a418ca7b3d0
Author : Andreas Schneider <asn@redhat.com>
Date : 2026-07-29T16:48:13+02:00
Stats : +13/-54 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sccache/c/c47f3badf59432b74209eac41f851a418ca7b3d0?branch=f44
Log:
Update to version 0.17.0
---
diff --git a/rust-sccache.spec b/rust-sccache.spec
index ab65fb6..668369e 100644
--- a/rust-sccache.spec
+++ b/rust-sccache.spec
@@ -7,7 +7,7 @@
%global crate sccache
Name: rust-sccache
-Version: 0.16.0
+Version: 0.17.0
Release: %autorelease
Summary: Sccache is a ccache-like tool
@@ -24,9 +24,6 @@ Patch: sccache-fix-metadata-auto.diff
# * Allow serde_json version 1.0.149
# * Allow tokio-serde version < 1.0
Patch: sccache-fix-metadata.diff
-# * Fix build on ppc64le and s390x -
-# https://github.com/mozilla/sccache/pull/2749
-Patch10: sccache-fix-ppc64le-and-s390x.patch
BuildRequires: cargo-rpm-macros >= 26
@@ -95,10 +92,8 @@ License: %{shrink:
%files -n %{crate}
%license LICENSE
%license LICENSE.dependencies
-%doc CLAUDE.md
%doc CODE_OF_CONDUCT.md
%doc README.md
-%doc RELEASE-0.16.0.md
%{_bindir}/sccache
%prep
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 0cf59fa..285690a 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -9,11 +9,6 @@ cargo-toml-patch-comments = [
]
cargo-install-lib = false
-[[package.extra-patches]]
-number = 10
-file = "sccache-fix-ppc64le-and-s390x.patch"
-comments = [ "Fix build on ppc64le and s390x - https://github.com/mozilla/sccache/pull/2749" ]
-
[scripts.prep]
post = [
"rm -f tests/oauth.rs",
diff --git a/sccache-fix-metadata-auto.diff b/sccache-fix-metadata-auto.diff
index 49a7dce..47ee216 100644
--- a/sccache-fix-metadata-auto.diff
+++ b/sccache-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- sccache-0.16.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ sccache-0.16.0/Cargo.toml 2026-06-23T10:34:15.119544+00:00
-@@ -476,17 +476,6 @@
+--- 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
+@@ -477,17 +477,6 @@
[target."cfg(unix)".dependencies.daemonix]
version = "0.1"
@@ -18,7 +18,7 @@
[lints.clippy]
cloned_instead_of_copied = "warn"
cloned_ref_to_slice_refs = "warn"
-@@ -506,3 +495,4 @@
+@@ -507,3 +496,4 @@
[profile.test]
debug = 0
diff --git a/sccache-fix-metadata.diff b/sccache-fix-metadata.diff
index fcc0e4b..f070cbf 100644
--- a/sccache-fix-metadata.diff
+++ b/sccache-fix-metadata.diff
@@ -1,5 +1,5 @@
---- sccache-0.16.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ sccache-0.16.0/Cargo.toml 2026-06-23T10:34:15.122203+00:00
+--- 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
@@ -27,7 +27,7 @@
"command-line-utilities",
"development-tools::build-utils",
@@ -84,7 +84,7 @@
[dependencies.serde_json]
-version = ">=1.0, <1.0.147"
-+version = ">=1.0, <1.0.151"
++version = ">=1.0, <1.0.152"
[dependencies.sha2]
version = "0.10.8"
@@ -96,8 +96,8 @@
+version = ">=0.8, <1.0"
[dependencies.tokio-util]
- version = "0.7"
-@@ -428,8 +409,10 @@
+ version = "0.7.18"
+@@ -429,8 +410,10 @@
version = "2"
[dependencies.which]
@@ -110,7 +110,7 @@
[dependencies.zip]
version = "0.6"
-@@ -445,17 +428,13 @@
+@@ -446,17 +429,13 @@
version = "1.0"
[dev-dependencies.chrono]
@@ -130,7 +130,7 @@
[dev-dependencies.serial_test]
version = "3.1"
-@@ -465,9 +444,6 @@
+@@ -466,9 +445,6 @@
[dev-dependencies.test-case]
version = "3.3.1"
diff --git a/sccache-fix-ppc64le-and-s390x.patch b/sccache-fix-ppc64le-and-s390x.patch
deleted file mode 100644
index 6c27d45..0000000
--- a/sccache-fix-ppc64le-and-s390x.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 7e13e2f2600bfefd6ddaf6b9e0a51707da3fc831 Mon Sep 17 00:00:00 2001
-From: Andreas Schneider <asn@cryptomilk.org>
-Date: Tue, 23 Jun 2026 08:51:27 +0200
-Subject: [PATCH] fix: Fix ToolchainPackager cfg gate to build on ppc64le/s390x
-
-On Linux ppc64le/s390x, the blanket
-`impl<T: Send> ToolchainPackager for T` in pkg.rs is active
-(non-x86_64/aarch64 path), but the test-only
-PanicToolchainPackager impl in cache.rs was gated on only
-`target_os = "linux"`, causing a conflicting-impl error on
-those architectures.
----
- src/dist/cache.rs | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/src/dist/cache.rs b/src/dist/cache.rs
-index 72e9c3d66..e5db21b72 100644
---- a/src/dist/cache.rs
-+++ b/src/dist/cache.rs
-@@ -302,7 +302,10 @@ mod client {
- Box::new(PanicToolchainPackager)
- }
- }
-- #[cfg(target_os = "linux")]
-+ #[cfg(all(
-+ target_os = "linux",
-+ any(target_arch = "x86_64", target_arch = "aarch64")
-+ ))]
- impl crate::dist::pkg::ToolchainPackager for PanicToolchainPackager {
- fn write_pkg(self: Box<Self>, _f: super::fs::File) -> crate::errors::Result<()> {
- panic!("should not have called packager")
diff --git a/sources b/sources
index d69edbe..3f91ca3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sccache-0.16.0.crate) = f49220111f6188fbad0531bf639739113ef21731d822a589e06df9e43c3d9ddf3a3f86d0756cf5819a4a56dffc768693158c8804cb312916c7df93c94d3b09ff
+SHA512 (sccache-0.17.0.crate) = 40db4c0abe2302ab9eee2fb8c59681721cdc700daec6b066fed7094cf009270c2f7a2dc165d599b34233153d604f4f827bc598af4290c9c0db6a53967c2c1df5
reply other threads:[~2026-07-29 14:48 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=178533650359.1.18163749332933209595.rpms-rust-sccache-c47f3badf594@fedoraproject.org \
--to=asn@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