public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sled] rawhide: Bump parking_lot dependency from v0.11 to v0.12
@ 2026-07-25 21:52 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-07-25 21:52 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-sled
Branch : rawhide
Commit : 4b3bb38db37245df111f6c88e1d9ae448ebb73c5
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-07-25T23:51:51+02:00
Stats : +21/-7 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sled/c/4b3bb38db37245df111f6c88e1d9ae448ebb73c5?branch=rawhide
Log:
Bump parking_lot dependency from v0.11 to v0.12
---
diff --git a/rust-sled.spec b/rust-sled.spec
index fe25040..20b68e2 100644
--- a/rust-sled.spec
+++ b/rust-sled.spec
@@ -1,5 +1,5 @@
-# Generated by rust2rpm 26
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
%global debug_package %{nil}
%global crate sled
@@ -14,6 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/sled
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
+# * bump parking_lot to 0.12: https://github.com/spacejam/sled/commit/c2b6609
# * bump rand_distr to 0.4: https://github.com/spacejam/sled/pull/1500
# * bump zerocopy to 0.7: https://github.com/spacejam/sled/pull/1501
# * drop unused color-backtrace dependency and pretty_backtrace feature
@@ -46,9 +47,9 @@ use the "%{crate}" crate.
%doc %{crate_instdir}/SAFETY.md
%doc %{crate_instdir}/SECURITY.md
%doc %{crate_instdir}/code-of-conduct.md
-%exclude %{crate_instdir}/tsan_suppressions.txt
-%exclude %{crate_instdir}/art/
%{crate_instdir}/
+%exclude %{crate_instdir}/art/
+%exclude %{crate_instdir}/tsan_suppressions.txt
%package -n %{name}+default-devel
Summary: %{summary}
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 92fc976..4ce7d87 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,16 +1,22 @@
[package]
cargo-toml-patch-comments = [
+ "bump parking_lot to 0.12: https://github.com/spacejam/sled/commit/c2b6609",
"bump rand_distr to 0.4: https://github.com/spacejam/sled/pull/1500",
"bump zerocopy to 0.7: https://github.com/spacejam/sled/pull/1501",
"drop unused color-backtrace dependency and pretty_backtrace feature",
"drop unused zstd dependency and compression feature",
]
+doc-files.exclude = ["tsan_suppressions.txt"]
+exclude-crate-files = [
+ "art/",
+ "tsan_suppressions.txt",
+]
[features]
enable = ["testing"]
[scripts]
check.pre = [
- # Drop test that does not compile properly
+ "# Drop test that does not compile properly",
"rm -r tests/{tree/,test_tree.rs}",
]
diff --git a/sled-fix-metadata.diff b/sled-fix-metadata.diff
index 103837a..9c332a7 100644
--- a/sled-fix-metadata.diff
+++ b/sled-fix-metadata.diff
@@ -1,5 +1,5 @@
--- sled-0.34.7/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ sled-0.34.7/Cargo.toml 2024-10-06T14:14:48.876895+00:00
++++ sled-0.34.7/Cargo.toml 2026-07-25T21:49:58.847533+00:00
@@ -37,10 +37,6 @@
version = "0.3.61"
optional = true
@@ -11,7 +11,14 @@
[dependencies.crc32fast]
version = "1.2.1"
-@@ -66,9 +62,6 @@
+@@ -60,15 +56,12 @@
+ version = "0.4.14"
+
+ [dependencies.parking_lot]
+-version = "0.11.2"
++version = "0.12"
+
+ [dependencies.rio]
version = "0.9.4"
optional = true
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-25 21:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-25 21:52 [rpms/rust-sled] rawhide: Bump parking_lot dependency from v0.11 to v0.12 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox