public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-ashpd] f44: Allow quick-xml 0.40
Date: Tue, 09 Jun 2026 09:31:08 GMT	[thread overview]
Message-ID: <178099746884.1.5582986720990709137.rpms-rust-ashpd-5fc046cf655f@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-ashpd
Branch : f44
Commit : 5fc046cf655fd5f38f7f1a175813895763db55cf
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-08T15:36:11+01:00
Stats  : +9/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-ashpd/c/5fc046cf655fd5f38f7f1a175813895763db55cf?branch=f44

Log:
Allow quick-xml 0.40

---
diff --git a/ashpd-fix-metadata.diff b/ashpd-fix-metadata.diff
index 6c5db22..0a27910 100644
--- a/ashpd-fix-metadata.diff
+++ b/ashpd-fix-metadata.diff
@@ -1,5 +1,5 @@
 --- ashpd-0.13.9/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ ashpd-0.13.9/Cargo.toml	2026-03-24T15:22:51.147865+00:00
++++ ashpd-0.13.9/Cargo.toml	2026-06-08T14:35:55.424270+00:00
 @@ -188,11 +188,6 @@
  required-features = ["input_capture"]
  
@@ -24,11 +24,12 @@
  version = "0.9.0"
  
  [dev-dependencies.quick-xml]
- version = "0.39"
+-version = "0.39"
 -
 -[dev-dependencies.reis]
 -version = "0.6"
 -features = ["tokio"]
++version = ">=0.39, <0.41"
  
  [dev-dependencies.serde_json]
  version = "1.0"

diff --git a/rust-ashpd.spec b/rust-ashpd.spec
index 7899649..a2795a8 100644
--- a/rust-ashpd.spec
+++ b/rust-ashpd.spec
@@ -15,6 +15,8 @@ Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
 # * drop example program that pulls in gstreamer bindings
 # * drop reis dev-dependency that is only used in one doctest
+# * allow quick-xml 0.40:
+#   https://github.com/bilelmoussaoui/ashpd/commit/052cf051257411c0fbaed3af1b32acb1238f5ec7
 Patch:          ashpd-fix-metadata.diff
 # * Ignore one doctest that pulls in reis as an additional dev-dependency
 Patch10:        0001-Ignore-one-doctest-that-pulls-in-reis-as-an-addition.patch

diff --git a/rust2rpm.toml b/rust2rpm.toml
index c62308b..c4f2a74 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -2,6 +2,10 @@
 cargo-toml-patch-comments = [
     "drop example program that pulls in gstreamer bindings",
     "drop reis dev-dependency that is only used in one doctest",
+    """\
+allow quick-xml 0.40: \
+https://github.com/bilelmoussaoui/ashpd/commit/052cf051257411c0fbaed3af1b32acb1238f5ec7\
+""",
 ]
 
 [[package.extra-patches]]

                 reply	other threads:[~2026-06-09  9:31 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=178099746884.1.5582986720990709137.rpms-rust-ashpd-5fc046cf655f@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --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