public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-tar] epel10: Allow astral-tokio-tar 0.7 for testing
@ 2026-09-02 21:44 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-02 21:44 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-tar
Branch : epel10
Commit : 6f51ddd021ff67b1d6ea8b534d5027dcb1550ae5
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-09-02T12:34:34+01:00
Stats  : +8/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-tar/c/6f51ddd021ff67b1d6ea8b534d5027dcb1550ae5?branch=epel10

Log:
Allow astral-tokio-tar 0.7 for testing

---
diff --git a/rust-tar.spec b/rust-tar.spec
index 0b4705a..44395e4 100644
--- a/rust-tar.spec
+++ b/rust-tar.spec
@@ -13,7 +13,8 @@ License:        MIT OR Apache-2.0
 URL:            https://crates.io/crates/tar
 Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
-# * Relax astral-tokio-tar requirement from 0.6 to also allow 0.5
+# * Allow astral-tokio-tar 0.7 for testing:
+#   https://github.com/composefs/tar-rs/pull/475
 Patch:          tar-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24

diff --git a/rust2rpm.toml b/rust2rpm.toml
index f464dc6..a9e845e 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,6 +1,9 @@
 [package]
 cargo-toml-patch-comments = [
-    "Relax astral-tokio-tar requirement from 0.6 to also allow 0.5",
+    """\
+Allow astral-tokio-tar 0.7 for testing: \
+https://github.com/composefs/tar-rs/pull/475\
+""",
 ]
 
 [tests]

diff --git a/tar-fix-metadata.diff b/tar-fix-metadata.diff
index f6d37c1..c1f4915 100644
--- a/tar-fix-metadata.diff
+++ b/tar-fix-metadata.diff
@@ -1,11 +1,11 @@
 --- tar-0.4.46/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ tar-0.4.46/Cargo.toml	2026-05-21T12:45:07.125848+00:00
++++ tar-0.4.46/Cargo.toml	2026-09-02T11:34:16.378545+00:00
 @@ -74,7 +74,7 @@
  version = "0.2.8"
  
  [dev-dependencies.astral-tokio-tar]
 -version = "0.6.2"
-+version = ">=0.5,<0.7"
++version = ">=0.6.2,<0.8"
  
  [dev-dependencies.rand]
  version = "0.8"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-02 21:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-02 21:44 [rpms/rust-tar] epel10: Allow astral-tokio-tar 0.7 for testing 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