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

A new commit has been pushed.

Repo   : rpms/rust-vsimd
Branch : epel9
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=epel9

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"

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

only message in thread, other threads:[~2026-06-09  5:07 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:07 [rpms/rust-vsimd] epel9: 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