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-muvm] rawhide: Allow const-str 1
Date: Mon, 08 Jun 2026 15:38:23 GMT	[thread overview]
Message-ID: <178093310313.1.14816979417459111789.rpms-rust-muvm-c6938a5af1c9@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-muvm
Branch : rawhide
Commit : c6938a5af1c95f2a94c48e5c6d8236369c948b45
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-07T21:48:41+01:00
Stats  : +17/-0 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-muvm/c/c6938a5af1c95f2a94c48e5c6d8236369c948b45?branch=rawhide

Log:
Allow const-str 1

---
diff --git a/muvm-fix-metadata.diff b/muvm-fix-metadata.diff
new file mode 100644
index 0000000..91c5565
--- /dev/null
+++ b/muvm-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- muvm-0.6.0/Cargo.toml	2006-07-24T01:21:28+00:00
++++ muvm-0.6.0/Cargo.toml	2026-06-07T20:47:50.147427+00:00
+@@ -59,7 +59,7 @@
+ default-features = false
+ 
+ [dependencies.const-str]
+-version = "0.6.2"
++version = ">=0.6.2, <2.0.0"
+ features = []
+ default-features = false
+ 

diff --git a/rust-muvm.spec b/rust-muvm.spec
index 54f2f7a..b5a004c 100644
--- a/rust-muvm.spec
+++ b/rust-muvm.spec
@@ -16,6 +16,9 @@ URL:            https://crates.io/crates/muvm
 Source:         %{crates_source}
 Source2:        50-muvm-access.conf
 Source3:        access-muvm.lua
+# Manually created patch for downstream crate metadata changes
+# * allow const-str 1: https://github.com/AsahiLinux/muvm/pull/230
+Patch:          muvm-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 26
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 5c9a887..52b5659 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -8,6 +8,9 @@ extra-files = [
   "%{_datadir}/wireplumber/wireplumber.conf.d/50-muvm-access.conf",
   "%{_datadir}/wireplumber/scripts/client/access-muvm.lua",
 ]
+cargo-toml-patch-comments = [
+  "allow const-str 1: https://github.com/AsahiLinux/muvm/pull/230",
+]
 
 [requires]
 bin = [

                 reply	other threads:[~2026-06-08 15:38 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=178093310313.1.14816979417459111789.rpms-rust-muvm-c6938a5af1c9@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