public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-muvm] f43: Allow const-str 1
@ 2026-06-09  5:08 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-09  5:08 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-muvm
Branch : f43
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=f43

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 = [

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

only message in thread, other threads:[~2026-06-09  5:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09  5:08 [rpms/rust-muvm] f43: Allow const-str 1 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