public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-sled] f44: Bump parking_lot dependency from v0.11 to v0.12
Date: Sat, 25 Jul 2026 22:02:00 GMT	[thread overview]
Message-ID: <178501692010.1.17853622097362195083.rpms-rust-sled-4b3bb38db372@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-sled
Branch : f44
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=f44

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
  

                 reply	other threads:[~2026-07-25 22:02 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=178501692010.1.17853622097362195083.rpms-rust-sled-4b3bb38db372@fedoraproject.org \
    --to=decathorpe@gmail.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