public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-fd-find] rawhide: Allow tikv-jemallocator 0.7
@ 2026-06-07 6:39 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-07 6:39 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-fd-find
Branch : rawhide
Commit : 438e350a8c07e1ff6243ed14115774886fca37d1
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-04T12:45:48+01:00
Stats : +12/-1 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-fd-find/c/438e350a8c07e1ff6243ed14115774886fca37d1?branch=rawhide
Log:
Allow tikv-jemallocator 0.7
---
diff --git a/fd-find-fix-metadata.diff b/fd-find-fix-metadata.diff
index dc64a42..268945c 100644
--- a/fd-find-fix-metadata.diff
+++ b/fd-find-fix-metadata.diff
@@ -1,5 +1,5 @@
--- fd-find-10.4.2/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ fd-find-10.4.2/Cargo.toml 2026-04-03T19:31:47.303000+00:00
++++ fd-find-10.4.2/Cargo.toml 2026-06-04T11:45:36.662364+00:00
@@ -11,7 +11,7 @@
[package]
@@ -18,3 +18,12 @@
features = ["nu-ansi-term"]
default-features = false
+@@ -151,7 +151,7 @@
+ version = "3.3"
+
+ [target.'cfg(all(not(windows), not(target_os = "android"), not(target_os = "macos"), not(target_os = "freebsd"), not(target_os = "openbsd"), not(target_os = "illumos"), not(all(target_env = "musl", target_pointer_width = "32")), not(target_arch = "riscv64")))'.dependencies.tikv-jemallocator]
+-version = "0.6.0"
++version = ">=0.6.0, <0.8.0"
+ optional = true
+
+ [target.'cfg(all(unix, not(target_os = "redox")))'.dependencies.libc]
diff --git a/rust-fd-find.spec b/rust-fd-find.spec
index 787b129..c97f3f1 100644
--- a/rust-fd-find.spec
+++ b/rust-fd-find.spec
@@ -14,6 +14,7 @@ Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * Temporary lower MSRV from 1.90.0 to 1.88.0 for EL9
# * Allow lscolors 0.20
+# * Allow tikv-jemallocator 0.7: https://github.com/sharkdp/fd/pull/2027
Patch: fd-find-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
index a548fd2..7fda4ad 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -2,6 +2,7 @@
cargo-toml-patch-comments = [
"Temporary lower MSRV from 1.90.0 to 1.88.0 for EL9",
"Allow lscolors 0.20",
+ "Allow tikv-jemallocator 0.7: https://github.com/sharkdp/fd/pull/2027",
]
extra-files = [
"%{_mandir}/man1/fd.1*",
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-07 6:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-07 6:39 [rpms/rust-fd-find] rawhide: Allow tikv-jemallocator 0.7 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