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-vsimd] rawhide: Allow const-str 1
Date: Tue, 09 Jun 2026 05:04:01 GMT [thread overview]
Message-ID: <178098144159.1.13924829534619581668.rpms-rust-vsimd-cfbfee916544@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-vsimd
Branch : rawhide
Commit : cfbfee916544e0c3e9848f8dd9d63adde24209f8
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-07T22:08:04+01:00
Stats : +5/-3 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-vsimd/c/cfbfee916544e0c3e9848f8dd9d63adde24209f8?branch=rawhide
Log:
Allow const-str 1
---
diff --git a/rust-vsimd.spec b/rust-vsimd.spec
index c23ae41..2259efe 100644
--- a/rust-vsimd.spec
+++ b/rust-vsimd.spec
@@ -19,6 +19,7 @@ Patch: vsimd-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * bump const-str to 0.6 (https://github.com/Nugine/simd/pull/54)
# * bump rand to 0.10 (https://github.com/Nugine/simd/pull/63)
+# * allow const-str 1: https://github.com/Nugine/simd/pull/68
Patch: vsimd-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 3545353..1ce8c15 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -2,6 +2,7 @@
cargo-toml-patch-comments = [
"bump const-str to 0.6 (https://github.com/Nugine/simd/pull/54)",
"bump rand to 0.10 (https://github.com/Nugine/simd/pull/63)",
+ "allow const-str 1: https://github.com/Nugine/simd/pull/68",
]
license-files.include = [
"LICENSE",
diff --git a/vsimd-fix-metadata-auto.diff b/vsimd-fix-metadata-auto.diff
index c25499a..558838c 100644
--- a/vsimd-fix-metadata-auto.diff
+++ b/vsimd-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
--- vsimd-0.8.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ vsimd-0.8.0/Cargo.toml 2026-03-05T11:16:56.620000+00:00
++++ vsimd-0.8.0/Cargo.toml 2026-06-07T21:07:36.140801+00:00
@@ -40,9 +40,3 @@
std = ["alloc"]
unstable = []
diff --git a/vsimd-fix-metadata.diff b/vsimd-fix-metadata.diff
index 8d3d82c..40d699b 100644
--- a/vsimd-fix-metadata.diff
+++ b/vsimd-fix-metadata.diff
@@ -1,11 +1,11 @@
--- vsimd-0.8.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ vsimd-0.8.0/Cargo.toml 2026-03-05T11:16:56.621791+00:00
++++ vsimd-0.8.0/Cargo.toml 2026-06-07T21:07:54.704370+00:00
@@ -29,10 +29,10 @@
]
[dev-dependencies.const-str]
-version = "0.5.3"
-+version = "0.6"
++version = ">=0.6, <2.0"
[dev-dependencies.rand]
-version = "0.8.5"
reply other threads:[~2026-06-09 5:04 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=178098144159.1.13924829534619581668.rpms-rust-vsimd-cfbfee916544@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